Skip to content

Commit c4a8f0e

Browse files
committed
lock in phpstan at 0.12.38
this will trigger dependabot pulls for new versions, which will allow us to see any errors that new versions detected instead of having CI builds randomly fail after months of inactivity.
1 parent f384c52 commit c4a8f0e

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": "^0.12.8"
11+
"phpstan/phpstan": "0.12.38"
1212
},
1313
"autoload": {
1414
"psr-4": {

0 commit comments

Comments
 (0)