WIP: Implement uploads
This commit is contained in:
Generated
+389
-1
@@ -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": "c7bd8e1f662fa638390820a36f96a7fd",
|
||||
"content-hash": "2b10ee7954ba92748752ca9e16b1a17a",
|
||||
"packages": [
|
||||
{
|
||||
"name": "doctrine/cache",
|
||||
@@ -1386,6 +1386,68 @@
|
||||
],
|
||||
"time": "2023-01-14T14:17:03+00:00"
|
||||
},
|
||||
{
|
||||
"name": "imagine/imagine",
|
||||
"version": "1.3.5",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/php-imagine/Imagine.git",
|
||||
"reference": "7151d553edec4dc2bbac60419f7a74ff34700e7f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/php-imagine/Imagine/zipball/7151d553edec4dc2bbac60419f7a74ff34700e7f",
|
||||
"reference": "7151d553edec4dc2bbac60419f7a74ff34700e7f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.5"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4 || ^9.3"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-exif": "to read EXIF metadata",
|
||||
"ext-gd": "to use the GD implementation",
|
||||
"ext-gmagick": "to use the Gmagick implementation",
|
||||
"ext-imagick": "to use the Imagick implementation"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-develop": "1.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Imagine\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Bulat Shakirzyanov",
|
||||
"email": "[email protected]",
|
||||
"homepage": "http://avalanche123.com"
|
||||
}
|
||||
],
|
||||
"description": "Image processing for PHP 5.3",
|
||||
"homepage": "http://imagine.readthedocs.org/",
|
||||
"keywords": [
|
||||
"drawing",
|
||||
"graphics",
|
||||
"image manipulation",
|
||||
"image processing"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/php-imagine/Imagine/issues",
|
||||
"source": "https://github.com/php-imagine/Imagine/tree/1.3.5"
|
||||
},
|
||||
"time": "2023-06-07T14:49:52+00:00"
|
||||
},
|
||||
{
|
||||
"name": "knplabs/knp-menu",
|
||||
"version": "v3.4.0",
|
||||
@@ -1523,6 +1585,109 @@
|
||||
},
|
||||
"time": "2021-10-24T07:53:34+00:00"
|
||||
},
|
||||
{
|
||||
"name": "liip/imagine-bundle",
|
||||
"version": "2.11.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/liip/LiipImagineBundle.git",
|
||||
"reference": "2e943e6be4309ec90fcff90227053898203c1c8e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/2e943e6be4309ec90fcff90227053898203c1c8e",
|
||||
"reference": "2e943e6be4309ec90fcff90227053898203c1c8e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-mbstring": "*",
|
||||
"imagine/imagine": "^1.3.2",
|
||||
"php": "^7.1|^8.0",
|
||||
"symfony/filesystem": "^3.4|^4.4|^5.3|^6.0",
|
||||
"symfony/finder": "^3.4|^4.4|^5.3|^6.0",
|
||||
"symfony/framework-bundle": "^3.4.23|^4.4|^5.3|^6.0",
|
||||
"symfony/mime": "^4.4|^5.3|^6.0",
|
||||
"symfony/options-resolver": "^3.4|^4.4|^5.3|^6.0",
|
||||
"symfony/process": "^3.4|^4.4|^5.3|^6.0",
|
||||
"twig/twig": "^1.44|^2.9|^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"amazonwebservices/aws-sdk-for-php": "^1.0",
|
||||
"aws/aws-sdk-php": "^2.4",
|
||||
"doctrine/cache": "^1.11|^2.0",
|
||||
"doctrine/persistence": "^1.3|^2.0",
|
||||
"enqueue/enqueue-bundle": "^0.9|^0.10",
|
||||
"ext-gd": "*",
|
||||
"league/flysystem": "^1.0|^2.0|^3.0",
|
||||
"phpstan/phpstan": "^0.12.64",
|
||||
"psr/cache": "^1.0|^2.0|^3.0",
|
||||
"psr/log": "^1.0",
|
||||
"symfony/browser-kit": "^3.4|^4.4|^5.3|^6.0",
|
||||
"symfony/cache": "^3.4|^4.4|^5.3|^6.0",
|
||||
"symfony/console": "^3.4|^4.4|^5.3|^6.0",
|
||||
"symfony/dependency-injection": "^3.4|^4.4|^5.3|^6.0",
|
||||
"symfony/form": "^3.4|^4.4|^5.3|^6.0",
|
||||
"symfony/messenger": "^4.4|^5.3|^6.0",
|
||||
"symfony/phpunit-bridge": "^5.3",
|
||||
"symfony/templating": "^3.4|^4.4|^5.3|^6.0",
|
||||
"symfony/validator": "^3.4|^4.4|^5.3|^6.0",
|
||||
"symfony/yaml": "^3.4|^4.4|^5.3|^6.0"
|
||||
},
|
||||
"suggest": {
|
||||
"alcaeus/mongo-php-adapter": "required for mongodb components",
|
||||
"amazonwebservices/aws-sdk-for-php": "required to use AWS version 1 cache resolver",
|
||||
"aws/aws-sdk-php": "required to use AWS version 2/3 cache resolver",
|
||||
"doctrine/mongodb-odm": "required to use mongodb-backed doctrine components",
|
||||
"enqueue/enqueue-bundle": "^0.9 add if you like to process images in background",
|
||||
"ext-exif": "required to read EXIF metadata from images",
|
||||
"ext-gd": "required to use gd driver",
|
||||
"ext-gmagick": "required to use gmagick driver",
|
||||
"ext-imagick": "required to use imagick driver",
|
||||
"ext-mongodb": "required for mongodb components",
|
||||
"league/flysystem": "required to use FlySystem data loader or cache resolver",
|
||||
"monolog/monolog": "A psr/log compatible logger is required to enable logging",
|
||||
"rokka/imagine-vips": "required to use 'vips' driver",
|
||||
"symfony/messenger": "If you like to process images in background",
|
||||
"symfony/templating": "required to use deprecated Templating component instead of Twig"
|
||||
},
|
||||
"type": "symfony-bundle",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Liip\\ImagineBundle\\": ""
|
||||
},
|
||||
"exclude-from-classmap": [
|
||||
"/Tests/"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Liip and other contributors",
|
||||
"homepage": "https://github.com/liip/LiipImagineBundle/contributors"
|
||||
}
|
||||
],
|
||||
"description": "This bundle provides an image manipulation abstraction toolkit for Symfony-based projects.",
|
||||
"homepage": "http://liip.ch",
|
||||
"keywords": [
|
||||
"bundle",
|
||||
"image",
|
||||
"imagine",
|
||||
"liip",
|
||||
"manipulation",
|
||||
"photos",
|
||||
"pictures",
|
||||
"symfony",
|
||||
"transformation"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/liip/LiipImagineBundle/issues",
|
||||
"source": "https://github.com/liip/LiipImagineBundle/tree/2.11.0"
|
||||
},
|
||||
"time": "2023-05-16T06:13:14+00:00"
|
||||
},
|
||||
{
|
||||
"name": "monolog/monolog",
|
||||
"version": "3.4.0",
|
||||
@@ -1730,6 +1895,100 @@
|
||||
],
|
||||
"time": "2023-09-07T16:43:50+00:00"
|
||||
},
|
||||
{
|
||||
"name": "oneup/uploader-bundle",
|
||||
"version": "4.0.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/1up-lab/OneupUploaderBundle.git",
|
||||
"reference": "34d22041d40ff45f87de56cd617a580d48cbdd8c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/1up-lab/OneupUploaderBundle/zipball/34d22041d40ff45f87de56cd617a580d48cbdd8c",
|
||||
"reference": "34d22041d40ff45f87de56cd617a580d48cbdd8c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.4 || ^8.0",
|
||||
"symfony/asset": "^4.4 || ^5.4 || ^6.0",
|
||||
"symfony/event-dispatcher-contracts": "^1.0 || ^2.0 || ^3.0",
|
||||
"symfony/finder": "^4.4 || ^5.4 || ^6.0",
|
||||
"symfony/framework-bundle": "^4.4 || ^5.4 || ^6.0",
|
||||
"symfony/mime": "^4.4 || ^5.4 || ^6.0",
|
||||
"symfony/templating": "^4.4 || ^5.4 || ^6.0",
|
||||
"symfony/translation": "^4.4 || ^5.4 || ^6.0",
|
||||
"symfony/translation-contracts": "^1.0 || ^2.0 || ^3.0",
|
||||
"symfony/yaml": "^4.4 || ^5.4 || ^6.0",
|
||||
"twig/twig": "^2.4 || ^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"amazonwebservices/aws-sdk-for-php": "1.5.*",
|
||||
"doctrine/common": "^2.12 || ^3.0",
|
||||
"doctrine/doctrine-bundle": "^2.4",
|
||||
"friendsofphp/php-cs-fixer": "^2.16",
|
||||
"knplabs/gaufrette": "^0.9",
|
||||
"m2mtech/flysystem-stream-wrapper": "^1.0",
|
||||
"oneup/flysystem-bundle": "^4.1",
|
||||
"phpstan/phpstan": "^0.12.10",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"sensio/framework-extra-bundle": "^5.0 || ^6.0",
|
||||
"symfony/browser-kit": "^4.4 || ^5.4 || ^6.0",
|
||||
"symfony/phpunit-bridge": "^5.4",
|
||||
"symfony/security-bundle": "^4.4 || ^5.4 || ^6.0",
|
||||
"symfony/var-dumper": "^4.4 || ^5.4 || ^6.0",
|
||||
"twistor/flysystem-stream-wrapper": "^1.0"
|
||||
},
|
||||
"suggest": {
|
||||
"knplabs/knp-gaufrette-bundle": "0.1.*",
|
||||
"m2mtech/flysystem-stream-wrapper": "^1.0 (Required when using Flysystem)",
|
||||
"oneup/flysystem-bundle": "^3.0"
|
||||
},
|
||||
"type": "symfony-bundle",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Oneup\\UploaderBundle\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jim Schmid",
|
||||
"email": "[email protected]",
|
||||
"homepage": "https://1up.io",
|
||||
"role": "Developer"
|
||||
},
|
||||
{
|
||||
"name": "David Greminger",
|
||||
"email": "[email protected]",
|
||||
"homepage": "https://1up.io",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"description": "This Symfony bundle provides a server implementation for handling single and multiple file uploads using either FineUploader, jQuery File Uploader, YUI3 Uploader, Uploadify, FancyUpload, MooUpload, Plupload or Dropzone. Features include chunked uploads, orphanages, Gaufrette and Flysystem support.",
|
||||
"homepage": "https://1up.io",
|
||||
"keywords": [
|
||||
"FancyUpload",
|
||||
"FineUploader",
|
||||
"MooUpload",
|
||||
"Uploadify",
|
||||
"YUI3 Uploader",
|
||||
"blueimp",
|
||||
"dropzone",
|
||||
"fileupload",
|
||||
"jQuery File Uploader",
|
||||
"plupload",
|
||||
"upload"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/1up-lab/OneupUploaderBundle/issues",
|
||||
"source": "https://github.com/1up-lab/OneupUploaderBundle/tree/4.0.1"
|
||||
},
|
||||
"time": "2022-07-25T07:51:47+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpdocumentor/reflection-common",
|
||||
"version": "2.2.0",
|
||||
@@ -6654,6 +6913,71 @@
|
||||
],
|
||||
"time": "2023-03-21T21:06:29+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/templating",
|
||||
"version": "v6.3.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/templating.git",
|
||||
"reference": "27d79475d8bcba894235b5472df158e78c6419a3"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/templating/zipball/27d79475d8bcba894235b5472df158e78c6419a3",
|
||||
"reference": "27d79475d8bcba894235b5472df158e78c6419a3",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"symfony/polyfill-ctype": "~1.8"
|
||||
},
|
||||
"require-dev": {
|
||||
"psr/log": "^1|^2|^3"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Symfony\\Component\\Templating\\": ""
|
||||
},
|
||||
"exclude-from-classmap": [
|
||||
"/Tests/"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Fabien Potencier",
|
||||
"email": "[email protected]"
|
||||
},
|
||||
{
|
||||
"name": "Symfony Community",
|
||||
"homepage": "https://symfony.com/contributors"
|
||||
}
|
||||
],
|
||||
"description": "Provides all the tools needed to build any kind of template system",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/templating/tree/v6.3.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://symfony.com/sponsor",
|
||||
"type": "custom"
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/fabpot",
|
||||
"type": "github"
|
||||
},
|
||||
{
|
||||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2023-04-22T08:23:52+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/translation",
|
||||
"version": "v6.3.0",
|
||||
@@ -7644,6 +7968,70 @@
|
||||
],
|
||||
"time": "2023-05-06T11:11:46+00:00"
|
||||
},
|
||||
{
|
||||
"name": "twig/html-extra",
|
||||
"version": "v3.7.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/twigphp/html-extra.git",
|
||||
"reference": "95ceb36e70fa8d07af08cf5135ecbf5e0bd8f386"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/twigphp/html-extra/zipball/95ceb36e70fa8d07af08cf5135ecbf5e0bd8f386",
|
||||
"reference": "95ceb36e70fa8d07af08cf5135ecbf5e0bd8f386",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.1.3",
|
||||
"symfony/mime": "^5.4|^6.0",
|
||||
"twig/twig": "^2.7|^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"symfony/phpunit-bridge": "^5.4|^6.3"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Twig\\Extra\\Html\\": ""
|
||||
},
|
||||
"exclude-from-classmap": [
|
||||
"/Tests/"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Fabien Potencier",
|
||||
"email": "[email protected]",
|
||||
"homepage": "http://fabien.potencier.org",
|
||||
"role": "Lead Developer"
|
||||
}
|
||||
],
|
||||
"description": "A Twig extension for HTML",
|
||||
"homepage": "https://twig.symfony.com",
|
||||
"keywords": [
|
||||
"html",
|
||||
"twig"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/twigphp/html-extra/tree/v3.7.1"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://github.com/fabpot",
|
||||
"type": "github"
|
||||
},
|
||||
{
|
||||
"url": "https://tidelift.com/funding/github/packagist/twig/twig",
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2023-07-29T15:34:56+00:00"
|
||||
},
|
||||
{
|
||||
"name": "twig/twig",
|
||||
"version": "v3.6.1",
|
||||
|
||||
Reference in New Issue
Block a user