Skip to content

Commit 2a9e4ef

Browse files
authored
Allow Symfony 7.0 and bump dependencies (#111)
* Allow Symfony 7.0 and bump dependencies * Fixed Phpstan * Fixed incompatible code with Symfony 7 * Configure security bundle because it is required * Disable security for Symfony integration test * Use access control to grant all app in symfony integration test * Configure roles for batch ui security in symfony integration test * Fixed checkstyle
1 parent 412c89d commit 2a9e4ef

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,8 +11,8 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^8.0",
15-
"symfony/validator": "^5.0|^6.0",
14+
"php": "^8.1",
15+
"symfony/validator": "^6.4|^7.0",
1616
"yokai/batch": "^0.5.0"
1717
},
1818
"autoload": {

0 commit comments

Comments
 (0)