We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2e59e7 commit 194033eCopy full SHA for 194033e
.github/workflows/tests.yml
@@ -18,7 +18,7 @@ jobs:
18
19
steps:
20
- name: Checkout
21
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
22
with:
23
fetch-depth: 2
24
composer.json
@@ -24,10 +24,10 @@
"psr/http-factory": "^1.0"
25
},
26
"require-dev": {
27
- "friendsofphp/php-cs-fixer": "3.11.0",
28
- "phpunit/phpunit": "9.5.10",
+ "friendsofphp/php-cs-fixer": "3.25.1",
+ "phpunit/phpunit": "10.3.2",
29
"guzzlehttp/psr7": "2.1.0",
30
- "php-mock/php-mock-phpunit": "2.6.0"
+ "php-mock/php-mock-phpunit": "2.7.2"
31
32
"autoload": {
33
"psr-4": {
0 commit comments