Skip to content

Commit 2d2ac1d

Browse files
committed
require dev larastan ^2|^3
1 parent 93a4bfb commit 2d2ac1d

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
@@ -29,7 +29,8 @@
2929
"require-dev": {
3030
"phpunit/phpunit": "^10.5|^11.5.3",
3131
"friendsofphp/php-cs-fixer": "^3.13",
32-
"orchestra/testbench": "^8.0|^9.0|^10.0"
32+
"orchestra/testbench": "^8.0|^9.0|^10.0",
33+
"larastan/larastan": "^2.0|^3.0"
3334
},
3435
"autoload": {
3536
"psr-4": {

0 commit comments

Comments
 (0)