Skip to content

Commit 155dced

Browse files
authored
Update symfony packages to ^7.0 (#69)
1 parent e2d4ec3 commit 155dced

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
"php-http/discovery": "^1.19",
3838
"plesk/socket-client": "^2.1",
3939
"psr/http-message": "^2.0",
40-
"symfony/filesystem": "^6.3",
41-
"symfony/process": "^6.3",
42-
"symfony/serializer": "^6.3"
40+
"symfony/filesystem": "^7.0|^6.3",
41+
"symfony/process": "^7.0|^6.3",
42+
"symfony/serializer": "^7.0|^6.3"
4343
},
4444
"require-dev": {
4545
"friendsofphp/php-cs-fixer": "^3.8",

0 commit comments

Comments
 (0)