Skip to content

Commit

Permalink
Update the minimal requirement to php 7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardregeer committed Aug 25, 2019
1 parent 330ae93 commit 8984ce2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
sudo: false
language: php
php:
- "7.3"
- "7.2"
- "7.1"
- "7.0"
- "5.6"
- "5.5"
script: ./test/run
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.5.0"
"php": ">=7.0.0"
},
"bin": ["bin/coverage-check"]
}

0 comments on commit 8984ce2

Please sign in to comment.