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 b2a8720 commit 10be6e2Copy full SHA for 10be6e2
.travis.yml
@@ -6,7 +6,7 @@ php:
6
- 5.5
7
8
env:
9
-# - SYMFONY_VERSION=2.0.7
+ - SYMFONY_VERSION=2.0.7
10
- SYMFONY_VERSION=2.1.*
11
- SYMFONY_VERSION=2.2.*
12
# - SYMFONY_VERSION=dev-master
composer.json
@@ -11,12 +11,12 @@
}
],
13
"require": {
14
- "symfony/framework-bundle": ">=2.1,<2.4-dev",
+ "symfony/framework-bundle": ">=2.0,<2.4-dev",
15
"willdurand/geocoder": "~1.0",
16
- "symfony/console": ">=2.1,<2.4-dev"
+ "symfony/console": ">=2.0,<2.4-dev"
17
},
18
"require-dev": {
19
- "symfony/yaml": ">=2.1,<2.4-dev"
+ "symfony/yaml": ">=2.0,<2.4-dev"
20
21
"autoload": {
22
"psr-0": { "Bazinga\\Bundle\\GeocoderBundle": "" }
0 commit comments