Skip to content
Snippets Groups Projects
Commit 10672470 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Revert "Add dbp/relay-frontend-bundle"

This reverts commit 2535de6a.
parent 2535de6a
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "0fcda705499482a29528b74c258c748d",
"content-hash": "40e5f05e6836c6efebf49ca7c37778b9",
"packages": [
{
"name": "api-platform/core",
......@@ -361,43 +361,6 @@
],
"time": "2021-09-13T08:02:44+00:00"
},
{
"name": "dbp/relay-frontend-bundle",
"version": "v0.1.0",
"source": {
"type": "git",
"url": "https://gitlab.tugraz.at/dbp/relay/dbp-relay-frontend-bundle.git",
"reference": "bcf66052f0707101c332e412f50da83e93fb1a98"
},
"require": {
"api-platform/core": "^2.5",
"dbp/relay-core-bundle": "^0.1.11",
"ext-json": "*",
"php": "^7.3",
"symfony/framework-bundle": "^5.2"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"phpstan/phpstan": "^0.12.33",
"phpstan/phpstan-phpunit": "^0.12.13",
"symfony/browser-kit": "^5.2",
"symfony/http-client": "^5.2",
"symfony/monolog-bundle": "^3.7",
"symfony/phpunit-bridge": "^5.2",
"vimeo/psalm": "^4.2.1"
},
"type": "symfony-bundle",
"autoload": {
"psr-4": {
"Dbp\\Relay\\FrontendBundle\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"AGPL-3.0-or-later"
],
"time": "2021-10-06T07:16:48+00:00"
},
{
"name": "dbp/relay-keycloak-bundle",
"version": "v0.1.1",
......
......@@ -13,6 +13,5 @@ return [
Nelmio\CorsBundle\NelmioCorsBundle::class => ['all' => true],
ApiPlatform\Core\Bridge\Symfony\Bundle\ApiPlatformBundle::class => ['all' => true],
Dbp\Relay\KeycloakBundle\DbpRelayKeycloakBundle::class => ['all' => true],
Dbp\Relay\FrontendBundle\DbpRelayFrontendBundle::class => ['all' => true],
Dbp\Relay\CoreBundle\DbpRelayCoreBundle::class => ['all' => true],
];
......@@ -40,9 +40,6 @@
"dbp/relay-core-bundle": {
"version": "v0.1.10"
},
"dbp/relay-frontend-bundle": {
"version": "v0.1.0"
},
"dbp/relay-keycloak-bundle": {
"version": "v0.1.0"
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment