Skip to content

Commit

Permalink
upgrade phpunit to 9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sinacek committed Jan 9, 2021
1 parent 40015ed commit 751098a
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
Expand Up @@ -2,4 +2,5 @@ vendor
composer.lock
composer.phar
.php_cs.cache
.phpunit.result.cache
.phpunit.result.cache
clover.xml
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"psr/event-dispatcher": "1.0.*"
},
"require-dev": {
"phpunit/phpunit": "^8.5",
"phpunit/phpunit": "^9.5",
"mockery/mockery": "^1.2",
"friendsofphp/php-cs-fixer": "^2.15",
"php-parallel-lint/php-parallel-lint": "^1.2",
Expand Down

0 comments on commit 751098a

Please sign in to comment.