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 1ca9a03 commit fed8596Copy full SHA for fed8596
composer.json
@@ -11,8 +11,8 @@
11
},
12
"require": {
13
"php": "~7.1",
14
- "phpstan/phpstan": "^0.11",
15
- "nikic/php-parser": "^4.0"
+ "nikic/php-parser": "^4.0",
+ "phpstan/phpstan": "^0.11"
16
17
"require-dev": {
18
"consistence/coding-standard": "^3.0.1",
@@ -34,5 +34,8 @@
34
"tests/Rules/Functions/data/missing-function-parameter-typehint.php",
35
"tests/Rules/Functions/data/missing-function-return-typehint.php"
36
]
37
+ },
38
+ "config": {
39
+ "sort-packages": true
40
}
41
0 commit comments