Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit b5a268e

Browse files
chore(deps): update all dependencies
1 parent a1dda29 commit b5a268e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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.8.0
2727
with:
2828
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
2929

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
},
4343
"require-dev": {
4444
"guzzlehttp/guzzle": "^7.0 || ^6.0",
45-
"phpunit/phpunit": "9.5.10",
45+
"phpunit/phpunit": "9.6.6",
4646
"phpspec/prophecy-phpunit": "^2.0",
47-
"symplify/easy-coding-standard": "10.0.2",
47+
"symplify/easy-coding-standard": "10.3.3",
4848
"doctrine/cache": "^1.6 || ^2.0",
4949
"monolog/monolog": "^1.12 || ^2.0",
5050
"symfony/yaml": "^4.0 || ^3.4.38 || ^5.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
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
}

0 commit comments

Comments
 (0)