Skip to content

Commit e42656d

Browse files
committed
fix: phpunit constrains
1 parent 06f96df commit e42656d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"graham-campbell/security-core": "Required to use xss cleaning.(^4.0)"
4141
},
4242
"require-dev": {
43-
"orchestra/testbench": "^9.0",
44-
"phpunit/phpunit": "^10.0",
43+
"orchestra/testbench": "^9.0 || ^10",
44+
"phpunit/phpunit": "^10 || ^11",
4545
"laravel/pint": "^1.15"
4646
},
4747
"extra": {

0 commit comments

Comments
 (0)