We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6310ff2 commit a2e59e7Copy full SHA for a2e59e7
.github/workflows/tests.yml
@@ -37,7 +37,7 @@ jobs:
37
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
38
39
- name: Cache composer dependencies
40
- uses: actions/cache@v2
+ uses: actions/cache@v3
41
with:
42
path: ${{ steps.composer-cache.outputs.dir }}
43
# Use composer.json for key, if composer.lock is not committed.
composer.json
@@ -24,7 +24,7 @@
24
"psr/http-factory": "^1.0"
25
},
26
"require-dev": {
27
- "friendsofphp/php-cs-fixer": "3.7.0",
+ "friendsofphp/php-cs-fixer": "3.11.0",
28
"phpunit/phpunit": "9.5.10",
29
"guzzlehttp/psr7": "2.1.0",
30
"php-mock/php-mock-phpunit": "2.6.0"
0 commit comments