Created
November 15, 2019 10:44
-
-
Save manuelkiessling/2b44ab1b9d39ecd8112f63746c7c17cf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"minimum-stability": "dev", | |
"prefer-stable": true, | |
"require": { | |
"php": ">=7.3.0", | |
"ext-bcmath": "*", | |
"ext-curl": "*", | |
"ext-json": "*", | |
"ext-pcntl": "*", | |
"ext-sockets": "*", | |
"ext-zlib": "*", | |
"ext-zip": "*", | |
"aws/aws-php-sns-message-validator": "^1.5", | |
"aws/aws-sdk-php": "^3.47.0", | |
"doctrine/doctrine-bundle": "^1.8.1", | |
"doctrine/doctrine-migrations-bundle": "^1.3.1", | |
"doctrine/orm": "^2.5.13", | |
"easycorp/easyadmin-bundle": "^1.17.12", | |
"eightpoints/guzzle-bundle": "^7.3", | |
"friendsofsymfony/elastica-bundle": "^4.0", | |
"friendsofsymfony/user-bundle": "^2.0.2", | |
"incenteev/composer-parameter-handler": "^2.0", | |
"knplabs/gaufrette": "^0.8.0", | |
"knplabs/knp-gaufrette-bundle": "^0.4.0", | |
"liip/imagine-bundle": "^1.9.1", | |
"php-amqplib/php-amqplib": "^2.10", | |
"phpunit/phpunit": "^6.4.4", | |
"sensio/distribution-bundle": "^5.0.19", | |
"sensio/framework-extra-bundle": "^3.0.2", | |
"snowflake/request-id": "^1.0", | |
"soundasleep/html2text": "^1.1", | |
"symfony/monolog-bundle": "^3.1.2", | |
"symfony/polyfill-apcu": "^1.0", | |
"symfony/security-csrf": "^3.3", | |
"symfony/swiftmailer-bundle": "^2.6.7", | |
"symfony/symfony": "3.4.*", | |
"twig/extensions": "^1.5", | |
"twig/twig": "^1.0||^2.0", | |
"vich/uploader-bundle": "^1.7.1", | |
"willdurand/js-translation-bundle": "^2.6" | |
}, | |
"require-dev": { | |
"sensio/generator-bundle": "^3.1.7", | |
"symfony/phpunit-bridge": "^3.4.1" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_readme": [ | |
"This file locks the dependencies of your project to a known state", | |
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", | |
"This file is @generated automatically" | |
], | |
"content-hash": "74d5572cbb2ab569de3da7f4a787ddde", | |
"packages": [ | |
{ | |
"name": "aws/aws-php-sns-message-validator", | |
"version": "1.5.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/aws/aws-php-sns-message-validator.git", | |
"reference": "84e0f665d5825b0d9c546e0a0de89465b4c6b53a" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/aws/aws-php-sns-message-validator/zipball/84e0f665d5825b0d9c546e0a0de89465b4c6b53a", | |
"reference": "84e0f665d5825b0d9c546e0a0de89465b4c6b53a", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-openssl": "*", | |
"php": ">=5.4", | |
"psr/http-message": "^1.0" | |
}, | |
"require-dev": { | |
"guzzlehttp/psr7": "^1.4", | |
"phpunit/phpunit": "^4.0", | |
"squizlabs/php_codesniffer": "^2.3" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"Aws\\Sns\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"Apache-2.0" | |
], | |
"authors": [ | |
{ | |
"name": "Amazon Web Services", | |
"homepage": "http://aws.amazon.com" | |
} | |
], | |
"description": "Amazon SNS message validation for PHP", | |
"homepage": "http://aws.amazon.com/sdkforphp", | |
"keywords": [ | |
"SNS", | |
"amazon", | |
"aws", | |
"cloud", | |
"message", | |
"sdk", | |
"webhooks" | |
], | |
"time": "2018-07-04T00:31:08+00:00" | |
}, | |
{ | |
"name": "aws/aws-sdk-php", | |
"version": "3.112.30", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/aws/aws-sdk-php.git", | |
"reference": "6d56cc8372e66a99c68f3e9d4bfe26fc485269bc" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/6d56cc8372e66a99c68f3e9d4bfe26fc485269bc", | |
"reference": "6d56cc8372e66a99c68f3e9d4bfe26fc485269bc", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-json": "*", | |
"ext-pcre": "*", | |
"ext-simplexml": "*", | |
"guzzlehttp/guzzle": "^5.3.3|^6.2.1", | |
"guzzlehttp/promises": "~1.0", | |
"guzzlehttp/psr7": "^1.4.1", | |
"mtdowling/jmespath.php": "~2.2", | |
"php": ">=5.5" | |
}, | |
"require-dev": { | |
"andrewsville/php-token-reflection": "^1.4", | |
"aws/aws-php-sns-message-validator": "~1.0", | |
"behat/behat": "~3.0", | |
"doctrine/cache": "~1.4", | |
"ext-dom": "*", | |
"ext-openssl": "*", | |
"ext-pcntl": "*", | |
"ext-sockets": "*", | |
"nette/neon": "^2.3", | |
"phpunit/phpunit": "^4.8.35|^5.4.3", | |
"psr/cache": "^1.0", | |
"psr/simple-cache": "^1.0" | |
}, | |
"suggest": { | |
"aws/aws-php-sns-message-validator": "To validate incoming SNS notifications", | |
"doctrine/cache": "To use the DoctrineCacheAdapter", | |
"ext-curl": "To send requests using cURL", | |
"ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages", | |
"ext-sockets": "To use client-side monitoring" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "3.0-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Aws\\": "src/" | |
}, | |
"files": [ | |
"src/functions.php" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"Apache-2.0" | |
], | |
"authors": [ | |
{ | |
"name": "Amazon Web Services", | |
"homepage": "http://aws.amazon.com" | |
} | |
], | |
"description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project", | |
"homepage": "http://aws.amazon.com/sdkforphp", | |
"keywords": [ | |
"amazon", | |
"aws", | |
"cloud", | |
"dynamodb", | |
"ec2", | |
"glacier", | |
"s3", | |
"sdk" | |
], | |
"time": "2019-10-28T21:23:42+00:00" | |
}, | |
{ | |
"name": "behat/transliterator", | |
"version": "v1.2.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/Behat/Transliterator.git", | |
"reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/Behat/Transliterator/zipball/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c", | |
"reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3" | |
}, | |
"require-dev": { | |
"chuyskywalker/rolling-curl": "^3.1", | |
"php-yaoi/php-yaoi": "^1.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.2-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Behat\\Transliterator": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"Artistic-1.0" | |
], | |
"description": "String transliterator", | |
"keywords": [ | |
"i18n", | |
"slug", | |
"transliterator" | |
], | |
"time": "2017-04-04T11:38:05+00:00" | |
}, | |
{ | |
"name": "doctrine/annotations", | |
"version": "v1.8.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/annotations.git", | |
"reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/annotations/zipball/904dca4eb10715b92569fbcd79e201d5c349b6bc", | |
"reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc", | |
"shasum": "" | |
}, | |
"require": { | |
"doctrine/lexer": "1.*", | |
"php": "^7.1" | |
}, | |
"require-dev": { | |
"doctrine/cache": "1.*", | |
"phpunit/phpunit": "^7.5" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.7.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Guilherme Blanco", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Roman Borschel", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Benjamin Eberlei", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Jonathan Wage", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Johannes Schmitt", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Docblock Annotations Parser", | |
"homepage": "http://www.doctrine-project.org", | |
"keywords": [ | |
"annotations", | |
"docblock", | |
"parser" | |
], | |
"time": "2019-10-01T18:55:10+00:00" | |
}, | |
{ | |
"name": "doctrine/cache", | |
"version": "v1.8.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/cache.git", | |
"reference": "d4374ae95b36062d02ef310100ed33d78738d76c" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/cache/zipball/d4374ae95b36062d02ef310100ed33d78738d76c", | |
"reference": "d4374ae95b36062d02ef310100ed33d78738d76c", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "~7.1" | |
}, | |
"conflict": { | |
"doctrine/common": ">2.2,<2.4" | |
}, | |
"require-dev": { | |
"alcaeus/mongo-php-adapter": "^1.1", | |
"doctrine/coding-standard": "^4.0", | |
"mongodb/mongodb": "^1.1", | |
"phpunit/phpunit": "^7.0", | |
"predis/predis": "~1.0" | |
}, | |
"suggest": { | |
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.8.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Guilherme Blanco", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Roman Borschel", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Benjamin Eberlei", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Jonathan Wage", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Johannes Schmitt", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Caching library offering an object-oriented API for many cache backends", | |
"homepage": "https://www.doctrine-project.org", | |
"keywords": [ | |
"cache", | |
"caching" | |
], | |
"time": "2019-10-28T09:31:32+00:00" | |
}, | |
{ | |
"name": "doctrine/collections", | |
"version": "v1.6.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/collections.git", | |
"reference": "c5e0bc17b1620e97c968ac409acbff28b8b850be" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/collections/zipball/c5e0bc17b1620e97c968ac409acbff28b8b850be", | |
"reference": "c5e0bc17b1620e97c968ac409acbff28b8b850be", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^7.1.3" | |
}, | |
"require-dev": { | |
"doctrine/coding-standard": "^6.0", | |
"phpstan/phpstan-shim": "^0.9.2", | |
"phpunit/phpunit": "^7.0", | |
"vimeo/psalm": "^3.2.2" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.6.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Roman Borschel", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Benjamin Eberlei", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Guilherme Blanco", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Jonathan Wage", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Johannes Schmitt", | |
"email": "[email protected]" | |
} | |
], | |
"description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.", | |
"homepage": "https://www.doctrine-project.org/projects/collections.html", | |
"keywords": [ | |
"array", | |
"collections", | |
"iterators", | |
"php" | |
], | |
"time": "2019-06-09T13:48:14+00:00" | |
}, | |
{ | |
"name": "doctrine/common", | |
"version": "v2.11.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/common.git", | |
"reference": "b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/common/zipball/b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff", | |
"reference": "b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff", | |
"shasum": "" | |
}, | |
"require": { | |
"doctrine/annotations": "^1.0", | |
"doctrine/cache": "^1.0", | |
"doctrine/collections": "^1.0", | |
"doctrine/event-manager": "^1.0", | |
"doctrine/inflector": "^1.0", | |
"doctrine/lexer": "^1.0", | |
"doctrine/persistence": "^1.1", | |
"doctrine/reflection": "^1.0", | |
"php": "^7.1" | |
}, | |
"require-dev": { | |
"doctrine/coding-standard": "^1.0", | |
"phpstan/phpstan": "^0.11", | |
"phpstan/phpstan-phpunit": "^0.11", | |
"phpunit/phpunit": "^7.0", | |
"squizlabs/php_codesniffer": "^3.0", | |
"symfony/phpunit-bridge": "^4.0.5" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.11.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Doctrine\\Common\\": "lib/Doctrine/Common" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Guilherme Blanco", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Roman Borschel", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Benjamin Eberlei", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Jonathan Wage", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Johannes Schmitt", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Marco Pivetta", | |
"email": "[email protected]" | |
} | |
], | |
"description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, persistence interfaces, proxies, event system and much more.", | |
"homepage": "https://www.doctrine-project.org/projects/common.html", | |
"keywords": [ | |
"common", | |
"doctrine", | |
"php" | |
], | |
"time": "2019-09-10T10:10:14+00:00" | |
}, | |
{ | |
"name": "doctrine/dbal", | |
"version": "v2.9.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/dbal.git", | |
"reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/dbal/zipball/22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9", | |
"reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9", | |
"shasum": "" | |
}, | |
"require": { | |
"doctrine/cache": "^1.0", | |
"doctrine/event-manager": "^1.0", | |
"ext-pdo": "*", | |
"php": "^7.1" | |
}, | |
"require-dev": { | |
"doctrine/coding-standard": "^5.0", | |
"jetbrains/phpstorm-stubs": "^2018.1.2", | |
"phpstan/phpstan": "^0.10.1", | |
"phpunit/phpunit": "^7.4", | |
"symfony/console": "^2.0.5|^3.0|^4.0", | |
"symfony/phpunit-bridge": "^3.4.5|^4.0.5" | |
}, | |
"suggest": { | |
"symfony/console": "For helpful console commands such as SQL execution and import of files." | |
}, | |
"bin": [ | |
"bin/doctrine-dbal" | |
], | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.9.x-dev", | |
"dev-develop": "3.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Doctrine\\DBAL\\": "lib/Doctrine/DBAL" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Roman Borschel", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Benjamin Eberlei", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Guilherme Blanco", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Jonathan Wage", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.", | |
"homepage": "https://www.doctrine-project.org/projects/dbal.html", | |
"keywords": [ | |
"abstraction", | |
"database", | |
"dbal", | |
"mysql", | |
"persistence", | |
"pgsql", | |
"php", | |
"queryobject" | |
], | |
"time": "2018-12-31T03:27:51+00:00" | |
}, | |
{ | |
"name": "doctrine/doctrine-bundle", | |
"version": "1.11.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/DoctrineBundle.git", | |
"reference": "28101e20776d8fa20a00b54947fbae2db0d09103" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/28101e20776d8fa20a00b54947fbae2db0d09103", | |
"reference": "28101e20776d8fa20a00b54947fbae2db0d09103", | |
"shasum": "" | |
}, | |
"require": { | |
"doctrine/dbal": "^2.5.12", | |
"doctrine/doctrine-cache-bundle": "~1.2", | |
"jdorn/sql-formatter": "^1.2.16", | |
"php": "^7.1", | |
"symfony/config": "^3.4|^4.1", | |
"symfony/console": "^3.4|^4.1", | |
"symfony/dependency-injection": "^3.4|^4.1", | |
"symfony/doctrine-bridge": "^3.4|^4.1", | |
"symfony/framework-bundle": "^3.4|^4.1" | |
}, | |
"conflict": { | |
"doctrine/orm": "<2.6", | |
"twig/twig": "<1.34|>=2.0,<2.4" | |
}, | |
"require-dev": { | |
"doctrine/coding-standard": "^6.0", | |
"doctrine/orm": "^2.6", | |
"php-coveralls/php-coveralls": "^2.1", | |
"phpunit/phpunit": "7.0", | |
"symfony/cache": "^3.4|^4.1", | |
"symfony/phpunit-bridge": "^4.2", | |
"symfony/property-info": "^3.4|^4.1", | |
"symfony/validator": "^3.4|^4.1", | |
"symfony/web-profiler-bundle": "^3.4|^4.1", | |
"symfony/yaml": "^3.4|^4.1", | |
"twig/twig": "^1.34|^2.4" | |
}, | |
"suggest": { | |
"doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", | |
"symfony/web-profiler-bundle": "To use the data collector." | |
}, | |
"type": "symfony-bundle", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.11.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Doctrine\\Bundle\\DoctrineBundle\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Symfony Community", | |
"homepage": "http://symfony.com/contributors" | |
}, | |
{ | |
"name": "Benjamin Eberlei", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Doctrine Project", | |
"homepage": "http://www.doctrine-project.org/" | |
}, | |
{ | |
"name": "Fabien Potencier", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Symfony DoctrineBundle", | |
"homepage": "http://www.doctrine-project.org", | |
"keywords": [ | |
"database", | |
"dbal", | |
"orm", | |
"persistence" | |
], | |
"time": "2019-06-04T07:35:05+00:00" | |
}, | |
{ | |
"name": "doctrine/doctrine-cache-bundle", | |
"version": "1.3.5", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/DoctrineCacheBundle.git", | |
"reference": "5514c90d9fb595e1095e6d66ebb98ce9ef049927" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/5514c90d9fb595e1095e6d66ebb98ce9ef049927", | |
"reference": "5514c90d9fb595e1095e6d66ebb98ce9ef049927", | |
"shasum": "" | |
}, | |
"require": { | |
"doctrine/cache": "^1.4.2", | |
"doctrine/inflector": "~1.0", | |
"php": ">=5.3.2", | |
"symfony/doctrine-bridge": "~2.7|~3.3|~4.0" | |
}, | |
"require-dev": { | |
"instaclick/coding-standard": "~1.1", | |
"instaclick/object-calisthenics-sniffs": "dev-master", | |
"instaclick/symfony2-coding-standard": "dev-remaster", | |
"phpunit/phpunit": "~4.8.36|~5.6|~6.5|~7.0", | |
"predis/predis": "~0.8", | |
"satooshi/php-coveralls": "^1.0", | |
"squizlabs/php_codesniffer": "~1.5", | |
"symfony/console": "~2.7|~3.3|~4.0", | |
"symfony/finder": "~2.7|~3.3|~4.0", | |
"symfony/framework-bundle": "~2.7|~3.3|~4.0", | |
"symfony/phpunit-bridge": "~2.7|~3.3|~4.0", | |
"symfony/security-acl": "~2.7|~3.3", | |
"symfony/validator": "~2.7|~3.3|~4.0", | |
"symfony/yaml": "~2.7|~3.3|~4.0" | |
}, | |
"suggest": { | |
"symfony/security-acl": "For using this bundle to cache ACLs" | |
}, | |
"type": "symfony-bundle", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.3.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Doctrine\\Bundle\\DoctrineCacheBundle\\": "" | |
}, | |
"exclude-from-classmap": [ | |
"/Tests/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Symfony Community", | |
"homepage": "http://symfony.com/contributors" | |
}, | |
{ | |
"name": "Benjamin Eberlei", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Fabio B. Silva", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Guilherme Blanco", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Doctrine Project", | |
"homepage": "http://www.doctrine-project.org/" | |
}, | |
{ | |
"name": "Fabien Potencier", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Symfony Bundle for Doctrine Cache", | |
"homepage": "https://www.doctrine-project.org", | |
"keywords": [ | |
"cache", | |
"caching" | |
], | |
"time": "2018-11-09T06:25:35+00:00" | |
}, | |
{ | |
"name": "doctrine/doctrine-migrations-bundle", | |
"version": "v1.3.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/DoctrineMigrationsBundle.git", | |
"reference": "49fa399181db4bf4f9f725126bd1cb65c4398dce" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/49fa399181db4bf4f9f725126bd1cb65c4398dce", | |
"reference": "49fa399181db4bf4f9f725126bd1cb65c4398dce", | |
"shasum": "" | |
}, | |
"require": { | |
"doctrine/doctrine-bundle": "~1.0", | |
"doctrine/migrations": "^1.1", | |
"php": ">=5.4.0", | |
"symfony/framework-bundle": "~2.7|~3.3|~4.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^7.4" | |
}, | |
"type": "symfony-bundle", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.3-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Doctrine\\Bundle\\MigrationsBundle\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Symfony Community", | |
"homepage": "http://symfony.com/contributors" | |
}, | |
{ | |
"name": "Doctrine Project", | |
"homepage": "http://www.doctrine-project.org" | |
}, | |
{ | |
"name": "Fabien Potencier", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Symfony DoctrineMigrationsBundle", | |
"homepage": "http://www.doctrine-project.org", | |
"keywords": [ | |
"dbal", | |
"migrations", | |
"schema" | |
], | |
"time": "2018-12-03T11:55:33+00:00" | |
}, | |
{ | |
"name": "doctrine/event-manager", | |
"version": "v1.0.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/event-manager.git", | |
"reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/a520bc093a0170feeb6b14e9d83f3a14452e64b3", | |
"reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^7.1" | |
}, | |
"conflict": { | |
"doctrine/common": "<2.9@dev" | |
}, | |
"require-dev": { | |
"doctrine/coding-standard": "^4.0", | |
"phpunit/phpunit": "^7.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Doctrine\\Common\\": "lib/Doctrine/Common" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Roman Borschel", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Benjamin Eberlei", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Guilherme Blanco", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Jonathan Wage", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Johannes Schmitt", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Marco Pivetta", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Doctrine Event Manager component", | |
"homepage": "https://www.doctrine-project.org/projects/event-manager.html", | |
"keywords": [ | |
"event", | |
"eventdispatcher", | |
"eventmanager" | |
], | |
"time": "2018-06-11T11:59:03+00:00" | |
}, | |
{ | |
"name": "doctrine/inflector", | |
"version": "v1.3.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/inflector.git", | |
"reference": "5527a48b7313d15261292c149e55e26eae771b0a" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a", | |
"reference": "5527a48b7313d15261292c149e55e26eae771b0a", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^7.1" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^6.2" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.3.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Roman Borschel", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Benjamin Eberlei", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Guilherme Blanco", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Jonathan Wage", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Johannes Schmitt", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Common String Manipulations with regard to casing and singular/plural rules.", | |
"homepage": "http://www.doctrine-project.org", | |
"keywords": [ | |
"inflection", | |
"pluralize", | |
"singularize", | |
"string" | |
], | |
"time": "2018-01-09T20:05:19+00:00" | |
}, | |
{ | |
"name": "doctrine/instantiator", | |
"version": "1.2.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/instantiator.git", | |
"reference": "a2c590166b2133a4633738648b6b064edae0814a" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a", | |
"reference": "a2c590166b2133a4633738648b6b064edae0814a", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^7.1" | |
}, | |
"require-dev": { | |
"doctrine/coding-standard": "^6.0", | |
"ext-pdo": "*", | |
"ext-phar": "*", | |
"phpbench/phpbench": "^0.13", | |
"phpstan/phpstan-phpunit": "^0.11", | |
"phpstan/phpstan-shim": "^0.11", | |
"phpunit/phpunit": "^7.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.2.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Marco Pivetta", | |
"email": "[email protected]", | |
"homepage": "http://ocramius.github.com/" | |
} | |
], | |
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", | |
"homepage": "https://www.doctrine-project.org/projects/instantiator.html", | |
"keywords": [ | |
"constructor", | |
"instantiate" | |
], | |
"time": "2019-03-17T17:37:11+00:00" | |
}, | |
{ | |
"name": "doctrine/lexer", | |
"version": "1.1.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/lexer.git", | |
"reference": "e17f069ede36f7534b95adec71910ed1b49c74ea" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/lexer/zipball/e17f069ede36f7534b95adec71910ed1b49c74ea", | |
"reference": "e17f069ede36f7534b95adec71910ed1b49c74ea", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^7.2" | |
}, | |
"require-dev": { | |
"doctrine/coding-standard": "^6.0", | |
"phpstan/phpstan": "^0.11.8", | |
"phpunit/phpunit": "^8.2" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.1.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Guilherme Blanco", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Roman Borschel", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Johannes Schmitt", | |
"email": "[email protected]" | |
} | |
], | |
"description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.", | |
"homepage": "https://www.doctrine-project.org/projects/lexer.html", | |
"keywords": [ | |
"annotations", | |
"docblock", | |
"lexer", | |
"parser", | |
"php" | |
], | |
"time": "2019-07-30T19:33:28+00:00" | |
}, | |
{ | |
"name": "doctrine/migrations", | |
"version": "v1.8.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/migrations.git", | |
"reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/migrations/zipball/215438c0eef3e5f9b7da7d09c6b90756071b43e6", | |
"reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6", | |
"shasum": "" | |
}, | |
"require": { | |
"doctrine/dbal": "~2.6", | |
"ocramius/proxy-manager": "^1.0|^2.0", | |
"php": "^7.1", | |
"symfony/console": "~3.3|^4.0" | |
}, | |
"require-dev": { | |
"doctrine/coding-standard": "^1.0", | |
"doctrine/orm": "~2.5", | |
"jdorn/sql-formatter": "~1.1", | |
"mikey179/vfsstream": "^1.6", | |
"phpunit/phpunit": "~7.0", | |
"squizlabs/php_codesniffer": "^3.0", | |
"symfony/yaml": "~3.3|^4.0" | |
}, | |
"suggest": { | |
"jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command.", | |
"symfony/yaml": "Allows the use of yaml for migration configuration files." | |
}, | |
"bin": [ | |
"bin/doctrine-migrations" | |
], | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "v1.8.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations", | |
"Doctrine\\Migrations\\": "lib/Doctrine/Migrations" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Benjamin Eberlei", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Jonathan Wage", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Michael Simonson", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Database Schema migrations using Doctrine DBAL", | |
"homepage": "https://www.doctrine-project.org/projects/migrations.html", | |
"keywords": [ | |
"database", | |
"migrations" | |
], | |
"time": "2018-06-06T21:00:30+00:00" | |
}, | |
{ | |
"name": "doctrine/orm", | |
"version": "v2.6.4", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/orm.git", | |
"reference": "b52ef5a1002f99ab506a5a2d6dba5a2c236c5f43" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/orm/zipball/b52ef5a1002f99ab506a5a2d6dba5a2c236c5f43", | |
"reference": "b52ef5a1002f99ab506a5a2d6dba5a2c236c5f43", | |
"shasum": "" | |
}, | |
"require": { | |
"doctrine/annotations": "~1.5", | |
"doctrine/cache": "~1.6", | |
"doctrine/collections": "^1.4", | |
"doctrine/common": "^2.7.1", | |
"doctrine/dbal": "^2.6", | |
"doctrine/instantiator": "~1.1", | |
"ext-pdo": "*", | |
"php": "^7.1", | |
"symfony/console": "~3.0|~4.0" | |
}, | |
"require-dev": { | |
"doctrine/coding-standard": "^5.0", | |
"phpunit/phpunit": "^7.5", | |
"symfony/yaml": "~3.4|~4.0" | |
}, | |
"suggest": { | |
"symfony/yaml": "If you want to use YAML Metadata Mapping Driver" | |
}, | |
"bin": [ | |
"bin/doctrine" | |
], | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.6.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Doctrine\\ORM\\": "lib/Doctrine/ORM" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Guilherme Blanco", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Roman Borschel", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Benjamin Eberlei", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Jonathan Wage", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Marco Pivetta", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Object-Relational-Mapper for PHP", | |
"homepage": "http://www.doctrine-project.org", | |
"keywords": [ | |
"database", | |
"orm" | |
], | |
"time": "2019-09-20T14:30:26+00:00" | |
}, | |
{ | |
"name": "doctrine/persistence", | |
"version": "1.1.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/persistence.git", | |
"reference": "3da7c9d125591ca83944f477e65ed3d7b4617c48" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/persistence/zipball/3da7c9d125591ca83944f477e65ed3d7b4617c48", | |
"reference": "3da7c9d125591ca83944f477e65ed3d7b4617c48", | |
"shasum": "" | |
}, | |
"require": { | |
"doctrine/annotations": "^1.0", | |
"doctrine/cache": "^1.0", | |
"doctrine/collections": "^1.0", | |
"doctrine/event-manager": "^1.0", | |
"doctrine/reflection": "^1.0", | |
"php": "^7.1" | |
}, | |
"conflict": { | |
"doctrine/common": "<2.10@dev" | |
}, | |
"require-dev": { | |
"doctrine/coding-standard": "^5.0", | |
"phpstan/phpstan": "^0.8", | |
"phpunit/phpunit": "^7.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.1.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Doctrine\\Common\\": "lib/Doctrine/Common" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Roman Borschel", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Benjamin Eberlei", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Guilherme Blanco", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Jonathan Wage", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Johannes Schmitt", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Marco Pivetta", | |
"email": "[email protected]" | |
} | |
], | |
"description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.", | |
"homepage": "https://doctrine-project.org/projects/persistence.html", | |
"keywords": [ | |
"mapper", | |
"object", | |
"odm", | |
"orm", | |
"persistence" | |
], | |
"time": "2019-04-23T08:28:24+00:00" | |
}, | |
{ | |
"name": "doctrine/reflection", | |
"version": "v1.0.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/reflection.git", | |
"reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/reflection/zipball/02538d3f95e88eb397a5f86274deb2c6175c2ab6", | |
"reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6", | |
"shasum": "" | |
}, | |
"require": { | |
"doctrine/annotations": "^1.0", | |
"ext-tokenizer": "*", | |
"php": "^7.1" | |
}, | |
"require-dev": { | |
"doctrine/coding-standard": "^4.0", | |
"doctrine/common": "^2.8", | |
"phpstan/phpstan": "^0.9.2", | |
"phpstan/phpstan-phpunit": "^0.9.4", | |
"phpunit/phpunit": "^7.0", | |
"squizlabs/php_codesniffer": "^3.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Doctrine\\Common\\": "lib/Doctrine/Common" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Roman Borschel", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Benjamin Eberlei", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Guilherme Blanco", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Jonathan Wage", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Johannes Schmitt", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Marco Pivetta", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Doctrine Reflection component", | |
"homepage": "https://www.doctrine-project.org/projects/reflection.html", | |
"keywords": [ | |
"reflection" | |
], | |
"time": "2018-06-14T14:45:07+00:00" | |
}, | |
{ | |
"name": "easycorp/easyadmin-bundle", | |
"version": "v1.17.24", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/EasyCorp/EasyAdminBundle.git", | |
"reference": "0eeb0857103aedba36273aee4343e72cf0cc8ad8" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/EasyCorp/EasyAdminBundle/zipball/0eeb0857103aedba36273aee4343e72cf0cc8ad8", | |
"reference": "0eeb0857103aedba36273aee4343e72cf0cc8ad8", | |
"shasum": "" | |
}, | |
"require": { | |
"doctrine/cache": "~1.5", | |
"doctrine/dbal": "~2.3", | |
"doctrine/doctrine-bundle": "~1.2", | |
"doctrine/orm": "~2.3", | |
"pagerfanta/pagerfanta": "~1.0,>=1.0.1|~2.0", | |
"php": ">=5.3.0", | |
"psr/log": "^1.0", | |
"symfony/asset": "~2.3|~3.0|^4.0", | |
"symfony/config": "~2.3|~3.0|^4.0", | |
"symfony/dependency-injection": "~2.3|~3.0|^4.0", | |
"symfony/doctrine-bridge": "~2.3|~3.0|^4.0", | |
"symfony/event-dispatcher": "~2.3|~3.0|^4.0", | |
"symfony/finder": "~2.3|~3.0|^4.0", | |
"symfony/form": "~2.3|~3.0|^4.0", | |
"symfony/framework-bundle": "~2.3|~3.0|^4.0", | |
"symfony/http-foundation": "~2.3|~3.0|^4.0", | |
"symfony/http-kernel": "~2.3|~3.0|^4.0", | |
"symfony/polyfill-mbstring": "^1.0", | |
"symfony/property-access": "~2.3|~3.0|^4.0", | |
"symfony/routing": "~2.3|~3.0|^4.0", | |
"symfony/security-bundle": "~2.3|~3.0|^4.0", | |
"symfony/translation": "~2.3|~3.0|^4.0", | |
"symfony/twig-bridge": "^2.3.4|~3.0|^4.0", | |
"symfony/twig-bundle": "~2.3|~3.0|^4.0", | |
"symfony/validator": "~2.3|~3.0|^4.0", | |
"twig/extensions": "~1.0", | |
"twig/twig": "~1.42|~2.11" | |
}, | |
"conflict": { | |
"symfony/http-kernel": ">=5.0" | |
}, | |
"require-dev": { | |
"doctrine/doctrine-fixtures-bundle": "~2.2", | |
"psr/log": "~1.0", | |
"symfony/browser-kit": "~2.3|~3.0|^4.0", | |
"symfony/console": "~2.3|~3.0|^4.0", | |
"symfony/css-selector": "~2.3|~3.0|^4.0", | |
"symfony/dom-crawler": "~2.3|~3.0|^4.0", | |
"symfony/phpunit-bridge": "^3.2|^4.0", | |
"symfony/var-dumper": "~2.3|~3.0|^4.0", | |
"symfony/yaml": "~2.3|~3.0|^4.0" | |
}, | |
"type": "symfony-bundle", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.17.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"EasyCorp\\Bundle\\EasyAdminBundle\\": "src/", | |
"JavierEguiluz\\Bundle\\EasyAdminBundle\\": "legacy/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Project Contributors", | |
"homepage": "http://github.com/EasyCorp/easyadmin/blob/master/CONTRIBUTORS.md" | |
} | |
], | |
"description": "Admin generator for Symfony applications", | |
"homepage": "https://github.com/EasyCorp/EasyAdminBundle", | |
"keywords": [ | |
"admin", | |
"backend", | |
"generator" | |
], | |
"time": "2019-09-21T14:28:53+00:00" | |
}, | |
{ | |
"name": "eightpoints/guzzle-bundle", | |
"version": "v7.6.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/8p/EightPointsGuzzleBundle.git", | |
"reference": "b2e56e140e07526ec2fef53aca303ab60b75b912" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/8p/EightPointsGuzzleBundle/zipball/b2e56e140e07526ec2fef53aca303ab60b75b912", | |
"reference": "b2e56e140e07526ec2fef53aca303ab60b75b912", | |
"shasum": "" | |
}, | |
"require": { | |
"guzzlehttp/guzzle": "~6.0", | |
"php": ">=7.0", | |
"psr/log": "~1.0", | |
"symfony/expression-language": "~2.7|~3.0|~4.0", | |
"symfony/framework-bundle": "~2.7|~3.0|~4.0", | |
"symfony/stopwatch": "~2.7|~3.0|~4.0" | |
}, | |
"require-dev": { | |
"symfony/phpunit-bridge": "~2.7|~3.0|~4.0", | |
"symfony/twig-bundle": "~2.7|~3.0|~4.0", | |
"symfony/var-dumper": "~2.7|~3.0|~4.0", | |
"symfony/yaml": "~2.7|~3.0|~4.0" | |
}, | |
"type": "symfony-bundle", | |
"autoload": { | |
"psr-4": { | |
"EightPoints\\Bundle\\GuzzleBundle\\": "src" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Florian Preusner", | |
"email": "[email protected]", | |
"homepage": "https://github.com/florianpreusner" | |
}, | |
{ | |
"name": "Community", | |
"homepage": "https://github.com/8p/GuzzleBundle/contributors" | |
} | |
], | |
"description": "Integrates Guzzle 6.x, a PHP HTTP Client, into Symfony 2/3/4. Comes with easy and powerful configuration options and optional plugins.", | |
"homepage": "https://github.com/8p/GuzzleBundle", | |
"keywords": [ | |
"Guzzle", | |
"bundle", | |
"client", | |
"curl", | |
"http client", | |
"rest", | |
"symfony", | |
"web service" | |
], | |
"time": "2019-10-02T11:16:13+00:00" | |
}, | |
{ | |
"name": "fig/link-util", | |
"version": "1.0.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/php-fig/link-util.git", | |
"reference": "1a07821801a148be4add11ab0603e4af55a72fac" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/php-fig/link-util/zipball/1a07821801a148be4add11ab0603e4af55a72fac", | |
"reference": "1a07821801a148be4add11ab0603e4af55a72fac", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.5.0", | |
"psr/link": "~1.0@dev" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^5.1", | |
"squizlabs/php_codesniffer": "^2.3.1" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Fig\\Link\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "PHP-FIG", | |
"homepage": "http://www.php-fig.org/" | |
} | |
], | |
"description": "Common utility implementations for HTTP links", | |
"keywords": [ | |
"http", | |
"http-link", | |
"link", | |
"psr", | |
"psr-13", | |
"rest" | |
], | |
"time": "2016-10-17T18:31:11+00:00" | |
}, | |
{ | |
"name": "friendsofsymfony/elastica-bundle", | |
"version": "v4.1.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/FriendsOfSymfony/FOSElasticaBundle.git", | |
"reference": "8fa790b8fd093a6553e026f34bd056de02a71eda" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/FriendsOfSymfony/FOSElasticaBundle/zipball/8fa790b8fd093a6553e026f34bd056de02a71eda", | |
"reference": "8fa790b8fd093a6553e026f34bd056de02a71eda", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.5.0", | |
"psr/log": "^1.0", | |
"ruflin/elastica": "3.2.*", | |
"symfony/console": "^2.8|^3.2", | |
"symfony/dependency-injection": "^2.8|^3.2", | |
"symfony/framework-bundle": "^2.8|^3.2", | |
"symfony/options-resolver": "^2.8|^3.2", | |
"symfony/property-access": "^2.8|^3.2" | |
}, | |
"require-dev": { | |
"doctrine/doctrine-bundle": "^1.6", | |
"doctrine/orm": "^2.5", | |
"doctrine/phpcr-bundle": "^1.3", | |
"doctrine/phpcr-odm": "^1.4", | |
"jackalope/jackalope-doctrine-dbal": "^1.2", | |
"jms/serializer-bundle": "^2.2", | |
"knplabs/knp-components": "^1.2", | |
"pagerfanta/pagerfanta": "^1.0.5", | |
"phpunit/phpunit": "^4.8|^5.0", | |
"propel/propel1": "^1.7", | |
"symfony/browser-kit": "^2.8|^3.2", | |
"symfony/expression-language": "^2.8|^3.2", | |
"symfony/serializer": "^2.8|^3.2", | |
"symfony/stopwatch": "^2.8|^3.2", | |
"symfony/twig-bundle": "^2.8|^3.4", | |
"symfony/yaml": "^2.8|^3.2" | |
}, | |
"suggest": { | |
"enqueue/elastica-bundle": "The bundle adds extra features to FOSElasticaBundle bundle. Aimed to improve performance." | |
}, | |
"type": "symfony-bundle", | |
"autoload": { | |
"psr-4": { | |
"FOS\\ElasticaBundle\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Tim Nagel", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Richard Miller", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "FriendsOfSymfony Community", | |
"homepage": "https://github.com/FriendsOfSymfony/FOSElasticaBundle/contributors" | |
}, | |
{ | |
"name": "Jeremy Mikola", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Elasticsearch PHP integration for your Symfony project using Elastica", | |
"homepage": "https://github.com/FriendsOfSymfony/FOSElasticaBundle", | |
"keywords": [ | |
"doctrine2", | |
"elastica", | |
"elasticsearch", | |
"mongodb", | |
"propel", | |
"search" | |
], | |
"time": "2018-01-03T13:19:09+00:00" | |
}, | |
{ | |
"name": "friendsofsymfony/user-bundle", | |
"version": "v2.1.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git", | |
"reference": "1049935edd24ec305cc6cfde1875372fa9600446" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/1049935edd24ec305cc6cfde1875372fa9600446", | |
"reference": "1049935edd24ec305cc6cfde1875372fa9600446", | |
"shasum": "" | |
}, | |
"require": { | |
"paragonie/random_compat": "^1 || ^2", | |
"php": "^5.5.9 || ^7.0", | |
"symfony/form": "^2.8 || ^3.0 || ^4.0", | |
"symfony/framework-bundle": "^2.8 || ^3.0 || ^4.0", | |
"symfony/security-bundle": "^2.8 || ^3.0 || ^4.0", | |
"symfony/templating": "^2.8 || ^3.0 || ^4.0", | |
"symfony/twig-bundle": "^2.8 || ^3.0 || ^4.0", | |
"symfony/validator": "^2.8 || ^3.0 || ^4.0", | |
"twig/twig": "^1.28 || ^2.0" | |
}, | |
"conflict": { | |
"doctrine/doctrine-bundle": "<1.3", | |
"symfony/doctrine-bridge": "<2.7" | |
}, | |
"require-dev": { | |
"doctrine/doctrine-bundle": "^1.3", | |
"friendsofphp/php-cs-fixer": "^2.2", | |
"phpunit/phpunit": "^4.8.35|^5.7.11|^6.5", | |
"swiftmailer/swiftmailer": "^4.3 || ^5.0 || ^6.0", | |
"symfony/console": "^2.8 || ^3.0 || ^4.0", | |
"symfony/phpunit-bridge": "^2.8 || ^3.0 || ^4.0", | |
"symfony/yaml": "^2.8 || ^3.0 || ^4.0" | |
}, | |
"type": "symfony-bundle", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.1.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"FOS\\UserBundle\\": "" | |
}, | |
"exclude-from-classmap": [ | |
"/Tests/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Christophe Coevoet", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "FriendsOfSymfony Community", | |
"homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors" | |
}, | |
{ | |
"name": "Thibault Duplessis" | |
} | |
], | |
"description": "Symfony FOSUserBundle", | |
"homepage": "http://friendsofsymfony.github.com", | |
"keywords": [ | |
"User management" | |
], | |
"time": "2018-03-08T08:59:27+00:00" | |
}, | |
{ | |
"name": "guzzlehttp/guzzle", | |
"version": "6.4.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/guzzle/guzzle.git", | |
"reference": "0895c932405407fd3a7368b6910c09a24d26db11" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/0895c932405407fd3a7368b6910c09a24d26db11", | |
"reference": "0895c932405407fd3a7368b6910c09a24d26db11", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-json": "*", | |
"guzzlehttp/promises": "^1.0", | |
"guzzlehttp/psr7": "^1.6.1", | |
"php": ">=5.5" | |
}, | |
"require-dev": { | |
"ext-curl": "*", | |
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", | |
"psr/log": "^1.1" | |
}, | |
"suggest": { | |
"psr/log": "Required for using the Log middleware" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "6.3-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"GuzzleHttp\\": "src/" | |
}, | |
"files": [ | |
"src/functions_include.php" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Michael Dowling", | |
"email": "[email protected]", | |
"homepage": "https://github.com/mtdowling" | |
} | |
], | |
"description": "Guzzle is a PHP HTTP client library", | |
"homepage": "http://guzzlephp.org/", | |
"keywords": [ | |
"client", | |
"curl", | |
"framework", | |
"http", | |
"http client", | |
"rest", | |
"web service" | |
], | |
"time": "2019-10-23T15:58:00+00:00" | |
}, | |
{ | |
"name": "guzzlehttp/promises", | |
"version": "v1.3.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/guzzle/promises.git", | |
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", | |
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.5.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^4.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.4-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"GuzzleHttp\\Promise\\": "src/" | |
}, | |
"files": [ | |
"src/functions_include.php" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Michael Dowling", | |
"email": "[email protected]", | |
"homepage": "https://github.com/mtdowling" | |
} | |
], | |
"description": "Guzzle promises library", | |
"keywords": [ | |
"promise" | |
], | |
"time": "2016-12-20T10:07:11+00:00" | |
}, | |
{ | |
"name": "guzzlehttp/psr7", | |
"version": "1.6.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/guzzle/psr7.git", | |
"reference": "239400de7a173fe9901b9ac7c06497751f00727a" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a", | |
"reference": "239400de7a173fe9901b9ac7c06497751f00727a", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.4.0", | |
"psr/http-message": "~1.0", | |
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0" | |
}, | |
"provide": { | |
"psr/http-message-implementation": "1.0" | |
}, | |
"require-dev": { | |
"ext-zlib": "*", | |
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8" | |
}, | |
"suggest": { | |
"zendframework/zend-httphandlerrunner": "Emit PSR-7 responses" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.6-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"GuzzleHttp\\Psr7\\": "src/" | |
}, | |
"files": [ | |
"src/functions_include.php" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Michael Dowling", | |
"email": "[email protected]", | |
"homepage": "https://github.com/mtdowling" | |
}, | |
{ | |
"name": "Tobias Schultze", | |
"homepage": "https://github.com/Tobion" | |
} | |
], | |
"description": "PSR-7 message implementation that also provides common utility methods", | |
"keywords": [ | |
"http", | |
"message", | |
"psr-7", | |
"request", | |
"response", | |
"stream", | |
"uri", | |
"url" | |
], | |
"time": "2019-07-01T23:21:34+00:00" | |
}, | |
{ | |
"name": "imagine/imagine", | |
"version": "v0.7.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/avalanche123/Imagine.git", | |
"reference": "a9a702a946073cbca166718f1b02a1e72d742daa" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/avalanche123/Imagine/zipball/a9a702a946073cbca166718f1b02a1e72d742daa", | |
"reference": "a9a702a946073cbca166718f1b02a1e72d742daa", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.2" | |
}, | |
"require-dev": { | |
"sami/sami": "^3.3", | |
"symfony/phpunit-bridge": "^3.2" | |
}, | |
"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-0": { | |
"Imagine": "lib/" | |
} | |
}, | |
"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" | |
], | |
"time": "2017-05-16T10:31:22+00:00" | |
}, | |
{ | |
"name": "incenteev/composer-parameter-handler", | |
"version": "v2.1.3", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/Incenteev/ParameterHandler.git", | |
"reference": "933c45a34814f27f2345c11c37d46b3ca7303550" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/933c45a34814f27f2345c11c37d46b3ca7303550", | |
"reference": "933c45a34814f27f2345c11c37d46b3ca7303550", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3", | |
"symfony/yaml": "^2.3 || ^3.0 || ^4.0" | |
}, | |
"require-dev": { | |
"composer/composer": "^1.0@dev", | |
"symfony/filesystem": "^2.3 || ^3 || ^4", | |
"symfony/phpunit-bridge": "^4.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.1.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Incenteev\\ParameterHandler\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Christophe Coevoet", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Composer script handling your ignored parameter file", | |
"homepage": "https://github.com/Incenteev/ParameterHandler", | |
"keywords": [ | |
"parameters management" | |
], | |
"time": "2018-02-13T18:05:56+00:00" | |
}, | |
{ | |
"name": "jdorn/sql-formatter", | |
"version": "v1.2.17", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/jdorn/sql-formatter.git", | |
"reference": "64990d96e0959dff8e059dfcdc1af130728d92bc" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc", | |
"reference": "64990d96e0959dff8e059dfcdc1af130728d92bc", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.2.4" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "3.7.*" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.3.x-dev" | |
} | |
}, | |
"autoload": { | |
"classmap": [ | |
"lib" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Jeremy Dorn", | |
"email": "[email protected]", | |
"homepage": "http://jeremydorn.com/" | |
} | |
], | |
"description": "a PHP SQL highlighting library", | |
"homepage": "https://github.com/jdorn/sql-formatter/", | |
"keywords": [ | |
"highlight", | |
"sql" | |
], | |
"time": "2014-01-12T16:20:24+00:00" | |
}, | |
{ | |
"name": "jms/metadata", | |
"version": "2.1.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/schmittjoh/metadata.git", | |
"reference": "8d8958103485c2cbdd9a9684c3869312ebdaf73a" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/schmittjoh/metadata/zipball/8d8958103485c2cbdd9a9684c3869312ebdaf73a", | |
"reference": "8d8958103485c2cbdd9a9684c3869312ebdaf73a", | |
"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" | |
}, | |
"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": "[email protected]" | |
}, | |
{ | |
"name": "Asmir Mustafic", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Class/method/property metadata management in PHP", | |
"keywords": [ | |
"annotations", | |
"metadata", | |
"xml", | |
"yaml" | |
], | |
"time": "2019-09-17T15:30:40+00:00" | |
}, | |
{ | |
"name": "knplabs/gaufrette", | |
"version": "v0.8.3", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/KnpLabs/Gaufrette.git", | |
"reference": "1d44b7ac74256a240704b0fb16d2d66360511a07" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/KnpLabs/Gaufrette/zipball/1d44b7ac74256a240704b0fb16d2d66360511a07", | |
"reference": "1d44b7ac74256a240704b0fb16d2d66360511a07", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.1" | |
}, | |
"conflict": { | |
"microsoft/windowsazure": "<0.4.3" | |
}, | |
"require-dev": { | |
"akeneo/phpspec-skip-example-extension": "^4.0", | |
"amazonwebservices/aws-sdk-for-php": "1.5.*", | |
"aws/aws-sdk-php": "^2.4.12||~3", | |
"doctrine/dbal": ">=2.3", | |
"dropbox-php/dropbox-php": "*", | |
"google/apiclient": "~1.1.3", | |
"league/flysystem": "~1.0", | |
"microsoft/azure-storage-blob": "^1.0", | |
"mikey179/vfsstream": "~1.2.0", | |
"mongodb/mongodb": "^1.1", | |
"phpseclib/phpseclib": "^2.0", | |
"phpspec/phpspec": "~5.1", | |
"phpunit/phpunit": "~7.5", | |
"rackspace/php-opencloud": "^1.9.2" | |
}, | |
"suggest": { | |
"ext-curl": "*", | |
"ext-fileinfo": "This extension is used to automatically detect the content-type of a file in the AwsS3, OpenCloud, AzureBlogStorage and GoogleCloudStorage adapters", | |
"ext-mbstring": "*", | |
"gaufrette/aws-s3-adapter": "to use AwsS3 adapter (supports SDK v2 and v3)", | |
"gaufrette/azure-blob-storage-adapter": "to use AzureBlobStorage adapter", | |
"gaufrette/doctrine-dbal-adapter": "to use DBAL adapter", | |
"gaufrette/flysystem-adapter": "to use Flysystem adapter", | |
"gaufrette/ftp-adapter": "to use Ftp adapter", | |
"gaufrette/gridfs-adapter": "to use GridFS adapter", | |
"gaufrette/in-memory-adapter": "to use InMemory adapter", | |
"gaufrette/local-adapter": "to use Local adapter", | |
"gaufrette/opencloud-adapter": "to use Opencloud adapter", | |
"gaufrette/phpseclib-sftp-adapter": "to use PhpseclibSftp adapter", | |
"gaufrette/zip-adapter": "to use Zip adapter", | |
"google/apiclient": "to use GoogleCloudStorage adapter", | |
"knplabs/knp-gaufrette-bundle": "to use with Symfony2" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "0.9.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Gaufrette": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "The contributors", | |
"homepage": "http://github.com/knplabs/Gaufrette/contributors" | |
}, | |
{ | |
"name": "KnpLabs Team", | |
"homepage": "http://knplabs.com" | |
} | |
], | |
"description": "PHP library that provides a filesystem abstraction layer", | |
"homepage": "http://knplabs.com", | |
"keywords": [ | |
"abstraction", | |
"file", | |
"filesystem", | |
"media" | |
], | |
"time": "2019-06-06T09:56:58+00:00" | |
}, | |
{ | |
"name": "knplabs/knp-gaufrette-bundle", | |
"version": "v0.4.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/KnpLabs/KnpGaufretteBundle.git", | |
"reference": "06d91a8a575773cd0361c1246c9c499b6bdd5d68" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/KnpLabs/KnpGaufretteBundle/zipball/06d91a8a575773cd0361c1246c9c499b6bdd5d68", | |
"reference": "06d91a8a575773cd0361c1246c9c499b6bdd5d68", | |
"shasum": "" | |
}, | |
"require": { | |
"knplabs/gaufrette": "~0.1.7|~0.2|~0.3", | |
"symfony/framework-bundle": "~2.0|~3.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "~4.2", | |
"symfony/console": "~2.0|~3.0", | |
"symfony/yaml": "~2.0|~3.0" | |
}, | |
"type": "symfony-bundle", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "0.4.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Knp\\Bundle\\GaufretteBundle\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "The contributors", | |
"homepage": "https://github.com/knplabs/KnpGaufretteBundle/contributors" | |
}, | |
{ | |
"name": "Antoine Hérault", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Allows to easily use the Gaufrette library in a Symfony project", | |
"homepage": "http://knplabs.com", | |
"keywords": [ | |
"abstraction", | |
"file", | |
"filesystem", | |
"media" | |
], | |
"time": "2017-03-16T21:01:25+00:00" | |
}, | |
{ | |
"name": "liip/imagine-bundle", | |
"version": "1.9.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/liip/LiipImagineBundle.git", | |
"reference": "3084c77e984ec669e0d645250a3cb1077d8b92f6" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/3084c77e984ec669e0d645250a3cb1077d8b92f6", | |
"reference": "3084c77e984ec669e0d645250a3cb1077d8b92f6", | |
"shasum": "" | |
}, | |
"require": { | |
"imagine/imagine": "^0.6.3|^0.7.0,<0.8", | |
"php": "^5.3.9|^7.0", | |
"symfony/asset": "~2.3|~3.0", | |
"symfony/filesystem": "~2.3|~3.0", | |
"symfony/finder": "~2.3|~3.0", | |
"symfony/framework-bundle": "~2.3|~3.0", | |
"symfony/options-resolver": "~2.3|~3.0", | |
"symfony/process": "~2.3|~3.0", | |
"symfony/templating": "~2.3|~3.0", | |
"symfony/translation": "~2.3|~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", | |
"ext-gd": "*", | |
"friendsofphp/php-cs-fixer": "~1.0", | |
"phpunit/phpunit": "~4.3|~5.0", | |
"psr/log": "~1.0", | |
"satooshi/php-coveralls": "~1.0", | |
"sllh/php-cs-fixer-styleci-bridge": "~2.1", | |
"symfony/browser-kit": "~2.3|~3.0", | |
"symfony/console": "~2.3|~3.0", | |
"symfony/dependency-injection": "~2.3|~3.0", | |
"symfony/form": "~2.3|~3.0", | |
"symfony/phpunit-bridge": "~2.3|~3.0", | |
"symfony/validator": "~2.3|~3.0", | |
"symfony/yaml": "~2.3|~3.0", | |
"twig/twig": "~1.12|~2.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": "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", | |
"twig/twig": "required to use the provided Twig extension. Version 1.12 or greater needed" | |
}, | |
"type": "symfony-bundle", | |
"extra": { | |
"branch-alias": { | |
"dev-1.0": "1.7-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": "2017-09-09T03:53:30+00:00" | |
}, | |
{ | |
"name": "monolog/monolog", | |
"version": "1.25.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/Seldaek/monolog.git", | |
"reference": "70e65a5470a42cfec1a7da00d30edb6e617e8dcf" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/70e65a5470a42cfec1a7da00d30edb6e617e8dcf", | |
"reference": "70e65a5470a42cfec1a7da00d30edb6e617e8dcf", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.0", | |
"psr/log": "~1.0" | |
}, | |
"provide": { | |
"psr/log-implementation": "1.0.0" | |
}, | |
"require-dev": { | |
"aws/aws-sdk-php": "^2.4.9 || ^3.0", | |
"doctrine/couchdb": "~1.0@dev", | |
"graylog2/gelf-php": "~1.0", | |
"jakub-onderka/php-parallel-lint": "0.9", | |
"php-amqplib/php-amqplib": "~2.4", | |
"php-console/php-console": "^3.1.3", | |
"phpunit/phpunit": "~4.5", | |
"phpunit/phpunit-mock-objects": "2.3.0", | |
"ruflin/elastica": ">=0.90 <3.0", | |
"sentry/sentry": "^0.13", | |
"swiftmailer/swiftmailer": "^5.3|^6.0" | |
}, | |
"suggest": { | |
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", | |
"doctrine/couchdb": "Allow sending log messages to a CouchDB server", | |
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", | |
"ext-mongo": "Allow sending log messages to a MongoDB server", | |
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", | |
"mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", | |
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", | |
"php-console/php-console": "Allow sending log messages to Google Chrome", | |
"rollbar/rollbar": "Allow sending log messages to Rollbar", | |
"ruflin/elastica": "Allow sending log messages to an Elastic Search server", | |
"sentry/sentry": "Allow sending log messages to a Sentry server" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Monolog\\": "src/Monolog" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Jordi Boggiano", | |
"email": "[email protected]", | |
"homepage": "http://seld.be" | |
} | |
], | |
"description": "Sends your logs to files, sockets, inboxes, databases and various web services", | |
"homepage": "http://github.com/Seldaek/monolog", | |
"keywords": [ | |
"log", | |
"logging", | |
"psr-3" | |
], | |
"time": "2019-09-06T13:49:17+00:00" | |
}, | |
{ | |
"name": "mtdowling/jmespath.php", | |
"version": "2.4.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/jmespath/jmespath.php.git", | |
"reference": "adcc9531682cf87dfda21e1fd5d0e7a41d292fac" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/adcc9531682cf87dfda21e1fd5d0e7a41d292fac", | |
"reference": "adcc9531682cf87dfda21e1fd5d0e7a41d292fac", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.4.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "~4.0" | |
}, | |
"bin": [ | |
"bin/jp.php" | |
], | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.0-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"JmesPath\\": "src/" | |
}, | |
"files": [ | |
"src/JmesPath.php" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Michael Dowling", | |
"email": "[email protected]", | |
"homepage": "https://github.com/mtdowling" | |
} | |
], | |
"description": "Declaratively specify how to extract elements from a JSON document", | |
"keywords": [ | |
"json", | |
"jsonpath" | |
], | |
"time": "2016-12-03T22:08:25+00:00" | |
}, | |
{ | |
"name": "myclabs/deep-copy", | |
"version": "1.9.3", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/myclabs/DeepCopy.git", | |
"reference": "007c053ae6f31bba39dfa19a7726f56e9763bbea" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/007c053ae6f31bba39dfa19a7726f56e9763bbea", | |
"reference": "007c053ae6f31bba39dfa19a7726f56e9763bbea", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^7.1" | |
}, | |
"replace": { | |
"myclabs/deep-copy": "self.version" | |
}, | |
"require-dev": { | |
"doctrine/collections": "^1.0", | |
"doctrine/common": "^2.6", | |
"phpunit/phpunit": "^7.1" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"DeepCopy\\": "src/DeepCopy/" | |
}, | |
"files": [ | |
"src/DeepCopy/deep_copy.php" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"description": "Create deep copies (clones) of your objects", | |
"keywords": [ | |
"clone", | |
"copy", | |
"duplicate", | |
"object", | |
"object graph" | |
], | |
"time": "2019-08-09T12:45:53+00:00" | |
}, | |
{ | |
"name": "ocramius/package-versions", | |
"version": "1.5.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/Ocramius/PackageVersions.git", | |
"reference": "1d32342b8c1eb27353c8887c366147b4c2da673c" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/1d32342b8c1eb27353c8887c366147b4c2da673c", | |
"reference": "1d32342b8c1eb27353c8887c366147b4c2da673c", | |
"shasum": "" | |
}, | |
"require": { | |
"composer-plugin-api": "^1.0.0", | |
"php": "^7.3.0" | |
}, | |
"require-dev": { | |
"composer/composer": "^1.8.6", | |
"doctrine/coding-standard": "^6.0.0", | |
"ext-zip": "*", | |
"infection/infection": "^0.13.4", | |
"phpunit/phpunit": "^8.2.5", | |
"vimeo/psalm": "^3.4.9" | |
}, | |
"type": "composer-plugin", | |
"extra": { | |
"class": "PackageVersions\\Installer", | |
"branch-alias": { | |
"dev-master": "1.6.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"PackageVersions\\": "src/PackageVersions" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Marco Pivetta", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)", | |
"time": "2019-07-17T15:49:50+00:00" | |
}, | |
{ | |
"name": "ocramius/proxy-manager", | |
"version": "2.2.3", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/Ocramius/ProxyManager.git", | |
"reference": "4d154742e31c35137d5374c998e8f86b54db2e2f" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/4d154742e31c35137d5374c998e8f86b54db2e2f", | |
"reference": "4d154742e31c35137d5374c998e8f86b54db2e2f", | |
"shasum": "" | |
}, | |
"require": { | |
"ocramius/package-versions": "^1.1.3", | |
"php": "^7.2.0", | |
"zendframework/zend-code": "^3.3.0" | |
}, | |
"require-dev": { | |
"couscous/couscous": "^1.6.1", | |
"ext-phar": "*", | |
"humbug/humbug": "1.0.0-RC.0@RC", | |
"nikic/php-parser": "^3.1.1", | |
"padraic/phpunit-accelerator": "dev-master@DEV", | |
"phpbench/phpbench": "^0.12.2", | |
"phpstan/phpstan": "dev-master#856eb10a81c1d27c701a83f167dc870fd8f4236a as 0.9.999", | |
"phpstan/phpstan-phpunit": "dev-master#5629c0a1f4a9c417cb1077cf6693ad9753895761", | |
"phpunit/phpunit": "^6.4.3", | |
"squizlabs/php_codesniffer": "^2.9.1" | |
}, | |
"suggest": { | |
"ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects", | |
"zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)", | |
"zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)", | |
"zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "3.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"ProxyManager\\": "src" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Marco Pivetta", | |
"email": "[email protected]", | |
"homepage": "http://ocramius.github.io/" | |
} | |
], | |
"description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies", | |
"homepage": "https://github.com/Ocramius/ProxyManager", | |
"keywords": [ | |
"aop", | |
"lazy loading", | |
"proxy", | |
"proxy pattern", | |
"service proxies" | |
], | |
"time": "2019-08-10T08:37:15+00:00" | |
}, | |
{ | |
"name": "pagerfanta/pagerfanta", | |
"version": "v2.1.3", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/whiteoctober/Pagerfanta.git", | |
"reference": "a53ff01d521648d9dbca19b93ac6bc75a59b0972" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a53ff01d521648d9dbca19b93ac6bc75a59b0972", | |
"reference": "a53ff01d521648d9dbca19b93ac6bc75a59b0972", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^7.0" | |
}, | |
"require-dev": { | |
"doctrine/orm": "~2.3", | |
"doctrine/phpcr-odm": "1.*", | |
"jackalope/jackalope-doctrine-dbal": "1.*", | |
"jmikola/geojson": "~1.0", | |
"mandango/mandango": "~1.0@dev", | |
"mandango/mondator": "~1.0@dev", | |
"phpunit/phpunit": "^6.5", | |
"propel/propel": "~2.0@dev", | |
"propel/propel1": "~1.6", | |
"ruflin/elastica": "~1.3", | |
"solarium/solarium": "~3.1" | |
}, | |
"suggest": { | |
"doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.", | |
"doctrine/orm": "To use the DoctrineORMAdapter.", | |
"doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0", | |
"mandango/mandango": "To use the MandangoAdapter.", | |
"propel/propel": "To use the Propel2Adapter", | |
"propel/propel1": "To use the PropelAdapter", | |
"solarium/solarium": "To use the SolariumAdapter." | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Pagerfanta\\": "src/Pagerfanta/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Pablo Díez", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Pagination for PHP", | |
"keywords": [ | |
"page", | |
"pagination", | |
"paginator", | |
"paging" | |
], | |
"time": "2019-07-17T20:56:16+00:00" | |
}, | |
{ | |
"name": "paragonie/random_compat", | |
"version": "v2.0.18", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/paragonie/random_compat.git", | |
"reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db", | |
"reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.2.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "4.*|5.*" | |
}, | |
"suggest": { | |
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." | |
}, | |
"type": "library", | |
"autoload": { | |
"files": [ | |
"lib/random.php" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Paragon Initiative Enterprises", | |
"email": "[email protected]", | |
"homepage": "https://paragonie.com" | |
} | |
], | |
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", | |
"keywords": [ | |
"csprng", | |
"polyfill", | |
"pseudorandom", | |
"random" | |
], | |
"time": "2019-01-03T20:59:08+00:00" | |
}, | |
{ | |
"name": "phar-io/manifest", | |
"version": "1.0.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/phar-io/manifest.git", | |
"reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0", | |
"reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-dom": "*", | |
"ext-phar": "*", | |
"phar-io/version": "^1.0.1", | |
"php": "^5.6 || ^7.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"classmap": [ | |
"src/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Arne Blankerts", | |
"email": "[email protected]", | |
"role": "Developer" | |
}, | |
{ | |
"name": "Sebastian Heuer", | |
"email": "[email protected]", | |
"role": "Developer" | |
}, | |
{ | |
"name": "Sebastian Bergmann", | |
"email": "[email protected]", | |
"role": "Developer" | |
} | |
], | |
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", | |
"time": "2017-03-05T18:14:27+00:00" | |
}, | |
{ | |
"name": "phar-io/version", | |
"version": "1.0.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/phar-io/version.git", | |
"reference": "a70c0ced4be299a63d32fa96d9281d03e94041df" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df", | |
"reference": "a70c0ced4be299a63d32fa96d9281d03e94041df", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^5.6 || ^7.0" | |
}, | |
"type": "library", | |
"autoload": { | |
"classmap": [ | |
"src/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Arne Blankerts", | |
"email": "[email protected]", | |
"role": "Developer" | |
}, | |
{ | |
"name": "Sebastian Heuer", | |
"email": "[email protected]", | |
"role": "Developer" | |
}, | |
{ | |
"name": "Sebastian Bergmann", | |
"email": "[email protected]", | |
"role": "Developer" | |
} | |
], | |
"description": "Library for handling version information and constraints", | |
"time": "2017-03-05T17:38:23+00:00" | |
}, | |
{ | |
"name": "php-amqplib/php-amqplib", | |
"version": "v2.10.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/php-amqplib/php-amqplib.git", | |
"reference": "6e2b2501e021e994fb64429e5a78118f83b5c200" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/6e2b2501e021e994fb64429e5a78118f83b5c200", | |
"reference": "6e2b2501e021e994fb64429e5a78118f83b5c200", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-bcmath": "*", | |
"ext-sockets": "*", | |
"php": ">=5.6" | |
}, | |
"replace": { | |
"videlalvaro/php-amqplib": "self.version" | |
}, | |
"require-dev": { | |
"ext-curl": "*", | |
"nategood/httpful": "^0.2.20", | |
"phpunit/phpunit": "^5.7|^6.5|^7.0", | |
"squizlabs/php_codesniffer": "^2.5" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.10-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"PhpAmqpLib\\": "PhpAmqpLib/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"LGPL-2.1-or-later" | |
], | |
"authors": [ | |
{ | |
"name": "Alvaro Videla", | |
"role": "Original Maintainer" | |
}, | |
{ | |
"name": "John Kelly", | |
"email": "[email protected]", | |
"role": "Maintainer" | |
}, | |
{ | |
"name": "Raúl Araya", | |
"email": "[email protected]", | |
"role": "Maintainer" | |
}, | |
{ | |
"name": "Luke Bakken", | |
"email": "[email protected]", | |
"role": "Maintainer" | |
} | |
], | |
"description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.", | |
"homepage": "https://github.com/php-amqplib/php-amqplib/", | |
"keywords": [ | |
"message", | |
"queue", | |
"rabbitmq" | |
], | |
"time": "2019-10-10T13:23:40+00:00" | |
}, | |
{ | |
"name": "phpdocumentor/reflection-common", | |
"version": "2.0.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/phpDocumentor/ReflectionCommon.git", | |
"reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a", | |
"reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.1" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "~6" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"phpDocumentor\\Reflection\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Jaap van Otterdijk", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Common reflection classes used by phpdocumentor to reflect the code structure", | |
"homepage": "http://www.phpdoc.org", | |
"keywords": [ | |
"FQSEN", | |
"phpDocumentor", | |
"phpdoc", | |
"reflection", | |
"static analysis" | |
], | |
"time": "2018-08-07T13:53:10+00:00" | |
}, | |
{ | |
"name": "phpdocumentor/reflection-docblock", | |
"version": "4.3.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", | |
"reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/b83ff7cfcfee7827e1e78b637a5904fe6a96698e", | |
"reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^7.0", | |
"phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0", | |
"phpdocumentor/type-resolver": "~0.4 || ^1.0.0", | |
"webmozart/assert": "^1.0" | |
}, | |
"require-dev": { | |
"doctrine/instantiator": "^1.0.5", | |
"mockery/mockery": "^1.0", | |
"phpunit/phpunit": "^6.4" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "4.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"phpDocumentor\\Reflection\\": [ | |
"src/" | |
] | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Mike van Riel", | |
"email": "[email protected]" | |
} | |
], | |
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", | |
"time": "2019-09-12T14:27:41+00:00" | |
}, | |
{ | |
"name": "phpdocumentor/type-resolver", | |
"version": "1.0.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/phpDocumentor/TypeResolver.git", | |
"reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2e32a6d48972b2c1976ed5d8967145b6cec4a4a9", | |
"reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^7.1", | |
"phpdocumentor/reflection-common": "^2.0" | |
}, | |
"require-dev": { | |
"ext-tokenizer": "^7.1", | |
"mockery/mockery": "~1", | |
"phpunit/phpunit": "^7.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"phpDocumentor\\Reflection\\": "src" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Mike van Riel", | |
"email": "[email protected]" | |
} | |
], | |
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", | |
"time": "2019-08-22T18:11:29+00:00" | |
}, | |
{ | |
"name": "phpspec/prophecy", | |
"version": "1.9.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/phpspec/prophecy.git", | |
"reference": "f6811d96d97bdf400077a0cc100ae56aa32b9203" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/f6811d96d97bdf400077a0cc100ae56aa32b9203", | |
"reference": "f6811d96d97bdf400077a0cc100ae56aa32b9203", | |
"shasum": "" | |
}, | |
"require": { | |
"doctrine/instantiator": "^1.0.2", | |
"php": "^5.3|^7.0", | |
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0", | |
"sebastian/comparator": "^1.1|^2.0|^3.0", | |
"sebastian/recursion-context": "^1.0|^2.0|^3.0" | |
}, | |
"require-dev": { | |
"phpspec/phpspec": "^2.5|^3.2", | |
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.8.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Prophecy\\": "src/Prophecy" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Konstantin Kudryashov", | |
"email": "[email protected]", | |
"homepage": "http://everzet.com" | |
}, | |
{ | |
"name": "Marcello Duarte", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Highly opinionated mocking framework for PHP 5.3+", | |
"homepage": "https://github.com/phpspec/prophecy", | |
"keywords": [ | |
"Double", | |
"Dummy", | |
"fake", | |
"mock", | |
"spy", | |
"stub" | |
], | |
"time": "2019-10-03T11:07:50+00:00" | |
}, | |
{ | |
"name": "phpunit/php-code-coverage", | |
"version": "5.3.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/php-code-coverage.git", | |
"reference": "c89677919c5dd6d3b3852f230a663118762218ac" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c89677919c5dd6d3b3852f230a663118762218ac", | |
"reference": "c89677919c5dd6d3b3852f230a663118762218ac", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-dom": "*", | |
"ext-xmlwriter": "*", | |
"php": "^7.0", | |
"phpunit/php-file-iterator": "^1.4.2", | |
"phpunit/php-text-template": "^1.2.1", | |
"phpunit/php-token-stream": "^2.0.1", | |
"sebastian/code-unit-reverse-lookup": "^1.0.1", | |
"sebastian/environment": "^3.0", | |
"sebastian/version": "^2.0.1", | |
"theseer/tokenizer": "^1.1" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^6.0" | |
}, | |
"suggest": { | |
"ext-xdebug": "^2.5.5" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "5.3.x-dev" | |
} | |
}, | |
"autoload": { | |
"classmap": [ | |
"src/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Sebastian Bergmann", | |
"email": "[email protected]", | |
"role": "lead" | |
} | |
], | |
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", | |
"homepage": "https://github.com/sebastianbergmann/php-code-coverage", | |
"keywords": [ | |
"coverage", | |
"testing", | |
"xunit" | |
], | |
"time": "2018-04-06T15:36:58+00:00" | |
}, | |
{ | |
"name": "phpunit/php-file-iterator", | |
"version": "1.4.5", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/php-file-iterator.git", | |
"reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4", | |
"reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.4.x-dev" | |
} | |
}, | |
"autoload": { | |
"classmap": [ | |
"src/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Sebastian Bergmann", | |
"email": "[email protected]", | |
"role": "lead" | |
} | |
], | |
"description": "FilterIterator implementation that filters files based on a list of suffixes.", | |
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/", | |
"keywords": [ | |
"filesystem", | |
"iterator" | |
], | |
"time": "2017-11-27T13:52:08+00:00" | |
}, | |
{ | |
"name": "phpunit/php-text-template", | |
"version": "1.2.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/php-text-template.git", | |
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", | |
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3" | |
}, | |
"type": "library", | |
"autoload": { | |
"classmap": [ | |
"src/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Sebastian Bergmann", | |
"email": "[email protected]", | |
"role": "lead" | |
} | |
], | |
"description": "Simple template engine.", | |
"homepage": "https://github.com/sebastianbergmann/php-text-template/", | |
"keywords": [ | |
"template" | |
], | |
"time": "2015-06-21T13:50:34+00:00" | |
}, | |
{ | |
"name": "phpunit/php-timer", | |
"version": "1.0.9", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/php-timer.git", | |
"reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", | |
"reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^5.3.3 || ^7.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.0-dev" | |
} | |
}, | |
"autoload": { | |
"classmap": [ | |
"src/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Sebastian Bergmann", | |
"email": "[email protected]", | |
"role": "lead" | |
} | |
], | |
"description": "Utility class for timing", | |
"homepage": "https://github.com/sebastianbergmann/php-timer/", | |
"keywords": [ | |
"timer" | |
], | |
"time": "2017-02-26T11:10:40+00:00" | |
}, | |
{ | |
"name": "phpunit/php-token-stream", | |
"version": "2.0.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/php-token-stream.git", | |
"reference": "791198a2c6254db10131eecfe8c06670700904db" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db", | |
"reference": "791198a2c6254db10131eecfe8c06670700904db", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-tokenizer": "*", | |
"php": "^7.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^6.2.4" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.0-dev" | |
} | |
}, | |
"autoload": { | |
"classmap": [ | |
"src/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Sebastian Bergmann", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Wrapper around PHP's tokenizer extension.", | |
"homepage": "https://github.com/sebastianbergmann/php-token-stream/", | |
"keywords": [ | |
"tokenizer" | |
], | |
"time": "2017-11-27T05:48:46+00:00" | |
}, | |
{ | |
"name": "phpunit/phpunit", | |
"version": "6.5.14", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/phpunit.git", | |
"reference": "bac23fe7ff13dbdb461481f706f0e9fe746334b7" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/bac23fe7ff13dbdb461481f706f0e9fe746334b7", | |
"reference": "bac23fe7ff13dbdb461481f706f0e9fe746334b7", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-dom": "*", | |
"ext-json": "*", | |
"ext-libxml": "*", | |
"ext-mbstring": "*", | |
"ext-xml": "*", | |
"myclabs/deep-copy": "^1.6.1", | |
"phar-io/manifest": "^1.0.1", | |
"phar-io/version": "^1.0", | |
"php": "^7.0", | |
"phpspec/prophecy": "^1.7", | |
"phpunit/php-code-coverage": "^5.3", | |
"phpunit/php-file-iterator": "^1.4.3", | |
"phpunit/php-text-template": "^1.2.1", | |
"phpunit/php-timer": "^1.0.9", | |
"phpunit/phpunit-mock-objects": "^5.0.9", | |
"sebastian/comparator": "^2.1", | |
"sebastian/diff": "^2.0", | |
"sebastian/environment": "^3.1", | |
"sebastian/exporter": "^3.1", | |
"sebastian/global-state": "^2.0", | |
"sebastian/object-enumerator": "^3.0.3", | |
"sebastian/resource-operations": "^1.0", | |
"sebastian/version": "^2.0.1" | |
}, | |
"conflict": { | |
"phpdocumentor/reflection-docblock": "3.0.2", | |
"phpunit/dbunit": "<3.0" | |
}, | |
"require-dev": { | |
"ext-pdo": "*" | |
}, | |
"suggest": { | |
"ext-xdebug": "*", | |
"phpunit/php-invoker": "^1.1" | |
}, | |
"bin": [ | |
"phpunit" | |
], | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "6.5.x-dev" | |
} | |
}, | |
"autoload": { | |
"classmap": [ | |
"src/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Sebastian Bergmann", | |
"email": "[email protected]", | |
"role": "lead" | |
} | |
], | |
"description": "The PHP Unit Testing framework.", | |
"homepage": "https://phpunit.de/", | |
"keywords": [ | |
"phpunit", | |
"testing", | |
"xunit" | |
], | |
"time": "2019-02-01T05:22:47+00:00" | |
}, | |
{ | |
"name": "phpunit/phpunit-mock-objects", | |
"version": "5.0.10", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", | |
"reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/cd1cf05c553ecfec36b170070573e540b67d3f1f", | |
"reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f", | |
"shasum": "" | |
}, | |
"require": { | |
"doctrine/instantiator": "^1.0.5", | |
"php": "^7.0", | |
"phpunit/php-text-template": "^1.2.1", | |
"sebastian/exporter": "^3.1" | |
}, | |
"conflict": { | |
"phpunit/phpunit": "<6.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^6.5.11" | |
}, | |
"suggest": { | |
"ext-soap": "*" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "5.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"classmap": [ | |
"src/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Sebastian Bergmann", | |
"email": "[email protected]", | |
"role": "lead" | |
} | |
], | |
"description": "Mock Object library for PHPUnit", | |
"homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", | |
"keywords": [ | |
"mock", | |
"xunit" | |
], | |
"abandoned": true, | |
"time": "2018-08-09T05:50:03+00:00" | |
}, | |
{ | |
"name": "psr/cache", | |
"version": "1.0.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/php-fig/cache.git", | |
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", | |
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Psr\\Cache\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "PHP-FIG", | |
"homepage": "http://www.php-fig.org/" | |
} | |
], | |
"description": "Common interface for caching libraries", | |
"keywords": [ | |
"cache", | |
"psr", | |
"psr-6" | |
], | |
"time": "2016-08-06T20:24:11+00:00" | |
}, | |
{ | |
"name": "psr/container", | |
"version": "1.0.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/php-fig/container.git", | |
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", | |
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Psr\\Container\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "PHP-FIG", | |
"homepage": "http://www.php-fig.org/" | |
} | |
], | |
"description": "Common Container Interface (PHP FIG PSR-11)", | |
"homepage": "https://github.com/php-fig/container", | |
"keywords": [ | |
"PSR-11", | |
"container", | |
"container-interface", | |
"container-interop", | |
"psr" | |
], | |
"time": "2017-02-14T16:28:37+00:00" | |
}, | |
{ | |
"name": "psr/http-message", | |
"version": "1.0.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/php-fig/http-message.git", | |
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", | |
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Psr\\Http\\Message\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "PHP-FIG", | |
"homepage": "http://www.php-fig.org/" | |
} | |
], | |
"description": "Common interface for HTTP messages", | |
"homepage": "https://github.com/php-fig/http-message", | |
"keywords": [ | |
"http", | |
"http-message", | |
"psr", | |
"psr-7", | |
"request", | |
"response" | |
], | |
"time": "2016-08-06T14:39:51+00:00" | |
}, | |
{ | |
"name": "psr/link", | |
"version": "1.0.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/php-fig/link.git", | |
"reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562", | |
"reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Psr\\Link\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "PHP-FIG", | |
"homepage": "http://www.php-fig.org/" | |
} | |
], | |
"description": "Common interfaces for HTTP links", | |
"keywords": [ | |
"http", | |
"http-link", | |
"link", | |
"psr", | |
"psr-13", | |
"rest" | |
], | |
"time": "2016-10-28T16:06:13+00:00" | |
}, | |
{ | |
"name": "psr/log", | |
"version": "1.1.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/php-fig/log.git", | |
"reference": "bf73deb2b3b896a9d9c75f3f0d88185d2faa27e2" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/php-fig/log/zipball/bf73deb2b3b896a9d9c75f3f0d88185d2faa27e2", | |
"reference": "bf73deb2b3b896a9d9c75f3f0d88185d2faa27e2", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.1.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Psr\\Log\\": "Psr/Log/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "PHP-FIG", | |
"homepage": "http://www.php-fig.org/" | |
} | |
], | |
"description": "Common interface for logging libraries", | |
"homepage": "https://github.com/php-fig/log", | |
"keywords": [ | |
"log", | |
"psr", | |
"psr-3" | |
], | |
"time": "2019-10-25T08:06:51+00:00" | |
}, | |
{ | |
"name": "psr/simple-cache", | |
"version": "1.0.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/php-fig/simple-cache.git", | |
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", | |
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Psr\\SimpleCache\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "PHP-FIG", | |
"homepage": "http://www.php-fig.org/" | |
} | |
], | |
"description": "Common interfaces for simple caching", | |
"keywords": [ | |
"cache", | |
"caching", | |
"psr", | |
"psr-16", | |
"simple-cache" | |
], | |
"time": "2017-10-23T01:57:42+00:00" | |
}, | |
{ | |
"name": "ralouphie/getallheaders", | |
"version": "3.0.3", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/ralouphie/getallheaders.git", | |
"reference": "120b605dfeb996808c31b6477290a714d356e822" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", | |
"reference": "120b605dfeb996808c31b6477290a714d356e822", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.6" | |
}, | |
"require-dev": { | |
"php-coveralls/php-coveralls": "^2.1", | |
"phpunit/phpunit": "^5 || ^6.5" | |
}, | |
"type": "library", | |
"autoload": { | |
"files": [ | |
"src/getallheaders.php" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Ralph Khattar", | |
"email": "[email protected]" | |
} | |
], | |
"description": "A polyfill for getallheaders.", | |
"time": "2019-03-08T08:55:37+00:00" | |
}, | |
{ | |
"name": "ruflin/elastica", | |
"version": "3.2.4", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/ruflin/Elastica.git", | |
"reference": "62ff0a20749db4228bcd9a8124480e8f968870b5" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/ruflin/Elastica/zipball/62ff0a20749db4228bcd9a8124480e8f968870b5", | |
"reference": "62ff0a20749db4228bcd9a8124480e8f968870b5", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.4.0", | |
"psr/log": "~1.0" | |
}, | |
"require-dev": { | |
"aws/aws-sdk-php": "~3.0", | |
"guzzlehttp/guzzle": "~6.0" | |
}, | |
"suggest": { | |
"aws/aws-sdk-php": "Allow using IAM authentication with Amazon ElasticSearch Service", | |
"egeloen/http-adapter": "Allow using httpadapter transport", | |
"guzzlehttp/guzzle": "Allow using guzzle 6 as the http transport (Requires php 5.5)", | |
"monolog/monolog": "Logging request" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "3.2.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Elastica\\": "lib/Elastica/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Nicolas Ruflin", | |
"homepage": "http://ruflin.com/" | |
} | |
], | |
"description": "Elasticsearch Client", | |
"homepage": "http://elastica.io/", | |
"keywords": [ | |
"client", | |
"search" | |
], | |
"time": "2018-12-28T12:57:02+00:00" | |
}, | |
{ | |
"name": "sebastian/code-unit-reverse-lookup", | |
"version": "1.0.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", | |
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", | |
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^5.6 || ^7.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^5.7 || ^6.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"classmap": [ | |
"src/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Sebastian Bergmann", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Looks up which function or method a line of code belongs to", | |
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", | |
"time": "2017-03-04T06:30:41+00:00" | |
}, | |
{ | |
"name": "sebastian/comparator", | |
"version": "2.1.3", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/comparator.git", | |
"reference": "34369daee48eafb2651bea869b4b15d75ccc35f9" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9", | |
"reference": "34369daee48eafb2651bea869b4b15d75ccc35f9", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^7.0", | |
"sebastian/diff": "^2.0 || ^3.0", | |
"sebastian/exporter": "^3.1" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^6.4" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.1.x-dev" | |
} | |
}, | |
"autoload": { | |
"classmap": [ | |
"src/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Jeff Welch", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Volker Dusch", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Bernhard Schussek", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Sebastian Bergmann", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Provides the functionality to compare PHP values for equality", | |
"homepage": "https://github.com/sebastianbergmann/comparator", | |
"keywords": [ | |
"comparator", | |
"compare", | |
"equality" | |
], | |
"time": "2018-02-01T13:46:46+00:00" | |
}, | |
{ | |
"name": "sebastian/diff", | |
"version": "2.0.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/diff.git", | |
"reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd", | |
"reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^7.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^6.2" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.0-dev" | |
} | |
}, | |
"autoload": { | |
"classmap": [ | |
"src/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Kore Nordmann", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Sebastian Bergmann", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Diff implementation", | |
"homepage": "https://github.com/sebastianbergmann/diff", | |
"keywords": [ | |
"diff" | |
], | |
"time": "2017-08-03T08:09:46+00:00" | |
}, | |
{ | |
"name": "sebastian/environment", | |
"version": "3.1.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/environment.git", | |
"reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5", | |
"reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^7.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^6.1" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "3.1.x-dev" | |
} | |
}, | |
"autoload": { | |
"classmap": [ | |
"src/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Sebastian Bergmann", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Provides functionality to handle HHVM/PHP environments", | |
"homepage": "http://www.github.com/sebastianbergmann/environment", | |
"keywords": [ | |
"Xdebug", | |
"environment", | |
"hhvm" | |
], | |
"time": "2017-07-01T08:51:00+00:00" | |
}, | |
{ | |
"name": "sebastian/exporter", | |
"version": "3.1.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/exporter.git", | |
"reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e", | |
"reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^7.0", | |
"sebastian/recursion-context": "^3.0" | |
}, | |
"require-dev": { | |
"ext-mbstring": "*", | |
"phpunit/phpunit": "^6.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "3.1.x-dev" | |
} | |
}, | |
"autoload": { | |
"classmap": [ | |
"src/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Sebastian Bergmann", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Jeff Welch", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Volker Dusch", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Adam Harvey", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Bernhard Schussek", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Provides the functionality to export PHP variables for visualization", | |
"homepage": "http://www.github.com/sebastianbergmann/exporter", | |
"keywords": [ | |
"export", | |
"exporter" | |
], | |
"time": "2019-09-14T09:02:43+00:00" | |
}, | |
{ | |
"name": "sebastian/global-state", | |
"version": "2.0.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/global-state.git", | |
"reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", | |
"reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^7.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^6.0" | |
}, | |
"suggest": { | |
"ext-uopz": "*" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.0-dev" | |
} | |
}, | |
"autoload": { | |
"classmap": [ | |
"src/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Sebastian Bergmann", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Snapshotting of global state", | |
"homepage": "http://www.github.com/sebastianbergmann/global-state", | |
"keywords": [ | |
"global state" | |
], | |
"time": "2017-04-27T15:39:26+00:00" | |
}, | |
{ | |
"name": "sebastian/object-enumerator", | |
"version": "3.0.3", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/object-enumerator.git", | |
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", | |
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^7.0", | |
"sebastian/object-reflector": "^1.1.1", | |
"sebastian/recursion-context": "^3.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^6.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "3.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"classmap": [ | |
"src/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Sebastian Bergmann", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Traverses array structures and object graphs to enumerate all referenced objects", | |
"homepage": "https://github.com/sebastianbergmann/object-enumerator/", | |
"time": "2017-08-03T12:35:26+00:00" | |
}, | |
{ | |
"name": "sebastian/object-reflector", | |
"version": "1.1.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/object-reflector.git", | |
"reference": "773f97c67f28de00d397be301821b06708fca0be" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", | |
"reference": "773f97c67f28de00d397be301821b06708fca0be", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^7.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^6.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.1-dev" | |
} | |
}, | |
"autoload": { | |
"classmap": [ | |
"src/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Sebastian Bergmann", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Allows reflection of object attributes, including inherited and non-public ones", | |
"homepage": "https://github.com/sebastianbergmann/object-reflector/", | |
"time": "2017-03-29T09:07:27+00:00" | |
}, | |
{ | |
"name": "sebastian/recursion-context", | |
"version": "3.0.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/recursion-context.git", | |
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", | |
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^7.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^6.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "3.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"classmap": [ | |
"src/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Jeff Welch", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Sebastian Bergmann", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Adam Harvey", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Provides functionality to recursively process PHP variables", | |
"homepage": "http://www.github.com/sebastianbergmann/recursion-context", | |
"time": "2017-03-03T06:23:57+00:00" | |
}, | |
{ | |
"name": "sebastian/resource-operations", | |
"version": "1.0.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/resource-operations.git", | |
"reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", | |
"reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.6.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"classmap": [ | |
"src/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Sebastian Bergmann", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Provides a list of PHP built-in functions that operate on resources", | |
"homepage": "https://www.github.com/sebastianbergmann/resource-operations", | |
"time": "2015-07-28T20:34:47+00:00" | |
}, | |
{ | |
"name": "sebastian/version", | |
"version": "2.0.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/version.git", | |
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", | |
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.6" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"classmap": [ | |
"src/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Sebastian Bergmann", | |
"email": "[email protected]", | |
"role": "lead" | |
} | |
], | |
"description": "Library that helps with managing the version number of Git-hosted PHP projects", | |
"homepage": "https://github.com/sebastianbergmann/version", | |
"time": "2016-10-03T07:35:21+00:00" | |
}, | |
{ | |
"name": "sensio/distribution-bundle", | |
"version": "v5.0.25", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sensiolabs/SensioDistributionBundle.git", | |
"reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/80a38234bde8321fb92aa0b8c27978a272bb4baf", | |
"reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.9", | |
"sensiolabs/security-checker": "~5.0|~6.0", | |
"symfony/class-loader": "~2.3|~3.0", | |
"symfony/config": "~2.3|~3.0", | |
"symfony/dependency-injection": "~2.3|~3.0", | |
"symfony/filesystem": "~2.3|~3.0", | |
"symfony/http-kernel": "~2.3|~3.0", | |
"symfony/process": "~2.3|~3.0" | |
}, | |
"type": "symfony-bundle", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "5.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Sensio\\Bundle\\DistributionBundle\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Fabien Potencier", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Base bundle for Symfony Distributions", | |
"keywords": [ | |
"configuration", | |
"distribution" | |
], | |
"time": "2019-06-18T15:43:58+00:00" | |
}, | |
{ | |
"name": "sensio/framework-extra-bundle", | |
"version": "v3.0.29", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", | |
"reference": "bb907234df776b68922eb4b25bfa061683597b6a" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/bb907234df776b68922eb4b25bfa061683597b6a", | |
"reference": "bb907234df776b68922eb4b25bfa061683597b6a", | |
"shasum": "" | |
}, | |
"require": { | |
"doctrine/common": "~2.2", | |
"symfony/dependency-injection": "~2.3|~3.0", | |
"symfony/framework-bundle": "~2.3|~3.0|~4.0" | |
}, | |
"require-dev": { | |
"doctrine/doctrine-bundle": "~1.5", | |
"doctrine/orm": "~2.4,>=2.4.5", | |
"symfony/asset": "~2.7|~3.0|~4.0", | |
"symfony/browser-kit": "~2.3|~3.0|~4.0", | |
"symfony/dom-crawler": "~2.3|~3.0|~4.0", | |
"symfony/expression-language": "~2.4|~3.0|~4.0", | |
"symfony/finder": "~2.3|~3.0|~4.0", | |
"symfony/phpunit-bridge": "~3.2|~4.0", | |
"symfony/psr-http-message-bridge": "^0.3|^1.0", | |
"symfony/security-bundle": "~2.4|~3.0|~4.0", | |
"symfony/templating": "~2.3|~3.0|~4.0", | |
"symfony/translation": "~2.3|~3.0|~4.0", | |
"symfony/twig-bundle": "~2.3|~3.0|~4.0", | |
"symfony/yaml": "~2.3|~3.0|~4.0", | |
"twig/twig": "~1.12|~2.0", | |
"zendframework/zend-diactoros": "^1.3" | |
}, | |
"suggest": { | |
"symfony/expression-language": "", | |
"symfony/psr-http-message-bridge": "To use the PSR-7 converters", | |
"symfony/security-bundle": "" | |
}, | |
"type": "symfony-bundle", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "3.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Sensio\\Bundle\\FrameworkExtraBundle\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Fabien Potencier", | |
"email": "[email protected]" | |
} | |
], | |
"description": "This bundle provides a way to configure your controllers with annotations", | |
"keywords": [ | |
"annotations", | |
"controllers" | |
], | |
"time": "2017-12-14T19:03:23+00:00" | |
}, | |
{ | |
"name": "sensiolabs/security-checker", | |
"version": "v6.0.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sensiolabs/security-checker.git", | |
"reference": "ce8d0552dcb8d3677ab9adb6d19a5837949bfec4" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/ce8d0552dcb8d3677ab9adb6d19a5837949bfec4", | |
"reference": "ce8d0552dcb8d3677ab9adb6d19a5837949bfec4", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.1.3", | |
"symfony/console": "^2.8|^3.4|^4.2", | |
"symfony/http-client": "^4.3", | |
"symfony/mime": "^4.3", | |
"symfony/polyfill-ctype": "^1.11" | |
}, | |
"bin": [ | |
"security-checker" | |
], | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "6.0-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"SensioLabs\\Security\\": "SensioLabs/Security" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Fabien Potencier", | |
"email": "[email protected]" | |
} | |
], | |
"description": "A security checker for your composer.lock", | |
"time": "2019-06-08T06:46:26+00:00" | |
}, | |
{ | |
"name": "snowflake/request-id", | |
"version": "v1.0.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/farzian/symfony-request-id.git", | |
"reference": "0d361d948a47e5174ea05ffb4964a80cdb6a4edb" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/farzian/symfony-request-id/zipball/0d361d948a47e5174ea05ffb4964a80cdb6a4edb", | |
"reference": "0d361d948a47e5174ea05ffb4964a80cdb6a4edb", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3", | |
"symfony/symfony": "~2.3|~3.0" | |
}, | |
"type": "symfony-bundle", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.0-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"SnowFlake\\RequestIdBundle\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Saeed Farzian", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Add a unique request ID to the request headers", | |
"keywords": [ | |
"requestid" | |
], | |
"time": "2017-01-31T22:52:04+00:00" | |
}, | |
{ | |
"name": "soundasleep/html2text", | |
"version": "1.1.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/soundasleep/html2text.git", | |
"reference": "3243a7107878a61685d2eccf99918d6479e039fc" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/soundasleep/html2text/zipball/3243a7107878a61685d2eccf99918d6479e039fc", | |
"reference": "3243a7107878a61685d2eccf99918d6479e039fc", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-dom": "*", | |
"ext-libxml": "*", | |
"php": ">=7.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "~7.0", | |
"soundasleep/component-tests": "~0.2" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-4": { | |
"Soundasleep\\": "src" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Jevon Wright", | |
"homepage": "https://jevon.org", | |
"role": "Developer" | |
} | |
], | |
"description": "A PHP script to convert HTML into a plain text format", | |
"homepage": "https://github.com/soundasleep/html2text", | |
"keywords": [ | |
"email", | |
"html", | |
"php", | |
"text" | |
], | |
"time": "2019-02-15T01:44:54+00:00" | |
}, | |
{ | |
"name": "swiftmailer/swiftmailer", | |
"version": "v5.4.12", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/swiftmailer/swiftmailer.git", | |
"reference": "181b89f18a90f8925ef805f950d47a7190e9b950" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/181b89f18a90f8925ef805f950d47a7190e9b950", | |
"reference": "181b89f18a90f8925ef805f950d47a7190e9b950", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3" | |
}, | |
"require-dev": { | |
"mockery/mockery": "~0.9.1", | |
"symfony/phpunit-bridge": "~3.2" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "5.4-dev" | |
} | |
}, | |
"autoload": { | |
"files": [ | |
"lib/swift_required.php" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Chris Corbyn" | |
}, | |
{ | |
"name": "Fabien Potencier", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Swiftmailer, free feature-rich PHP mailer", | |
"homepage": "https://swiftmailer.symfony.com", | |
"keywords": [ | |
"email", | |
"mail", | |
"mailer" | |
], | |
"time": "2018-07-31T09:26:32+00:00" | |
}, | |
{ | |
"name": "symfony/http-client", | |
"version": "v4.3.5", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/http-client.git", | |
"reference": "69d438274718121e1166e7f65c290f891a4c8ddb" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/http-client/zipball/69d438274718121e1166e7f65c290f891a4c8ddb", | |
"reference": "69d438274718121e1166e7f65c290f891a4c8ddb", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^7.1.3", | |
"psr/log": "^1.0", | |
"symfony/http-client-contracts": "^1.1.7", | |
"symfony/polyfill-php73": "^1.11" | |
}, | |
"provide": { | |
"psr/http-client-implementation": "1.0", | |
"symfony/http-client-implementation": "1.1" | |
}, | |
"require-dev": { | |
"nyholm/psr7": "^1.0", | |
"psr/http-client": "^1.0", | |
"symfony/http-kernel": "^4.3", | |
"symfony/process": "^4.2" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "4.3-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Symfony\\Component\\HttpClient\\": "" | |
}, | |
"exclude-from-classmap": [ | |
"/Tests/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Nicolas Grekas", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Symfony Community", | |
"homepage": "https://symfony.com/contributors" | |
} | |
], | |
"description": "Symfony HttpClient component", | |
"homepage": "https://symfony.com", | |
"time": "2019-10-07T10:52:41+00:00" | |
}, | |
{ | |
"name": "symfony/http-client-contracts", | |
"version": "v1.1.7", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/http-client-contracts.git", | |
"reference": "353b2a3e907e5c34cf8f74827a4b21eb745aab1d" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/353b2a3e907e5c34cf8f74827a4b21eb745aab1d", | |
"reference": "353b2a3e907e5c34cf8f74827a4b21eb745aab1d", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^7.1.3" | |
}, | |
"suggest": { | |
"symfony/http-client-implementation": "" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.1-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Symfony\\Contracts\\HttpClient\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Nicolas Grekas", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Symfony Community", | |
"homepage": "https://symfony.com/contributors" | |
} | |
], | |
"description": "Generic abstractions related to HTTP clients", | |
"homepage": "https://symfony.com", | |
"keywords": [ | |
"abstractions", | |
"contracts", | |
"decoupling", | |
"interfaces", | |
"interoperability", | |
"standards" | |
], | |
"time": "2019-09-26T22:09:58+00:00" | |
}, | |
{ | |
"name": "symfony/mime", | |
"version": "v4.3.5", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/mime.git", | |
"reference": "32f71570547b91879fdbd9cf50317d556ae86916" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/mime/zipball/32f71570547b91879fdbd9cf50317d556ae86916", | |
"reference": "32f71570547b91879fdbd9cf50317d556ae86916", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^7.1.3", | |
"symfony/polyfill-intl-idn": "^1.10", | |
"symfony/polyfill-mbstring": "^1.0" | |
}, | |
"require-dev": { | |
"egulias/email-validator": "^2.1.10", | |
"symfony/dependency-injection": "~3.4|^4.1" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "4.3-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Symfony\\Component\\Mime\\": "" | |
}, | |
"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": "A library to manipulate MIME messages", | |
"homepage": "https://symfony.com", | |
"keywords": [ | |
"mime", | |
"mime-type" | |
], | |
"time": "2019-09-19T17:00:15+00:00" | |
}, | |
{ | |
"name": "symfony/monolog-bundle", | |
"version": "v3.4.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/monolog-bundle.git", | |
"reference": "7fbecb371c1c614642c93c6b2cbcdf723ae8809d" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/7fbecb371c1c614642c93c6b2cbcdf723ae8809d", | |
"reference": "7fbecb371c1c614642c93c6b2cbcdf723ae8809d", | |
"shasum": "" | |
}, | |
"require": { | |
"monolog/monolog": "~1.22", | |
"php": ">=5.6", | |
"symfony/config": "~3.4|~4.0", | |
"symfony/dependency-injection": "~3.4.10|^4.0.10", | |
"symfony/http-kernel": "~3.4|~4.0", | |
"symfony/monolog-bridge": "~3.4|~4.0" | |
}, | |
"require-dev": { | |
"symfony/console": "~3.4|~4.0", | |
"symfony/phpunit-bridge": "^3.4.19|^4.0", | |
"symfony/yaml": "~3.4|~4.0" | |
}, | |
"type": "symfony-bundle", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "3.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Symfony\\Bundle\\MonologBundle\\": "" | |
}, | |
"exclude-from-classmap": [ | |
"/Tests/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Symfony Community", | |
"homepage": "http://symfony.com/contributors" | |
}, | |
{ | |
"name": "Fabien Potencier", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Symfony MonologBundle", | |
"homepage": "http://symfony.com", | |
"keywords": [ | |
"log", | |
"logging" | |
], | |
"time": "2019-06-20T12:18:19+00:00" | |
}, | |
{ | |
"name": "symfony/polyfill-apcu", | |
"version": "v1.12.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/polyfill-apcu.git", | |
"reference": "71ce80635d5dcd67772b4dda00b86068595f64d5" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/71ce80635d5dcd67772b4dda00b86068595f64d5", | |
"reference": "71ce80635d5dcd67772b4dda00b86068595f64d5", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.12-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Symfony\\Polyfill\\Apcu\\": "" | |
}, | |
"files": [ | |
"bootstrap.php" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Nicolas Grekas", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Symfony Community", | |
"homepage": "https://symfony.com/contributors" | |
} | |
], | |
"description": "Symfony polyfill backporting apcu_* functions to lower PHP versions", | |
"homepage": "https://symfony.com", | |
"keywords": [ | |
"apcu", | |
"compatibility", | |
"polyfill", | |
"portable", | |
"shim" | |
], | |
"time": "2019-08-06T08:03:45+00:00" | |
}, | |
{ | |
"name": "symfony/polyfill-ctype", | |
"version": "v1.12.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/polyfill-ctype.git", | |
"reference": "550ebaac289296ce228a706d0867afc34687e3f4" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4", | |
"reference": "550ebaac289296ce228a706d0867afc34687e3f4", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3" | |
}, | |
"suggest": { | |
"ext-ctype": "For best performance" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.12-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Symfony\\Polyfill\\Ctype\\": "" | |
}, | |
"files": [ | |
"bootstrap.php" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Gert de Pagter", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Symfony Community", | |
"homepage": "https://symfony.com/contributors" | |
} | |
], | |
"description": "Symfony polyfill for ctype functions", | |
"homepage": "https://symfony.com", | |
"keywords": [ | |
"compatibility", | |
"ctype", | |
"polyfill", | |
"portable" | |
], | |
"time": "2019-08-06T08:03:45+00:00" | |
}, | |
{ | |
"name": "symfony/polyfill-intl-icu", | |
"version": "v1.12.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/polyfill-intl-icu.git", | |
"reference": "66810b9d6eb4af54d543867909d65ab9af654d7e" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/66810b9d6eb4af54d543867909d65ab9af654d7e", | |
"reference": "66810b9d6eb4af54d543867909d65ab9af654d7e", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3", | |
"symfony/intl": "~2.3|~3.0|~4.0|~5.0" | |
}, | |
"suggest": { | |
"ext-intl": "For best performance" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.12-dev" | |
} | |
}, | |
"autoload": { | |
"files": [ | |
"bootstrap.php" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Nicolas Grekas", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Symfony Community", | |
"homepage": "https://symfony.com/contributors" | |
} | |
], | |
"description": "Symfony polyfill for intl's ICU-related data and classes", | |
"homepage": "https://symfony.com", | |
"keywords": [ | |
"compatibility", | |
"icu", | |
"intl", | |
"polyfill", | |
"portable", | |
"shim" | |
], | |
"time": "2019-08-06T08:03:45+00:00" | |
}, | |
{ | |
"name": "symfony/polyfill-intl-idn", | |
"version": "v1.12.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/polyfill-intl-idn.git", | |
"reference": "6af626ae6fa37d396dc90a399c0ff08e5cfc45b2" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6af626ae6fa37d396dc90a399c0ff08e5cfc45b2", | |
"reference": "6af626ae6fa37d396dc90a399c0ff08e5cfc45b2", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3", | |
"symfony/polyfill-mbstring": "^1.3", | |
"symfony/polyfill-php72": "^1.9" | |
}, | |
"suggest": { | |
"ext-intl": "For best performance" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.12-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Symfony\\Polyfill\\Intl\\Idn\\": "" | |
}, | |
"files": [ | |
"bootstrap.php" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Laurent Bassin", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Symfony Community", | |
"homepage": "https://symfony.com/contributors" | |
} | |
], | |
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", | |
"homepage": "https://symfony.com", | |
"keywords": [ | |
"compatibility", | |
"idn", | |
"intl", | |
"polyfill", | |
"portable", | |
"shim" | |
], | |
"time": "2019-08-06T08:03:45+00:00" | |
}, | |
{ | |
"name": "symfony/polyfill-mbstring", | |
"version": "v1.12.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/polyfill-mbstring.git", | |
"reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17", | |
"reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3" | |
}, | |
"suggest": { | |
"ext-mbstring": "For best performance" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.12-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Symfony\\Polyfill\\Mbstring\\": "" | |
}, | |
"files": [ | |
"bootstrap.php" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Nicolas Grekas", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Symfony Community", | |
"homepage": "https://symfony.com/contributors" | |
} | |
], | |
"description": "Symfony polyfill for the Mbstring extension", | |
"homepage": "https://symfony.com", | |
"keywords": [ | |
"compatibility", | |
"mbstring", | |
"polyfill", | |
"portable", | |
"shim" | |
], | |
"time": "2019-08-06T08:03:45+00:00" | |
}, | |
{ | |
"name": "symfony/polyfill-php56", | |
"version": "v1.12.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/polyfill-php56.git", | |
"reference": "0e3b212e96a51338639d8ce175c046d7729c3403" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/0e3b212e96a51338639d8ce175c046d7729c3403", | |
"reference": "0e3b212e96a51338639d8ce175c046d7729c3403", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3", | |
"symfony/polyfill-util": "~1.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.12-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Symfony\\Polyfill\\Php56\\": "" | |
}, | |
"files": [ | |
"bootstrap.php" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Nicolas Grekas", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Symfony Community", | |
"homepage": "https://symfony.com/contributors" | |
} | |
], | |
"description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", | |
"homepage": "https://symfony.com", | |
"keywords": [ | |
"compatibility", | |
"polyfill", | |
"portable", | |
"shim" | |
], | |
"time": "2019-08-06T08:03:45+00:00" | |
}, | |
{ | |
"name": "symfony/polyfill-php70", | |
"version": "v1.12.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/polyfill-php70.git", | |
"reference": "54b4c428a0054e254223797d2713c31e08610831" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/54b4c428a0054e254223797d2713c31e08610831", | |
"reference": "54b4c428a0054e254223797d2713c31e08610831", | |
"shasum": "" | |
}, | |
"require": { | |
"paragonie/random_compat": "~1.0|~2.0|~9.99", | |
"php": ">=5.3.3" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.12-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Symfony\\Polyfill\\Php70\\": "" | |
}, | |
"files": [ | |
"bootstrap.php" | |
], | |
"classmap": [ | |
"Resources/stubs" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Nicolas Grekas", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Symfony Community", | |
"homepage": "https://symfony.com/contributors" | |
} | |
], | |
"description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", | |
"homepage": "https://symfony.com", | |
"keywords": [ | |
"compatibility", | |
"polyfill", | |
"portable", | |
"shim" | |
], | |
"time": "2019-08-06T08:03:45+00:00" | |
}, | |
{ | |
"name": "symfony/polyfill-php72", | |
"version": "v1.12.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/polyfill-php72.git", | |
"reference": "04ce3335667451138df4307d6a9b61565560199e" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/04ce3335667451138df4307d6a9b61565560199e", | |
"reference": "04ce3335667451138df4307d6a9b61565560199e", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.12-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Symfony\\Polyfill\\Php72\\": "" | |
}, | |
"files": [ | |
"bootstrap.php" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Nicolas Grekas", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Symfony Community", | |
"homepage": "https://symfony.com/contributors" | |
} | |
], | |
"description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", | |
"homepage": "https://symfony.com", | |
"keywords": [ | |
"compatibility", | |
"polyfill", | |
"portable", | |
"shim" | |
], | |
"time": "2019-08-06T08:03:45+00:00" | |
}, | |
{ | |
"name": "symfony/polyfill-php73", | |
"version": "v1.12.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/polyfill-php73.git", | |
"reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/2ceb49eaccb9352bff54d22570276bb75ba4a188", | |
"reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.12-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Symfony\\Polyfill\\Php73\\": "" | |
}, | |
"files": [ | |
"bootstrap.php" | |
], | |
"classmap": [ | |
"Resources/stubs" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Nicolas Grekas", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Symfony Community", | |
"homepage": "https://symfony.com/contributors" | |
} | |
], | |
"description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", | |
"homepage": "https://symfony.com", | |
"keywords": [ | |
"compatibility", | |
"polyfill", | |
"portable", | |
"shim" | |
], | |
"time": "2019-08-06T08:03:45+00:00" | |
}, | |
{ | |
"name": "symfony/polyfill-util", | |
"version": "v1.12.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/polyfill-util.git", | |
"reference": "4317de1386717b4c22caed7725350a8887ab205c" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/polyfill-util/zipball/4317de1386717b4c22caed7725350a8887ab205c", | |
"reference": "4317de1386717b4c22caed7725350a8887ab205c", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.12-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Symfony\\Polyfill\\Util\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Nicolas Grekas", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Symfony Community", | |
"homepage": "https://symfony.com/contributors" | |
} | |
], | |
"description": "Symfony utilities for portability of PHP codes", | |
"homepage": "https://symfony.com", | |
"keywords": [ | |
"compat", | |
"compatibility", | |
"polyfill", | |
"shim" | |
], | |
"time": "2019-08-06T08:03:45+00:00" | |
}, | |
{ | |
"name": "symfony/swiftmailer-bundle", | |
"version": "v2.6.7", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/swiftmailer-bundle.git", | |
"reference": "c4808f5169efc05567be983909d00f00521c53ec" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/c4808f5169efc05567be983909d00f00521c53ec", | |
"reference": "c4808f5169efc05567be983909d00f00521c53ec", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.2", | |
"swiftmailer/swiftmailer": "~4.2|~5.0", | |
"symfony/config": "~2.7|~3.0", | |
"symfony/dependency-injection": "~2.7|~3.0", | |
"symfony/http-kernel": "~2.7|~3.0" | |
}, | |
"require-dev": { | |
"symfony/console": "~2.7|~3.0", | |
"symfony/framework-bundle": "~2.7|~3.0", | |
"symfony/phpunit-bridge": "~3.3@dev", | |
"symfony/yaml": "~2.7|~3.0" | |
}, | |
"suggest": { | |
"psr/log": "Allows logging" | |
}, | |
"type": "symfony-bundle", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.6-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Symfony\\Bundle\\SwiftmailerBundle\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Symfony Community", | |
"homepage": "http://symfony.com/contributors" | |
}, | |
{ | |
"name": "Fabien Potencier", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Symfony SwiftmailerBundle", | |
"homepage": "http://symfony.com", | |
"time": "2017-10-19T01:06:41+00:00" | |
}, | |
{ | |
"name": "symfony/symfony", | |
"version": "v3.4.32", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/symfony.git", | |
"reference": "2815d1fa34d417b8b87450667f166edbefff3177" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/symfony/zipball/2815d1fa34d417b8b87450667f166edbefff3177", | |
"reference": "2815d1fa34d417b8b87450667f166edbefff3177", | |
"shasum": "" | |
}, | |
"require": { | |
"doctrine/common": "~2.4", | |
"ext-xml": "*", | |
"fig/link-util": "^1.0", | |
"php": "^5.5.9|>=7.0.8", | |
"psr/cache": "~1.0", | |
"psr/container": "^1.0", | |
"psr/link": "^1.0", | |
"psr/log": "~1.0", | |
"psr/simple-cache": "^1.0", | |
"symfony/polyfill-apcu": "~1.1", | |
"symfony/polyfill-ctype": "~1.8", | |
"symfony/polyfill-intl-icu": "~1.0", | |
"symfony/polyfill-mbstring": "~1.0", | |
"symfony/polyfill-php56": "~1.0", | |
"symfony/polyfill-php70": "~1.6", | |
"twig/twig": "^1.41|^2.10" | |
}, | |
"conflict": { | |
"phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2", | |
"phpdocumentor/type-resolver": "<0.3.0", | |
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" | |
}, | |
"provide": { | |
"psr/cache-implementation": "1.0", | |
"psr/container-implementation": "1.0", | |
"psr/log-implementation": "1.0", | |
"psr/simple-cache-implementation": "1.0" | |
}, | |
"replace": { | |
"symfony/asset": "self.version", | |
"symfony/browser-kit": "self.version", | |
"symfony/cache": "self.version", | |
"symfony/class-loader": "self.version", | |
"symfony/config": "self.version", | |
"symfony/console": "self.version", | |
"symfony/css-selector": "self.version", | |
"symfony/debug": "self.version", | |
"symfony/debug-bundle": "self.version", | |
"symfony/dependency-injection": "self.version", | |
"symfony/doctrine-bridge": "self.version", | |
"symfony/dom-crawler": "self.version", | |
"symfony/dotenv": "self.version", | |
"symfony/event-dispatcher": "self.version", | |
"symfony/expression-language": "self.version", | |
"symfony/filesystem": "self.version", | |
"symfony/finder": "self.version", | |
"symfony/form": "self.version", | |
"symfony/framework-bundle": "self.version", | |
"symfony/http-foundation": "self.version", | |
"symfony/http-kernel": "self.version", | |
"symfony/inflector": "self.version", | |
"symfony/intl": "self.version", | |
"symfony/ldap": "self.version", | |
"symfony/lock": "self.version", | |
"symfony/monolog-bridge": "self.version", | |
"symfony/options-resolver": "self.version", | |
"symfony/process": "self.version", | |
"symfony/property-access": "self.version", | |
"symfony/property-info": "self.version", | |
"symfony/proxy-manager-bridge": "self.version", | |
"symfony/routing": "self.version", | |
"symfony/security": "self.version", | |
"symfony/security-bundle": "self.version", | |
"symfony/security-core": "self.version", | |
"symfony/security-csrf": "self.version", | |
"symfony/security-guard": "self.version", | |
"symfony/security-http": "self.version", | |
"symfony/serializer": "self.version", | |
"symfony/stopwatch": "self.version", | |
"symfony/templating": "self.version", | |
"symfony/translation": "self.version", | |
"symfony/twig-bridge": "self.version", | |
"symfony/twig-bundle": "self.version", | |
"symfony/validator": "self.version", | |
"symfony/var-dumper": "self.version", | |
"symfony/web-link": "self.version", | |
"symfony/web-profiler-bundle": "self.version", | |
"symfony/web-server-bundle": "self.version", | |
"symfony/workflow": "self.version", | |
"symfony/yaml": "self.version" | |
}, | |
"require-dev": { | |
"cache/integration-tests": "dev-master", | |
"doctrine/annotations": "~1.0", | |
"doctrine/cache": "~1.6", | |
"doctrine/data-fixtures": "1.0.*", | |
"doctrine/dbal": "~2.4", | |
"doctrine/doctrine-bundle": "~1.4", | |
"doctrine/orm": "~2.4,>=2.4.5", | |
"egulias/email-validator": "~1.2,>=1.2.8|~2.0", | |
"monolog/monolog": "~1.11", | |
"ocramius/proxy-manager": "~0.4|~1.0|~2.0", | |
"phpdocumentor/reflection-docblock": "^3.0|^4.0", | |
"predis/predis": "~1.0", | |
"symfony/phpunit-bridge": "^3.4.31|^4.3.4|~5.0", | |
"symfony/security-acl": "~2.8|~3.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "3.4-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/", | |
"Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/", | |
"Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/", | |
"Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/", | |
"Symfony\\Bundle\\": "src/Symfony/Bundle/", | |
"Symfony\\Component\\": "src/Symfony/Component/" | |
}, | |
"classmap": [ | |
"src/Symfony/Component/Intl/Resources/stubs" | |
], | |
"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": "The Symfony PHP framework", | |
"homepage": "https://symfony.com", | |
"keywords": [ | |
"framework" | |
], | |
"time": "2019-10-07T14:42:16+00:00" | |
}, | |
{ | |
"name": "theseer/tokenizer", | |
"version": "1.1.3", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/theseer/tokenizer.git", | |
"reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9", | |
"reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-dom": "*", | |
"ext-tokenizer": "*", | |
"ext-xmlwriter": "*", | |
"php": "^7.0" | |
}, | |
"type": "library", | |
"autoload": { | |
"classmap": [ | |
"src/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Arne Blankerts", | |
"email": "[email protected]", | |
"role": "Developer" | |
} | |
], | |
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats", | |
"time": "2019-06-13T22:48:21+00:00" | |
}, | |
{ | |
"name": "twig/extensions", | |
"version": "v1.5.4", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/twigphp/Twig-extensions.git", | |
"reference": "57873c8b0c1be51caa47df2cdb824490beb16202" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202", | |
"reference": "57873c8b0c1be51caa47df2cdb824490beb16202", | |
"shasum": "" | |
}, | |
"require": { | |
"twig/twig": "^1.27|^2.0" | |
}, | |
"require-dev": { | |
"symfony/phpunit-bridge": "^3.4", | |
"symfony/translation": "^2.7|^3.4" | |
}, | |
"suggest": { | |
"symfony/translation": "Allow the time_diff output to be translated" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.5-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Twig_Extensions_": "lib/" | |
}, | |
"psr-4": { | |
"Twig\\Extensions\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Fabien Potencier", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Common additional features for Twig that do not directly belong in core", | |
"keywords": [ | |
"i18n", | |
"text" | |
], | |
"time": "2018-12-05T18:34:18+00:00" | |
}, | |
{ | |
"name": "twig/twig", | |
"version": "v2.12.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/twigphp/Twig.git", | |
"reference": "ddd4134af9bfc6dba4eff7c8447444ecc45b9ee5" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/twigphp/Twig/zipball/ddd4134af9bfc6dba4eff7c8447444ecc45b9ee5", | |
"reference": "ddd4134af9bfc6dba4eff7c8447444ecc45b9ee5", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^7.0", | |
"symfony/polyfill-ctype": "^1.8", | |
"symfony/polyfill-mbstring": "^1.3" | |
}, | |
"require-dev": { | |
"psr/container": "^1.0", | |
"symfony/debug": "^3.4|^4.2", | |
"symfony/phpunit-bridge": "^4.4@dev|^5.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.12-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Twig_": "lib/" | |
}, | |
"psr-4": { | |
"Twig\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Fabien Potencier", | |
"email": "[email protected]", | |
"homepage": "http://fabien.potencier.org", | |
"role": "Lead Developer" | |
}, | |
{ | |
"name": "Twig Team", | |
"homepage": "https://twig.symfony.com/contributors", | |
"role": "Contributors" | |
}, | |
{ | |
"name": "Armin Ronacher", | |
"email": "[email protected]", | |
"role": "Project Founder" | |
} | |
], | |
"description": "Twig, the flexible, fast, and secure template language for PHP", | |
"homepage": "https://twig.symfony.com", | |
"keywords": [ | |
"templating" | |
], | |
"time": "2019-10-17T07:34:53+00:00" | |
}, | |
{ | |
"name": "vich/uploader-bundle", | |
"version": "1.10.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/dustin10/VichUploaderBundle.git", | |
"reference": "5526f985991235b12aa1ae014962118df04fff47" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/dustin10/VichUploaderBundle/zipball/5526f985991235b12aa1ae014962118df04fff47", | |
"reference": "5526f985991235b12aa1ae014962118df04fff47", | |
"shasum": "" | |
}, | |
"require": { | |
"behat/transliterator": "^1.2", | |
"ext-simplexml": "*", | |
"jms/metadata": "^2.0", | |
"php": "^7.2", | |
"symfony/config": "^3.4 || ^4.0", | |
"symfony/dependency-injection": "^3.4 || ^4.0", | |
"symfony/event-dispatcher": "^3.4 || ^4.0", | |
"symfony/form": "^3.4.19 || ^4.0", | |
"symfony/http-foundation": "^3.4 || ^4.0", | |
"symfony/http-kernel": "^3.4 || ^4.0", | |
"symfony/property-access": "^3.4 || ^4.0", | |
"symfony/templating": "^3.4 || ^4.0" | |
}, | |
"require-dev": { | |
"alcaeus/mongo-php-adapter": "^1.1", | |
"doctrine/doctrine-bundle": "^1.8", | |
"doctrine/mongodb-odm": "^1.2", | |
"doctrine/orm": "^2.5", | |
"ext-sqlite3": "*", | |
"knplabs/knp-gaufrette-bundle": "^0.6", | |
"matthiasnoback/symfony-dependency-injection-test": "^4.0", | |
"mikey179/vfsstream": "^1.6", | |
"oneup/flysystem-bundle": "^3.0", | |
"phpunit/phpunit": "^8.0", | |
"symfony/asset": "^3.4 || ^4.0", | |
"symfony/browser-kit": "^3.4 || ^4.0", | |
"symfony/css-selector": "^3.4 || ^4.0", | |
"symfony/doctrine-bridge": "^3.4 || ^4.0", | |
"symfony/dom-crawler": "^3.4 || ^4.0", | |
"symfony/framework-bundle": "^3.4.23 || ^4.2.4", | |
"symfony/phpunit-bridge": "^4.3", | |
"symfony/security-csrf": "^3.4 || ^4.0", | |
"symfony/translation": "^3.4 || ^4.0", | |
"symfony/twig-bridge": "^3.4 || ^4.0", | |
"symfony/twig-bundle": "^3.4 || ^4.0", | |
"symfony/validator": "^3.4 || ^4.0", | |
"symfony/var-dumper": "^3.4 || ^4.0", | |
"symfony/yaml": "^3.4 || ^4.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", | |
"willdurand/propel-eventdispatcher-bundle": "For integration with Propel" | |
}, | |
"type": "symfony-bundle", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.10.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Vich\\UploaderBundle\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Dustin Dobervich", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Ease file uploads attached to entities", | |
"homepage": "https://github.com/dustin10/VichUploaderBundle", | |
"keywords": [ | |
"file uploads", | |
"upload" | |
], | |
"time": "2019-10-11T13:37:44+00:00" | |
}, | |
{ | |
"name": "webmozart/assert", | |
"version": "1.5.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/webmozart/assert.git", | |
"reference": "88e6d84706d09a236046d686bbea96f07b3a34f4" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/webmozart/assert/zipball/88e6d84706d09a236046d686bbea96f07b3a34f4", | |
"reference": "88e6d84706d09a236046d686bbea96f07b3a34f4", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^5.3.3 || ^7.0", | |
"symfony/polyfill-ctype": "^1.8" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^4.8.36 || ^7.5.13" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.3-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Webmozart\\Assert\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Bernhard Schussek", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Assertions to validate method input/output with nice error messages.", | |
"keywords": [ | |
"assert", | |
"check", | |
"validate" | |
], | |
"time": "2019-08-24T08:43:50+00:00" | |
}, | |
{ | |
"name": "willdurand/js-translation-bundle", | |
"version": "2.6.6", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/willdurand/BazingaJsTranslationBundle.git", | |
"reference": "9c80406dd4cc195f1f835a52e038fb80a96563b2" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/willdurand/BazingaJsTranslationBundle/zipball/9c80406dd4cc195f1f835a52e038fb80a96563b2", | |
"reference": "9c80406dd4cc195f1f835a52e038fb80a96563b2", | |
"shasum": "" | |
}, | |
"require": { | |
"symfony/console": "~2.7|~3.1|~4.0", | |
"symfony/finder": "~2.7|~3.1|~4.0", | |
"symfony/framework-bundle": "~2.7|~3.1|~4.0", | |
"symfony/intl": "~2.7|~3.1|~4.0", | |
"symfony/translation": "~2.7|~3.1|~4.0", | |
"symfony/twig-bundle": "~2.7|~3.1|~4.0" | |
}, | |
"replace": { | |
"willdurand/expose-translation-bundle": "2.5.*" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^4.8|~5.7", | |
"symfony/asset": "~2.7|~3.1|~4.0", | |
"symfony/browser-kit": "~2.7|~3.1|~4.0", | |
"symfony/phpunit-bridge": "~2.7|~3.1|~4.0", | |
"symfony/twig-bundle": "~2.7|~3.1|~4.0", | |
"symfony/yaml": "~2.7|~3.1|~4.0" | |
}, | |
"type": "symfony-bundle", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.7-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Bazinga\\Bundle\\JsTranslationBundle\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "William Durand", | |
"email": "[email protected]" | |
} | |
], | |
"description": "A pretty nice way to expose your translation messages to your JavaScript.", | |
"keywords": [ | |
"javascript", | |
"symfony", | |
"translation" | |
], | |
"time": "2018-02-11T14:19:14+00:00" | |
}, | |
{ | |
"name": "zendframework/zend-code", | |
"version": "3.4.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/zendframework/zend-code.git", | |
"reference": "46feaeecea14161734b56c1ace74f28cb329f194" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/zendframework/zend-code/zipball/46feaeecea14161734b56c1ace74f28cb329f194", | |
"reference": "46feaeecea14161734b56c1ace74f28cb329f194", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^7.1", | |
"zendframework/zend-eventmanager": "^2.6 || ^3.0" | |
}, | |
"require-dev": { | |
"doctrine/annotations": "^1.0", | |
"ext-phar": "*", | |
"phpunit/phpunit": "^7.5.16 || ^8.4", | |
"zendframework/zend-coding-standard": "^1.0", | |
"zendframework/zend-stdlib": "^2.7 || ^3.0" | |
}, | |
"suggest": { | |
"doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features", | |
"zendframework/zend-stdlib": "Zend\\Stdlib component" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "3.4.x-dev", | |
"dev-develop": "3.5.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Zend\\Code\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"description": "Extensions to the PHP Reflection API, static code scanning, and code generation", | |
"keywords": [ | |
"ZendFramework", | |
"code", | |
"zf" | |
], | |
"time": "2019-10-05T23:18:22+00:00" | |
}, | |
{ | |
"name": "zendframework/zend-eventmanager", | |
"version": "3.2.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/zendframework/zend-eventmanager.git", | |
"reference": "a5e2583a211f73604691586b8406ff7296a946dd" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd", | |
"reference": "a5e2583a211f73604691586b8406ff7296a946dd", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^5.6 || ^7.0" | |
}, | |
"require-dev": { | |
"athletic/athletic": "^0.1", | |
"container-interop/container-interop": "^1.1.0", | |
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2", | |
"zendframework/zend-coding-standard": "~1.0.0", | |
"zendframework/zend-stdlib": "^2.7.3 || ^3.0" | |
}, | |
"suggest": { | |
"container-interop/container-interop": "^1.1.0, to use the lazy listeners feature", | |
"zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "3.2-dev", | |
"dev-develop": "3.3-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Zend\\EventManager\\": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"description": "Trigger and listen to events within a PHP application", | |
"homepage": "https://github.com/zendframework/zend-eventmanager", | |
"keywords": [ | |
"event", | |
"eventmanager", | |
"events", | |
"zf2" | |
], | |
"time": "2018-04-25T15:33:34+00:00" | |
} | |
], | |
"packages-dev": [ | |
{ | |
"name": "sensio/generator-bundle", | |
"version": "v3.1.7", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sensiolabs/SensioGeneratorBundle.git", | |
"reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/28cbaa244bd0816fd8908b93f90380bcd7b67a65", | |
"reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65", | |
"shasum": "" | |
}, | |
"require": { | |
"symfony/console": "~2.7|~3.0", | |
"symfony/framework-bundle": "~2.7|~3.0", | |
"symfony/process": "~2.7|~3.0", | |
"symfony/yaml": "~2.7|~3.0", | |
"twig/twig": "^1.28.2|^2.0" | |
}, | |
"require-dev": { | |
"doctrine/orm": "~2.4", | |
"symfony/doctrine-bridge": "~2.7|~3.0", | |
"symfony/filesystem": "~2.7|~3.0", | |
"symfony/phpunit-bridge": "^3.3" | |
}, | |
"type": "symfony-bundle", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "3.1.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Sensio\\Bundle\\GeneratorBundle\\": "" | |
}, | |
"exclude-from-classmap": [ | |
"/Tests/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Fabien Potencier", | |
"email": "[email protected]" | |
} | |
], | |
"description": "This bundle generates code for you", | |
"time": "2017-12-07T15:36:41+00:00" | |
}, | |
{ | |
"name": "symfony/phpunit-bridge", | |
"version": "v3.4.32", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/phpunit-bridge.git", | |
"reference": "cbea8818e9f34e4e9d780bd22bdda21b57d4d5c7" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/cbea8818e9f34e4e9d780bd22bdda21b57d4d5c7", | |
"reference": "cbea8818e9f34e4e9d780bd22bdda21b57d4d5c7", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3" | |
}, | |
"conflict": { | |
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" | |
}, | |
"suggest": { | |
"symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" | |
}, | |
"bin": [ | |
"bin/simple-phpunit" | |
], | |
"type": "symfony-bridge", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "3.4-dev" | |
}, | |
"thanks": { | |
"name": "phpunit/phpunit", | |
"url": "https://github.com/sebastianbergmann/phpunit" | |
} | |
}, | |
"autoload": { | |
"files": [ | |
"bootstrap.php" | |
], | |
"psr-4": { | |
"Symfony\\Bridge\\PhpUnit\\": "" | |
}, | |
"exclude-from-classmap": [ | |
"/Tests/" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Nicolas Grekas", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Symfony Community", | |
"homepage": "https://symfony.com/contributors" | |
} | |
], | |
"description": "Symfony PHPUnit Bridge", | |
"homepage": "https://symfony.com", | |
"time": "2019-09-30T20:33:19+00:00" | |
} | |
], | |
"aliases": [], | |
"minimum-stability": "dev", | |
"stability-flags": [], | |
"prefer-stable": true, | |
"prefer-lowest": false, | |
"platform": { | |
"php": ">=7.3.0", | |
"ext-bcmath": "*", | |
"ext-curl": "*", | |
"ext-json": "*", | |
"ext-pcntl": "*", | |
"ext-sockets": "*", | |
"ext-zlib": "*", | |
"ext-zip": "*" | |
}, | |
"platform-dev": [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment