Skip to content

Commit

Permalink
PHP > 7
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinKlemp committed Mar 5, 2019
1 parent a423609 commit 841a460
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ cache:

matrix:
include:
- php: 5.5
- php: 5.6
- php: 7
allow_failures:
- php: 7
fast_finish: true

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": ">=5.5.9 || ^7.0",
"php": "^7.0",
"nikic/php-parser": "~4.0",
"symfony/console": "^2.6 || ^3.0",
"symfony/finder": "^2.6 || ^3.0",
Expand Down

0 comments on commit 841a460

Please sign in to comment.