Skip to content

Commit 624b40e

Browse files
committed
Prepare v4.0.0 release
1 parent c4275e8 commit 624b40e

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ language: php
33
php:
44
- 5.4
55
- 5.5
6+
- 5.6
67

78
env:
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

1314
matrix:

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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": "[email protected]"
10+
"email": "[email protected]"
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": {
@@ -28,7 +28,7 @@
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
}

0 commit comments

Comments
 (0)