Skip to content

Commit 18d50d9

Browse files
Bump Symfony 6 to PHP 8
1 parent 5029d04 commit 18d50d9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=7.2.5",
20-
"symfony/deprecation-contracts": "^2.1",
21-
"symfony/polyfill-php73": "~1.0",
22-
"symfony/polyfill-php80": "^1.15"
19+
"php": ">=8.0.2",
20+
"symfony/deprecation-contracts": "^2.1"
2321
},
2422
"autoload": {
2523
"psr-4": { "Symfony\\Component\\OptionsResolver\\": "" },

0 commit comments

Comments
 (0)