Skip to content
This repository was archived by the owner on Jul 8, 2023. It is now read-only.

Commit 9b10cba

Browse files
committed
Allow PHPStan 0.10
1 parent 8a5b257 commit 9b10cba

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
@@ -13,7 +13,7 @@
1313
],
1414
"require": {
1515
"php": ">=7",
16-
"phpstan/phpstan": "^0.9"
16+
"phpstan/phpstan": "^0.9|^0.10"
1717
},
1818
"require-dev": {
1919
"eloquent/phony": "^2.0",

0 commit comments

Comments
 (0)