2024-07-28 15:57:30 +00:00
|
|
|
{
|
|
|
|
"name": "nextcloud/prideflags",
|
|
|
|
"description": "Allows every user to select their wanted pride flags as backgrounds for primary action buttons and folder icons in the files app.
|
|
|
|
|
|
|
|
Currently supported "targets":
|
|
|
|
- primary action buttons
|
|
|
|
- folder icons in the files app
|
|
|
|
|
|
|
|
Currently supported pride flags:
|
|
|
|
- Original 6 color rainbow pride flag
|
|
|
|
- Trans pride flag
|
2024-08-05 17:28:56 +00:00
|
|
|
- Pansexual pride flag
|
|
|
|
- Non-binary pride flag
|
|
|
|
- Bisexual pride flag
|
|
|
|
- Asexual pride flag
|
|
|
|
- Lesbian pride flag
|
2024-07-28 15:57:30 +00:00
|
|
|
|
|
|
|
more flags to follow soon!",
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "transcaffeine",
|
|
|
|
"email": "transcaffeine@finally.coffee",
|
|
|
|
"homepage": ""
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"OCA\\PrideFlags\\": "lib/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"post-install-cmd": [
|
|
|
|
"@composer bin all install --ansi"
|
|
|
|
],
|
|
|
|
"post-update-cmd": [
|
|
|
|
"@composer bin all update --ansi"
|
|
|
|
],
|
|
|
|
"lint": "find . -name \\*.php -not -path './vendor/*' -not -path './vendor-bin/*' -not -path './build/*' -print0 | xargs -0 -n1 php -l",
|
|
|
|
"cs:check": "php-cs-fixer fix --dry-run --diff",
|
|
|
|
"cs:fix": "php-cs-fixer fix",
|
|
|
|
"psalm": "psalm --threads=1 --no-cache",
|
|
|
|
"test:unit": "phpunit tests -c tests/phpunit.xml --colors=always --fail-on-warning --fail-on-risky",
|
|
|
|
"openapi": "generate-spec"
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"bamarni/composer-bin-plugin": "^1.8",
|
|
|
|
"php": "^8.1"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"nextcloud/ocp": "dev-stable29",
|
|
|
|
"roave/security-advisories": "dev-latest"
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"allow-plugins": {
|
|
|
|
"bamarni/composer-bin-plugin": true
|
|
|
|
},
|
|
|
|
"optimize-autoloader": true,
|
|
|
|
"sort-packages": true,
|
|
|
|
"platform": {
|
|
|
|
"php": "8.1"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|