Files
therinaldos.com/wedding-pics/apps/privacy/composer.json
T
david ef1ff240d4
Build & Deploy to DigitalOcean Space / build (push) Failing after 2m38s
migrate therinaldos.com data
2024-05-05 15:50:45 -04:00

28 lines
687 B
JSON

{
"name": "nextcloud/privacy",
"description": "-",
"type": "project",
"license": "AGPL",
"authors": [
{
"name": "Georg Ehrke"
}
],
"require": {},
"require-dev": {
"phpunit/phpunit": "^9.5",
"nextcloud/coding-standard": "^1.0.0"
},
"scripts": {
"lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l",
"cs:check": "php-cs-fixer fix --dry-run --diff",
"cs:fix": "php-cs-fixer fix",
"test:integration": "vendor/bin/phpunit -c tests/phpunit.integration.xml"
},
"config": {
"platform": {
"php": "8.0"
}
}
}