+4
−162
composer.json
deleted100644 → 0
+0
−35
| Original line number | Diff line number | Diff line |
|---|---|---|
{
|
||
"config": {
|
||
"platform": {
|
||
"php": "7.4"
|
||
}
|
||
},
|
||
"autoload-dev": {
|
||
"psr-4": {
|
||
"OCP\\": "vendor/christophwurst/nextcloud/OCP",
|
||
"OCA\\DropAccount\\": "lib/"
|
||
}
|
||
},
|
||
"scripts": {
|
||
"cs:check": "php-cs-fixer fix --dry-run --diff",
|
||
"cs:fix": "php-cs-fixer fix",
|
||
"lint": "find . -name \\*.php -not -path './vendor/*' -not -path './build/*' -not -path './tests/integration/vendor/*' -print0 | xargs -0 -n1 php -l",
|
||
"psalm": "psalm --threads=1",
|
||
"psalm:update-baseline": "psalm --threads=1 --update-baseline --set-baseline=tests/psalm-baseline.xml",
|
||
"psalm:clear": "psalm --clear-cache && psalm --clear-global-cache",
|
||
"psalm:fix": "psalm --alter --issues=InvalidReturnType,InvalidNullableReturnType,MissingParamType,InvalidFalsableReturnType",
|
||
"test": "phpunit -c phpunit.xml --fail-on-warning"
|
||
},
|
||
"require": {
|
||
"php": ">=7.4"
|
||
},
|
||
"require-dev": {
|
||
"roave/security-advisories": "dev-master",
|
||
"nextcloud/coding-standard": "^1.0.0",
|
||
"vimeo/psalm": "^4.3",
|
||
"christophwurst/nextcloud": "^24.0",
|
||
"christophwurst/nextcloud_testing": "^0.12",
|
||
"phpunit/phpunit": "^9.5.21",
|
||
"psalm/plugin-phpunit": "^0.17.0"
|
||
}
|
||
} |
composer.lock
deleted100644 → 0
+0
−5544
File deleted.
Preview size limit exceeded, changes collapsed.
Loading