Skip to content

Commit f13e25b

Browse files
xepozzroxblnfk
authored andcommitted
feat: allow symfony/{filesystem,http-client,process}:^8.0
1 parent c8b5825 commit f13e25b

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
@@ -39,10 +39,10 @@
3939
"spiral/roadrunner-cli": "^2.6",
4040
"spiral/roadrunner-kv": "^4.3.1",
4141
"spiral/roadrunner-worker": "^3.6.2",
42-
"symfony/filesystem": "^5.4.45 || ^6.4.13 || ^7.0",
43-
"symfony/http-client": "^5.4.49 || ^6.4.17 || ^7.0",
42+
"symfony/filesystem": "^5.4.45 || ^6.4.13 || ^7.0 || ^8.0",
43+
"symfony/http-client": "^5.4.49 || ^6.4.17 || ^7.0 || ^8.0",
4444
"symfony/polyfill-php83": "^1.31.0",
45-
"symfony/process": "^5.4.47 || ^6.4.15 || ^7.0"
45+
"symfony/process": "^5.4.47 || ^6.4.15 || ^7.0 || ^8.0"
4646
},
4747
"autoload": {
4848
"psr-4": {

0 commit comments

Comments
 (0)