Skip to content

Commit

Permalink
allow symfony 4.0 (#129)
Browse files Browse the repository at this point in the history
allow symfony 4.0
  • Loading branch information
ElectricMaxxx authored and dbu committed Nov 23, 2017
1 parent 0a47ecf commit 85d993a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ matrix:
env: SYMFONY_VERSION=3.3.*
- php: 7.1
env: SYMFONY_VERSION=3.4.*@dev
- php: 7.1
env: SYMFONY_VERSION=4.0.*@dev

before_install:
- sh -c 'if [ "${TRAVIS_PHP_VERSION}" != "hhvm" ]; then echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi;'
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
},
"require": {
"php": "^5.6|^7.0",
"symfony/console": "~2.3|^3.0",
"symfony/yaml": "~2.3|^3.0",
"symfony/process": "~2.3|^3.0",
"symfony/console": "~2.3|^3.0|^4.0",
"symfony/yaml": "~2.3|^3.0|^4.0",
"symfony/process": "~2.3|^3.0|^4.0",
"vierbergenlars/php-semver": "~3.0",
"sensiolabs/security-checker": "~2.0|^3.0|^4.0"
},
Expand Down

0 comments on commit 85d993a

Please sign in to comment.