Newer
Older
"type": "symfony-bundle",
"license": "AGPL-3.0-or-later",
"require": {
"php": ">=7.3",
"ext-json": "*",
"dbp/relay-core-bundle": "^0.1.48",
"symfony/config": "^5.4",
"symfony/framework-bundle": "^5.4",
"symfony/yaml": "^5.4"
"friendsofphp/php-cs-fixer": "^3.4",
"phpstan/phpstan": "^1.8.11",
"phpstan/phpstan-phpunit": "^1.2.2",
"phpunit/phpunit": "^9.5.26",
"symfony/browser-kit": "^5.4.11",
"symfony/http-client": "^5.4.15",
"symfony/monolog-bundle": "^3.8",
"symfony/phpunit-bridge": "^5.4.14",
"vimeo/psalm": "^4.29"
"repositories": [
{
"type": "vcs",
"url": "git@gitlab.tugraz.at:dbp/relay/dbp-relay-base-person-bundle.git"
},
{
"type": "vcs",
"url": "git@gitlab.tugraz.at:dbp/relay/dbp-relay-core-bundle.git"
"Dbp\\Relay\\BaseCourseBundle\\": "src/"
"Dbp\\Relay\\BaseCourseBundle\\Tests\\": "tests/"
}
},
"config": {
"sort-packages": true,
"platform": {
"php": "7.3"
},
"allow-plugins": {
"composer/package-versions-deprecated": true
}
},
"scripts": {
"test": [
"@php vendor/bin/phpunit"
],
"phpstan": [
"@php vendor/bin/phpstan analyze --ansi"
],
"psalm": [
"@php vendor/bin/psalm"
],
"lint": [
"@composer run cs",
"@composer run phpstan",
"@composer run psalm"
],
"cs-fix": [
"@php vendor/bin/php-cs-fixer --ansi fix"
],
"cs": [
"@php vendor/bin/php-cs-fixer --ansi fix --dry-run --diff"
],
"coverage": [
"@php vendor/bin/phpunit --coverage-html _coverage"
]
}
}