зеркало из https://github.com/nextcloud/text.git
21 строка
511 B
JSON
21 строка
511 B
JSON
{
|
|
"name": "nextcloud/text",
|
|
"type": "project",
|
|
"require-dev": {
|
|
"roave/security-advisories": "dev-master",
|
|
"christophwurst/nextcloud": "^19.0",
|
|
"jakub-onderka/php-parallel-lint": "^1.0.0"
|
|
},
|
|
"license": "AGPLv3",
|
|
"authors": [
|
|
{
|
|
"name": "Julius Härtl",
|
|
"email": "jus@bitgrid.net"
|
|
}
|
|
],
|
|
"require": {},
|
|
"scripts": {
|
|
"lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l"
|
|
}
|
|
}
|