Skip to content

Commit

Permalink
Merge pull request #4 from nicolasmure/deps-adjustment
Browse files Browse the repository at this point in the history
deps adjustment
  • Loading branch information
Nicolas MURE authored Nov 24, 2016
2 parents e48ff3a + b0e3405 commit 5617e45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ php:
- '7.0'

env:
- SYMFONY_VERSION="2.3.*"
- SYMFONY_VERSION="2.4.*"
- SYMFONY_VERSION="3.0.*"

before_install:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"require": {
"php": ">=5.3.0",
"symfony/framework-bundle": "~2.3|~3.0",
"symfony/framework-bundle": "~2.4|~3.0",
"jaybizzle/crawler-detect": "1.*"
},
"autoload": {
Expand Down

0 comments on commit 5617e45

Please sign in to comment.