-
- Downloads
add base person repository
... | @@ -21,6 +21,12 @@ | ... | @@ -21,6 +21,12 @@ |
"symfony/phpunit-bridge": "^5.4", | "symfony/phpunit-bridge": "^5.4", | ||
"vimeo/psalm": "^4.2.1" | "vimeo/psalm": "^4.2.1" | ||
}, | }, | ||
"repositories": [ | |||
{ | |||
"type": "vcs", | |||
"url": "git@gitlab.tugraz.at:dbp/relay/dbp-relay-base-person-bundle.git" | |||
} | |||
], | |||
"autoload": { | "autoload": { | ||
"psr-4": { | "psr-4": { | ||
"Dbp\\Relay\\CourseBundle\\": "src/" | "Dbp\\Relay\\CourseBundle\\": "src/" | ||
... | ... |
Please register or sign in to comment