Skip to content

Commit 0c8fa40

Browse files
committed
Upgrade to PHPUnit v10
Signed-off-by: Luís Cobucci <[email protected]>
1 parent 5f442e7 commit 0c8fa40

File tree

4 files changed

+244
-360
lines changed

4 files changed

+244
-360
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
phpstan.neon
77
phpunit.xml
88
phpcs.xml
9-
.phpunit.result.cache
9+
/.phpunit.cache

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"doctrine/coding-standard": "^12.0.0",
2727
"estahn/phpunit-json-assertions": "^4.0",
2828
"php-standard-library/psalm-plugin": "^2.3.0",
29-
"phpunit/phpunit": "^9.6.19",
29+
"phpunit/phpunit": "^10.0.14",
3030
"psalm/plugin-phpunit": "^0.19.0",
3131
"roave/infection-static-analysis-plugin": "^1.35.0",
3232
"roave/security-advisories": "dev-master",

0 commit comments

Comments
 (0)