Skip to content

Commit

Permalink
Drop PHP54
Browse files Browse the repository at this point in the history
  • Loading branch information
BR0kEN- committed Apr 2, 2016
1 parent 5dfe747 commit 6f60891
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,6 @@ language: php
sudo: false

php:
- 5.4
- 5.5
- 5.6
- 7
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -12,9 +12,10 @@
}
],
"require": {
"php": ">=5.4",
"php": ">=5.5",
"behat/behat": "3.*"
},
"minimum-stability": "dev",
"require-dev": {
"phpunit/phpunit": "4 - 5",
"drupal/tqextension": "dev-master",
Expand Down

0 comments on commit 6f60891

Please sign in to comment.