Skip to content

Commit 0b8f28e

Browse files
yolcuiskendersoulcodex
authored andcommitted
Require phpunit ^10 to prevent problems with PhpSpec ^7.5
1 parent 55013b4 commit 0b8f28e

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
@@ -36,7 +36,7 @@
3636
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
3737
"symfony/http-kernel": "^7.0",
3838
"symfony/event-dispatcher": "^6.2",
39-
"phpunit/phpunit": "^11.0"
39+
"phpunit/phpunit": "^10.0"
4040
},
4141
"require-dev": {
4242
"marcocesarato/php-conventional-changelog": "^1.16"
@@ -49,5 +49,5 @@
4949
},
5050
"minimum-stability": "dev",
5151
"prefer-stable": true,
52-
"version": "1.0.5"
52+
"version": "1.0.6"
5353
}

0 commit comments

Comments
 (0)