Skip to content

Commit 365bd62

Browse files
committed
Support PHPUnit 12
1 parent 5269f65 commit 365bd62

File tree

2 files changed

+1144
-3670
lines changed

2 files changed

+1144
-3670
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"license": "MIT",
1212
"require": {
1313
"php": "~8.3.0 || ~8.4.0",
14-
"phpunit/phpunit": "^10.5.45 || ^11.5.7"
14+
"phpunit/phpunit": "^10.5.45 || ^11.5.7 || ^12.0.2"
1515
},
1616
"require-dev": {
17-
"friendsofphp/php-cs-fixer": "^3.68.5",
17+
"php-cs-fixer/shim": "^3.68.5",
1818
"roave/security-advisories": "dev-latest",
1919
"rector/rector": "^2.0.9",
2020
"psalm/phar": "^6.5.1"

0 commit comments

Comments
 (0)