Skip to content

Commit 6580f96

Browse files
committed
Require Symfony 2.1 and above
1 parent db0a995 commit 6580f96

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ php:
66
- 5.5
77

88
env:
9-
- SYMFONY_VERSION=2.0.7
109
- SYMFONY_VERSION=2.1.*
1110
- SYMFONY_VERSION=2.2.*
1211
- SYMFONY_VERSION=2.3.*

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
}
1212
],
1313
"require": {
14-
"symfony/framework-bundle": "~2.0",
14+
"symfony/framework-bundle": "~2.1",
1515
"willdurand/geocoder": "~2.3",
16-
"symfony/console": "~2.0"
16+
"symfony/console": "~2.1"
1717
},
1818
"require-dev": {
19-
"symfony/yaml": "~2.0",
19+
"symfony/yaml": "~2.1",
2020
"maxromanovsky/php-maxmind-geoip": "~1.12",
2121
"doctrine/cache": "~1.3",
2222
"doctrine/orm": "~2.3"

0 commit comments

Comments
 (0)