Nextcloud-App/composer.json

39 lines
842 B
JSON

{
"name": "upschooling/upschooling",
"description": "UPschooling Support Platform",
"type": "project",
"license": "AGPL-3.0-or-later",
"authors": [
{
"name": "UPschooling"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://gitea.rs485.network/UPschooling/matrix-php-sdk.git"
}
],
"require": {
"php": ">=7.4",
"aryess/php-matrix-sdk": "dev-feature/guzzle7-update",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "^8.5",
"nextcloud/coding-standard": "^0.5.0"
},
"config": {
"optimize-autoloader": true,
"classmap-authoritative": true,
"platform": {
"php": "7.4"
}
},
"scripts": {
"lint": "find . -name \\*.php -not -path './vendor/*' -not -path './build/*' -print0 | xargs -0 -n1 php -l",
"cs:check": "php-cs-fixer fix --dry-run --diff",
"cs:fix": "php-cs-fixer fix"
}
}