Specify platform and more
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
c420516813
commit
a4dd0cc7e8
|
|
@ -1,9 +1,27 @@
|
|||
{
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"OCP\\": "vendor/christophwurst/nextcloud/OCP",
|
||||
"OCA\\Registration\\": "lib/"
|
||||
}
|
||||
},
|
||||
"name": "nextcloud/registration",
|
||||
"description": "registration",
|
||||
"license": "AGPL",
|
||||
"require": {
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"config": {
|
||||
"optimize-autoloader": true,
|
||||
"classmap-authoritative": true,
|
||||
"platform": {
|
||||
"php": "7.2"
|
||||
}
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^8.0",
|
||||
"nextcloud/coding-standard": "^0.5.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue