lock phpstan at 0.12.29

0.12.30 starts reporting non-ignorable errors for overriding Thread::start() due to outdated stubs for pthreads that I can't replace
This commit is contained in:
Dylan K. Taylor
2020-06-22 20:57:12 +01:00
parent 2b6dcbc2e2
commit 0f6dc9082a
2 changed files with 175 additions and 29 deletions

View File

@ -38,7 +38,7 @@
"ocramius/package-versions": "^1.5"
},
"require-dev": {
"phpstan/phpstan": "^0.12.29",
"phpstan/phpstan": "0.12.29",
"phpstan/phpstan-phpunit": "^0.12.6",
"phpstan/phpstan-strict-rules": "^0.12.2",
"phpunit/phpunit": "^9.2"