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 5352aed commit 14ca2d1Copy full SHA for 14ca2d1
composer.json
@@ -11,13 +11,13 @@
11
}
12
],
13
"require": {
14
- "symfony/framework-bundle": "~2.1",
+ "symfony/framework-bundle": "~2.1|~3.0",
15
"willdurand/geocoder": "~3.1",
16
- "symfony/console": "~2.1"
+ "symfony/console": "~2.1|~3.0"
17
},
18
"require-dev": {
19
"php": ">=5.4",
20
- "symfony/yaml": "~2.1",
+ "symfony/yaml": "~2.1|~3.0",
21
"maxromanovsky/php-maxmind-geoip": "~1.12",
22
"doctrine/cache": "~1.3",
23
"doctrine/orm": "~2.3"
0 commit comments