Skip to content

Commit

Permalink
Switch to PHP 5.6 and 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy Baukema committed Jun 9, 2016
1 parent 5079d8c commit dcc094d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ language: php

php:
- 5.6
- 5.5
- 5.4
- 7.0

matrix:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
},
"minimum-stability": "stable",
"require": {
"php": ">=5.4|^7",
"symfony/symfony": "^2.7",
"php": "~5.6|~7.0",
"twig/extensions": "~1.0",
"symfony/assetic-bundle": "~2.3",
"symfony/monolog-bundle": "~2.4",
Expand Down

0 comments on commit dcc094d

Please sign in to comment.