Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit 2832abf

Browse files
committed
Lower the phpstan required range
1 parent 8c0f50d commit 2832abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"require-dev": {
3535
"phpunit/phpunit" : "^7 || ^8 || ^9 || ^10 || ^11",
3636
"laravel/laravel": "^5.6 || ^6 || ^7 || ^8 || ^9 || ^10 || ^11",
37-
"phpstan/phpstan": "^1.10",
37+
"phpstan/phpstan": "^1",
3838
"wdes/coding-standard": "^3.3"
3939
},
4040
"autoload": {

0 commit comments

Comments
 (0)