Skip to content

Commit

Permalink
Merge pull request #5 from ruudvdd/master
Browse files Browse the repository at this point in the history
Make it compatible with PHPUnit 7
  • Loading branch information
matthiasnoback committed Aug 5, 2018
2 parents 36c6834 + 0b63787 commit ac03698
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
composer.lock
vendor/
vendor/
.phpunit.result.cache
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"require": {
"php": "^7.0",
"phpunit/phpunit": "~6.0",
"phpunit/phpunit": "~6.0||~7.0",
"pimple/pimple": "~3.0"
},
"autoload": {
Expand Down

0 comments on commit ac03698

Please sign in to comment.