We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b670f19 commit d7a8deaCopy full SHA for d7a8dea
composer.json
@@ -3,13 +3,10 @@
3
"prefer-stable": true,
4
"require": {
5
"php": ">=7.1",
6
- "phpstan/phpstan-shim": "*",
+ "phpstan/phpstan-shim": "@stable",
7
"phpstan/phpstan-strict-rules": "@stable",
8
"phpmd/phpmd": "@stable",
9
"squizlabs/php_codesniffer": "@stable",
10
"slevomat/coding-standard": "<5.0.0"
11
- },
12
- "provide": {
13
- "phpstan/phpstan": "*"
14
}
15
0 commit comments