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 e3b284b commit 03167c8Copy full SHA for 03167c8
composer.json
@@ -17,15 +17,15 @@
17
],
18
"require": {
19
"php": ">=5.3.2",
20
- "symfony/monolog-bridge": "~2.7|~3.0",
21
- "symfony/dependency-injection": "~2.7|~3.0",
22
- "symfony/config": "~2.7|~3.0",
23
- "symfony/http-kernel": "~2.7|~3.0",
+ "symfony/monolog-bridge": "~2.7|~3.0|~4.0",
+ "symfony/dependency-injection": "~2.7|~3.0|~4.0",
+ "symfony/config": "~2.7|~3.0|~4.0",
+ "symfony/http-kernel": "~2.7|~3.0|~4.0",
24
"monolog/monolog": "~1.22"
25
},
26
"require-dev": {
27
- "symfony/yaml": "~2.3|~3.0",
28
- "symfony/console": "~2.3|~3.0",
+ "symfony/yaml": "~2.3|~3.0|~4.0",
+ "symfony/console": "~2.3|~3.0|~4.0",
29
"phpunit/phpunit": "^4.8"
30
31
"autoload": {
0 commit comments