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

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2022
1 parent 15357a3 commit a46b1cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: ./install-apigen.sh && php apigen.phar generate --debug --config build/apigen.neon

- name: Install SSH Client 🔑
uses: webfactory/[email protected].3
uses: webfactory/[email protected].4
with:
ssh-private-key: ${{ secrets.DEPLOY_KEY }}

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
},
"require-dev": {
"guzzlehttp/guzzle": "^7.0 || ^6.0",
"phpunit/phpunit": "9.5.10",
"phpunit/phpunit": "9.5.25",
"phpspec/prophecy-phpunit": "^2.0",
"symplify/easy-coding-standard": "10.0.2",
"symplify/easy-coding-standard": "10.3.3",
"doctrine/cache": "^1.6 || ^2.0",
"monolog/monolog": "^1.12 || ^2.0",
"symfony/yaml": "^4.0 || ^3.4.38 || ^5.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"postinstall": "cp tools/commit-msg.sh .git/hooks/commit-msg && cp tools/pre-commit.sh .git/hooks/pre-commit"
},
"devDependencies": {
"conventional-changelog-cli": "2.1.1"
"conventional-changelog-cli": "2.2.2"
}
}

0 comments on commit a46b1cd

Please sign in to comment.