Skip to content

Commit 6300364

Browse files
Bump Symfony 6 to PHP 8
1 parent 6cbf8e7 commit 6300364

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,9 +16,8 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=7.2.5",
20-
"symfony/deprecation-contracts": "^2.1",
21-
"symfony/polyfill-php80": "^1.15"
19+
"php": ">=8.0.2",
20+
"symfony/deprecation-contracts": "^2.1"
2221
},
2322
"require-dev": {
2423
"symfony/config": "^5.3",

0 commit comments

Comments
 (0)