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 5c8f206 commit 22d05b3Copy full SHA for 22d05b3
composer.json
@@ -10,8 +10,13 @@
10
}
11
],
12
"require": {
13
- "symfony/framework-bundle": "~2.6||~3.0||~4.0",
14
- "php-vcr/php-vcr": "~1.2"
+ "php-vcr/php-vcr": "^1.2",
+ "symfony/config": "^2.6|^3|^4",
15
+ "symfony/dependency-injection": "^2.6|^3|^4",
16
+ "symfony/event-dispatcher": "^2.6|^3|^4",
17
+ "symfony/http-foundation": "^2.6|^3|^4",
18
+ "symfony/http-kernel": "^2.6|^3|^4",
19
+ "symfony/yaml": "^2.6|^3|^4"
20
},
21
"autoload": {
22
"psr-4": {
0 commit comments