We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46efa67 + 24e7907 commit 4a3fac9Copy full SHA for 4a3fac9
composer.json
@@ -6,12 +6,12 @@
6
"license": "BSD-3-Clause",
7
"require": {
8
"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",
+ "symfony/form": "^2.8 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
+ "symfony/routing": "^2.8 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
+ "symfony/framework-bundle": "^2.8 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
+ "symfony/templating": "^3.2 || ^5.0 || ^6.0",
13
"twig/twig": "^2.0 || ^3.0",
14
- "symfony/security-core": "^2.8 || ^3.0 || ^4.0 || ^5.0"
+ "symfony/security-core": "^2.8 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
15
},
16
"require-dev": {
17
"phpunit/phpunit": "^6.0 || ^7.0 || ^8.0",
0 commit comments