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 23
23
run : ./install-apigen.sh && php apigen.phar generate --debug --config build/apigen.neon
24
24
25
25
- name : Install SSH Client 🔑
26
- uses : webfactory/ssh-agent@v0.5.3
26
+ uses : webfactory/ssh-agent@v0.5.4
27
27
with :
28
28
ssh-private-key : ${{ secrets.DEPLOY_KEY }}
29
29
Original file line number Diff line number Diff line change 42
42
},
43
43
"require-dev" : {
44
44
"guzzlehttp/guzzle" : " ^7.0 || ^6.0" ,
45
- "phpunit/phpunit" : " 9.5.10 " ,
45
+ "phpunit/phpunit" : " 9.5.20 " ,
46
46
"phpspec/prophecy-phpunit" : " ^2.0" ,
47
- "symplify/easy-coding-standard" : " 10.0.2 " ,
47
+ "symplify/easy-coding-standard" : " 10.2.7 " ,
48
48
"doctrine/cache" : " ^1.6 || ^2.0" ,
49
49
"monolog/monolog" : " ^1.12 || ^2.0" ,
50
50
"symfony/yaml" : " ^4.0 || ^3.4.38 || ^5.0" ,
Original file line number Diff line number Diff line change 14
14
"postinstall" : " cp tools/commit-msg.sh .git/hooks/commit-msg && cp tools/pre-commit.sh .git/hooks/pre-commit"
15
15
},
16
16
"devDependencies" : {
17
- "conventional-changelog-cli" : " 2.1.1 "
17
+ "conventional-changelog-cli" : " 2.2.2 "
18
18
}
19
19
}
You can’t perform that action at this time.
0 commit comments