2019-06-17 13:57:08 +03:00
|
|
|
{
|
|
|
|
"name": "nextcloud/text",
|
|
|
|
"type": "project",
|
|
|
|
"require-dev": {
|
|
|
|
"roave/security-advisories": "dev-master",
|
2020-10-10 04:01:31 +03:00
|
|
|
"christophwurst/nextcloud": "^20.0",
|
2020-12-29 17:19:36 +03:00
|
|
|
"jakub-onderka/php-parallel-lint": "^1.0.0",
|
2020-12-29 17:27:39 +03:00
|
|
|
"nextcloud/coding-standard": "^0.4.0",
|
|
|
|
"psalm/phar": "^4.3"
|
2019-06-17 13:57:08 +03:00
|
|
|
},
|
|
|
|
"license": "AGPLv3",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Julius Härtl",
|
|
|
|
"email": "jus@bitgrid.net"
|
|
|
|
}
|
|
|
|
],
|
2020-01-26 23:45:19 +03:00
|
|
|
"require": {},
|
|
|
|
"scripts": {
|
2020-12-29 17:19:36 +03:00
|
|
|
"lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l",
|
|
|
|
"cs:check": "php-cs-fixer fix --dry-run --diff",
|
2020-12-29 17:27:39 +03:00
|
|
|
"cs:fix": "php-cs-fixer fix",
|
|
|
|
"psalm": "psalm.phar"
|
2020-01-26 23:45:19 +03:00
|
|
|
}
|
2019-06-17 13:57:08 +03:00
|
|
|
}
|