Skip to content

Commit

Permalink
Upgrade PHPUnit to v9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lcobucci committed Feb 26, 2020
1 parent d583f99 commit 8efb0d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -5,3 +5,4 @@
/.phpcs.cache
/infection-log.txt
/phpstan.neon
/.phpunit.result.cache
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -20,7 +20,7 @@
"phpstan/phpstan-deprecation-rules": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12",
"phpunit/phpunit": "^8.5.2"
"phpunit/phpunit": "^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 8efb0d4

Please sign in to comment.