Skip to content

Commit 9ff39e3

Browse files
authored
Drop support of PHP 7.4 and Symfony 4.4 (#51)
1 parent 42028dc commit 9ff39e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.4|^8.0",
14+
"php": "^8.0",
1515
"composer-runtime-api": "^2.0",
16-
"symfony/framework-bundle": "^4.4|^5.0",
16+
"symfony/framework-bundle": "^5.0|^6.0",
1717
"yokai/batch": "^0.4.0"
1818
},
1919
"autoload": {

0 commit comments

Comments
 (0)