Skip to content

Commit cdfce77

Browse files
Bump Symfony 6 to PHP 8
1 parent d2a6339 commit cdfce77

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,12 +16,11 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=7.2.5",
19+
"php": ">=8.0.2",
2020
"symfony/polyfill-ctype": "~1.8",
2121
"symfony/polyfill-intl-grapheme": "~1.0",
2222
"symfony/polyfill-intl-normalizer": "~1.0",
23-
"symfony/polyfill-mbstring": "~1.0",
24-
"symfony/polyfill-php80": "~1.15"
23+
"symfony/polyfill-mbstring": "~1.0"
2524
},
2625
"require-dev": {
2726
"symfony/error-handler": "^4.4|^5.0",

0 commit comments

Comments
 (0)