Skip to content

Commit

Permalink
symfony 4 upgrade (#16)
Browse files Browse the repository at this point in the history
#SymfonyConHackday2017
  • Loading branch information
tibineogen authored and craue committed Dec 13, 2017
1 parent c1610dc commit 1602ed5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,13 @@ matrix:
- php: 5.6
env: SYMFONY_VERSION='3.3.*'
- php: 5.6
env: SYMFONY_VERSION='3.4.*' MIN_STABILITY='dev'
env: SYMFONY_VERSION='3.4.*'
- php: 7.1
env: SYMFONY_VERSION='4.0.*'
- php: 7.1
env: SYMFONY_VERSION='4.1.*' MIN_STABILITY='dev'
allow_failures:
- env: SYMFONY_VERSION='3.4.*' MIN_STABILITY='dev'
- env: SYMFONY_VERSION='4.1.*' MIN_STABILITY='dev'
fast_finish: true

services:
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"php": "^5.3.9|~7.0",
"doctrine/doctrine-bundle": "~1.3",
"doctrine/orm": "~2.3",
"symfony/framework-bundle": "~2.7|~3.0"
"symfony/framework-bundle": "~2.7|~3.0|~4.0"
},
"require-dev": {
"doctrine/data-fixtures": "~1.0",
"phpunit/phpunit": "^4.8.35|~5.7|~6.0",
"symfony/phpunit-bridge": "~3.2",
"symfony/symfony": "~2.7|~3.0"
"symfony/phpunit-bridge": "~3.2|~4.0",
"symfony/symfony": "~2.7|~3.0|~4.0"
},
"suggest": {
"doctrine/data-fixtures": "*"
Expand Down

0 comments on commit 1602ed5

Please sign in to comment.