This repository was archived by the owner on Oct 24, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323 run : ./install-apigen.sh && php apigen.phar generate --debug --config build/apigen.neon
2424
2525 - name : Install SSH Client 🔑
26- uses : webfactory/ssh-agent@v0.5.3
26+ uses : webfactory/ssh-agent@v0.5.4
2727 with :
2828 ssh-private-key : ${{ secrets.DEPLOY_KEY }}
2929
Original file line number Diff line number Diff line change 4242 },
4343 "require-dev" : {
4444 "guzzlehttp/guzzle" : " ^7.0 || ^6.0" ,
45- "phpunit/phpunit" : " 9.5.10 " ,
45+ "phpunit/phpunit" : " 9.5.19 " ,
4646 "phpspec/prophecy-phpunit" : " ^2.0" ,
47- "symplify/easy-coding-standard" : " 10.0.2 " ,
47+ "symplify/easy-coding-standard" : " 10.1.4 " ,
4848 "doctrine/cache" : " ^1.6 || ^2.0" ,
4949 "monolog/monolog" : " ^1.12 || ^2.0" ,
5050 "symfony/yaml" : " ^4.0 || ^3.4.38 || ^5.0" ,
Original file line number Diff line number Diff line change 1414 "postinstall" : " cp tools/commit-msg.sh .git/hooks/commit-msg && cp tools/pre-commit.sh .git/hooks/pre-commit"
1515 },
1616 "devDependencies" : {
17- "conventional-changelog-cli" : " 2.1.1 "
17+ "conventional-changelog-cli" : " 2.2.2 "
1818 }
1919}
You can’t perform that action at this time.
0 commit comments