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.
1 parent 2beb0a5 commit d46cac4Copy full SHA for d46cac4
composer.json
@@ -19,11 +19,11 @@
19
"php": "^7.1.3"
20
},
21
"require-dev": {
22
- "symfony/config": "~4.2",
23
- "symfony/http-foundation": "~3.4|~4.0",
24
- "symfony/yaml": "~3.4|~4.0",
25
- "symfony/expression-language": "~3.4|~4.0",
26
- "symfony/dependency-injection": "~3.4|~4.0",
+ "symfony/config": "^4.2|^5.0",
+ "symfony/http-foundation": "^3.4|^4.0|^5.0",
+ "symfony/yaml": "^3.4|^4.0|^5.0",
+ "symfony/expression-language": "^3.4|^4.0|^5.0",
+ "symfony/dependency-injection": "^3.4|^4.0|^5.0",
27
"doctrine/annotations": "~1.2",
28
"psr/log": "~1.0"
29
0 commit comments