Skip to content

Commit

Permalink
Merge pull request #29 from chadicus/issue-20
Browse files Browse the repository at this point in the history
Remove support for PHP < 7
  • Loading branch information
chadicus committed Jun 8, 2018
2 parents b8549e7 + 89b7d1c commit 93783fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,6 +1,5 @@
language: php
php:
- 5.6
- 7.0
- 7.1
install: composer install
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -15,7 +15,7 @@
],
"license": "MIT",
"require": {
"php": "^5.6 || ^7.0"
"php": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^5.0",
Expand Down

0 comments on commit 93783fa

Please sign in to comment.