Skip to content

Commit

Permalink
Drop php 5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Mar 12, 2018
1 parent 6942c61 commit 4d07693
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: php

php:
- 5.6
- 7.0
- 7.1
- 7.2

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
}
],
"require": {
"php": "^5.6.4 || ^7.0"
"php": "^7.1.3"
},
"require-dev": {
"phpunit/phpunit": "^5.7 || ^6.3"
"phpunit/phpunit": "^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 4d07693

Please sign in to comment.