Skip to content

Commit 036952d

Browse files
committed
fix: dev dependencies not installable with Laravel 12 because of testbench incompatibility
1 parent b043c42 commit 036952d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"mockery/mockery": "^1.6",
2727
"nunomaduro/collision": "^3.1|^4.0|^5.0|^6.0|^7.0|^8.0",
2828
"nunomaduro/larastan": "^1.0|^2.0",
29-
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.0",
29+
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
3030
"phpstan/extension-installer": "^1.1",
3131
"phpstan/phpstan-deprecation-rules": "^1.0",
3232
"phpstan/phpstan-phpunit": "^1.0"

0 commit comments

Comments
 (0)