Skip to content

Commit 860cf99

Browse files
author
İbrahim Halil Oğlakcı
committed
Fix: Allow PHPStan v1 for Laravel 10 compatibility
1 parent 23e777d commit 860cf99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"pestphp/pest-plugin-laravel": "^2.0|^3.0",
1717
"orchestra/testbench": "^8.0|^9.0|^10.0",
1818
"laravel/pint": "^1.26",
19-
"phpstan/phpstan": "^2.1",
19+
"phpstan/phpstan": "^1.10|^2.0",
2020
"nunomaduro/larastan": "^2.0|^3.0"
2121
},
2222
"autoload": {

0 commit comments

Comments
 (0)