Skip to content

Commit

Permalink
Remove PHP 7.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
bbsnly committed Jun 15, 2018
1 parent 1204377 commit 787579a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
install: composer install
language: php
php:
- '7.0'
- '7.1'
- '7.2'
- nightly
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": ">=7.0"
"php": ">=7.1"
},
"require-dev": {
"phpunit/phpunit": "^6.2"
Expand Down

0 comments on commit 787579a

Please # to comment.