Skip to content

Commit af93cc0

Browse files
committed
Use latest version of phpstan/phpstan to fix issue: Error: Interface "PHPStan\Type\ExpressionTypeResolverExtension" not found
1 parent c8ad90a commit af93cc0

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
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"php": ">=8.1.0",
15-
"phpstan/phpstan": "^1.10",
15+
"phpstan/phpstan": "^1.12",
1616
"cakephp/cakephp": "^5.0"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)