Skip to content

Commit

Permalink
Update PhpUnit and drop PHP 5.5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
dotzero committed Dec 8, 2019
1 parent 73b3331 commit 8404e5a
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
Expand Up @@ -2,7 +2,6 @@ dist: trusty
language: php

php:
- 5.5
- 5.6
- 7.0
- 7.1
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"php": ">=5.5.0"
},
"require-dev": {
"phpunit/phpunit": "4.0.*"
"phpunit/phpunit": "^5.7"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 8404e5a

Please sign in to comment.