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 fdc53a0 commit ef55f4aCopy full SHA for ef55f4a
composer.json
@@ -19,16 +19,16 @@
19
"php": "^7.1.3",
20
"symfony/config": "^4.2",
21
"symfony/http-kernel": "^4.3",
22
- "symfony/routing": "~3.4.7|~4.0",
+ "symfony/routing": "^4.3",
23
"symfony/twig-bundle": "~4.2",
24
- "symfony/var-dumper": "~3.4|~4.0",
+ "symfony/var-dumper": "^4.3",
25
"twig/twig": "^1.41|^2.10"
26
},
27
"require-dev": {
28
- "symfony/browser-kit": "~3.4|~4.0",
29
- "symfony/console": "~3.4|~4.0",
+ "symfony/browser-kit": "^4.3",
+ "symfony/console": "^4.3",
30
"symfony/css-selector": "~3.4|~4.0",
31
- "symfony/framework-bundle": "~3.4|~4.0",
+ "symfony/framework-bundle": "^4.3",
32
"symfony/stopwatch": "~3.4|~4.0"
33
34
"conflict": {
0 commit comments