20 lines
471 B
JSON
20 lines
471 B
JSON
{
|
|
"require": {
|
|
"phpstan/phpstan": "0.12.18",
|
|
"phpstan/phpstan-doctrine": "0.12.10",
|
|
"phpstan/phpstan-phpunit": "0.12.6"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"MailPoet\\PHPStan\\Extensions\\": "extensions"
|
|
}
|
|
},
|
|
"config": {
|
|
"sort-packages": true
|
|
},
|
|
"scripts": {
|
|
"post-install-cmd": "php prefix-phpstan-doctrine.php",
|
|
"post-update-cmd": "php prefix-phpstan-doctrine.php"
|
|
}
|
|
}
|