Skip to content

Commit

Permalink
Require PHPUnit v8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lcobucci committed Feb 5, 2019
1 parent a082133 commit 6471faa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ infection.txt
coverage
phpcs.xml
/.phpcs.cache
/.phpunit.result.cache
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-strict-rules": "^0.11",
"phpunit/php-invoker": "^2.0",
"phpunit/phpunit": "^7.5",
"phpunit/phpunit": "^8.0",
"squizlabs/php_codesniffer": "^3.2"
},
"autoload": {
Expand Down

0 comments on commit 6471faa

Please sign in to comment.