2017-04-26 16:13:17 +03:00
|
|
|
{
|
2023-03-07 15:25:59 +03:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"OCA\\SharePoint\\": "lib/"
|
|
|
|
}
|
|
|
|
},
|
2023-01-26 20:51:02 +03:00
|
|
|
"config": {
|
2023-03-07 15:25:59 +03:00
|
|
|
"autoloader-suffix": "SharePoint",
|
2023-01-26 20:51:02 +03:00
|
|
|
"platform": {
|
|
|
|
"php": "8.0"
|
|
|
|
}
|
|
|
|
},
|
2021-03-05 15:58:52 +03:00
|
|
|
"require": {
|
2023-01-24 22:49:50 +03:00
|
|
|
"vgrem/php-spo": "3.*"
|
2021-03-05 15:58:52 +03:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"cs:check": "php-cs-fixer fix --dry-run --diff",
|
|
|
|
"cs:fix": "php-cs-fixer fix",
|
2023-01-26 20:51:02 +03:00
|
|
|
"lint": "find . -name \\*.php -not -path './vendor/*' -not -path './build/*' -print0 | xargs -0 -n1 php -l",
|
|
|
|
"test:unit": "phpunit -c phpunit.xml --fail-on-warning --fail-on-risky --color"
|
2021-03-05 15:58:52 +03:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2022-04-04 12:22:55 +03:00
|
|
|
"phpunit/phpunit": "^9.5",
|
2023-01-26 20:51:02 +03:00
|
|
|
"nextcloud/coding-standard": "^1.0"
|
2021-11-05 15:08:44 +03:00
|
|
|
}
|
2017-04-26 16:13:17 +03:00
|
|
|
}
|