Skip to content

Commit 194033e

Browse files
Update all dependencies
1 parent a2e59e7 commit 194033e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222
with:
2323
fetch-depth: 2
2424

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"psr/http-factory": "^1.0"
2525
},
2626
"require-dev": {
27-
"friendsofphp/php-cs-fixer": "3.11.0",
28-
"phpunit/phpunit": "9.5.10",
27+
"friendsofphp/php-cs-fixer": "3.25.1",
28+
"phpunit/phpunit": "10.3.2",
2929
"guzzlehttp/psr7": "2.1.0",
30-
"php-mock/php-mock-phpunit": "2.6.0"
30+
"php-mock/php-mock-phpunit": "2.7.2"
3131
},
3232
"autoload": {
3333
"psr-4": {

0 commit comments

Comments
 (0)