File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,12 @@ language: php
33php :
44 - 5.4
55 - 5.5
6+ - 5.6
67
78env :
8- - SYMFONY_VERSION=2.2.*
99 - SYMFONY_VERSION=2.3.*
10- - SYMFONY_VERSION=2.4.*
10+ - SYMFONY_VERSION=2.5.*
11+ - SYMFONY_VERSION=2.7.*
1112 - SYMFONY_VERSION=dev-master
1213
1314matrix :
Original file line number Diff line number Diff line change 11{
22 "name" : " willdurand/geocoder-bundle" ,
3- "description" : " Integration of Geocoder into Symfony2 " ,
3+ "description" : " Integration of Geocoder into Symfony " ,
44 "keywords" : [" geocoding" , " geocoder" ],
55 "type" : " symfony-bundle" ,
66 "license" : " MIT" ,
77 "authors" : [
88 {
99 "name" : " William Durand" ,
10- "email" : " william.durand1@gmail.com "
10+ "email" : " will+git@drnd.me "
1111 }
1212 ],
1313 "require" : {
1414 "symfony/framework-bundle" : " ~2.1" ,
15- "willdurand/geocoder" : " ~3.0 " ,
15+ "willdurand/geocoder" : " ~3.1 " ,
1616 "symfony/console" : " ~2.1"
1717 },
1818 "require-dev" : {
2828 "target-dir" : " Bazinga/Bundle/GeocoderBundle" ,
2929 "extra" : {
3030 "branch-alias" : {
31- "dev-master" : " 3.1 -dev"
31+ "dev-master" : " 4.0 -dev"
3232 }
3333 }
3434}
You can’t perform that action at this time.
0 commit comments