@ -4,23 +4,23 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
"This file is @generated automatically"
],
],
"content-hash": "b95652040ba10ba1825a39e3277a3516 ",
"content-hash": "bc0c41b59b1d77103f486d35f01f35ff ",
"packages": [
"packages": [
{
{
"name": "doctrine/annotations",
"name": "doctrine/annotations",
"version": "1.10.3",
"version": "1.10.3",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
"url": "https://github.com/doctrine/annotations.git",
"reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d"
"reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/5db60a4969eba0e0c197a19c077780aadbc43c5d",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/5db60a4969eba0e0c197a19c077780aadbc43c5d",
"reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d",
"reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
"doctrine/lexer": "1.*",
"doctrine/lexer": "1.*",
"ext-tokenizer": "*",
"ext-tokenizer": "*",
"php": "^7.1 || ^8.0"
"php": "^7.1 || ^8.0"
@ -1254,36 +1254,152 @@
}
}
},
},
"notification-url": "https://packagist.org/downloads/",
"notification-url": "https://packagist.org/downloads/",
"license": [
"license": [
"MIT"
"MIT"
],
],
"authors": [
"authors": [
{
{
"name": "Eduardo Gulias Davis"
"name": "Eduardo Gulias Davis"
}
}
],
],
"description": "A library for validating emails against several RFCs",
"description": "A library for validating emails against several RFCs",
"homepage": "https://github.com/egulias/EmailValidator",
"homepage": "https://github.com/egulias/EmailValidator",
"keywords": [
"keywords": [
"email",
"email",
"emailvalidation",
"emailvalidation",
"emailvalidator",
"emailvalidator",
"validation",
"validation",
"validator"
"validator"
],
],
"time": "2020-06-16T20:11:17+00:00"
"time": "2020-06-16T20:11:17+00:00"
},
},
{
{
"name": "laminas/laminas-code",
"name": "imagine/imagine",
"version": "3.4.1",
"version": "1.2.3",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/laminas/laminas-code.git",
"url": "https://github.com/avalanche123/Imagine.git",
"reference": "cb2361e5bb4410b681462d8e4f912bc5dabf84ab"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/avalanche123/Imagine/zipball/cb2361e5bb4410b681462d8e4f912bc5dabf84ab",
"reference": "cb2361e5bb4410b681462d8e4f912bc5dabf84ab",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "2.2.*",
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4"
},
"suggest": {
"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": "0.7-dev"
}
},
"autoload": {
"psr-4": {
"Imagine\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bulat Shakirzyanov",
"email": "mallluhuct@gmail.com",
"homepage": "http://avalanche123.com"
}
],
"description": "Image processing for PHP 5.3",
"homepage": "http://imagine.readthedocs.org/",
"keywords": [
"drawing",
"graphics",
"image manipulation",
"image processing"
],
"time": "2019-12-04T09:55:33+00:00"
},
{
"name": "jms/metadata",
"version": "2.3.0",
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/metadata.git",
"reference": "6eb35fce7142234946d58d13e1aa829e9b78b095"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/schmittjoh/metadata/zipball/6eb35fce7142234946d58d13e1aa829e9b78b095",
"reference": "6eb35fce7142234946d58d13e1aa829e9b78b095",
"shasum": ""
},
"require": {
"php": "^7.2"
},
"require-dev": {
"doctrine/cache": "^1.0",
"doctrine/coding-standard": "^4.0",
"phpunit/phpunit": "^7.0",
"symfony/cache": "^3.1|^4.0|^5.0",
"symfony/dependency-injection": "^3.1|^4.0|^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"Metadata\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Johannes M. Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Asmir Mustafic",
"email": "goetas@gmail.com"
}
],
"description": "Class/method/property metadata management in PHP",
"keywords": [
"annotations",
"metadata",
"xml",
"yaml"
],
"time": "2020-06-06T16:52:59+00:00"
},
{
"name": "laminas/laminas-code",
"version": "3.4.1",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-code.git",
"reference": "1cb8f203389ab1482bf89c0e70a04849bacd7766"
"reference": "1cb8f203389ab1482bf89c0e70a04849bacd7766"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-code/zipball/1cb8f203389ab1482bf89c0e70a04849bacd7766",
"url": "https://api.github.com/repos/laminas/laminas-code/zipball/1cb8f203389ab1482bf89c0e70a04849bacd7766",
"reference": "1cb8f203389ab1482bf89c0e70a04849bacd7766",
"reference": "1cb8f203389ab1482bf89c0e70a04849bacd7766",
"shasum": ""
"shasum": ""
},
},
@ -1423,7 +1539,7 @@
"module": "Laminas\\ZendFrameworkBridge"
"module": "Laminas\\ZendFrameworkBridge"
}
}
},
},
"autoload": {
"autoload": {
"files": [
"files": [
"src/autoload.php"
"src/autoload.php"
],
],
@ -1432,29 +1548,128 @@
}
}
},
},
"notification-url": "https://packagist.org/downloads/",
"notification-url": "https://packagist.org/downloads/",
"license": [
"license": [
"BSD-3-Clause"
"BSD-3-Clause"
],
],
"description": "Alias legacy ZF class names to Laminas Project equivalents.",
"description": "Alias legacy ZF class names to Laminas Project equivalents.",
"keywords": [
"keywords": [
"ZendFramework",
"ZendFramework",
"autoloading",
"autoloading",
"laminas",
"laminas",
"zf"
"zf"
],
],
"time": "2020-05-20T16:45:56+00:00"
"time": "2020-05-20T16:45:56+00:00"
},
},
{
{
"name": "monolog/monolog",
"name": "liip/imagine-bundle",
"version": "2.3.1",
"source": {
"type": "git",
"url": "https://github.com/liip/LiipImagineBundle.git",
"reference": "d0819fc9b1cd4e9e16db204467b6fe1a5316a163"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/d0819fc9b1cd4e9e16db204467b6fe1a5316a163",
"reference": "d0819fc9b1cd4e9e16db204467b6fe1a5316a163",
"shasum": ""
},
"require": {
"imagine/imagine": "^0.7.1|^1.1",
"php": "^7.1",
"symfony/filesystem": "^3.4|^4.3|^5.0",
"symfony/finder": "^3.4|^4.3|^5.0",
"symfony/framework-bundle": "^3.4|^4.3|^5.0",
"symfony/mime": "^4.3|^5.0",
"symfony/options-resolver": "^3.4|^4.3|^5.0",
"symfony/process": "^3.4|^4.3|^5.0",
"symfony/templating": "^3.4|^4.3|^5.0",
"twig/twig": "^1.40|^2.9|^3.0"
},
"require-dev": {
"amazonwebservices/aws-sdk-for-php": "^1.0",
"aws/aws-sdk-php": "^2.4",
"doctrine/cache": "^1.1",
"doctrine/orm": "^2.3",
"enqueue/enqueue-bundle": "^0.9|^0.10",
"ext-gd": "*",
"friendsofphp/php-cs-fixer": "^2.10",
"league/flysystem": "^1.0",
"psr/log": "^1.0",
"symfony/browser-kit": "^3.4|^4.3|^5.0",
"symfony/console": "^3.4|^4.3|^5.0",
"symfony/dependency-injection": "^3.4|^4.3|^5.0",
"symfony/form": "^3.4|^4.3|^5.0",
"symfony/phpunit-bridge": "^4.3|^5.0",
"symfony/validator": "^3.4|^4.3|^5.0",
"symfony/yaml": "^3.4|^4.3|^5.0"
},
"suggest": {
"alcaeus/mongo-php-adapter": "required on PHP >= 7.0 to use mongo components with mongodb extension",
"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-mongo": "required for mongodb components on PHP <7.0",
"ext-mongodb": "required for mongodb components on PHP >=7.0",
"league/flysystem": "required to use FlySystem data loader or cache resolver",
"monolog/monolog": "A psr/log compatible logger is required to enable logging"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-1.0": "1.7-dev",
"dev-master": "2.x-dev"
}
},
"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"
],
"time": "2020-06-26T05:55:54+00:00"
},
{
"name": "monolog/monolog",
"version": "2.1.0",
"version": "2.1.0",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
"url": "https://github.com/Seldaek/monolog.git",
"reference": "38914429aac460e8e4616c8cb486ecb40ec90bb1"
"reference": "38914429aac460e8e4616c8cb486ecb40ec90bb1"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/38914429aac460e8e4616c8cb486ecb40ec90bb1",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/38914429aac460e8e4616c8cb486ecb40ec90bb1",
"reference": "38914429aac460e8e4616c8cb486ecb40ec90bb1",
"reference": "38914429aac460e8e4616c8cb486ecb40ec90bb1",
"shasum": ""
"shasum": ""
},
},
@ -5544,16 +5759,72 @@
"time": "2020-06-11T12:16:36+00:00"
"time": "2020-06-11T12:16:36+00:00"
},
},
{
{
"name": "symfony/translation",
"name": "symfony/templating",
"version": "v5.1.2",
"version": "v5.1.2",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/translation.git",
"url": "https://github.com/symfony/templating.git",
"reference": "d3f0347e70029067ab690bfa9ff121c1c929ee4e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/templating/zipball/d3f0347e70029067ab690bfa9ff121c1c929ee4e",
"reference": "d3f0347e70029067ab690bfa9ff121c1c929ee4e",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-ctype": "~1.8"
},
"require-dev": {
"psr/log": "~1.0"
},
"suggest": {
"psr/log-implementation": "For using debug logging in loaders"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.1-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Templating\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Templating Component",
"homepage": "https://symfony.com",
"time": "2020-05-28T08:20:44+00:00"
},
{
"name": "symfony/translation",
"version": "v5.1.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
"reference": "d387f07d4c15f9c09439cf3f13ddbe0b2c5e8be2"
"reference": "d387f07d4c15f9c09439cf3f13ddbe0b2c5e8be2"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/d387f07d4c15f9c09439cf3f13ddbe0b2c5e8be2",
"url": "https://api.github.com/repos/symfony/translation/zipball/d387f07d4c15f9c09439cf3f13ddbe0b2c5e8be2",
"reference": "d387f07d4c15f9c09439cf3f13ddbe0b2c5e8be2",
"reference": "d387f07d4c15f9c09439cf3f13ddbe0b2c5e8be2",
"shasum": ""
"shasum": ""
},
},
@ -6393,18 +6664,18 @@
},
},
"require-dev": {
"require-dev": {
"twig/cssinliner-extra": "^2.12|^3.0",
"twig/cssinliner-extra": "^2.12|^3.0",
"twig/html-extra": "^2.12|^3.0",
"twig/html-extra": "^2.12|^3.0",
"twig/inky-extra": "^2.12|^3.0",
"twig/inky-extra": "^2.12|^3.0",
"twig/intl-extra": "^2.12|^3.0",
"twig/intl-extra": "^2.12|^3.0",
"twig/markdown-extra": "^2.12|^3.0"
"twig/markdown-extra": "^2.12|^3.0"
},
},
"type": "symfony-bundle",
"type": "symfony-bundle",
"extra": {
"extra": {
"branch-alias": {
"branch-alias": {
"dev-master": "3.0-dev"
"dev-master": "3.0-dev"
}
}
},
},
"autoload": {
"autoload": {
"psr-4": {
"psr-4": {
"Twig\\Extra\\TwigExtraBundle\\": "src/"
"Twig\\Extra\\TwigExtraBundle\\": "src/"
}
}
@ -6431,35 +6702,35 @@
"time": "2020-05-21T09:56:39+00:00"
"time": "2020-05-21T09:56:39+00:00"
},
},
{
{
"name": "twig/twig",
"name": "twig/twig",
"version": "v3.0.4",
"version": "v3.0.4",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
"url": "https://github.com/twigphp/Twig.git",
"reference": "582bdbdc173027ebfba3c93dc750a40b8f9ebc02"
"reference": "582bdbdc173027ebfba3c93dc750a40b8f9ebc02"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/582bdbdc173027ebfba3c93dc750a40b8f9ebc02",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/582bdbdc173027ebfba3c93dc750a40b8f9ebc02",
"reference": "582bdbdc173027ebfba3c93dc750a40b8f9ebc02",
"reference": "582bdbdc173027ebfba3c93dc750a40b8f9ebc02",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
"php": ">=7.2.5",
"php": ">=7.2.5",
"symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-mbstring": "^1.3"
"symfony/polyfill-mbstring": "^1.3"
},
},
"require-dev": {
"require-dev": {
"psr/container": "^1.0",
"psr/container": "^1.0",
"symfony/phpunit-bridge": "^4.4.9|^5.0.9"
"symfony/phpunit-bridge": "^4.4.9|^5.0.9"
},
},
"type": "library",
"type": "library",
"extra": {
"extra": {
"branch-alias": {
"branch-alias": {
"dev-master": "3.0-dev"
"dev-master": "3.0-dev"
}
}
},
},
"autoload": {
"autoload": {
"psr-4": {
"psr-4": {
"Twig\\": "src/"
"Twig\\": "src/"
}
}
@ -6485,24 +6756,123 @@
"role": "Project Founder"
"role": "Project Founder"
}
}
],
],
"description": "Twig, the flexible, fast, and secure template language for PHP",
"description": "Twig, the flexible, fast, and secure template language for PHP",
"homepage": "https://twig.symfony.com",
"homepage": "https://twig.symfony.com",
"keywords": [
"keywords": [
"templating"
"templating"
],
],
"time": "2020-07-05T13:18:14+00:00"
"time": "2020-07-05T13:18:14+00:00"
},
},
{
{
"name": "webimpress/safe-writer",
"name": "vich/uploader-bundle",
"version": "2.0.1",
"version": "1.14.0",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/webimpress/safe-writer.git",
"url": "https://github.com/dustin10/VichUploaderBundle.git",
"reference": "8e9b4402a959983fd7effddae1dd81d587687d96"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dustin10/VichUploaderBundle/zipball/8e9b4402a959983fd7effddae1dd81d587687d96",
"reference": "8e9b4402a959983fd7effddae1dd81d587687d96",
"shasum": ""
},
"require": {
"ext-simplexml": "*",
"jms/metadata": "^2.1",
"php": "^7.2",
"symfony/config": "^4.4 || ^5.0",
"symfony/console": "^4.4 || ^5.0",
"symfony/dependency-injection": "^4.4 || ^5.0",
"symfony/event-dispatcher-contracts": "^1.1 || ^2.0",
"symfony/form": "^4.4 || ^5.0",
"symfony/http-foundation": "^4.4 || ^5.0",
"symfony/http-kernel": "^4.4 || ^5.0",
"symfony/mime": "^4.4 || ^5.0",
"symfony/property-access": "^4.4 || ^5.0",
"symfony/string": "^5.0"
},
"require-dev": {
"alcaeus/mongo-php-adapter": "^1.1",
"doctrine/doctrine-bundle": "^2.0.3",
"doctrine/mongodb-odm": "^1.2",
"doctrine/orm": "^2.7",
"ext-sqlite3": "*",
"knplabs/knp-gaufrette-bundle": "^0.7",
"kphoen/rusty": "dev-update-php-parser",
"league/flysystem-bundle": "^1.4",
"league/flysystem-memory": "^1.0",
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
"mikey179/vfsstream": "^1.6",
"oneup/flysystem-bundle": "^3.3",
"phpunit/phpunit": "^8.5",
"symfony/asset": "^4.4 || ^5.0",
"symfony/browser-kit": "^4.4 || ^5.0",
"symfony/css-selector": "^4.4 || ^5.0",
"symfony/doctrine-bridge": "^4.4 || ^5.0",
"symfony/dom-crawler": "^4.4 || ^5.0",
"symfony/framework-bundle": "^4.4 || ^5.0",
"symfony/phpunit-bridge": "^4.3 || ^5.0",
"symfony/security-csrf": "^4.4 || ^5.0",
"symfony/translation": "^4.4 || ^5.0",
"symfony/twig-bridge": "^4.4 || ^5.0",
"symfony/twig-bundle": "^4.4 || ^5.0",
"symfony/validator": "^4.4 || ^5.0",
"symfony/var-dumper": "^4.4 || ^5.0",
"symfony/yaml": "^4.4 || ^5.0"
},
"suggest": {
"doctrine/doctrine-bundle": "For integration with Doctrine",
"doctrine/mongodb-odm-bundle": "For integration with Doctrine ODM",
"doctrine/orm": "For integration with Doctrine ORM",
"doctrine/phpcr-odm": "For integration with Doctrine PHPCR",
"knplabs/knp-gaufrette-bundle": "For integration with Gaufrette",
"liip/imagine-bundle": "To generate image thumbnails",
"ocramius/proxy-manager": "To use lazy services",
"oneup/flysystem-bundle": "For integration with Flysystem",
"symfony/asset": "To generate better links",
"symfony/yaml": "To use YAML mapping"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "1.15.x-dev"
}
},
"autoload": {
"psr-4": {
"Vich\\UploaderBundle\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dustin Dobervich",
"email": "ddobervich@gmail.com"
}
],
"description": "Ease file uploads attached to entities",
"homepage": "https://github.com/dustin10/VichUploaderBundle",
"keywords": [
"file uploads",
"upload"
],
"time": "2020-06-12T08:48:15+00:00"
},
{
"name": "webimpress/safe-writer",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/webimpress/safe-writer.git",
"reference": "d6e879960febb307c112538997316371f1e95b12"
"reference": "d6e879960febb307c112538997316371f1e95b12"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/webimpress/safe-writer/zipball/d6e879960febb307c112538997316371f1e95b12",
"url": "https://api.github.com/repos/webimpress/safe-writer/zipball/d6e879960febb307c112538997316371f1e95b12",
"reference": "d6e879960febb307c112538997316371f1e95b12",
"reference": "d6e879960febb307c112538997316371f1e95b12",
"shasum": ""
"shasum": ""
},
},