Skip to content

Commit

Permalink
Merge pull request #106 from francoispluchino/sf3-support
Browse files Browse the repository at this point in the history
Add support of Symfony 3.0
  • Loading branch information
willdurand committed Dec 7, 2015
2 parents 5352aed + 14ca2d1 commit 8ec2b2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
}
],
"require": {
"symfony/framework-bundle": "~2.1",
"symfony/framework-bundle": "~2.1|~3.0",
"willdurand/geocoder": "~3.1",
"symfony/console": "~2.1"
"symfony/console": "~2.1|~3.0"
},
"require-dev": {
"php": ">=5.4",
"symfony/yaml": "~2.1",
"symfony/yaml": "~2.1|~3.0",
"maxromanovsky/php-maxmind-geoip": "~1.12",
"doctrine/cache": "~1.3",
"doctrine/orm": "~2.3"
Expand Down

0 comments on commit 8ec2b2f

Please sign in to comment.