Skip to content

Commit 9448e01

Browse files
authored
Adds PHPUnit 11 as conflict (#49957)
1 parent e0dbf49 commit 9448e01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@
121121
"conflict": {
122122
"carbonphp/carbon-doctrine-types": ">=3.0",
123123
"doctrine/dbal": ">=4.0",
124-
"tightenco/collect": "<5.5.33"
124+
"tightenco/collect": "<5.5.33",
125+
"phpunit/phpunit": ">=11.0.0"
125126
},
126127
"autoload": {
127128
"files": [

0 commit comments

Comments
 (0)