2021-08-21 10:58:00 +00:00
|
|
|
{
|
2021-08-21 11:30:02 +00:00
|
|
|
"name": "upschooling/upschooling",
|
2021-08-21 10:58:00 +00:00
|
|
|
"description": "UPschooling Support Platform",
|
|
|
|
"type": "project",
|
2021-09-15 14:16:07 +00:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2021-08-21 10:58:00 +00:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "UPschooling"
|
|
|
|
}
|
|
|
|
],
|
2021-09-18 10:20:48 +00:00
|
|
|
"repositories": [
|
|
|
|
{
|
|
|
|
"type": "vcs",
|
2021-10-09 13:50:15 +00:00
|
|
|
"url": "https://gitea.rs485.network/UPschooling/matrix-php-sdk.git"
|
2021-09-18 10:20:48 +00:00
|
|
|
}
|
|
|
|
],
|
2021-09-15 12:29:46 +00:00
|
|
|
"require": {
|
2021-09-18 17:28:10 +00:00
|
|
|
"aryess/php-matrix-sdk": "dev-feature/guzzle7-update",
|
|
|
|
"ext-json": "*"
|
2021-09-15 12:29:46 +00:00
|
|
|
},
|
2021-08-21 10:58:00 +00:00
|
|
|
"require-dev": {
|
2021-08-21 14:17:14 +00:00
|
|
|
"phpunit/phpunit": "^8.5",
|
|
|
|
"nextcloud/coding-standard": "^0.5.0"
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"optimize-autoloader": true,
|
|
|
|
"classmap-authoritative": true,
|
|
|
|
"platform": {
|
2021-09-18 10:20:48 +00:00
|
|
|
"php": "7.2.5"
|
2021-08-21 14:17:14 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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"
|
2021-08-21 10:58:00 +00:00
|
|
|
}
|
2021-09-15 14:16:07 +00:00
|
|
|
}
|