Skip to content

Commit 6de5fe2

Browse files
Bump Symfony 6 to PHP 8
1 parent 5a09cb1 commit 6de5fe2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,10 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=7.2.5",
19+
"php": ">=8.0.2",
2020
"symfony/deprecation-contracts": "^2.1",
2121
"symfony/polyfill-ctype": "~1.8",
22-
"symfony/polyfill-mbstring": "~1.0",
23-
"symfony/polyfill-php80": "^1.15"
22+
"symfony/polyfill-mbstring": "~1.0"
2423
},
2524
"require-dev": {
2625
"symfony/css-selector": "^4.4|^5.0",

0 commit comments

Comments
 (0)