Skip to content

Commit

Permalink
Merge pull request #287 from lcobucci/upgrade-phpunit
Browse files Browse the repository at this point in the history
Require PHPUnit v8.0
  • Loading branch information
lcobucci authored Feb 5, 2019
2 parents a082133 + 6471faa commit 0258f84
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 0258f84

Please sign in to comment.