2021-12-27 11:07:20 +03:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2022-01-25 07:22:31 +03:00
|
|
|
"phpunit/phpunit": "^9.5",
|
2024-08-05 10:39:06 +03:00
|
|
|
"pact-foundation/pact-php": "^10.0.0-beta2",
|
2024-11-26 14:28:30 +03:00
|
|
|
"friendsofphp/php-cs-fixer": "^3.65.0",
|
2022-02-04 14:56:16 +03:00
|
|
|
"nextcloud/coding-standard": "^1.0",
|
2022-05-03 11:07:58 +03:00
|
|
|
"behat/behat": "^3.10",
|
2023-07-04 12:06:19 +03:00
|
|
|
"helmich/phpunit-json-assert": "^3.4",
|
2024-08-05 10:39:06 +03:00
|
|
|
"vimeo/psalm": "5.23.1",
|
2024-10-22 14:10:23 +03:00
|
|
|
"guzzlehttp/guzzle": "^7.9",
|
|
|
|
"behat/gherkin": "v4.9.0"
|
2022-02-04 13:53:31 +03:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"cs:fix": "php-cs-fixer fix",
|
2024-06-04 13:41:35 +03:00
|
|
|
"cs:check": "php-cs-fixer fix --dry-run --diff"
|
2022-02-24 10:09:58 +03:00
|
|
|
},
|
|
|
|
"config": {
|
2024-08-05 10:39:06 +03:00
|
|
|
"allow-plugins": {
|
|
|
|
"phpstan/extension-installer": true,
|
|
|
|
"tienvx/composer-downloads-plugin": true,
|
|
|
|
"pact-foundation/composer-downloads-plugin": true
|
|
|
|
}
|
2021-12-27 11:07:20 +03:00
|
|
|
}
|
|
|
|
}
|