18 lines
538 B
JSON
18 lines
538 B
JSON
{
|
|
"require": {
|
|
"phpstan/extension-installer": "^1.1",
|
|
"phpstan/phpstan": "^1.7",
|
|
"phpstan/phpstan-deprecation-rules": "^1.0",
|
|
"phpstan/phpstan-phpunit": "^1.1",
|
|
"phpstan/phpstan-strict-rules": "^1.2",
|
|
"phpstan/phpstan-webmozart-assert": "^1.2",
|
|
"thecodingmachine/phpstan-strict-rules": "^1.0",
|
|
"voku/phpstan-rules": "^3.0"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"phpstan/extension-installer": true
|
|
},
|
|
"sort-packages": true
|
|
}
|
|
}
|