Skip to content

Commit 4a3fac9

Browse files
authored
Merge pull request #27 from LinioIT/chore/support-symfony-6.x
chore(deps): support symfony 6.x
2 parents 46efa67 + 24e7907 commit 4a3fac9

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)