Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
coderius committed Oct 12, 2019
1 parent 742b04e commit 91c4ec7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -2,6 +2,7 @@ language: php

php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -18,7 +18,7 @@
"mockery/mockery": "^1.2"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
"phpunit/phpunit": "~4.4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 91c4ec7

Please sign in to comment.