Skip to content

Commit 24e7907

Browse files
committed
chore(deps): support symfony 6.x
1 parent 46efa67 commit 24e7907

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"license": "BSD-3-Clause",
77
"require": {
88
"php": ">=7.1",
9-
"symfony/form": "^2.8 || ^3.0 || ^4.0 || ^5.0",
10-
"symfony/routing": "^2.8 || ^3.0 || ^4.0 || ^5.0",
11-
"symfony/framework-bundle": "^2.8 || ^3.0 || ^4.0 || ^5.0",
12-
"symfony/templating": "^3.2 || ^5.0",
9+
"symfony/form": "^2.8 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
10+
"symfony/routing": "^2.8 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
11+
"symfony/framework-bundle": "^2.8 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
12+
"symfony/templating": "^3.2 || ^5.0 || ^6.0",
1313
"twig/twig": "^2.0 || ^3.0",
14-
"symfony/security-core": "^2.8 || ^3.0 || ^4.0 || ^5.0"
14+
"symfony/security-core": "^2.8 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
1515
},
1616
"require-dev": {
1717
"phpunit/phpunit": "^6.0 || ^7.0 || ^8.0",

0 commit comments

Comments
 (0)