Skip to content
Snippets Groups Projects
Commit 88b35baf authored by Groß-Vogt, Tobias's avatar Groß-Vogt, Tobias
Browse files

rmeoved blob-connector dependency to avoid circular dependency

parent fb116386
Branches
No related tags found
No related merge requests found
Pipeline #242217 passed
......@@ -31,8 +31,7 @@
"symfony/monolog-bundle": "^3.8",
"symfony/phpunit-bridge": "^5.4.17",
"vimeo/psalm": "^4.30.0",
"ext-curl": "*",
"dbp/relay-blob-connector-filesystem-bundle": "dev-main"
"ext-curl": "*"
},
"autoload": {
"psr-4": {
......
......@@ -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": "15f39bad5624207b42e443e9ec300f57",
"content-hash": "f483d3b233a9b39f3460289336df3aaf",
"packages": [
{
"name": "api-platform/core",
......@@ -9471,79 +9471,6 @@
],
"time": "2022-02-24T20:20:32+00:00"
},
{
"name": "dbp/relay-blob-connector-filesystem-bundle",
"version": "dev-main",
"source": {
"type": "git",
"url": "git@gitlab.tugraz.at:dbp/relay/dbp-relay-blob-connector-filesystem-bundle.git",
"reference": "907d9dcddaa8d2a1e4e8f0051fcb16b23a140126"
},
"require": {
"api-platform/core": "^2.6",
"dbp/relay-blob-bundle": "dev-main",
"dbp/relay-core-bundle": "^v0.1.56",
"doctrine/dbal": "^3.3",
"ext-json": "*",
"php": ">=7.3",
"symfony/framework-bundle": "^5.4"
},
"require-dev": {
"ext-pdo_sqlite": "*",
"friendsofphp/php-cs-fixer": "^3.0",
"phpstan/phpstan": "^1.0.0",
"phpstan/phpstan-phpunit": "^1.0.0",
"phpstan/phpstan-symfony": "^1.2",
"phpunit/phpunit": "^9",
"symfony/browser-kit": "^5.4",
"symfony/http-client": "^5.4",
"symfony/monolog-bundle": "^3.7",
"symfony/phpunit-bridge": "^5.4",
"vimeo/psalm": "^4.2.1"
},
"default-branch": true,
"type": "symfony-bundle",
"autoload": {
"psr-4": {
"Dbp\\Relay\\BlobConnectorFilesystemBundle\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Dbp\\Relay\\BlobConnectorFilesystemBundle\\Tests\\": "tests/"
}
},
"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 -dxdebug.mode=coverage vendor/bin/phpunit --coverage-html _coverage"
]
},
"license": [
"AGPL-3.0-or-later"
],
"description": "A template bundle for the Relay API gateway",
"time": "2023-03-23T12:53:52+00:00"
},
{
"name": "dnoegel/php-xdg-base-dir",
"version": "v0.1.1",
......@@ -12396,9 +12323,7 @@
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"dbp/relay-blob-connector-filesystem-bundle": 20
},
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
......
services:
Dbp\Relay\BlobConnectorFilesystemBundle\Cron\CleanupCronJob:
autowire: true
autoconfigure: true
Dbp\Relay\BlobConnectorFilesystemBundle\Service\FilesystemService:
autowire: true
autoconfigure: true
public: true
Dbp\Relay\BlobConnectorFilesystemBundle\Service\ShareLinkPersistenceService:
autowire: true
autoconfigure: true
public: true
Dbp\Relay\BlobConnectorFilesystemBundle\Service\ConfigurationService:
autowire: true
autoconfigure: true
Dbp\Relay\BlobConnectorFilesystemBundle\Controller\:
tags: [ 'controller.service_arguments' ]
resource: '../../../vendor/dbp/relay-blob-connector-filesystem-bundle/src/Controller/'
autowire: true
autoconfigure: true
Dbp\Relay\BlobBundle\Tests\DummyFileSystemService:
autowire: true
autoconfigure: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment