From 5216b557dce61a0b60617c0ea8fc40efb172b19b Mon Sep 17 00:00:00 2001 From: Julio Date: Tue, 7 Sep 2021 12:14:44 +0200 Subject: [PATCH] Internal: Remove unused oneup/uploader-bundle --- composer.json | 1 - config/bundles.php | 1 - config/packages/oneup_uploader.yaml | 9 --------- config/routes/oneup_uploader.yaml | 3 --- 4 files changed, 14 deletions(-) delete mode 100644 config/packages/oneup_uploader.yaml delete mode 100644 config/routes/oneup_uploader.yaml diff --git a/composer.json b/composer.json index c1ba3c038e..d7561c062d 100755 --- a/composer.json +++ b/composer.json @@ -95,7 +95,6 @@ "nelexa/zip": "^4.0", "nesbot/carbon": "^2.33", "oneup/flysystem-bundle": "~4.0", - "oneup/uploader-bundle": "~3.0", "pagerfanta/pagerfanta": "~3.1", "paragonie/random-lib": "~2.0", "php-ffmpeg/php-ffmpeg": "~0.14", diff --git a/config/bundles.php b/config/bundles.php index f7887b7f43..d704eb06ca 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -19,7 +19,6 @@ return [ Oneup\FlysystemBundle\OneupFlysystemBundle::class => ['all' => true], A2lix\AutoFormBundle\A2lixAutoFormBundle::class => ['all' => true], A2lix\TranslationFormBundle\A2lixTranslationFormBundle::class => ['all' => true], - Oneup\UploaderBundle\OneupUploaderBundle::class => ['all' => true], Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true], HtmlSanitizer\Bundle\HtmlSanitizerBundle::class => ['all' => true], Vich\UploaderBundle\VichUploaderBundle::class => ['all' => true], diff --git a/config/packages/oneup_uploader.yaml b/config/packages/oneup_uploader.yaml deleted file mode 100644 index 39500d8ddc..0000000000 --- a/config/packages/oneup_uploader.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Read the documentation: https://github.com/1up-lab/OneupUploaderBundle/blob/master/Resources/doc/index.md -oneup_uploader: - mappings: - resource: - frontend: custom - storage: - type: flysystem - filesystem: oneup_flysystem.resource_filesystem - root_folder: true diff --git a/config/routes/oneup_uploader.yaml b/config/routes/oneup_uploader.yaml deleted file mode 100644 index ad9f64f2d3..0000000000 --- a/config/routes/oneup_uploader.yaml +++ /dev/null @@ -1,3 +0,0 @@ -oneup_uploader: - resource: . - type: uploader