files_photospheres/composer.json

34 строки
869 B
JSON

{
"name": "nextcloud/files_photospheres",
"description": "Enables viewing of google photosphere images",
"type": "project",
"license": "AGPL",
"authors": [
{
"name": "Robin Windey"
}
],
"require": {
"php": ">=8.1 <=8.3"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"phpunit/php-code-coverage": "9.2.5",
"phpunit/phpcov": "^8.2",
"nextcloud/coding-standard": "^1.0",
"netresearch/jsonmapper": "^4.0"
},
"config": {
"optimize-autoloader": true,
"classmap-authoritative": true,
"platform": {
"php": "8.1"
}
},
"scripts": {
"lint": "find . -name \\*.php -not -path './vendor/*' -exec php -l \"{}\" \\;",
"cs:check": "php-cs-fixer fix --dry-run --diff",
"cs:fix": "php-cs-fixer fix"
}
}