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 db0a995 commit 6580f96Copy full SHA for 6580f96
.travis.yml
@@ -6,7 +6,6 @@ php:
6
- 5.5
7
8
env:
9
- - SYMFONY_VERSION=2.0.7
10
- SYMFONY_VERSION=2.1.*
11
- SYMFONY_VERSION=2.2.*
12
- SYMFONY_VERSION=2.3.*
composer.json
@@ -11,12 +11,12 @@
}
],
13
"require": {
14
- "symfony/framework-bundle": "~2.0",
+ "symfony/framework-bundle": "~2.1",
15
"willdurand/geocoder": "~2.3",
16
- "symfony/console": "~2.0"
+ "symfony/console": "~2.1"
17
},
18
"require-dev": {
19
- "symfony/yaml": "~2.0",
+ "symfony/yaml": "~2.1",
20
"maxromanovsky/php-maxmind-geoip": "~1.12",
21
"doctrine/cache": "~1.3",
22
"doctrine/orm": "~2.3"
0 commit comments