Skip to content

Commit

Permalink
Upgrade to PHPUnit v10
Browse files Browse the repository at this point in the history
Signed-off-by: Luís Cobucci <[email protected]>
  • Loading branch information
lcobucci committed Mar 2, 2023
1 parent 29ddca2 commit d72bef7
Show file tree
Hide file tree
Showing 4 changed files with 317 additions and 443 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
phpstan.neon
phpunit.xml
phpcs.xml
.phpunit.result.cache
/.phpunit.cache
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"require-dev": {
"doctrine/coding-standard": "^11.0.0",
"php-standard-library/psalm-plugin": "^2.2.1",
"phpunit/phpunit": "^9.5.27",
"phpunit/phpunit": "^10.0.14",
"psalm/plugin-phpunit": "^0.18.4",
"roave/infection-static-analysis-plugin": "^1.27.0",
"roave/infection-static-analysis-plugin": "^1.29.0",
"roave/security-advisories": "dev-master",
"squizlabs/php_codesniffer": "^3.7.1",
"vimeo/psalm": "^5.4.0"
Expand Down
Loading

0 comments on commit d72bef7

Please sign in to comment.