Skip to content

Commit

Permalink
revert min PHP version to 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
burdiuz committed Jan 5, 2016
1 parent ccc92d3 commit 7625d6e
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,6 +1,5 @@
language: php
php:
- '5.6'
- '7.0'

install:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"type": "library",
"require": {
"php": ">=5.6.0"
"php": ">=7.0.0"
},
"require-dev": {
"phpunit/phpunit": "5.1.*"
Expand Down

0 comments on commit 7625d6e

Please sign in to comment.