Skip to content

Commit

Permalink
use phpunit 6 for php 7.0 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
annejan committed Apr 18, 2018
1 parent 1917e43 commit 79773e9
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,7 +1,6 @@
language: php

php:
- 5.6
- 7.0
- 7.1
- 7.2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"require": {
},
"require-dev": {
"phpunit/phpunit": "7.0.*",
"phpunit/phpunit": "6.0.*",
"symfony/stopwatch": "^3.1"
},
"license": "MIT",
Expand Down

0 comments on commit 79773e9

Please sign in to comment.