Skip to content

Commit 14d6ab1

Browse files
fixed deprecation issue
1 parent 362965e commit 14d6ab1

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"require-dev": {
3838
"dms/phpunit-arraysubset-asserts": "^0.4.0",
39-
"friendsofphp/php-cs-fixer": "^3.68",
39+
"friendsofphp/php-cs-fixer": "^3.80",
4040
"fzaninotto/faker": "^1.7",
4141
"guzzlehttp/psr7": "^2.5",
4242
"league/flysystem": "^1.0",
@@ -50,7 +50,7 @@
5050
"symfony/cache": "^7.4.8",
5151
"symfony/type-info": "^7.4.8",
5252
"symfony/var-exporter": "^7.4.8",
53-
"vimeo/psalm": "^5.20 || ^6.0",
53+
"vimeo/psalm": "^6.14.0",
5454
"amphp/amp": "^3.1.1",
5555
"amphp/byte-stream": "^2.1.2",
5656
"amphp/cache": "^2.0.1",
@@ -66,7 +66,8 @@
6666
"amphp/process": "^2.0.3",
6767
"amphp/serialization": "^1.1.0",
6868
"amphp/sync": "^2.0",
69-
"revolt/event-loop": "^1.1.0"
69+
"revolt/event-loop": "^1.1.0",
70+
"symfony/filesystem": "^7.4.8"
7071
},
7172
"autoload": {
7273
"psr-4": {

0 commit comments

Comments
 (0)