Skip to content

Commit 6b6ef79

Browse files
Bump Symfony 6 to PHP 8
1 parent 2ede829 commit 6b6ef79

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
@@ -24,9 +24,8 @@
2424
}
2525
],
2626
"require": {
27-
"php": ">=7.2.5",
28-
"symfony/deprecation-contracts": "^2.1",
29-
"symfony/polyfill-php80": "^1.15"
27+
"php": ">=8.0.2",
28+
"symfony/deprecation-contracts": "^2.1"
3029
},
3130
"require-dev": {
3231
"symfony/filesystem": "^4.4|^5.0"

0 commit comments

Comments
 (0)