Skip to content

Commit 10be6e2

Browse files
committed
Add Symfony2 2.0.7 to travis-ci config
1 parent b2a8720 commit 10be6e2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

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

88
env:
9-
# - SYMFONY_VERSION=2.0.7
9+
- SYMFONY_VERSION=2.0.7
1010
- SYMFONY_VERSION=2.1.*
1111
- SYMFONY_VERSION=2.2.*
1212
# - SYMFONY_VERSION=dev-master

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.1,<2.4-dev",
14+
"symfony/framework-bundle": ">=2.0,<2.4-dev",
1515
"willdurand/geocoder": "~1.0",
16-
"symfony/console": ">=2.1,<2.4-dev"
16+
"symfony/console": ">=2.0,<2.4-dev"
1717
},
1818
"require-dev": {
19-
"symfony/yaml": ">=2.1,<2.4-dev"
19+
"symfony/yaml": ">=2.0,<2.4-dev"
2020
},
2121
"autoload": {
2222
"psr-0": { "Bazinga\\Bundle\\GeocoderBundle": "" }

0 commit comments

Comments
 (0)