Skip to content

Commit 2f7d32b

Browse files
committed
fix(composer): remove phpunit/phpunit from require-dev
... and hope require will install phpunit-12
1 parent 0ef58df commit 2f7d32b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
},
2525
"require-dev": {
2626
"squizlabs/php_codesniffer": "^3.9.0",
27-
"phpstan/phpstan": "^2.1.3",
28-
"phpunit/phpunit": "^12.0"
27+
"phpstan/phpstan": "^2.1.3"
2928
},
3029
"autoload-dev": {
3130
"psr-4": {

0 commit comments

Comments
 (0)