Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 75aa824

Browse files
Bump Symfony 8 to PHP >= 8.4
1 parent 45a56b5 commit 75aa824

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

composer.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,11 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=8.2"
19+
"php": ">=8.4"
2020
},
2121
"require-dev": {
22-
"symfony/console": "^6.4|^7.0|^8.0",
23-
"symfony/process": "^6.4|^7.0|^8.0"
24-
},
25-
"conflict": {
26-
"symfony/console": "<6.4",
27-
"symfony/process": "<6.4"
22+
"symfony/console": "^7.4|^8.0",
23+
"symfony/process": "^7.4|^8.0"
2824
},
2925
"autoload": {
3026
"psr-4": { "Symfony\\Component\\Dotenv\\": "" },

0 commit comments

Comments
 (0)