We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc8ab37 + ccb2a74 commit 9e3e742Copy full SHA for 9e3e742
composer.json
@@ -11,10 +11,10 @@
11
"doctrine/doctrine-bundle": "^1.6",
12
"nelmio/cors-bundle": "^1.5",
13
"phpdocumentor/reflection-docblock": "^3.0 || ^4.0",
14
- "symfony/asset": "^3.0 || ^4.0",
15
- "symfony/expression-language": "^3.0 || ^4.0",
16
- "symfony/security-bundle": "^3.0 || ^4.0",
17
- "symfony/twig-bundle": "^3.0 || ^4.0",
18
- "symfony/validator": "^3.0 || ^4.0"
+ "symfony/asset": "*",
+ "symfony/expression-language": "*",
+ "symfony/security-bundle": "*",
+ "symfony/twig-bundle": "*",
+ "symfony/validator": "*"
19
}
20
0 commit comments