integration_openproject/composer.json

22 строки
489 B
JSON
Исходник Обычный вид История

{
"require-dev": {
"phpunit/phpunit": "^9.5",
"pact-foundation/pact-php": "^7.1",
"friendsofphp/php-cs-fixer": "^3.5",
"nextcloud/coding-standard": "^1.0",
"phpstan/phpstan": "^1.4",
"phpstan/phpstan-phpunit": "^1.0",
"phpstan/extension-installer": "^1.1"
},
"scripts": {
"cs:fix": "php-cs-fixer fix",
"cs:check": "php-cs-fixer fix --dry-run --diff",
"phpstan": "phpstan analyse"
},
"config": {
"allow-plugins": {
"phpstan/extension-installer": true
}
}
}