Switch to the new core package name
... | ... | @@ -4,10 +4,10 @@ |
"license": "AGPL-3.0-or-later", | ||
"require": { | ||
"php": "^7.3", | ||
"ext-json": "*", | ||
"api-platform/core": "^2.5", | ||
"symfony/framework-bundle": "^5.2", | ||
"dbp/api-core-bundle": "^0.1.3", | ||
"ext-json": "*" | ||
"dbp/relay-core-bundle": "^0.1.11", | ||
"symfony/framework-bundle": "^5.2" | ||
}, | ||
"require-dev": { | ||
"friendsofphp/php-cs-fixer": "^3.0", | ||
... | ... | @@ -18,12 +18,6 @@ |
"symfony/phpunit-bridge": "^5.2", | ||
"vimeo/psalm": "^4.2.1" | ||
}, | ||
"repositories": [ | ||
{ | ||
"type": "vcs", | ||
"url": "https://gitlab.tugraz.at/dbp/dbp-api/api-core-bundle.git" | ||
} | ||
], | ||
"autoload": { | ||
"psr-4": { | ||
"Dbp\\Relay\\TemplateBundle\\": "src/" | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment