Skip to content

Commit f0896f8

Browse files
authored
composer: allow any newer patch release of phpstan
1 parent b7812c8 commit f0896f8

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
@@ -8,7 +8,7 @@
88
"php-64bit": "*"
99
},
1010
"require-dev": {
11-
"phpstan/phpstan": "1.10.3",
11+
"phpstan/phpstan": "~1.10.3",
1212
"phpstan/extension-installer": "^1.0",
1313
"phpstan/phpstan-strict-rules": "^1.0.0",
1414
"phpunit/phpunit": "^9.5",

0 commit comments

Comments
 (0)