%PDF- %PDF-
| Direktori : /www/old2/_muzikoterapie/uloziste.eacm.cz/apps/firstrunwizard/ |
| Current File : /www/old2/_muzikoterapie/uloziste.eacm.cz/apps/firstrunwizard/composer.json |
{
"name": "nextcloud/firstrunwizard",
"description": "The Nextcloud firstrunwizard",
"license": "AGPL",
"config": {
"optimize-autoloader": true,
"classmap-authoritative": true,
"platform": {
"php": "8.0"
}
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"nextcloud/coding-standard": "^1.0.0",
"vimeo/psalm": "^5.4.0",
"nextcloud/ocp": "dev-master"
},
"scripts": {
"lint": "find . -name \\*.php -not -path './vendor/*' -not -path './build/*' -print0 | xargs -0 -n1 php -l",
"cs:check": "php-cs-fixer fix --dry-run --diff",
"cs:fix": "php-cs-fixer fix",
"test:unit": "vendor/bin/phpunit --color --fail-on-warning -c tests/phpunit.xml"
},
"autoload-dev": {
"psr-4": {
"OCP\\": "vendor/nextcloud/ocp/OCP"
}
}
}