Skip to content

Commit

Permalink
Require at least PHP 5.6
Browse files Browse the repository at this point in the history
PHP 5.4 and 5.5 are not maintained anymore.
  • Loading branch information
soullivaneuh committed Oct 12, 2017
1 parent ff62c55 commit e9e8acc
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
@@ -1,8 +1,6 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],

"require": {
"php": ">=5.4",
"php": ">=5.6",
"behat/behat": "~3.0",
"guzzlehttp/guzzle": "4 - 6",
"phpunit/phpunit": "4 - 5"
Expand Down

0 comments on commit e9e8acc

Please sign in to comment.