caisse-bliss/composer.lock

5127 lines
182 KiB
Plaintext
Raw Normal View History

2018-03-13 15:05:52 +01:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2018-08-28 18:43:43 +02:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2018-03-13 15:05:52 +01:00
"This file is @generated automatically"
],
2019-07-01 22:01:18 +02:00
"content-hash": "5b413b826531ddd7c259b52003a57acc",
2018-03-13 15:05:52 +01:00
"packages": [
2018-04-04 16:25:25 +02:00
{
"name": "clue/stream-filter",
2019-07-01 22:01:18 +02:00
"version": "v1.4.1",
2018-04-04 16:25:25 +02:00
"source": {
"type": "git",
"url": "https://github.com/clue/php-stream-filter.git",
2019-07-01 22:01:18 +02:00
"reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71"
2018-04-04 16:25:25 +02:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/clue/php-stream-filter/zipball/5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
"reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
2018-04-04 16:25:25 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"require-dev": {
"phpunit/phpunit": "^5.0 || ^4.8"
},
"type": "library",
"autoload": {
"psr-4": {
"Clue\\StreamFilter\\": "src/"
},
"files": [
2019-07-01 22:01:18 +02:00
"src/functions_include.php"
2018-04-04 16:25:25 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christian Lück",
"email": "christian@lueck.tv"
}
],
"description": "A simple and modern approach to stream filtering in PHP",
"homepage": "https://github.com/clue/php-stream-filter",
"keywords": [
"bucket brigade",
"callback",
"filter",
"php_user_filter",
"stream",
"stream_filter_append",
"stream_filter_register"
],
2019-07-01 22:01:18 +02:00
"time": "2019-04-09T12:31:48+00:00"
2018-04-04 16:25:25 +02:00
},
2018-08-28 18:43:43 +02:00
{
"name": "cocur/slugify",
2019-07-01 22:01:18 +02:00
"version": "v3.2",
2018-08-28 18:43:43 +02:00
"source": {
"type": "git",
"url": "https://github.com/cocur/slugify.git",
2019-07-01 22:01:18 +02:00
"reference": "d41701efe58ba2df9cae029c3d21e1518cc6780e"
2018-08-28 18:43:43 +02:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/cocur/slugify/zipball/d41701efe58ba2df9cae029c3d21e1518cc6780e",
"reference": "d41701efe58ba2df9cae029c3d21e1518cc6780e",
2018-08-28 18:43:43 +02:00
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": ">=5.5.9"
},
"require-dev": {
"laravel/framework": "~5.1",
"latte/latte": "~2.2",
"league/container": "^2.2.0",
"mikey179/vfsstream": "~1.6",
"mockery/mockery": "~0.9",
"nette/di": "~2.2",
2019-07-01 22:01:18 +02:00
"phpunit/phpunit": "~4.8.36|~5.2",
2018-08-28 18:43:43 +02:00
"pimple/pimple": "~1.1",
"plumphp/plum": "~0.1",
"silex/silex": "~1.3",
2019-07-01 22:01:18 +02:00
"symfony/config": "~2.4|~3.0|~4.0",
"symfony/dependency-injection": "~2.4|~3.0|~4.0",
"symfony/http-kernel": "~2.4|~3.0|~4.0",
2018-08-28 18:43:43 +02:00
"twig/twig": "~1.26|~2.0",
"zendframework/zend-modulemanager": "~2.2",
"zendframework/zend-servicemanager": "~2.2",
"zendframework/zend-view": "~2.2"
},
"type": "library",
"autoload": {
"psr-4": {
"Cocur\\Slugify\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ivo Bathke",
"email": "ivo.bathke@gmail.com"
},
{
"name": "Florian Eckerstorfer",
"email": "florian@eckerstorfer.co",
"homepage": "https://florian.ec"
}
],
"description": "Converts a string into a slug.",
"keywords": [
"slug",
"slugify"
],
2019-07-01 22:01:18 +02:00
"time": "2019-01-31T20:38:55+00:00"
2018-03-15 16:57:30 +01:00
},
2018-03-13 15:05:52 +01:00
{
"name": "doctrine/annotations",
2019-07-01 22:01:18 +02:00
"version": "v1.6.1",
2018-03-13 15:05:52 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
2019-07-01 22:01:18 +02:00
"reference": "53120e0eb10355388d6ccbe462f1fea34ddadb24"
2018-03-13 15:05:52 +01:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/doctrine/annotations/zipball/53120e0eb10355388d6ccbe462f1fea34ddadb24",
"reference": "53120e0eb10355388d6ccbe462f1fea34ddadb24",
2018-03-13 15:05:52 +01:00
"shasum": ""
},
"require": {
"doctrine/lexer": "1.*",
2018-04-17 13:53:29 +02:00
"php": "^7.1"
2018-03-13 15:05:52 +01:00
},
"require-dev": {
"doctrine/cache": "1.*",
2018-04-17 13:53:29 +02:00
"phpunit/phpunit": "^6.4"
2018-03-13 15:05:52 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-04-17 13:53:29 +02:00
"dev-master": "1.6.x-dev"
2018-03-13 15:05:52 +01:00
}
},
"autoload": {
2018-04-17 13:53:29 +02:00
"psr-4": {
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
2018-03-13 15:05:52 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Docblock Annotations Parser",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"annotations",
"docblock",
"parser"
],
2019-07-01 22:01:18 +02:00
"time": "2019-03-25T19:12:02+00:00"
2018-03-13 15:05:52 +01:00
},
{
"name": "doctrine/cache",
2019-07-01 22:01:18 +02:00
"version": "v1.8.0",
2018-03-13 15:05:52 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/cache.git",
2019-07-01 22:01:18 +02:00
"reference": "d768d58baee9a4862ca783840eca1b9add7a7f57"
2018-03-13 15:05:52 +01:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/doctrine/cache/zipball/d768d58baee9a4862ca783840eca1b9add7a7f57",
"reference": "d768d58baee9a4862ca783840eca1b9add7a7f57",
2018-03-13 15:05:52 +01:00
"shasum": ""
},
"require": {
2018-04-17 13:53:29 +02:00
"php": "~7.1"
2018-03-13 15:05:52 +01:00
},
"conflict": {
"doctrine/common": ">2.2,<2.4"
},
"require-dev": {
2018-04-17 13:53:29 +02:00
"alcaeus/mongo-php-adapter": "^1.1",
2019-07-01 22:01:18 +02:00
"doctrine/coding-standard": "^4.0",
2018-04-17 13:53:29 +02:00
"mongodb/mongodb": "^1.1",
2019-07-01 22:01:18 +02:00
"phpunit/phpunit": "^7.0",
2018-04-17 13:53:29 +02:00
"predis/predis": "~1.0"
},
"suggest": {
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
2018-03-13 15:05:52 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-01 22:01:18 +02:00
"dev-master": "1.8.x-dev"
2018-03-13 15:05:52 +01:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Caching library offering an object-oriented API for many cache backends",
2019-07-01 22:01:18 +02:00
"homepage": "https://www.doctrine-project.org",
2018-03-13 15:05:52 +01:00
"keywords": [
"cache",
"caching"
],
2019-07-01 22:01:18 +02:00
"time": "2018-08-21T18:01:43+00:00"
2018-03-13 15:05:52 +01:00
},
{
"name": "doctrine/collections",
2019-07-01 22:01:18 +02:00
"version": "v1.6.2",
2018-03-13 15:05:52 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/collections.git",
2019-07-01 22:01:18 +02:00
"reference": "c5e0bc17b1620e97c968ac409acbff28b8b850be"
2018-03-13 15:05:52 +01:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/doctrine/collections/zipball/c5e0bc17b1620e97c968ac409acbff28b8b850be",
"reference": "c5e0bc17b1620e97c968ac409acbff28b8b850be",
2018-03-13 15:05:52 +01:00
"shasum": ""
},
"require": {
2019-07-01 22:01:18 +02:00
"php": "^7.1.3"
2018-03-13 15:05:52 +01:00
},
"require-dev": {
2019-07-01 22:01:18 +02:00
"doctrine/coding-standard": "^6.0",
"phpstan/phpstan-shim": "^0.9.2",
"phpunit/phpunit": "^7.0",
"vimeo/psalm": "^3.2.2"
2018-03-13 15:05:52 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-01 22:01:18 +02:00
"dev-master": "1.6.x-dev"
2018-03-13 15:05:52 +01:00
}
},
"autoload": {
2019-07-01 22:01:18 +02:00
"psr-4": {
"Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
2018-03-13 15:05:52 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
2019-07-01 22:01:18 +02:00
"description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
"homepage": "https://www.doctrine-project.org/projects/collections.html",
2018-03-13 15:05:52 +01:00
"keywords": [
"array",
"collections",
2019-07-01 22:01:18 +02:00
"iterators",
"php"
2018-03-13 15:05:52 +01:00
],
2019-07-01 22:01:18 +02:00
"time": "2019-06-09T13:48:14+00:00"
2018-03-13 15:05:52 +01:00
},
{
"name": "doctrine/common",
2019-07-01 22:01:18 +02:00
"version": "v2.10.0",
2018-03-13 15:05:52 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/common.git",
2019-07-01 22:01:18 +02:00
"reference": "30e33f60f64deec87df728c02b107f82cdafad9d"
2018-03-13 15:05:52 +01:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/doctrine/common/zipball/30e33f60f64deec87df728c02b107f82cdafad9d",
"reference": "30e33f60f64deec87df728c02b107f82cdafad9d",
2018-03-13 15:05:52 +01:00
"shasum": ""
},
"require": {
2019-07-01 22:01:18 +02:00
"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"
2018-03-13 15:05:52 +01:00
},
"require-dev": {
2019-07-01 22:01:18 +02:00
"doctrine/coding-standard": "^1.0",
"phpunit/phpunit": "^6.3",
"squizlabs/php_codesniffer": "^3.0",
"symfony/phpunit-bridge": "^4.0.5"
2018-03-13 15:05:52 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-01 22:01:18 +02:00
"dev-master": "2.10.x-dev"
2018-03-13 15:05:52 +01:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\": "lib/Doctrine/Common"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
2019-07-01 22:01:18 +02:00
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
2018-03-13 15:05:52 +01:00
}
],
2019-07-01 22:01:18 +02:00
"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",
2018-03-13 15:05:52 +01:00
"keywords": [
2019-07-01 22:01:18 +02:00
"common",
"doctrine",
"php"
2018-03-13 15:05:52 +01:00
],
2019-07-01 22:01:18 +02:00
"time": "2018-11-21T01:24:55+00:00"
2018-03-13 15:05:52 +01:00
},
{
"name": "doctrine/dbal",
2019-07-01 22:01:18 +02:00
"version": "v2.9.2",
2018-03-13 15:05:52 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
2019-07-01 22:01:18 +02:00
"reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9"
2018-03-13 15:05:52 +01:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/doctrine/dbal/zipball/22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
"reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
2018-03-13 15:05:52 +01:00
"shasum": ""
},
"require": {
2019-07-01 22:01:18 +02:00
"doctrine/cache": "^1.0",
"doctrine/event-manager": "^1.0",
2018-04-17 13:53:29 +02:00
"ext-pdo": "*",
"php": "^7.1"
2018-03-13 15:05:52 +01:00
},
"require-dev": {
2019-07-01 22:01:18 +02:00
"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",
2018-04-17 13:53:29 +02:00
"symfony/phpunit-bridge": "^3.4.5|^4.0.5"
2018-03-13 15:05:52 +01:00
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
},
"bin": [
"bin/doctrine-dbal"
],
"type": "library",
"extra": {
"branch-alias": {
2019-07-01 22:01:18 +02:00
"dev-master": "2.9.x-dev",
"dev-develop": "3.0.x-dev"
2018-03-13 15:05:52 +01:00
}
},
"autoload": {
2019-07-01 22:01:18 +02:00
"psr-4": {
"Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
2018-03-13 15:05:52 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
}
],
2019-07-01 22:01:18 +02:00
"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",
2018-03-13 15:05:52 +01:00
"keywords": [
2019-07-01 22:01:18 +02:00
"abstraction",
2018-03-13 15:05:52 +01:00
"database",
"dbal",
2019-07-01 22:01:18 +02:00
"mysql",
2018-03-13 15:05:52 +01:00
"persistence",
2019-07-01 22:01:18 +02:00
"pgsql",
"php",
2018-03-13 15:05:52 +01:00
"queryobject"
],
2019-07-01 22:01:18 +02:00
"time": "2018-12-31T03:27:51+00:00"
2018-03-13 15:05:52 +01:00
},
{
"name": "doctrine/doctrine-bundle",
2019-07-01 22:01:18 +02:00
"version": "1.11.2",
2018-03-13 15:05:52 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineBundle.git",
2019-07-01 22:01:18 +02:00
"reference": "28101e20776d8fa20a00b54947fbae2db0d09103"
2018-03-13 15:05:52 +01:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/28101e20776d8fa20a00b54947fbae2db0d09103",
"reference": "28101e20776d8fa20a00b54947fbae2db0d09103",
2018-03-13 15:05:52 +01:00
"shasum": ""
},
"require": {
"doctrine/dbal": "^2.5.12",
"doctrine/doctrine-cache-bundle": "~1.2",
"jdorn/sql-formatter": "^1.2.16",
2019-07-01 22:01:18 +02:00
"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"
2018-03-13 15:05:52 +01:00
},
"conflict": {
2019-07-01 22:01:18 +02:00
"doctrine/orm": "<2.6",
"twig/twig": "<1.34|>=2.0,<2.4"
2018-03-13 15:05:52 +01:00
},
"require-dev": {
2019-07-01 22:01:18 +02:00
"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"
2018-03-13 15:05:52 +01:00
},
"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": {
2019-07-01 22:01:18 +02:00
"dev-master": "1.11.x-dev"
2018-03-13 15:05:52 +01:00
}
},
"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": "kontakt@beberlei.de"
},
{
"name": "Doctrine Project",
"homepage": "http://www.doctrine-project.org/"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
"description": "Symfony DoctrineBundle",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"database",
"dbal",
"orm",
"persistence"
],
2019-07-01 22:01:18 +02:00
"time": "2019-06-04T07:35:05+00:00"
2018-03-13 15:05:52 +01:00
},
{
"name": "doctrine/doctrine-cache-bundle",
2019-07-01 22:01:18 +02:00
"version": "1.3.5",
2018-03-13 15:05:52 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineCacheBundle.git",
2019-07-01 22:01:18 +02:00
"reference": "5514c90d9fb595e1095e6d66ebb98ce9ef049927"
2018-03-13 15:05:52 +01:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/5514c90d9fb595e1095e6d66ebb98ce9ef049927",
"reference": "5514c90d9fb595e1095e6d66ebb98ce9ef049927",
2018-03-13 15:05:52 +01:00
"shasum": ""
},
"require": {
"doctrine/cache": "^1.4.2",
"doctrine/inflector": "~1.0",
"php": ">=5.3.2",
2018-04-17 13:53:29 +02:00
"symfony/doctrine-bridge": "~2.7|~3.3|~4.0"
2018-03-13 15:05:52 +01:00
},
"require-dev": {
"instaclick/coding-standard": "~1.1",
"instaclick/object-calisthenics-sniffs": "dev-master",
"instaclick/symfony2-coding-standard": "dev-remaster",
2019-07-01 22:01:18 +02:00
"phpunit/phpunit": "~4.8.36|~5.6|~6.5|~7.0",
2018-03-13 15:05:52 +01:00
"predis/predis": "~0.8",
"satooshi/php-coveralls": "^1.0",
"squizlabs/php_codesniffer": "~1.5",
2018-04-17 13:53:29 +02:00
"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"
2018-03-13 15:05:52 +01:00
},
"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\\": ""
2019-07-01 22:01:18 +02:00
},
"exclude-from-classmap": [
"/Tests/"
]
2018-03-13 15:05:52 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Fabio B. Silva",
"email": "fabio.bat.silva@gmail.com"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@hotmail.com"
},
{
"name": "Doctrine Project",
"homepage": "http://www.doctrine-project.org/"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
"description": "Symfony Bundle for Doctrine Cache",
2019-07-01 22:01:18 +02:00
"homepage": "https://www.doctrine-project.org",
2018-03-13 15:05:52 +01:00
"keywords": [
"cache",
"caching"
],
2019-07-01 22:01:18 +02:00
"time": "2018-11-09T06:25:35+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": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
"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"
2018-03-13 15:05:52 +01:00
},
{
"name": "doctrine/inflector",
2018-04-17 13:53:29 +02:00
"version": "v1.3.0",
2018-03-13 15:05:52 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
2018-04-17 13:53:29 +02:00
"reference": "5527a48b7313d15261292c149e55e26eae771b0a"
2018-03-13 15:05:52 +01:00
},
"dist": {
"type": "zip",
2018-04-17 13:53:29 +02:00
"url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
"reference": "5527a48b7313d15261292c149e55e26eae771b0a",
2018-03-13 15:05:52 +01:00
"shasum": ""
},
"require": {
2018-04-17 13:53:29 +02:00
"php": "^7.1"
2018-03-13 15:05:52 +01:00
},
"require-dev": {
2018-04-17 13:53:29 +02:00
"phpunit/phpunit": "^6.2"
2018-03-13 15:05:52 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-04-17 13:53:29 +02:00
"dev-master": "1.3.x-dev"
2018-03-13 15:05:52 +01:00
}
},
"autoload": {
2018-04-17 13:53:29 +02:00
"psr-4": {
"Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
2018-03-13 15:05:52 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Common String Manipulations with regard to casing and singular/plural rules.",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"inflection",
"pluralize",
"singularize",
"string"
],
2018-04-17 13:53:29 +02:00
"time": "2018-01-09T20:05:19+00:00"
2018-03-13 15:05:52 +01:00
},
{
"name": "doctrine/instantiator",
2019-07-01 22:01:18 +02:00
"version": "1.2.0",
2018-03-13 15:05:52 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
2019-07-01 22:01:18 +02:00
"reference": "a2c590166b2133a4633738648b6b064edae0814a"
2018-03-13 15:05:52 +01:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a",
"reference": "a2c590166b2133a4633738648b6b064edae0814a",
2018-03-13 15:05:52 +01:00
"shasum": ""
},
"require": {
2018-04-17 13:53:29 +02:00
"php": "^7.1"
2018-03-13 15:05:52 +01:00
},
"require-dev": {
2019-07-01 22:01:18 +02:00
"doctrine/coding-standard": "^6.0",
2018-03-13 15:05:52 +01:00
"ext-pdo": "*",
"ext-phar": "*",
2019-07-01 22:01:18 +02:00
"phpbench/phpbench": "^0.13",
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-shim": "^0.11",
"phpunit/phpunit": "^7.0"
2018-03-13 15:05:52 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-04-17 13:53:29 +02:00
"dev-master": "1.2.x-dev"
2018-03-13 15:05:52 +01:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://ocramius.github.com/"
}
],
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2019-07-01 22:01:18 +02:00
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
2018-03-13 15:05:52 +01:00
"keywords": [
"constructor",
"instantiate"
],
2019-07-01 22:01:18 +02:00
"time": "2019-03-17T17:37:11+00:00"
2018-03-13 15:05:52 +01:00
},
{
"name": "doctrine/lexer",
2019-07-01 22:01:18 +02:00
"version": "1.0.2",
2018-03-13 15:05:52 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
2019-07-01 22:01:18 +02:00
"reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8"
2018-03-13 15:05:52 +01:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8",
"reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8",
2018-03-13 15:05:52 +01:00
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
2019-07-01 22:01:18 +02:00
"require-dev": {
"phpunit/phpunit": "^4.5"
},
2018-03-13 15:05:52 +01:00
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
2019-07-01 22:01:18 +02:00
"psr-4": {
"Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
2018-03-13 15:05:52 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
2019-07-01 22:01:18 +02:00
"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",
2018-03-13 15:05:52 +01:00
"keywords": [
2019-07-01 22:01:18 +02:00
"annotations",
"docblock",
2018-03-13 15:05:52 +01:00
"lexer",
2019-07-01 22:01:18 +02:00
"parser",
"php"
2018-03-13 15:05:52 +01:00
],
2019-07-01 22:01:18 +02:00
"time": "2019-06-08T11:03:04+00:00"
2018-03-13 15:05:52 +01:00
},
{
"name": "doctrine/orm",
2019-07-01 22:01:18 +02:00
"version": "v2.6.3",
2018-03-13 15:05:52 +01:00
"source": {
"type": "git",
2019-07-01 22:01:18 +02:00
"url": "https://github.com/doctrine/orm.git",
"reference": "434820973cadf2da2d66e7184be370084cc32ca8"
2018-03-13 15:05:52 +01:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/doctrine/orm/zipball/434820973cadf2da2d66e7184be370084cc32ca8",
"reference": "434820973cadf2da2d66e7184be370084cc32ca8",
2018-03-13 15:05:52 +01:00
"shasum": ""
},
"require": {
2018-04-17 13:53:29 +02:00
"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",
2018-03-13 15:05:52 +01:00
"ext-pdo": "*",
2018-04-17 13:53:29 +02:00
"php": "^7.1",
"symfony/console": "~3.0|~4.0"
2018-03-13 15:05:52 +01:00
},
"require-dev": {
2018-04-17 13:53:29 +02:00
"doctrine/coding-standard": "^1.0",
"phpunit/phpunit": "^6.5",
"squizlabs/php_codesniffer": "^3.2",
"symfony/yaml": "~3.4|~4.0"
2018-03-13 15:05:52 +01:00
},
"suggest": {
"symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
},
"bin": [
2018-04-17 13:53:29 +02:00
"bin/doctrine"
2018-03-13 15:05:52 +01:00
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.6.x-dev"
}
},
"autoload": {
2018-04-17 13:53:29 +02:00
"psr-4": {
"Doctrine\\ORM\\": "lib/Doctrine/ORM"
2018-03-13 15:05:52 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
2018-04-17 13:53:29 +02:00
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
2018-03-13 15:05:52 +01:00
}
],
"description": "Object-Relational-Mapper for PHP",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"database",
"orm"
],
2019-07-01 22:01:18 +02:00
"time": "2018-11-20T23:46:46+00:00"
2018-03-13 15:05:52 +01:00
},
{
2019-07-01 22:01:18 +02:00
"name": "doctrine/persistence",
"version": "1.1.1",
2018-03-13 15:05:52 +01:00
"source": {
"type": "git",
2019-07-01 22:01:18 +02:00
"url": "https://github.com/doctrine/persistence.git",
"reference": "3da7c9d125591ca83944f477e65ed3d7b4617c48"
2018-03-13 15:05:52 +01:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/doctrine/persistence/zipball/3da7c9d125591ca83944f477e65ed3d7b4617c48",
"reference": "3da7c9d125591ca83944f477e65ed3d7b4617c48",
2018-03-13 15:05:52 +01:00
"shasum": ""
},
"require": {
2019-07-01 22:01:18 +02:00
"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"
2018-04-04 16:25:25 +02:00
},
"require-dev": {
2019-07-01 22:01:18 +02:00
"doctrine/coding-standard": "^5.0",
"phpstan/phpstan": "^0.8",
"phpunit/phpunit": "^7.0"
2018-03-13 15:05:52 +01:00
},
"type": "library",
2018-04-04 16:25:25 +02:00
"extra": {
"branch-alias": {
2019-07-01 22:01:18 +02:00
"dev-master": "1.1.x-dev"
2018-04-04 16:25:25 +02:00
}
},
2018-03-13 15:05:52 +01:00
"autoload": {
"psr-4": {
2019-07-01 22:01:18 +02:00
"Doctrine\\Common\\": "lib/Doctrine/Common"
2018-03-13 15:05:52 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-07-01 22:01:18 +02:00
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
2018-03-13 15:05:52 +01:00
}
],
2019-07-01 22:01:18 +02:00
"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",
2018-03-13 15:05:52 +01:00
"keywords": [
2019-07-01 22:01:18 +02:00
"mapper",
"object",
"odm",
"orm",
"persistence"
2018-03-13 15:05:52 +01:00
],
2019-07-01 22:01:18 +02:00
"time": "2019-04-23T08:28:24+00:00"
2018-03-13 15:05:52 +01:00
},
{
2019-07-01 22:01:18 +02:00
"name": "doctrine/reflection",
"version": "v1.0.0",
2018-03-13 15:05:52 +01:00
"source": {
"type": "git",
2019-07-01 22:01:18 +02:00
"url": "https://github.com/doctrine/reflection.git",
"reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6"
2018-03-13 15:05:52 +01:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/doctrine/reflection/zipball/02538d3f95e88eb397a5f86274deb2c6175c2ab6",
"reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6",
2018-03-13 15:05:52 +01:00
"shasum": ""
},
"require": {
2019-07-01 22:01:18 +02:00
"doctrine/annotations": "^1.0",
"ext-tokenizer": "*",
"php": "^7.1"
2018-03-13 15:05:52 +01:00
},
2018-04-04 16:25:25 +02:00
"require-dev": {
2019-07-01 22:01:18 +02:00
"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"
2018-03-13 15:05:52 +01:00
},
2019-07-01 22:01:18 +02:00
"type": "library",
2018-03-13 15:05:52 +01:00
"extra": {
"branch-alias": {
2019-07-01 22:01:18 +02:00
"dev-master": "1.0.x-dev"
2018-03-13 15:05:52 +01:00
}
},
"autoload": {
"psr-4": {
2019-07-01 22:01:18 +02:00
"Doctrine\\Common\\": "lib/Doctrine/Common"
}
2018-03-13 15:05:52 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-07-01 22:01:18 +02:00
"name": "Roman Borschel",
"email": "roman@code-factory.org"
2018-04-04 16:25:25 +02:00
},
{
2019-07-01 22:01:18 +02:00
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
2018-04-04 16:25:25 +02:00
},
{
2019-07-01 22:01:18 +02:00
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
"description": "Doctrine Reflection component",
"homepage": "https://www.doctrine-project.org/projects/reflection.html",
"keywords": [
"reflection"
],
"time": "2018-06-14T14:45:07+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/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": "stof@notk.org"
},
{
"name": "FriendsOfSymfony Community",
"homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
},
{
"name": "Thibault Duplessis"
}
],
"description": "Symfony FOSUserBundle",
2018-04-04 16:25:25 +02:00
"homepage": "http://friendsofsymfony.github.com",
2018-03-13 15:05:52 +01:00
"keywords": [
2018-04-04 16:25:25 +02:00
"User management"
2018-03-13 15:05:52 +01:00
],
2018-04-04 16:25:25 +02:00
"time": "2018-03-08T08:59:27+00:00"
2018-03-13 15:05:52 +01:00
},
{
2018-04-04 16:25:25 +02:00
"name": "guzzlehttp/guzzle",
2019-07-01 22:01:18 +02:00
"version": "6.3.3",
2018-03-13 15:05:52 +01:00
"source": {
"type": "git",
2018-04-04 16:25:25 +02:00
"url": "https://github.com/guzzle/guzzle.git",
2019-07-01 22:01:18 +02:00
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
2018-03-13 15:05:52 +01:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
2018-03-13 15:05:52 +01:00
"shasum": ""
},
"require": {
2018-04-04 16:25:25 +02:00
"guzzlehttp/promises": "^1.0",
"guzzlehttp/psr7": "^1.4",
"php": ">=5.5"
2018-03-13 15:05:52 +01:00
},
"require-dev": {
2018-04-04 16:25:25 +02:00
"ext-curl": "*",
2019-07-01 22:01:18 +02:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
2018-04-04 16:25:25 +02:00
"psr/log": "^1.0"
},
"suggest": {
"psr/log": "Required for using the Log middleware"
2018-03-13 15:05:52 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-04-17 13:53:29 +02:00
"dev-master": "6.3-dev"
2018-03-13 15:05:52 +01:00
}
},
"autoload": {
2018-04-04 16:25:25 +02:00
"files": [
"src/functions_include.php"
],
2018-03-13 15:05:52 +01:00
"psr-4": {
2018-04-04 16:25:25 +02:00
"GuzzleHttp\\": "src/"
2018-03-13 15:05:52 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-04-04 16:25:25 +02:00
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
2018-03-13 15:05:52 +01:00
}
],
2018-04-04 16:25:25 +02:00
"description": "Guzzle is a PHP HTTP client library",
"homepage": "http://guzzlephp.org/",
2018-03-13 15:05:52 +01:00
"keywords": [
2018-04-04 16:25:25 +02:00
"client",
"curl",
"framework",
2018-03-13 15:05:52 +01:00
"http",
2018-04-04 16:25:25 +02:00
"http client",
"rest",
"web service"
2018-03-13 15:05:52 +01:00
],
2019-07-01 22:01:18 +02:00
"time": "2018-04-22T15:46:56+00:00"
2018-03-13 15:05:52 +01:00
},
2018-03-16 14:10:15 +01:00
{
2018-04-04 16:25:25 +02:00
"name": "guzzlehttp/promises",
"version": "v1.3.1",
2018-03-16 14:10:15 +01:00
"source": {
"type": "git",
2018-04-04 16:25:25 +02:00
"url": "https://github.com/guzzle/promises.git",
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
2018-03-16 14:10:15 +01:00
},
"dist": {
"type": "zip",
2018-04-04 16:25:25 +02:00
"url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2018-03-16 14:10:15 +01:00
"shasum": ""
},
"require": {
2018-04-04 16:25:25 +02:00
"php": ">=5.5.0"
2018-03-16 14:10:15 +01:00
},
"require-dev": {
2018-04-04 16:25:25 +02:00
"phpunit/phpunit": "^4.0"
2018-03-16 14:10:15 +01:00
},
2018-04-04 16:25:25 +02:00
"type": "library",
2018-03-16 14:10:15 +01:00
"extra": {
"branch-alias": {
2018-04-04 16:25:25 +02:00
"dev-master": "1.4-dev"
2018-03-16 14:10:15 +01:00
}
},
"autoload": {
"psr-4": {
2018-04-04 16:25:25 +02:00
"GuzzleHttp\\Promise\\": "src/"
2018-03-16 14:10:15 +01:00
},
2018-04-04 16:25:25 +02:00
"files": [
"src/functions_include.php"
2018-03-16 14:10:15 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-04-04 16:25:25 +02:00
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
2018-03-16 14:10:15 +01:00
}
],
2018-04-04 16:25:25 +02:00
"description": "Guzzle promises library",
2018-03-16 14:10:15 +01:00
"keywords": [
2018-04-04 16:25:25 +02:00
"promise"
2018-03-16 14:10:15 +01:00
],
2018-04-04 16:25:25 +02:00
"time": "2016-12-20T10:07:11+00:00"
2018-03-16 14:10:15 +01:00
},
2018-03-13 15:05:52 +01:00
{
2018-04-04 16:25:25 +02:00
"name": "guzzlehttp/psr7",
2019-07-01 22:01:18 +02:00
"version": "1.6.0",
2018-03-13 15:05:52 +01:00
"source": {
"type": "git",
2018-04-04 16:25:25 +02:00
"url": "https://github.com/guzzle/psr7.git",
2019-07-01 22:01:18 +02:00
"reference": "dc784032a3f6f4e7a4b882e272b771f6fe4c37cf"
2018-03-13 15:05:52 +01:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/guzzle/psr7/zipball/dc784032a3f6f4e7a4b882e272b771f6fe4c37cf",
"reference": "dc784032a3f6f4e7a4b882e272b771f6fe4c37cf",
2018-03-13 15:05:52 +01:00
"shasum": ""
},
"require": {
2018-04-04 16:25:25 +02:00
"php": ">=5.4.0",
2019-07-01 22:01:18 +02:00
"psr/http-message": "~1.0",
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
2018-04-04 16:25:25 +02:00
},
"provide": {
"psr/http-message-implementation": "1.0"
2018-03-13 15:05:52 +01:00
},
"require-dev": {
2019-07-01 22:01:18 +02:00
"ext-zlib": "*",
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
},
"suggest": {
"zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
2018-03-13 15:05:52 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-01 22:01:18 +02:00
"dev-master": "1.6-dev"
2018-03-13 15:05:52 +01:00
}
},
"autoload": {
2018-04-04 16:25:25 +02:00
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
},
"files": [
"src/functions_include.php"
2018-03-13 15:05:52 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-04-04 16:25:25 +02:00
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"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",
2019-07-01 22:01:18 +02:00
"psr-7",
2018-04-04 16:25:25 +02:00
"request",
"response",
"stream",
"uri",
"url"
],
2019-07-01 22:01:18 +02:00
"time": "2019-06-30T00:37:05+00:00"
2018-04-04 16:25:25 +02:00
},
{
"name": "hwi/oauth-bundle",
2019-07-01 22:01:18 +02:00
"version": "0.6.3",
2018-04-04 16:25:25 +02:00
"source": {
"type": "git",
"url": "https://github.com/hwi/HWIOAuthBundle.git",
2019-07-01 22:01:18 +02:00
"reference": "0963709b04d8ac0d6d6c0c78787f6f59bd0d9a01"
2018-04-04 16:25:25 +02:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/hwi/HWIOAuthBundle/zipball/0963709b04d8ac0d6d6c0c78787f6f59bd0d9a01",
"reference": "0963709b04d8ac0d6d6c0c78787f6f59bd0d9a01",
2018-04-04 16:25:25 +02:00
"shasum": ""
},
"require": {
"php": "^5.6|^7.0",
"php-http/client-common": "^1.3",
"php-http/client-implementation": "^1.0",
"php-http/discovery": "^1.0",
"php-http/httplug": "^1.0",
"php-http/message-factory": "^1.0",
"psr/http-message": "^1.0",
"symfony/form": "^2.8|^3.0|^4.0",
"symfony/framework-bundle": "^2.8|^3.0|^4.0",
"symfony/options-resolver": "^2.8|^3.0|^4.0",
"symfony/security-bundle": "^2.8|^3.0|^4.0",
"symfony/templating": "^2.8|^3.0|^4.0",
"symfony/yaml": "^2.8|^3.0|^4.0"
},
"conflict": {
"twig/twig": "<1.12"
},
"require-dev": {
"doctrine/orm": "^2.3",
"friendsofphp/php-cs-fixer": "^2.0",
"friendsofsymfony/user-bundle": "^1.3|^2.0",
"php-http/guzzle6-adapter": "^1.1",
"php-http/httplug-bundle": "^1.7",
"phpunit/phpunit": "^5.7",
"symfony/phpunit-bridge": "^2.8|^3.0|^4.0",
"symfony/property-access": "^2.8|^3.0|^4.0",
"symfony/stopwatch": "^2.8|^3.0|^4.0",
"symfony/twig-bundle": "^2.8|^3.0|^4.0",
"symfony/validator": "^2.8|^3.0|^4.0"
},
"suggest": {
"doctrine/doctrine-bundle": "to use Doctrine user provider",
"friendsofsymfony/user-bundle": "to connect FOSUB with this bundle",
"php-http/httplug-bundle": "to provide required HTTP client with ease.",
"symfony/property-access": "to use FOSUB integration with this bundle",
"symfony/twig-bundle": "to use the Twig hwi_oauth_* functions"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "0.6-dev"
}
},
"autoload": {
"psr-4": {
"HWI\\Bundle\\OAuthBundle\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Contributors",
"homepage": "https://github.com/hwi/HWIOAuthBundle/contributors"
},
{
"name": "Joseph Bielawski",
"email": "stloyd@gmail.com"
},
{
"name": "Alexander",
"email": "iam.asm89@gmail.com"
},
{
"name": "Geoffrey Bachelet",
"email": "geoffrey.bachelet@gmail.com"
}
],
"description": "Support for authenticating users using both OAuth1.0a and OAuth2 in Symfony2.",
"homepage": "http://github.com/hwi/HWIOAuthBundle",
"keywords": [
"37signals",
"Authentication",
"Deezer",
"EVE Online",
"amazon",
"asana",
"auth0",
"azure",
"bitbucket",
"bitly",
"box",
"bufferapp",
"clever",
"dailymotion",
"deviantart",
"discogs",
"disqus",
"dropbox",
"eventbrite",
"facebook",
"firewall",
"fiware",
"flickr",
"foursquare",
"github",
"gitlab",
"google",
"hubic",
"instagram",
"jawbone",
"jira",
"linkedin",
"mail.ru",
"oauth",
"oauth1",
"oauth2",
"odnoklassniki",
"paypal",
"qq",
"reddit",
"runkeeper",
"salesforce",
"security",
"sensio connect",
"sina weibo",
"slack",
"sound cloud",
"spotify",
"stack exchange",
"stereomood",
"strava",
"toshl",
"trakt",
"trello",
"twitch",
"twitter",
"vkontakte",
"windows live",
"wordpress",
"wunderlist",
"xing",
"yahoo",
"yandex",
"youtube"
],
2019-07-01 22:01:18 +02:00
"time": "2018-07-31T10:19:28+00:00"
2018-04-04 16:25:25 +02: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": "stof@notk.org"
}
],
"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": "jeremy@jeremydorn.com",
"homepage": "http://jeremydorn.com/"
2018-03-13 15:05:52 +01:00
}
],
"description": "a PHP SQL highlighting library",
"homepage": "https://github.com/jdorn/sql-formatter/",
"keywords": [
"highlight",
"sql"
],
"time": "2014-01-12T16:20:24+00:00"
},
2018-08-28 18:43:43 +02:00
{
"name": "knplabs/knp-menu",
"version": "2.3.0",
"source": {
"type": "git",
"url": "https://github.com/KnpLabs/KnpMenu.git",
"reference": "655630a1db0b72108262d1a844de3b1ba0885be5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/655630a1db0b72108262d1a844de3b1ba0885be5",
"reference": "655630a1db0b72108262d1a844de3b1ba0885be5",
"shasum": ""
},
"require": {
"php": ">=5.6.0"
},
"require-dev": {
"psr/container": "^1.0",
"symfony/http-foundation": "~2.4|~3.0|^4.0",
"symfony/phpunit-bridge": "~3.3|^4.0",
"symfony/routing": "~2.3|~3.0|^4.0",
"twig/twig": "~1.16|~2.0"
},
"suggest": {
"twig/twig": "for the TwigRenderer and the integration with your templates"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.3-dev"
}
},
"autoload": {
"psr-4": {
"Knp\\Menu\\": "src/Knp/Menu"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christophe Coevoet",
"email": "stof@notk.org"
},
{
"name": "Symfony Community",
"homepage": "https://github.com/KnpLabs/KnpMenu/contributors"
},
{
"name": "KnpLabs",
"homepage": "https://knplabs.com"
}
],
"description": "An object oriented menu library",
"homepage": "https://knplabs.com",
"keywords": [
"menu",
"tree"
],
"time": "2017-11-18T20:49:26+00:00"
},
{
"name": "knplabs/knp-menu-bundle",
2019-07-01 22:01:18 +02:00
"version": "2.2.2",
2018-08-28 18:43:43 +02:00
"source": {
"type": "git",
"url": "https://github.com/KnpLabs/KnpMenuBundle.git",
2019-07-01 22:01:18 +02:00
"reference": "267027582a1f1e355276f796f8da0e9f82026bf1"
2018-08-28 18:43:43 +02:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/267027582a1f1e355276f796f8da0e9f82026bf1",
"reference": "267027582a1f1e355276f796f8da0e9f82026bf1",
2018-08-28 18:43:43 +02:00
"shasum": ""
},
"require": {
"knplabs/knp-menu": "~2.3",
"php": "^5.6 || ^7",
"symfony/framework-bundle": "~2.7|~3.0 | ^4.0"
},
"require-dev": {
"symfony/expression-language": "~2.7|~3.0 | ^4.0",
"symfony/phpunit-bridge": "^3.3 | ^4.0",
"symfony/templating": "~2.7|~3.0 | ^4.0"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "2.2.x-dev"
}
},
"autoload": {
"psr-4": {
"Knp\\Bundle\\MenuBundle\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christophe Coevoet",
"email": "stof@notk.org"
},
{
"name": "Knplabs",
"homepage": "http://knplabs.com"
},
{
"name": "Symfony Community",
"homepage": "https://github.com/KnpLabs/KnpMenuBundle/contributors"
}
],
"description": "This bundle provides an integration of the KnpMenu library",
"keywords": [
"menu"
],
2019-07-01 22:01:18 +02:00
"time": "2019-06-17T12:58:15+00:00"
2018-08-28 18:43:43 +02:00
},
2018-03-13 15:05:52 +01:00
{
"name": "monolog/monolog",
2019-07-01 22:01:18 +02:00
"version": "1.24.0",
2018-03-13 15:05:52 +01:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
2019-07-01 22:01:18 +02:00
"reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266"
2018-03-13 15:05:52 +01:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
"reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
2018-03-13 15:05:52 +01:00
"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": "j.boggiano@seld.be",
"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"
],
2019-07-01 22:01:18 +02:00
"time": "2018-11-05T09:00:11+00:00"
2018-03-13 15:05:52 +01:00
},
2018-03-22 14:50:57 +01:00
{
2018-04-04 16:25:25 +02:00
"name": "paragonie/random_compat",
2019-07-01 22:01:18 +02:00
"version": "v2.0.18",
2018-03-22 14:50:57 +01:00
"source": {
"type": "git",
2018-04-04 16:25:25 +02:00
"url": "https://github.com/paragonie/random_compat.git",
2019-07-01 22:01:18 +02:00
"reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db"
2018-03-22 14:50:57 +01:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
"reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
2018-03-22 14:50:57 +01:00
"shasum": ""
},
"require": {
2018-04-04 16:25:25 +02:00
"php": ">=5.2.0"
2018-03-22 14:50:57 +01:00
},
"require-dev": {
2018-04-04 16:25:25 +02:00
"phpunit/phpunit": "4.*|5.*"
2018-03-22 14:50:57 +01:00
},
2018-04-04 16:25:25 +02:00
"suggest": {
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
2018-03-22 14:50:57 +01:00
},
2018-04-04 16:25:25 +02:00
"type": "library",
2018-03-22 14:50:57 +01:00
"autoload": {
2018-04-04 16:25:25 +02:00
"files": [
"lib/random.php"
2018-03-22 14:50:57 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-04-04 16:25:25 +02:00
"name": "Paragon Initiative Enterprises",
"email": "security@paragonie.com",
"homepage": "https://paragonie.com"
2018-03-22 14:50:57 +01:00
}
],
2018-04-04 16:25:25 +02:00
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
2018-03-22 14:50:57 +01:00
"keywords": [
2018-04-04 16:25:25 +02:00
"csprng",
2019-07-01 22:01:18 +02:00
"polyfill",
2018-04-04 16:25:25 +02:00
"pseudorandom",
"random"
2018-03-22 14:50:57 +01:00
],
2019-07-01 22:01:18 +02:00
"time": "2019-01-03T20:59:08+00:00"
2018-03-22 14:50:57 +01:00
},
2018-03-13 15:05:52 +01:00
{
2018-04-04 16:25:25 +02:00
"name": "php-http/client-common",
2019-07-01 22:01:18 +02:00
"version": "1.9.1",
2018-03-13 15:05:52 +01:00
"source": {
"type": "git",
2018-04-04 16:25:25 +02:00
"url": "https://github.com/php-http/client-common.git",
2019-07-01 22:01:18 +02:00
"reference": "0e156a12cc3e46f590c73bf57592a2252fc3dc48"
2018-03-13 15:05:52 +01:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/php-http/client-common/zipball/0e156a12cc3e46f590c73bf57592a2252fc3dc48",
"reference": "0e156a12cc3e46f590c73bf57592a2252fc3dc48",
2018-03-13 15:05:52 +01:00
"shasum": ""
},
"require": {
2018-04-04 16:25:25 +02:00
"php": "^5.4 || ^7.0",
"php-http/httplug": "^1.1",
"php-http/message": "^1.6",
"php-http/message-factory": "^1.0",
"symfony/options-resolver": "^2.6 || ^3.0 || ^4.0"
2018-03-13 15:05:52 +01:00
},
"require-dev": {
2018-04-04 16:25:25 +02:00
"guzzlehttp/psr7": "^1.4",
"phpspec/phpspec": "^2.5 || ^3.4 || ^4.2"
},
"suggest": {
"php-http/cache-plugin": "PSR-6 Cache plugin",
"php-http/logger-plugin": "PSR-3 Logger plugin",
"php-http/stopwatch-plugin": "Symfony Stopwatch plugin"
2018-03-13 15:05:52 +01:00
},
2018-04-04 16:25:25 +02:00
"type": "library",
2018-03-13 15:05:52 +01:00
"extra": {
"branch-alias": {
2019-07-01 22:01:18 +02:00
"dev-master": "1.9.x-dev"
2018-03-13 15:05:52 +01:00
}
},
"autoload": {
"psr-4": {
2018-04-04 16:25:25 +02:00
"Http\\Client\\Common\\": "src/"
2018-03-13 15:05:52 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-04-04 16:25:25 +02:00
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
2018-03-13 15:05:52 +01:00
}
],
2018-04-04 16:25:25 +02:00
"description": "Common HTTP Client implementations and tools for HTTPlug",
"homepage": "http://httplug.io",
"keywords": [
"client",
"common",
"http",
"httplug"
],
2019-07-01 22:01:18 +02:00
"time": "2019-02-02T07:03:15+00:00"
2018-03-13 15:05:52 +01:00
},
{
2018-04-04 16:25:25 +02:00
"name": "php-http/discovery",
2019-07-01 22:01:18 +02:00
"version": "1.7.0",
2018-03-13 15:05:52 +01:00
"source": {
"type": "git",
2018-04-04 16:25:25 +02:00
"url": "https://github.com/php-http/discovery.git",
2019-07-01 22:01:18 +02:00
"reference": "e822f86a6983790aa17ab13aa7e69631e86806b6"
2018-03-13 15:05:52 +01:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/php-http/discovery/zipball/e822f86a6983790aa17ab13aa7e69631e86806b6",
"reference": "e822f86a6983790aa17ab13aa7e69631e86806b6",
2018-03-13 15:05:52 +01:00
"shasum": ""
},
"require": {
2019-07-01 22:01:18 +02:00
"php": "^7.1"
},
"conflict": {
"nyholm/psr7": "<1.0"
2018-03-13 15:05:52 +01:00
},
"require-dev": {
2019-07-01 22:01:18 +02:00
"akeneo/phpspec-skip-example-extension": "^4.0",
"php-http/httplug": "^1.0 || ^2.0",
2018-04-04 16:25:25 +02:00
"php-http/message-factory": "^1.0",
2019-07-01 22:01:18 +02:00
"phpspec/phpspec": "^5.1",
2018-04-04 16:25:25 +02:00
"puli/composer-plugin": "1.0.0-beta10"
2018-03-13 15:05:52 +01:00
},
"suggest": {
2018-04-04 16:25:25 +02:00
"php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories",
"puli/composer-plugin": "Sets up Puli which is recommended for Discovery to work. Check http://docs.php-http.org/en/latest/discovery.html for more details."
2018-03-13 15:05:52 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-01 22:01:18 +02:00
"dev-master": "1.7-dev"
2018-03-13 15:05:52 +01:00
}
},
"autoload": {
2018-04-04 16:25:25 +02:00
"psr-4": {
"Http\\Discovery\\": "src/"
2018-03-13 15:05:52 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-04-04 16:25:25 +02:00
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
2018-03-13 15:05:52 +01:00
}
],
2018-04-04 16:25:25 +02:00
"description": "Finds installed HTTPlug implementations and PSR-7 message factories",
"homepage": "http://php-http.org",
2018-03-13 15:05:52 +01:00
"keywords": [
2018-04-04 16:25:25 +02:00
"adapter",
"client",
"discovery",
"factory",
"http",
"message",
"psr7"
2018-03-13 15:05:52 +01:00
],
2019-07-01 22:01:18 +02:00
"time": "2019-06-30T09:04:27+00:00"
2018-03-13 15:05:52 +01:00
},
{
2018-04-04 16:25:25 +02:00
"name": "php-http/guzzle6-adapter",
"version": "v1.1.1",
2018-03-13 15:05:52 +01:00
"source": {
"type": "git",
2018-04-04 16:25:25 +02:00
"url": "https://github.com/php-http/guzzle6-adapter.git",
"reference": "a56941f9dc6110409cfcddc91546ee97039277ab"
2018-03-13 15:05:52 +01:00
},
"dist": {
"type": "zip",
2018-04-04 16:25:25 +02:00
"url": "https://api.github.com/repos/php-http/guzzle6-adapter/zipball/a56941f9dc6110409cfcddc91546ee97039277ab",
"reference": "a56941f9dc6110409cfcddc91546ee97039277ab",
2018-03-13 15:05:52 +01:00
"shasum": ""
},
"require": {
2018-04-04 16:25:25 +02:00
"guzzlehttp/guzzle": "^6.0",
"php": ">=5.5.0",
"php-http/httplug": "^1.0"
},
"provide": {
"php-http/async-client-implementation": "1.0",
"php-http/client-implementation": "1.0"
2018-03-13 15:05:52 +01:00
},
"require-dev": {
2018-04-04 16:25:25 +02:00
"ext-curl": "*",
"php-http/adapter-integration-tests": "^0.4"
2018-03-13 15:05:52 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-04-04 16:25:25 +02:00
"dev-master": "1.2-dev"
2018-03-13 15:05:52 +01:00
}
},
"autoload": {
"psr-4": {
2018-04-04 16:25:25 +02:00
"Http\\Adapter\\Guzzle6\\": "src/"
2018-03-13 15:05:52 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-04-04 16:25:25 +02:00
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
},
{
"name": "David de Boer",
"email": "david@ddeboer.nl"
2018-03-13 15:05:52 +01:00
}
],
2018-04-04 16:25:25 +02:00
"description": "Guzzle 6 HTTP Adapter",
"homepage": "http://httplug.io",
2018-03-13 15:05:52 +01:00
"keywords": [
2018-04-04 16:25:25 +02:00
"Guzzle",
"http"
2018-03-13 15:05:52 +01:00
],
2018-04-04 16:25:25 +02:00
"time": "2016-05-10T06:13:32+00:00"
2018-03-13 15:05:52 +01:00
},
{
2018-04-04 16:25:25 +02:00
"name": "php-http/httplug",
"version": "v1.1.0",
2018-03-13 15:05:52 +01:00
"source": {
"type": "git",
2018-04-04 16:25:25 +02:00
"url": "https://github.com/php-http/httplug.git",
"reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018"
2018-03-13 15:05:52 +01:00
},
"dist": {
"type": "zip",
2018-04-04 16:25:25 +02:00
"url": "https://api.github.com/repos/php-http/httplug/zipball/1c6381726c18579c4ca2ef1ec1498fdae8bdf018",
"reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018",
2018-03-13 15:05:52 +01:00
"shasum": ""
},
"require": {
2018-04-04 16:25:25 +02:00
"php": ">=5.4",
"php-http/promise": "^1.0",
"psr/http-message": "^1.0"
2018-03-13 15:05:52 +01:00
},
"require-dev": {
2018-04-04 16:25:25 +02:00
"henrikbjorn/phpspec-code-coverage": "^1.0",
"phpspec/phpspec": "^2.4"
2018-03-13 15:05:52 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-04-04 16:25:25 +02:00
"dev-master": "1.1-dev"
2018-03-13 15:05:52 +01:00
}
},
"autoload": {
"psr-4": {
2018-04-04 16:25:25 +02:00
"Http\\Client\\": "src/"
2018-03-13 15:05:52 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-04-04 16:25:25 +02:00
"name": "Eric GELOEN",
"email": "geloen.eric@gmail.com"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
2018-03-13 15:05:52 +01:00
}
],
2018-04-04 16:25:25 +02:00
"description": "HTTPlug, the HTTP client abstraction for PHP",
"homepage": "http://httplug.io",
"keywords": [
"client",
"http"
],
"time": "2016-08-31T08:30:17+00:00"
2018-03-13 15:05:52 +01:00
},
{
2018-04-04 16:25:25 +02:00
"name": "php-http/httplug-bundle",
2019-07-01 22:01:18 +02:00
"version": "1.16.0",
2018-03-13 15:05:52 +01:00
"source": {
"type": "git",
2018-04-04 16:25:25 +02:00
"url": "https://github.com/php-http/HttplugBundle.git",
2019-07-01 22:01:18 +02:00
"reference": "5044b655fcd3a43243383cd692a6bb6cd18af24f"
2018-03-13 15:05:52 +01:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/php-http/HttplugBundle/zipball/5044b655fcd3a43243383cd692a6bb6cd18af24f",
"reference": "5044b655fcd3a43243383cd692a6bb6cd18af24f",
2018-03-13 15:05:52 +01:00
"shasum": ""
},
"require": {
2019-07-01 22:01:18 +02:00
"php": "^7.1",
"php-http/client-common": "^1.9 || ^2.0",
2018-04-04 16:25:25 +02:00
"php-http/client-implementation": "^1.0",
"php-http/discovery": "^1.0",
2019-07-01 22:01:18 +02:00
"php-http/httplug": "^1.0 || ^2.0",
"php-http/logger-plugin": "^1.1",
2018-04-04 16:25:25 +02:00
"php-http/message": "^1.4",
"php-http/message-factory": "^1.0.2",
2019-07-01 22:01:18 +02:00
"php-http/stopwatch-plugin": "^1.2",
2018-04-04 16:25:25 +02:00
"psr/http-message": "^1.0",
2019-07-01 22:01:18 +02:00
"symfony/config": "^3.4.20 || ^4.2.1",
"symfony/dependency-injection": "^3.4.20 || ^4.2.1",
"symfony/event-dispatcher": "^3.4.20 || ^4.2.1",
"symfony/http-kernel": "^3.4.20 || ^4.2.1",
"symfony/options-resolver": "^3.4.20 || ^4.2.1"
2018-03-13 15:05:52 +01:00
},
2018-04-04 16:25:25 +02:00
"conflict": {
2019-07-01 22:01:18 +02:00
"php-http/curl-client": "<2.0",
2018-04-04 16:25:25 +02:00
"php-http/guzzle6-adapter": "<1.1"
},
"require-dev": {
"guzzlehttp/psr7": "^1.0",
2019-07-01 22:01:18 +02:00
"matthiasnoback/symfony-dependency-injection-test": "^3.0",
2018-04-04 16:25:25 +02:00
"nyholm/nsa": "^1.1",
2019-07-01 22:01:18 +02:00
"php-http/cache-plugin": "^1.6",
"php-http/guzzle6-adapter": "^1.1.1 || ^2.0.1",
"php-http/mock-client": "^1.2",
2018-04-04 16:25:25 +02:00
"php-http/promise": "^1.0",
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
2019-07-01 22:01:18 +02:00
"symfony/browser-kit": "^3.4.20 || ^4.2.1",
"symfony/cache": "^3.4.20 || ^4.2.1",
"symfony/dom-crawler": "^3.4.20 || ^4.2.1",
"symfony/framework-bundle": "^3.4.0 || ^4.2",
"symfony/http-foundation": "^3.4.20 || ^4.2.1",
"symfony/phpunit-bridge": "^3.4 || ^4.2",
"symfony/stopwatch": "^3.4.20 || ^4.2.1",
"symfony/twig-bundle": "^3.4.20 || ^4.2.1",
"symfony/web-profiler-bundle": "^3.4.20 || ^4.2.1",
"twig/twig": "^1.36 || ^2.6"
2018-03-13 15:05:52 +01:00
},
2018-04-04 16:25:25 +02:00
"suggest": {
2019-07-01 22:01:18 +02:00
"php-http/cache-plugin": "To configure clients that cache responses",
"php-http/mock-client": "Add this to your require-dev section to mock HTTP responses easily",
"twig/twig": "Add this to your require-dev section when using the WebProfilerBundle"
2018-04-04 16:25:25 +02:00
},
"type": "symfony-bundle",
2018-03-13 15:05:52 +01:00
"extra": {
"branch-alias": {
2019-07-01 22:01:18 +02:00
"dev-master": "1.x-dev"
2018-03-13 15:05:52 +01:00
}
},
"autoload": {
"psr-4": {
2019-07-01 22:01:18 +02:00
"Http\\HttplugBundle\\": "src/"
},
"exclude-from-classmap": [
"/Tests/Resources/MyPsr18TestClient.php"
]
2018-03-13 15:05:52 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-04-04 16:25:25 +02:00
"name": "David Buchmann",
"email": "mail@davidbu.ch"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com"
2018-03-13 15:05:52 +01:00
}
],
2018-04-04 16:25:25 +02:00
"description": "Symfony integration for HTTPlug",
"homepage": "http://httplug.io",
"keywords": [
"adapter",
"bundle",
"discovery",
"factory",
"http",
"httplug",
"message",
"php-http"
],
2019-07-01 22:01:18 +02:00
"time": "2019-06-05T12:03:16+00:00"
2018-03-13 15:05:52 +01:00
},
{
2018-04-04 16:25:25 +02:00
"name": "php-http/logger-plugin",
2019-07-01 22:01:18 +02:00
"version": "1.1.0",
2018-03-13 15:05:52 +01:00
"source": {
"type": "git",
2018-04-04 16:25:25 +02:00
"url": "https://github.com/php-http/logger-plugin.git",
2019-07-01 22:01:18 +02:00
"reference": "c1c6e90717ce350319b7b8bc489f1db35bb523fd"
2018-03-13 15:05:52 +01:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/php-http/logger-plugin/zipball/c1c6e90717ce350319b7b8bc489f1db35bb523fd",
"reference": "c1c6e90717ce350319b7b8bc489f1db35bb523fd",
2018-03-13 15:05:52 +01:00
"shasum": ""
},
"require": {
2019-07-01 22:01:18 +02:00
"php": "^5.4 || ^7.0",
"php-http/client-common": "^1.9 || ^2.0",
2018-04-04 16:25:25 +02:00
"php-http/message": "^1.0",
"psr/log": "^1.0"
},
"require-dev": {
"henrikbjorn/phpspec-code-coverage": "^1.0",
"phpspec/phpspec": "^2.5"
2018-03-13 15:05:52 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-01 22:01:18 +02:00
"dev-master": "1.1-dev"
2018-03-13 15:05:52 +01:00
}
},
"autoload": {
"psr-4": {
2018-04-04 16:25:25 +02:00
"Http\\Client\\Common\\Plugin\\": "src/"
2018-03-13 15:05:52 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-04-04 16:25:25 +02:00
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
2018-03-13 15:05:52 +01:00
}
],
2018-04-04 16:25:25 +02:00
"description": "PSR-3 Logger plugin for HTTPlug",
"homepage": "http://httplug.io",
2018-03-13 15:05:52 +01:00
"keywords": [
2018-04-04 16:25:25 +02:00
"http",
"httplug",
"logger",
"plugin"
2018-03-13 15:05:52 +01:00
],
2019-07-01 22:01:18 +02:00
"time": "2019-01-30T11:48:21+00:00"
2018-03-13 15:05:52 +01:00
},
{
2018-04-04 16:25:25 +02:00
"name": "php-http/message",
2019-07-01 22:01:18 +02:00
"version": "1.7.2",
2018-03-13 15:05:52 +01:00
"source": {
"type": "git",
2018-04-04 16:25:25 +02:00
"url": "https://github.com/php-http/message.git",
2019-07-01 22:01:18 +02:00
"reference": "b159ffe570dffd335e22ef0b91a946eacb182fa1"
2018-03-13 15:05:52 +01:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/php-http/message/zipball/b159ffe570dffd335e22ef0b91a946eacb182fa1",
"reference": "b159ffe570dffd335e22ef0b91a946eacb182fa1",
2018-03-13 15:05:52 +01:00
"shasum": ""
},
"require": {
2019-07-01 22:01:18 +02:00
"clue/stream-filter": "^1.4",
"php": "^5.4 || ^7.0",
2018-04-04 16:25:25 +02:00
"php-http/message-factory": "^1.0.2",
"psr/http-message": "^1.0"
},
"provide": {
"php-http/message-factory-implementation": "1.0"
},
"require-dev": {
"akeneo/phpspec-skip-example-extension": "^1.0",
"coduo/phpspec-data-provider-extension": "^1.0",
"ext-zlib": "*",
"guzzlehttp/psr7": "^1.0",
"henrikbjorn/phpspec-code-coverage": "^1.0",
"phpspec/phpspec": "^2.4",
"slim/slim": "^3.0",
"zendframework/zend-diactoros": "^1.0"
},
"suggest": {
"ext-zlib": "Used with compressor/decompressor streams",
"guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
"slim/slim": "Used with Slim Framework PSR-7 implementation",
"zendframework/zend-diactoros": "Used with Diactoros Factories"
2018-03-13 15:05:52 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-04-04 16:25:25 +02:00
"dev-master": "1.6-dev"
2018-03-13 15:05:52 +01:00
}
},
"autoload": {
"psr-4": {
2018-04-04 16:25:25 +02:00
"Http\\Message\\": "src/"
},
"files": [
"src/filters.php"
]
2018-03-13 15:05:52 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-04-04 16:25:25 +02:00
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
2018-03-13 15:05:52 +01:00
}
],
2018-04-04 16:25:25 +02:00
"description": "HTTP Message related tools",
"homepage": "http://php-http.org",
2018-03-13 15:05:52 +01:00
"keywords": [
2018-04-04 16:25:25 +02:00
"http",
"message",
"psr-7"
2018-03-13 15:05:52 +01:00
],
2019-07-01 22:01:18 +02:00
"time": "2018-11-01T09:32:41+00:00"
2018-03-13 15:05:52 +01:00
},
{
2018-04-04 16:25:25 +02:00
"name": "php-http/message-factory",
"version": "v1.0.2",
2018-03-13 15:05:52 +01:00
"source": {
"type": "git",
2018-04-04 16:25:25 +02:00
"url": "https://github.com/php-http/message-factory.git",
"reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
2018-03-13 15:05:52 +01:00
},
"dist": {
"type": "zip",
2018-04-04 16:25:25 +02:00
"url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
"reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
2018-03-13 15:05:52 +01:00
"shasum": ""
},
"require": {
2018-04-04 16:25:25 +02:00
"php": ">=5.4",
"psr/http-message": "^1.0"
2018-03-13 15:05:52 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-04-04 16:25:25 +02:00
"dev-master": "1.0-dev"
2018-03-13 15:05:52 +01:00
}
},
"autoload": {
"psr-4": {
2018-04-04 16:25:25 +02:00
"Http\\Message\\": "src/"
2018-03-13 15:05:52 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-04-04 16:25:25 +02:00
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
2018-03-13 15:05:52 +01:00
}
],
2018-04-04 16:25:25 +02:00
"description": "Factory interfaces for PSR-7 HTTP Message",
"homepage": "http://php-http.org",
2018-03-13 15:05:52 +01:00
"keywords": [
2018-04-04 16:25:25 +02:00
"factory",
2018-03-13 15:05:52 +01:00
"http",
2018-04-04 16:25:25 +02:00
"message",
"stream",
"uri"
2018-03-13 15:05:52 +01:00
],
2018-04-04 16:25:25 +02:00
"time": "2015-12-19T14:08:53+00:00"
2018-03-13 15:05:52 +01:00
},
{
2018-04-04 16:25:25 +02:00
"name": "php-http/promise",
"version": "v1.0.0",
2018-03-13 15:05:52 +01:00
"source": {
"type": "git",
2018-04-04 16:25:25 +02:00
"url": "https://github.com/php-http/promise.git",
"reference": "dc494cdc9d7160b9a09bd5573272195242ce7980"
2018-03-13 15:05:52 +01:00
},
"dist": {
"type": "zip",
2018-04-04 16:25:25 +02:00
"url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980",
"reference": "dc494cdc9d7160b9a09bd5573272195242ce7980",
2018-03-13 15:05:52 +01:00
"shasum": ""
},
2018-04-04 16:25:25 +02:00
"require-dev": {
"henrikbjorn/phpspec-code-coverage": "^1.0",
"phpspec/phpspec": "^2.4"
2018-03-13 15:05:52 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-04-04 16:25:25 +02:00
"dev-master": "1.1-dev"
2018-03-13 15:05:52 +01:00
}
},
"autoload": {
"psr-4": {
2018-04-04 16:25:25 +02:00
"Http\\Promise\\": "src/"
2018-03-13 15:05:52 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-04-04 16:25:25 +02:00
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
},
{
"name": "Joel Wurtz",
"email": "joel.wurtz@gmail.com"
2018-03-13 15:05:52 +01:00
}
],
2018-04-04 16:25:25 +02:00
"description": "Promise used for asynchronous HTTP requests",
"homepage": "http://httplug.io",
2018-03-13 15:05:52 +01:00
"keywords": [
2018-04-04 16:25:25 +02:00
"promise"
2018-03-13 15:05:52 +01:00
],
2018-04-04 16:25:25 +02:00
"time": "2016-01-26T13:27:02+00:00"
2018-03-13 15:05:52 +01:00
},
{
2018-04-04 16:25:25 +02:00
"name": "php-http/stopwatch-plugin",
2019-07-01 22:01:18 +02:00
"version": "1.2.0",
2018-03-13 15:05:52 +01:00
"source": {
"type": "git",
2018-04-04 16:25:25 +02:00
"url": "https://github.com/php-http/stopwatch-plugin.git",
2019-07-01 22:01:18 +02:00
"reference": "520419dd18755a1e7b29077e677fbeb16b6629e7"
2018-03-13 15:05:52 +01:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/php-http/stopwatch-plugin/zipball/520419dd18755a1e7b29077e677fbeb16b6629e7",
"reference": "520419dd18755a1e7b29077e677fbeb16b6629e7",
2018-03-13 15:05:52 +01:00
"shasum": ""
},
"require": {
2019-07-01 22:01:18 +02:00
"php": "^5.4 || ^7.0",
"php-http/client-common": "^1.9 || ^2.0",
"symfony/stopwatch": "^2.7 || ^3.0 || ^4.0"
2018-04-04 16:25:25 +02:00
},
"require-dev": {
"phpspec/phpspec": "^2.5 || ^3.0 || ^4.0"
2018-03-13 15:05:52 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-01 22:01:18 +02:00
"dev-master": "1.2-dev"
2018-03-13 15:05:52 +01:00
}
},
"autoload": {
"psr-4": {
2018-04-04 16:25:25 +02:00
"Http\\Client\\Common\\Plugin\\": "src/"
2018-03-13 15:05:52 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-04-04 16:25:25 +02:00
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
2018-03-13 15:05:52 +01:00
}
],
2018-04-04 16:25:25 +02:00
"description": "Symfony Stopwatch plugin for HTTPlug",
"homepage": "http://httplug.io",
2018-03-13 15:05:52 +01:00
"keywords": [
2018-04-04 16:25:25 +02:00
"http",
"httplug",
"plugin",
"stopwatch"
2018-03-13 15:05:52 +01:00
],
2019-07-01 22:01:18 +02:00
"time": "2019-01-30T12:01:37+00:00"
2018-03-13 15:05:52 +01:00
},
{
2018-04-04 16:25:25 +02:00
"name": "psr/cache",
"version": "1.0.1",
2018-03-13 15:05:52 +01:00
"source": {
"type": "git",
2018-04-04 16:25:25 +02:00
"url": "https://github.com/php-fig/cache.git",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
2018-03-13 15:05:52 +01:00
},
"dist": {
"type": "zip",
2018-04-04 16:25:25 +02:00
"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
2018-03-13 15:05:52 +01:00
"shasum": ""
},
"require": {
2018-04-04 16:25:25 +02:00
"php": ">=5.3.0"
2018-03-13 15:05:52 +01:00
},
2018-04-04 16:25:25 +02:00
"type": "library",
2018-03-13 15:05:52 +01:00
"extra": {
"branch-alias": {
2018-04-04 16:25:25 +02:00
"dev-master": "1.0.x-dev"
2018-03-13 15:05:52 +01:00
}
},
"autoload": {
"psr-4": {
2018-04-04 16:25:25 +02:00
"Psr\\Cache\\": "src/"
2018-03-13 15:05:52 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-04-04 16:25:25 +02:00
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
2018-03-13 15:05:52 +01:00
}
],
2018-04-04 16:25:25 +02:00
"description": "Common interface for caching libraries",
2018-03-13 15:05:52 +01:00
"keywords": [
2018-04-04 16:25:25 +02:00
"cache",
"psr",
"psr-6"
2018-03-13 15:05:52 +01:00
],
2018-04-04 16:25:25 +02:00
"time": "2016-08-06T20:24:11+00:00"
2018-03-13 15:05:52 +01:00
},
2018-03-22 14:32:32 +01:00
{
2018-04-04 16:25:25 +02:00
"name": "psr/container",
"version": "1.0.0",
2018-03-22 14:32:32 +01:00
"source": {
"type": "git",
2018-04-04 16:25:25 +02:00
"url": "https://github.com/php-fig/container.git",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
2018-03-22 14:32:32 +01:00
},
"dist": {
"type": "zip",
2018-04-04 16:25:25 +02:00
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2018-03-22 14:32:32 +01:00
"shasum": ""
},
"require": {
2018-04-04 16:25:25 +02:00
"php": ">=5.3.0"
2018-03-22 14:32:32 +01:00
},
2018-04-04 16:25:25 +02:00
"type": "library",
2018-03-22 14:32:32 +01:00
"extra": {
"branch-alias": {
2018-04-04 16:25:25 +02:00
"dev-master": "1.0.x-dev"
2018-03-22 14:32:32 +01:00
}
},
"autoload": {
"psr-4": {
2018-04-04 16:25:25 +02:00
"Psr\\Container\\": "src/"
}
2018-03-22 14:32:32 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-04-04 16:25:25 +02:00
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
2018-03-22 14:32:32 +01:00
}
],
2018-04-04 16:25:25 +02:00
"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"
2018-03-22 14:32:32 +01:00
},
2018-03-15 16:57:30 +01:00
{
2018-04-04 16:25:25 +02:00
"name": "psr/http-message",
"version": "1.0.1",
2018-03-15 16:57:30 +01:00
"source": {
"type": "git",
2018-04-04 16:25:25 +02:00
"url": "https://github.com/php-fig/http-message.git",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2018-03-15 16:57:30 +01:00
},
"dist": {
"type": "zip",
2018-04-04 16:25:25 +02:00
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2018-03-15 16:57:30 +01:00
"shasum": ""
},
"require": {
2018-04-04 16:25:25 +02:00
"php": ">=5.3.0"
2018-03-15 16:57:30 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-04-04 16:25:25 +02:00
"dev-master": "1.0.x-dev"
2018-03-15 16:57:30 +01:00
}
},
"autoload": {
2018-04-04 16:25:25 +02:00
"psr-4": {
"Psr\\Http\\Message\\": "src/"
2018-03-15 16:57:30 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-04-04 16:25:25 +02:00
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
2018-03-15 16:57:30 +01:00
}
],
2018-04-04 16:25:25 +02:00
"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"
2018-03-15 16:57:30 +01:00
},
2018-03-13 15:05:52 +01:00
{
2018-04-04 16:25:25 +02:00
"name": "psr/link",
"version": "1.0.0",
2018-03-13 15:05:52 +01:00
"source": {
"type": "git",
2018-04-04 16:25:25 +02:00
"url": "https://github.com/php-fig/link.git",
"reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
2018-03-13 15:05:52 +01:00
},
"dist": {
"type": "zip",
2018-04-04 16:25:25 +02:00
"url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
"reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
2018-03-13 15:05:52 +01:00
"shasum": ""
},
"require": {
2018-04-04 16:25:25 +02:00
"php": ">=5.3.0"
2018-03-13 15:05:52 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-04-04 16:25:25 +02:00
"dev-master": "1.0.x-dev"
2018-03-13 15:05:52 +01:00
}
},
"autoload": {
2018-04-04 16:25:25 +02:00
"psr-4": {
"Psr\\Link\\": "src/"
}
2018-03-13 15:05:52 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-04-04 16:25:25 +02:00
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
2018-03-13 15:05:52 +01:00
}
],
2018-04-04 16:25:25 +02:00
"description": "Common interfaces for HTTP links",
2018-03-13 15:05:52 +01:00
"keywords": [
2018-04-04 16:25:25 +02:00
"http",
"http-link",
"link",
"psr",
"psr-13",
"rest"
2018-03-13 15:05:52 +01:00
],
2018-04-04 16:25:25 +02:00
"time": "2016-10-28T16:06:13+00:00"
2018-03-13 15:05:52 +01:00
},
{
2018-04-04 16:25:25 +02:00
"name": "psr/log",
2019-07-01 22:01:18 +02:00
"version": "1.1.0",
2018-03-13 15:05:52 +01:00
"source": {
"type": "git",
2018-04-04 16:25:25 +02:00
"url": "https://github.com/php-fig/log.git",
2019-07-01 22:01:18 +02:00
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
2018-03-13 15:05:52 +01:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
2018-03-13 15:05:52 +01:00
"shasum": ""
},
"require": {
2018-04-04 16:25:25 +02:00
"php": ">=5.3.0"
2018-03-13 15:05:52 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-04-04 16:25:25 +02:00
"dev-master": "1.0.x-dev"
2018-03-13 15:05:52 +01:00
}
},
"autoload": {
"psr-4": {
2018-04-04 16:25:25 +02:00
"Psr\\Log\\": "Psr/Log/"
}
2018-03-13 15:05:52 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-04-04 16:25:25 +02:00
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
2018-03-13 15:05:52 +01:00
}
],
2018-04-04 16:25:25 +02:00
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
2019-07-01 22:01:18 +02:00
"time": "2018-11-20T15:27:04+00:00"
2018-03-13 15:05:52 +01:00
},
{
2018-04-04 16:25:25 +02:00
"name": "psr/simple-cache",
"version": "1.0.1",
2018-03-13 15:05:52 +01:00
"source": {
"type": "git",
2018-04-04 16:25:25 +02:00
"url": "https://github.com/php-fig/simple-cache.git",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
2018-03-13 15:05:52 +01:00
},
"dist": {
"type": "zip",
2018-04-04 16:25:25 +02:00
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2018-03-13 15:05:52 +01:00
"shasum": ""
},
"require": {
2018-04-04 16:25:25 +02:00
"php": ">=5.3.0"
2018-03-13 15:05:52 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-04-04 16:25:25 +02:00
"dev-master": "1.0.x-dev"
2018-03-13 15:05:52 +01:00
}
},
"autoload": {
"psr-4": {
2018-04-04 16:25:25 +02:00
"Psr\\SimpleCache\\": "src/"
}
2018-03-13 15:05:52 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-04-04 16:25:25 +02:00
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
2018-03-13 15:05:52 +01:00
}
],
2018-04-04 16:25:25 +02:00
"description": "Common interfaces for simple caching",
2018-03-13 15:05:52 +01:00
"keywords": [
2018-04-04 16:25:25 +02:00
"cache",
2018-03-13 15:05:52 +01:00
"caching",
2018-04-04 16:25:25 +02:00
"psr",
"psr-16",
"simple-cache"
2018-03-13 15:05:52 +01:00
],
2018-04-04 16:25:25 +02:00
"time": "2017-10-23T01:57:42+00:00"
2018-03-13 15:05:52 +01:00
},
{
2019-07-01 22:01:18 +02:00
"name": "ralouphie/getallheaders",
"version": "3.0.3",
2018-03-13 15:05:52 +01:00
"source": {
"type": "git",
2019-07-01 22:01:18 +02:00
"url": "https://github.com/ralouphie/getallheaders.git",
"reference": "120b605dfeb996808c31b6477290a714d356e822"
2018-03-13 15:05:52 +01:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
"reference": "120b605dfeb996808c31b6477290a714d356e822",
2018-03-13 15:05:52 +01:00
"shasum": ""
},
"require": {
2019-07-01 22:01:18 +02:00
"php": ">=5.6"
2018-03-13 15:05:52 +01:00
},
2019-07-01 22:01:18 +02:00
"require-dev": {
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^5 || ^6.5"
2018-03-13 15:05:52 +01:00
},
2019-07-01 22:01:18 +02:00
"type": "library",
2018-03-13 15:05:52 +01:00
"autoload": {
2019-07-01 22:01:18 +02:00
"files": [
"src/getallheaders.php"
]
2018-03-13 15:05:52 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-07-01 22:01:18 +02:00
"name": "Ralph Khattar",
"email": "ralph.khattar@gmail.com"
2018-03-13 15:05:52 +01:00
}
],
2019-07-01 22:01:18 +02:00
"description": "A polyfill for getallheaders.",
"time": "2019-03-08T08:55:37+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": "fabien@symfony.com"
}
],
"description": "Base bundle for Symfony Distributions",
"keywords": [
2018-04-04 16:25:25 +02:00
"configuration",
"distribution"
],
2019-07-01 22:01:18 +02:00
"time": "2019-06-18T15:43:58+00:00"
2018-03-13 15:05:52 +01:00
},
{
2018-04-04 16:25:25 +02:00
"name": "sensio/framework-extra-bundle",
2019-07-01 22:01:18 +02:00
"version": "v5.3.1",
2018-03-13 15:05:52 +01:00
"source": {
"type": "git",
2018-04-04 16:25:25 +02:00
"url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
2019-07-01 22:01:18 +02:00
"reference": "5f75c4658b03301cba17baa15a840b57b72b4262"
2018-03-13 15:05:52 +01:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/5f75c4658b03301cba17baa15a840b57b72b4262",
"reference": "5f75c4658b03301cba17baa15a840b57b72b4262",
2018-03-13 15:05:52 +01:00
"shasum": ""
},
"require": {
2019-07-01 22:01:18 +02:00
"doctrine/annotations": "^1.0",
"doctrine/persistence": "^1.0",
"php": ">=7.1.3",
"symfony/config": "^3.4|^4.2",
"symfony/dependency-injection": "^3.4|^4.2",
"symfony/framework-bundle": "^3.4|^4.2",
"symfony/http-kernel": "^3.4|^4.2"
2018-03-13 15:05:52 +01:00
},
"require-dev": {
2018-04-04 16:25:25 +02:00
"doctrine/doctrine-bundle": "^1.6",
"doctrine/orm": "^2.5",
2019-07-01 22:01:18 +02:00
"nyholm/psr7": "^1.1",
"symfony/browser-kit": "^3.4|^4.2",
"symfony/dom-crawler": "^3.4|^4.2",
"symfony/expression-language": "^3.4|^4.2",
"symfony/finder": "^3.4|^4.2",
"symfony/monolog-bridge": "^3.0|^4.0",
"symfony/monolog-bundle": "^3.2",
"symfony/phpunit-bridge": "^3.4.19|^4.1.8",
"symfony/psr-http-message-bridge": "^1.1",
"symfony/security-bundle": "^3.4|^4.2",
"symfony/twig-bundle": "^3.4|^4.2",
"symfony/yaml": "^3.4|^4.2",
"twig/twig": "~1.12|~2.0"
2018-03-13 15:05:52 +01:00
},
"suggest": {
2018-04-04 16:25:25 +02:00
"symfony/expression-language": "",
"symfony/psr-http-message-bridge": "To use the PSR-7 converters",
"symfony/security-bundle": ""
2018-03-13 15:05:52 +01:00
},
2018-04-04 16:25:25 +02:00
"type": "symfony-bundle",
2018-03-13 15:05:52 +01:00
"extra": {
"branch-alias": {
2019-07-01 22:01:18 +02:00
"dev-master": "5.3.x-dev"
2018-03-13 15:05:52 +01:00
}
},
"autoload": {
"psr-4": {
2018-04-04 16:25:25 +02:00
"Sensio\\Bundle\\FrameworkExtraBundle\\": ""
}
2018-03-13 15:05:52 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
2018-04-04 16:25:25 +02:00
"description": "This bundle provides a way to configure your controllers with annotations",
"keywords": [
"annotations",
"controllers"
],
2019-07-01 22:01:18 +02:00
"time": "2019-04-10T06:00:20+00:00"
2018-03-13 15:05:52 +01:00
},
{
2018-04-04 16:25:25 +02:00
"name": "sensiolabs/security-checker",
2019-07-01 22:01:18 +02:00
"version": "v6.0.1",
2018-03-13 15:05:52 +01:00
"source": {
"type": "git",
2018-04-04 16:25:25 +02:00
"url": "https://github.com/sensiolabs/security-checker.git",
2019-07-01 22:01:18 +02:00
"reference": "ce8d0552dcb8d3677ab9adb6d19a5837949bfec4"
2018-03-13 15:05:52 +01:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/ce8d0552dcb8d3677ab9adb6d19a5837949bfec4",
"reference": "ce8d0552dcb8d3677ab9adb6d19a5837949bfec4",
2018-03-13 15:05:52 +01:00
"shasum": ""
},
"require": {
2019-07-01 22:01:18 +02:00
"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"
2018-03-13 15:05:52 +01:00
},
2018-04-04 16:25:25 +02:00
"bin": [
"security-checker"
],
2018-03-13 15:05:52 +01:00
"type": "library",
"extra": {
"branch-alias": {
2019-07-01 22:01:18 +02:00
"dev-master": "6.0-dev"
2018-03-13 15:05:52 +01:00
}
},
"autoload": {
2019-07-01 22:01:18 +02:00
"psr-4": {
"SensioLabs\\Security\\": "SensioLabs/Security"
2018-04-04 16:25:25 +02:00
}
2018-03-13 15:05:52 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
2018-04-04 16:25:25 +02:00
"email": "fabien.potencier@gmail.com"
2018-03-13 15:05:52 +01:00
}
],
2018-04-04 16:25:25 +02:00
"description": "A security checker for your composer.lock",
2019-07-01 22:01:18 +02:00
"time": "2019-06-08T06:46:26+00:00"
2018-03-13 15:05:52 +01:00
},
2018-08-28 18:43:43 +02:00
{
"name": "sonata-project/admin-bundle",
2019-07-01 22:01:18 +02:00
"version": "3.51.0",
2018-08-28 18:43:43 +02:00
"source": {
"type": "git",
"url": "https://github.com/sonata-project/SonataAdminBundle.git",
2019-07-01 22:01:18 +02:00
"reference": "bc279a80e701c200251d802c7910ff782c2770e5"
2018-08-28 18:43:43 +02:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/sonata-project/SonataAdminBundle/zipball/bc279a80e701c200251d802c7910ff782c2770e5",
"reference": "bc279a80e701c200251d802c7910ff782c2770e5",
2018-08-28 18:43:43 +02:00
"shasum": ""
},
"require": {
"doctrine/common": "^2.7",
"doctrine/inflector": "^1.1",
"knplabs/knp-menu-bundle": "^2.2",
2019-07-01 22:01:18 +02:00
"php": "^7.1",
2018-08-28 18:43:43 +02:00
"sonata-project/block-bundle": "^3.11",
2019-07-01 22:01:18 +02:00
"sonata-project/core-bundle": "^3.15.0",
"sonata-project/exporter": "^1.11.0 || ^2.0",
2018-08-28 18:43:43 +02:00
"symfony/asset": "^2.8 || ^3.2 || ^4.0",
"symfony/config": "^2.8 || ^3.2 || ^4.0",
"symfony/console": "^2.8 || ^3.2 || ^4.0",
"symfony/dependency-injection": "^2.8 || ^3.2 || ^4.0",
2019-07-01 22:01:18 +02:00
"symfony/doctrine-bridge": "^2.8 || ^3.2 || ^4.0",
2018-08-28 18:43:43 +02:00
"symfony/event-dispatcher": "^2.8 || ^3.2 || ^4.0",
"symfony/expression-language": "^2.8 || ^3.2 || ^4.0",
2019-07-01 22:01:18 +02:00
"symfony/form": "^2.8.18 || ^3.2.5 || ^4.0",
2018-08-28 18:43:43 +02:00
"symfony/framework-bundle": "^2.8 || ^3.2 || ^4.0",
"symfony/http-foundation": "^2.8 || ^3.2 || ^4.0",
"symfony/http-kernel": "^2.8 || ^3.2 || ^4.0",
"symfony/options-resolver": "^2.8 || ^3.2 || ^4.0",
"symfony/property-access": "^2.8 || ^3.2 || ^4.0",
"symfony/routing": "^2.8 || ^3.2 || ^4.0",
"symfony/security-acl": "^2.8 || ^3.0",
"symfony/security-bundle": "^2.8 || ^3.2 || ^4.0",
"symfony/security-core": "^2.8 || ^3.2 || ^4.0",
"symfony/security-csrf": "^2.8 || ^3.2 || ^4.0",
"symfony/templating": "^2.8 || ^3.2 || ^4.0",
"symfony/translation": "^2.8 || ^3.2 || ^4.0",
"symfony/twig-bridge": "^2.8 || ^3.2 || ^4.0",
"symfony/twig-bundle": "^2.8 || ^3.2 || ^4.0",
"symfony/validator": "^2.8 || ^3.2 || ^4.0",
"twig/extensions": "^1.5",
2019-07-01 22:01:18 +02:00
"twig/twig": "^2.9"
2018-08-28 18:43:43 +02:00
},
"conflict": {
"jms/di-extra-bundle": "<1.9",
"sonata-project/media-bundle": "<3.7",
"sonata-project/user-bundle": "<3.3"
},
"require-dev": {
"jms/di-extra-bundle": "^1.9",
"jms/translation-bundle": "^1.4",
2019-07-01 22:01:18 +02:00
"matthiasnoback/symfony-dependency-injection-test": "^3.1",
2018-08-28 18:43:43 +02:00
"sensio/generator-bundle": "^3.1",
"sonata-project/intl-bundle": "^2.4",
2019-07-01 22:01:18 +02:00
"symfony/class-loader": "^2.8 || ^3.2",
2018-08-28 18:43:43 +02:00
"symfony/filesystem": "^2.8 || ^3.2 || ^4.0",
2019-07-01 22:01:18 +02:00
"symfony/phpunit-bridge": "^4.3",
2018-08-28 18:43:43 +02:00
"symfony/yaml": "^2.8 || ^3.2 || ^4.0"
},
"suggest": {
"jms/translation-bundle": "Extract message keys from Admins",
2019-07-01 22:01:18 +02:00
"kunicmarko/sonata-auto-configure-bundle": "Auto configures Admin classes",
2018-08-28 18:43:43 +02:00
"sensio/generator-bundle": "Add sonata:admin:generate command",
"sonata-project/intl-bundle": "Add localized date and number into the list"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Sonata\\AdminBundle\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Sonata Community",
"homepage": "https://github.com/sonata-project/SonataAdminBundle/contributors"
},
{
"name": "Thomas Rabaix",
"email": "thomas.rabaix@sonata-project.org",
"homepage": "https://sonata-project.org"
}
],
"description": "The missing Symfony Admin Generator",
"homepage": "https://sonata-project.org/bundles/admin",
"keywords": [
"Admin Generator",
"admin",
"bootstrap",
"sonata"
],
2019-07-01 22:01:18 +02:00
"time": "2019-06-27T05:45:19+00:00"
2018-08-28 18:43:43 +02:00
},
{
"name": "sonata-project/block-bundle",
2019-07-01 22:01:18 +02:00
"version": "3.15.0",
2018-08-28 18:43:43 +02:00
"source": {
"type": "git",
"url": "https://github.com/sonata-project/SonataBlockBundle.git",
2019-07-01 22:01:18 +02:00
"reference": "d0a67fcd6873e234467cd58b35aa3feb5b54a6ff"
2018-08-28 18:43:43 +02:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/sonata-project/SonataBlockBundle/zipball/d0a67fcd6873e234467cd58b35aa3feb5b54a6ff",
"reference": "d0a67fcd6873e234467cd58b35aa3feb5b54a6ff",
2018-08-28 18:43:43 +02:00
"shasum": ""
},
"require": {
"doctrine/common": "^2.3",
2019-07-01 22:01:18 +02:00
"php": "^7.1",
2018-08-28 18:43:43 +02:00
"sonata-project/cache": "^1.0 || ^2.0",
2019-07-01 22:01:18 +02:00
"sonata-project/core-bundle": "^3.13.7",
"sonata-project/doctrine-extensions": "^1.1",
2018-08-28 18:43:43 +02:00
"symfony/asset": "^2.8 || ^3.2 || ^4.0",
"symfony/config": "^2.8 || ^3.2 || ^4.0",
"symfony/console": "^2.8 || ^3.2 || ^4.0",
"symfony/dependency-injection": "^2.8 || ^3.2 || ^4.0",
"symfony/event-dispatcher": "^2.8 || ^3.2 || ^4.0",
"symfony/form": "^2.8 || ^3.2 || ^4.0",
"symfony/framework-bundle": "^2.8 || ^3.2 || ^4.0",
"symfony/http-foundation": "^2.8 || ^3.2 || ^4.0",
"symfony/http-kernel": "^2.8 || ^3.2 || ^4.0",
"symfony/options-resolver": "^2.8 || ^3.2 || ^4.0",
"symfony/templating": "^2.8 || ^3.2 || ^4.0",
"symfony/twig-bundle": "^2.8 || ^3.2 || ^4.0",
"twig/twig": "^1.34 || ^2.0"
},
"conflict": {
"jms/di-extra-bundle": "<1.7.0"
},
"require-dev": {
"jms/di-extra-bundle": "^1.7",
"knplabs/knp-menu-bundle": "^2.0",
"sonata-project/admin-bundle": "^3.22",
"symfony/debug": "^2.8 || ^3.2 || ^4.0",
2019-07-01 22:01:18 +02:00
"symfony/phpunit-bridge": "^4.2",
2018-08-28 18:43:43 +02:00
"symfony/stopwatch": "^2.8 || ^3.2 || ^4.0"
},
"suggest": {
"jms/di-extra-bundle": "Annotations for Block definition",
"knplabs/knp-menu-bundle": "^2.0",
"sonata-project/cache-bundle": "^3.0"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Sonata\\BlockBundle\\": "src/"
},
"files": [
"src/Resources/stubs/symfony2.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Sonata Community",
"homepage": "https://github.com/sonata-project/SonataBlockBundle/contributors"
},
{
"name": "Thomas Rabaix",
"email": "thomas.rabaix@sonata-project.org",
"homepage": "https://sonata-project.org"
}
],
"description": "Symfony SonataBlockBundle",
"homepage": "https://sonata-project.org/bundles/block",
"keywords": [
"block",
"sonata"
],
2019-07-01 22:01:18 +02:00
"time": "2019-03-03T22:38:47+00:00"
2018-08-28 18:43:43 +02:00
},
{
"name": "sonata-project/cache",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/sonata-project/cache.git",
"reference": "2e2fdabf40bfe566c68406aae238a721cddabf74"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sonata-project/cache/zipball/2e2fdabf40bfe566c68406aae238a721cddabf74",
"reference": "2e2fdabf40bfe566c68406aae238a721cddabf74",
"shasum": ""
},
"require": {
"php": "^7.1",
"psr/log": "^1.0"
},
"require-dev": {
"doctrine/orm": "^2.5",
"doctrine/phpcr-odm": "^1.4",
"jackalope/jackalope-doctrine-dbal": "^1.2",
"predis/predis": "^1.1",
"sllh/php-cs-fixer-styleci-bridge": "^2.1",
"symfony/phpunit-bridge": "^3.3"
},
"suggest": {
"doctrine/orm": "ORM support",
"doctrine/phpcr-odm": "PHPCR ODM support",
"ext-apc": "Caching with ext/apc",
"ext-memcached": "Caching with ext/memcached",
"predis/predis": "Install redis php"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"Sonata\\Cache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Thomas Rabaix",
"email": "thomas.rabaix@gmail.com",
"homepage": "https://sonata-project.org/"
},
{
"name": "Sonata Community",
"homepage": "https://github.com/sonata-project/cache/contributors"
}
],
"description": "Cache library",
"homepage": "https://github.com/sonata-project/cache",
"keywords": [
"cache",
"memcached",
"mongodb",
"redis"
],
"time": "2017-12-08T09:22:44+00:00"
},
{
"name": "sonata-project/core-bundle",
2019-07-01 22:01:18 +02:00
"version": "3.17.0",
2018-08-28 18:43:43 +02:00
"source": {
"type": "git",
"url": "https://github.com/sonata-project/SonataCoreBundle.git",
2019-07-01 22:01:18 +02:00
"reference": "af8ba4f76eef8c855302af8b26713cf33be4103d"
2018-08-28 18:43:43 +02:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/sonata-project/SonataCoreBundle/zipball/af8ba4f76eef8c855302af8b26713cf33be4103d",
"reference": "af8ba4f76eef8c855302af8b26713cf33be4103d",
2018-08-28 18:43:43 +02:00
"shasum": ""
},
"require": {
"cocur/slugify": "^1.4 || ^2.0 || ^3.0",
2019-07-01 22:01:18 +02:00
"php": "^7.1",
2018-08-28 18:43:43 +02:00
"sonata-project/datagrid-bundle": "^2.0",
2019-07-01 22:01:18 +02:00
"sonata-project/doctrine-extensions": "^1.1",
2018-08-28 18:43:43 +02:00
"symfony/config": "^2.8 || ^3.2 || ^4.0",
"symfony/dependency-injection": "^2.8 || ^3.2 || ^4.0",
"symfony/event-dispatcher": "^2.8 || ^3.2 || ^4.0",
2019-07-01 22:01:18 +02:00
"symfony/form": "^2.8.18 || ^3.2.6 || ^4.0",
2018-08-28 18:43:43 +02:00
"symfony/framework-bundle": "^2.8 || ^3.2 || ^4.0",
"symfony/http-foundation": "^2.8 || ^3.2 || ^4.0",
"symfony/http-kernel": "^2.8 || ^3.2 || ^4.0",
"symfony/options-resolver": "^2.8 || ^3.2 || ^4.0",
"symfony/property-access": "^2.8 || ^3.2 || ^4.0",
"symfony/security-csrf": "^2.8 || ^3.2 || ^4.0",
"symfony/translation": "^2.8 || ^3.2 || ^4.0",
"symfony/twig-bridge": "^2.8 || ^3.2 || ^4.0",
"symfony/validator": "^2.8 || ^3.2 || ^4.0",
"twig/extensions": "^1.5",
"twig/twig": "^1.34 || ^2.0"
},
2019-07-01 22:01:18 +02:00
"conflict": {
"sonata-project/exporter": "< 1.11.0"
},
2018-08-28 18:43:43 +02:00
"require-dev": {
"doctrine/orm": "^2.4",
"doctrine/phpcr-odm": "^1.0",
"jackalope/jackalope-doctrine-dbal": "^1.0",
"jms/serializer-bundle": "^1.0 || ^2.0",
2019-07-01 22:01:18 +02:00
"matthiasnoback/symfony-config-test": "^4.0",
"matthiasnoback/symfony-dependency-injection-test": "^3.1",
2018-08-28 18:43:43 +02:00
"nelmio/api-doc-bundle": "^2.11",
2019-07-01 22:01:18 +02:00
"sonata-project/exporter": "^1.11.0 || ^2.0",
"symfony/phpunit-bridge": "^4.2"
2018-08-28 18:43:43 +02:00
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"autoload": {
"psr-4": {
2019-07-01 22:01:18 +02:00
"Sonata\\CoreBundle\\": "src/CoreBundle/",
"Sonata\\Form\\": "src/Form/",
"Sonata\\Serializer\\": "src/Serializer/",
"Sonata\\Twig\\": "src/Twig/"
2018-08-28 18:43:43 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Sonata Community",
"homepage": "https://github.com/sonata-project/SonataCoreBundle/contributors"
},
{
"name": "Thomas Rabaix",
"email": "thomas.rabaix@sonata-project.org"
}
],
"description": "Symfony SonataCoreBundle",
"homepage": "https://sonata-project.org/bundles/core",
"keywords": [
"sonata"
],
2019-07-01 22:01:18 +02:00
"time": "2019-04-24T18:55:18+00:00"
2018-08-28 18:43:43 +02:00
},
{
"name": "sonata-project/datagrid-bundle",
2019-07-01 22:01:18 +02:00
"version": "2.5.0",
2018-08-28 18:43:43 +02:00
"source": {
"type": "git",
"url": "https://github.com/sonata-project/SonataDatagridBundle.git",
2019-07-01 22:01:18 +02:00
"reference": "3d67da1be314130c8b419a881582c93bedf809fa"
2018-08-28 18:43:43 +02:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/sonata-project/SonataDatagridBundle/zipball/3d67da1be314130c8b419a881582c93bedf809fa",
"reference": "3d67da1be314130c8b419a881582c93bedf809fa",
2018-08-28 18:43:43 +02:00
"shasum": ""
},
"require": {
2019-07-01 22:01:18 +02:00
"php": "^7.1",
"symfony/config": "^3.4 || ^4.0",
"symfony/dependency-injection": "^3.4 || ^4.0",
"symfony/form": "^3.4 || ^4.0",
"symfony/http-kernel": "^3.4 || ^4.0"
2018-08-28 18:43:43 +02:00
},
"require-dev": {
"doctrine/orm": "^2.4",
2019-07-01 22:01:18 +02:00
"symfony/phpunit-bridge": "^4.2"
2018-08-28 18:43:43 +02:00
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"Sonata\\DatagridBundle\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Sonata Community",
"homepage": "https://github.com/sonata-project/SonataDatagridBundle/contributors"
},
{
"name": "Thomas Rabaix",
"email": "thomas.rabaix@sonata-project.org",
"homepage": "https://sonata-project.org"
}
],
"description": "Symfony SonataDatagridBundle",
"homepage": "https://sonata-project.org/bundles/datagrid",
"keywords": [
"datagrid",
"sonata"
],
2019-07-01 22:01:18 +02:00
"time": "2019-03-05T16:37:15+00:00"
},
{
"name": "sonata-project/doctrine-extensions",
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://github.com/sonata-project/sonata-doctrine-extensions.git",
"reference": "aab1ede164095afcb1f40253c5d97258b930a433"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sonata-project/sonata-doctrine-extensions/zipball/aab1ede164095afcb1f40253c5d97258b930a433",
"reference": "aab1ede164095afcb1f40253c5d97258b930a433",
"shasum": ""
},
"require": {
"doctrine/dbal": "^2.6",
"php": "^7.1"
},
"require-dev": {
"doctrine/common": "^2.7",
"doctrine/orm": "^2.5",
"doctrine/phpcr-odm": "^1.4 || ^2.0",
"jackalope/jackalope-doctrine-dbal": "^1.0",
"matthiasnoback/symfony-dependency-injection-test": "^3.1",
"symfony/dependency-injection": "^2.8 || ^3.3 || ^4.0",
"symfony/expression-language": "^2.8 || ^3.3 || ^4.0",
"symfony/framework-bundle": "^2.8 || ^3.3 || ^4.0",
"symfony/phpunit-bridge": "^4.2"
},
"suggest": {
"doctrine/orm": "If you use doctrine orm",
"doctrine/phpcr-odm": "If you use doctrine phpcr",
"symfony/framework-bundle": "If you want to use symfony"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Sonata\\Doctrine\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Thomas Rabaix",
"email": "thomas.rabaix@sonata-project.org",
"homepage": "http://sonata-project.org"
},
{
"name": "Sonata Community",
"homepage": "https://github.com/sonata-project/sonata-doctrine-extensions/contributors"
}
],
"description": "Doctrine2 behavioral extensions",
"homepage": "https://github.com/sonata-project/sonata-doctrine-extensions",
"keywords": [
"doctrine",
"doctrine2",
"json"
],
"time": "2019-04-29T17:07:46+00:00"
2018-08-28 18:43:43 +02:00
},
{
"name": "sonata-project/exporter",
2019-07-01 22:01:18 +02:00
"version": "2.0.1",
2018-08-28 18:43:43 +02:00
"source": {
"type": "git",
"url": "https://github.com/sonata-project/exporter.git",
2019-07-01 22:01:18 +02:00
"reference": "9e84fd03ef0c696b9b4e9617b73cb6defaf3b476"
2018-08-28 18:43:43 +02:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/sonata-project/exporter/zipball/9e84fd03ef0c696b9b4e9617b73cb6defaf3b476",
"reference": "9e84fd03ef0c696b9b4e9617b73cb6defaf3b476",
2018-08-28 18:43:43 +02:00
"shasum": ""
},
"require": {
2019-07-01 22:01:18 +02:00
"php": "^7.2"
2018-08-28 18:43:43 +02:00
},
"require-dev": {
"doctrine/dbal": "^2.5",
"doctrine/orm": "^2.4.5",
2019-07-01 22:01:18 +02:00
"matthiasnoback/symfony-config-test": "^4.0",
"matthiasnoback/symfony-dependency-injection-test": "^3.0",
2018-08-28 18:43:43 +02:00
"propel/propel1": "^1.6",
2019-07-01 22:01:18 +02:00
"symfony/config": "^3.4 || ^4.0",
"symfony/dependency-injection": "^3.4 || ^4.0",
"symfony/http-foundation": "^3.4 || ^4.0",
"symfony/http-kernel": "^3.4 || ^4.0",
"symfony/phpunit-bridge": "^4.1",
"symfony/property-access": "^3.4 || ^4.0",
"symfony/routing": "^3.4 || ^4.0"
2018-08-28 18:43:43 +02:00
},
"suggest": {
"ext-curl": "*",
"propel/propel1": "^1.6",
"symfony/property-access": "To be able to export from database entities",
"symfony/routing": "To be able to export the routes of a Symfony app"
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-01 22:01:18 +02:00
"dev-master": "2.x-dev"
2018-08-28 18:43:43 +02:00
}
},
"autoload": {
"psr-4": {
2019-07-01 22:01:18 +02:00
"Sonata\\Exporter\\": "src/"
2018-08-28 18:43:43 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Thomas Rabaix",
"email": "thomas.rabaix@gmail.com",
"homepage": "https://sonata-project.org/"
}
],
"description": "Lightweight Exporter library",
"homepage": "https://github.com/sonata-project/Exporter",
"keywords": [
"client",
"csv",
"data",
"export",
"xls"
],
2019-07-01 22:01:18 +02:00
"time": "2019-01-26T10:32:20+00:00"
2018-08-28 18:43:43 +02:00
},
2018-03-13 15:05:52 +01:00
{
2018-04-04 16:25:25 +02:00
"name": "swiftmailer/swiftmailer",
2019-07-01 22:01:18 +02:00
"version": "v5.4.12",
2018-03-13 15:05:52 +01:00
"source": {
"type": "git",
2018-04-04 16:25:25 +02:00
"url": "https://github.com/swiftmailer/swiftmailer.git",
2019-07-01 22:01:18 +02:00
"reference": "181b89f18a90f8925ef805f950d47a7190e9b950"
2018-03-13 15:05:52 +01:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/181b89f18a90f8925ef805f950d47a7190e9b950",
"reference": "181b89f18a90f8925ef805f950d47a7190e9b950",
2018-03-13 15:05:52 +01:00
"shasum": ""
},
"require": {
2018-04-04 16:25:25 +02:00
"php": ">=5.3.3"
2018-03-13 15:05:52 +01:00
},
"require-dev": {
2018-04-04 16:25:25 +02:00
"mockery/mockery": "~0.9.1",
"symfony/phpunit-bridge": "~3.2"
2018-03-13 15:05:52 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-04-04 16:25:25 +02:00
"dev-master": "5.4-dev"
2018-03-13 15:05:52 +01:00
}
},
"autoload": {
2018-04-04 16:25:25 +02:00
"files": [
"lib/swift_required.php"
2018-03-13 15:05:52 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-04-04 16:25:25 +02:00
"name": "Chris Corbyn"
2018-03-13 15:05:52 +01:00
},
{
2018-04-04 16:25:25 +02:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2018-03-13 15:05:52 +01:00
}
],
2018-04-04 16:25:25 +02:00
"description": "Swiftmailer, free feature-rich PHP mailer",
"homepage": "https://swiftmailer.symfony.com",
"keywords": [
"email",
"mail",
"mailer"
],
2019-07-01 22:01:18 +02:00
"time": "2018-07-31T09:26:32+00:00"
},
{
"name": "symfony/http-client",
"version": "v4.3.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client.git",
"reference": "e903ab079c99eab322fc5c71eb63fc467cd19a2a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-client/zipball/e903ab079c99eab322fc5c71eb63fc467cd19a2a",
"reference": "e903ab079c99eab322fc5c71eb63fc467cd19a2a",
"shasum": ""
},
"require": {
"php": "^7.1.3",
"psr/log": "^1.0",
"symfony/http-client-contracts": "^1.1.4",
"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": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony HttpClient component",
"homepage": "https://symfony.com",
"time": "2019-06-26T07:29:23+00:00"
},
{
"name": "symfony/http-client-contracts",
"version": "v1.1.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client-contracts.git",
"reference": "e1924aea9c70ae3e69fff05afa3cb8ce541bf3bb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/e1924aea9c70ae3e69fff05afa3cb8ce541bf3bb",
"reference": "e1924aea9c70ae3e69fff05afa3cb8ce541bf3bb",
"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": "p@tchwork.com"
},
{
"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-06-17T17:43:54+00:00"
},
{
"name": "symfony/mime",
"version": "v4.3.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
"reference": "ec2c5565de60e03f33d4296a655e3273f0ad1f8b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/mime/zipball/ec2c5565de60e03f33d4296a655e3273f0ad1f8b",
"reference": "ec2c5565de60e03f33d4296a655e3273f0ad1f8b",
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/polyfill-intl-idn": "^1.10",
"symfony/polyfill-mbstring": "^1.0"
},
"require-dev": {
"egulias/email-validator": "^2.0",
"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": "fabien@symfony.com"
},
{
"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-06-04T09:22:54+00:00"
2018-03-13 15:05:52 +01:00
},
{
2018-04-04 16:25:25 +02:00
"name": "symfony/monolog-bundle",
2019-07-01 22:01:18 +02:00
"version": "v3.4.0",
2018-03-13 15:05:52 +01:00
"source": {
"type": "git",
2018-04-04 16:25:25 +02:00
"url": "https://github.com/symfony/monolog-bundle.git",
2019-07-01 22:01:18 +02:00
"reference": "7fbecb371c1c614642c93c6b2cbcdf723ae8809d"
2018-03-13 15:05:52 +01:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/7fbecb371c1c614642c93c6b2cbcdf723ae8809d",
"reference": "7fbecb371c1c614642c93c6b2cbcdf723ae8809d",
2018-03-13 15:05:52 +01:00
"shasum": ""
},
"require": {
2018-04-04 16:25:25 +02:00
"monolog/monolog": "~1.22",
2019-07-01 22:01:18 +02:00
"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"
2018-03-13 15:05:52 +01:00
},
"require-dev": {
2019-07-01 22:01:18 +02:00
"symfony/console": "~3.4|~4.0",
"symfony/phpunit-bridge": "^3.4.19|^4.0",
"symfony/yaml": "~3.4|~4.0"
2018-03-13 15:05:52 +01:00
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
2018-04-04 16:25:25 +02:00
"dev-master": "3.x-dev"
2018-03-13 15:05:52 +01:00
}
},
"autoload": {
"psr-4": {
2018-04-04 16:25:25 +02:00
"Symfony\\Bundle\\MonologBundle\\": ""
2018-03-13 15:05:52 +01:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-04-04 16:25:25 +02:00
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
2018-03-13 15:05:52 +01:00
},
{
2018-04-04 16:25:25 +02:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2018-03-13 15:05:52 +01:00
}
],
2018-04-04 16:25:25 +02:00
"description": "Symfony MonologBundle",
"homepage": "http://symfony.com",
"keywords": [
"log",
"logging"
],
2019-07-01 22:01:18 +02:00
"time": "2019-06-20T12:18:19+00:00"
2018-03-13 15:05:52 +01:00
},
{
2018-04-04 16:25:25 +02:00
"name": "symfony/polyfill-apcu",
2019-07-01 22:01:18 +02:00
"version": "v1.11.0",
2018-03-13 15:05:52 +01:00
"source": {
"type": "git",
2018-04-04 16:25:25 +02:00
"url": "https://github.com/symfony/polyfill-apcu.git",
2019-07-01 22:01:18 +02:00
"reference": "a502face1da6a53289480166f24de2c3c68e5c3c"
2018-03-13 15:05:52 +01:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/a502face1da6a53289480166f24de2c3c68e5c3c",
"reference": "a502face1da6a53289480166f24de2c3c68e5c3c",
2018-03-13 15:05:52 +01:00
"shasum": ""
},
"require": {
2018-04-04 16:25:25 +02:00
"php": ">=5.3.3"
2018-03-13 15:05:52 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-01 22:01:18 +02:00
"dev-master": "1.11-dev"
2018-03-13 15:05:52 +01:00
}
},
"autoload": {
"psr-4": {
2018-04-04 16:25:25 +02:00
"Symfony\\Polyfill\\Apcu\\": ""
2018-03-13 15:05:52 +01:00
},
2018-04-04 16:25:25 +02:00
"files": [
"bootstrap.php"
2018-03-13 15:05:52 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-04-04 16:25:25 +02:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2018-03-13 15:05:52 +01:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2018-04-04 16:25:25 +02:00
"description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
2018-03-13 15:05:52 +01:00
"homepage": "https://symfony.com",
2018-04-04 16:25:25 +02:00
"keywords": [
"apcu",
"compatibility",
"polyfill",
"portable",
"shim"
2018-03-13 15:05:52 +01:00
],
2019-07-01 22:01:18 +02:00
"time": "2019-02-06T07:57:58+00:00"
},
{
"name": "symfony/polyfill-ctype",
"version": "v1.11.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "82ebae02209c21113908c229e9883c419720738a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a",
"reference": "82ebae02209c21113908c229e9883c419720738a",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.11-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
},
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
"time": "2019-02-06T07:57:58+00:00"
2018-03-13 15:05:52 +01:00
},
{
2018-04-04 16:25:25 +02:00
"name": "symfony/polyfill-intl-icu",
2019-07-01 22:01:18 +02:00
"version": "v1.11.0",
2018-03-13 15:05:52 +01:00
"source": {
"type": "git",
2018-04-04 16:25:25 +02:00
"url": "https://github.com/symfony/polyfill-intl-icu.git",
2019-07-01 22:01:18 +02:00
"reference": "999878a3a09d73cae157b0cf89bb6fb2cc073057"
2018-03-13 15:05:52 +01:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/999878a3a09d73cae157b0cf89bb6fb2cc073057",
"reference": "999878a3a09d73cae157b0cf89bb6fb2cc073057",
2018-03-13 15:05:52 +01:00
"shasum": ""
},
"require": {
2018-04-04 16:25:25 +02:00
"php": ">=5.3.3",
"symfony/intl": "~2.3|~3.0|~4.0"
2018-03-13 15:05:52 +01:00
},
"suggest": {
2018-04-04 16:25:25 +02:00
"ext-intl": "For best performance"
2018-03-13 15:05:52 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-01 22:01:18 +02:00
"dev-master": "1.9-dev"
2018-03-13 15:05:52 +01:00
}
},
"autoload": {
2018-04-04 16:25:25 +02:00
"files": [
"bootstrap.php"
2018-03-13 15:05:52 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-04-04 16:25:25 +02:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2018-03-13 15:05:52 +01:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2018-04-04 16:25:25 +02:00
"description": "Symfony polyfill for intl's ICU-related data and classes",
2018-03-13 15:05:52 +01:00
"homepage": "https://symfony.com",
2018-04-04 16:25:25 +02:00
"keywords": [
"compatibility",
"icu",
"intl",
"polyfill",
"portable",
"shim"
2018-03-13 15:05:52 +01:00
],
2019-07-01 22:01:18 +02:00
"time": "2019-01-07T19:39:47+00:00"
},
{
"name": "symfony/polyfill-intl-idn",
"version": "v1.11.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
"reference": "c766e95bec706cdd89903b1eda8afab7d7a6b7af"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/c766e95bec706cdd89903b1eda8afab7d7a6b7af",
"reference": "c766e95bec706cdd89903b1eda8afab7d7a6b7af",
"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.9-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Intl\\Idn\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
},
{
"name": "Laurent Bassin",
"email": "laurent@bassin.info"
}
],
"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-03-04T13:44:35+00:00"
2018-03-13 15:05:52 +01:00
},
{
2018-04-04 16:25:25 +02:00
"name": "symfony/polyfill-mbstring",
2019-07-01 22:01:18 +02:00
"version": "v1.11.0",
2018-03-13 15:05:52 +01:00
"source": {
"type": "git",
2018-04-04 16:25:25 +02:00
"url": "https://github.com/symfony/polyfill-mbstring.git",
2019-07-01 22:01:18 +02:00
"reference": "fe5e94c604826c35a32fa832f35bd036b6799609"
2018-03-13 15:05:52 +01:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609",
"reference": "fe5e94c604826c35a32fa832f35bd036b6799609",
2018-03-13 15:05:52 +01:00
"shasum": ""
},
"require": {
2018-04-04 16:25:25 +02:00
"php": ">=5.3.3"
},
"suggest": {
"ext-mbstring": "For best performance"
2018-03-13 15:05:52 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-01 22:01:18 +02:00
"dev-master": "1.11-dev"
2018-03-13 15:05:52 +01:00
}
},
"autoload": {
"psr-4": {
2018-04-04 16:25:25 +02:00
"Symfony\\Polyfill\\Mbstring\\": ""
2018-03-13 15:05:52 +01:00
},
2018-04-04 16:25:25 +02:00
"files": [
"bootstrap.php"
2018-03-13 15:05:52 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-04-04 16:25:25 +02:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2018-03-13 15:05:52 +01:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2018-04-04 16:25:25 +02:00
"description": "Symfony polyfill for the Mbstring extension",
2018-03-13 15:05:52 +01:00
"homepage": "https://symfony.com",
2018-04-04 16:25:25 +02:00
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
2019-07-01 22:01:18 +02:00
"time": "2019-02-06T07:57:58+00:00"
2018-03-13 15:05:52 +01:00
},
{
2018-04-04 16:25:25 +02:00
"name": "symfony/polyfill-php56",
2019-07-01 22:01:18 +02:00
"version": "v1.11.0",
2018-03-13 15:05:52 +01:00
"source": {
"type": "git",
2018-04-04 16:25:25 +02:00
"url": "https://github.com/symfony/polyfill-php56.git",
2019-07-01 22:01:18 +02:00
"reference": "f4dddbc5c3471e1b700a147a20ae17cdb72dbe42"
2018-03-13 15:05:52 +01:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/f4dddbc5c3471e1b700a147a20ae17cdb72dbe42",
"reference": "f4dddbc5c3471e1b700a147a20ae17cdb72dbe42",
2018-03-13 15:05:52 +01:00
"shasum": ""
},
"require": {
2018-04-04 16:25:25 +02:00
"php": ">=5.3.3",
"symfony/polyfill-util": "~1.0"
2018-03-13 15:05:52 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-01 22:01:18 +02:00
"dev-master": "1.11-dev"
2018-03-13 15:05:52 +01:00
}
},
"autoload": {
"psr-4": {
2018-04-04 16:25:25 +02:00
"Symfony\\Polyfill\\Php56\\": ""
2018-03-13 15:05:52 +01:00
},
2018-04-04 16:25:25 +02:00
"files": [
"bootstrap.php"
2018-03-13 15:05:52 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-04-04 16:25:25 +02:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2018-03-13 15:05:52 +01:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2018-04-04 16:25:25 +02:00
"description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
2018-03-13 15:05:52 +01:00
"homepage": "https://symfony.com",
2018-04-04 16:25:25 +02:00
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
2018-03-13 15:05:52 +01:00
],
2019-07-01 22:01:18 +02:00
"time": "2019-02-06T07:57:58+00:00"
2018-03-13 15:05:52 +01:00
},
{
2018-04-04 16:25:25 +02:00
"name": "symfony/polyfill-php70",
2019-07-01 22:01:18 +02:00
"version": "v1.11.0",
2018-03-13 15:05:52 +01:00
"source": {
"type": "git",
2018-04-04 16:25:25 +02:00
"url": "https://github.com/symfony/polyfill-php70.git",
2019-07-01 22:01:18 +02:00
"reference": "bc4858fb611bda58719124ca079baff854149c89"
2018-03-13 15:05:52 +01:00
},
2018-04-04 16:25:25 +02:00
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/bc4858fb611bda58719124ca079baff854149c89",
"reference": "bc4858fb611bda58719124ca079baff854149c89",
2018-04-04 16:25:25 +02:00
"shasum": ""
2018-03-15 16:31:12 +01:00
},
2018-04-04 16:25:25 +02:00
"require": {
2019-07-01 22:01:18 +02:00
"paragonie/random_compat": "~1.0|~2.0|~9.99",
2018-04-04 16:25:25 +02:00
"php": ">=5.3.3"
2018-03-15 16:31:12 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-01 22:01:18 +02:00
"dev-master": "1.11-dev"
2018-03-15 16:31:12 +01:00
}
},
"autoload": {
2018-04-04 16:25:25 +02:00
"psr-4": {
"Symfony\\Polyfill\\Php70\\": ""
},
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
]
2018-03-15 16:31:12 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-04-04 16:25:25 +02:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2018-03-15 16:31:12 +01:00
}
],
2018-04-04 16:25:25 +02:00
"description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
"homepage": "https://symfony.com",
2018-03-15 16:31:12 +01:00
"keywords": [
2018-04-04 16:25:25 +02:00
"compatibility",
"polyfill",
"portable",
"shim"
2018-03-15 16:31:12 +01:00
],
2019-07-01 22:01:18 +02:00
"time": "2019-02-06T07:57:58+00:00"
},
{
"name": "symfony/polyfill-php72",
"version": "v1.11.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
"reference": "ab50dcf166d5f577978419edd37aa2bb8eabce0c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/ab50dcf166d5f577978419edd37aa2bb8eabce0c",
"reference": "ab50dcf166d5f577978419edd37aa2bb8eabce0c",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.11-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php72\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"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-02-06T07:57:58+00:00"
},
{
"name": "symfony/polyfill-php73",
"version": "v1.11.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php73.git",
"reference": "d1fb4abcc0c47be136208ad9d68bf59f1ee17abd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/d1fb4abcc0c47be136208ad9d68bf59f1ee17abd",
"reference": "d1fb4abcc0c47be136208ad9d68bf59f1ee17abd",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.11-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": "p@tchwork.com"
},
{
"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-02-06T07:57:58+00:00"
2018-03-15 16:31:12 +01:00
},
{
2018-04-04 16:25:25 +02:00
"name": "symfony/polyfill-util",
2019-07-01 22:01:18 +02:00
"version": "v1.11.0",
2018-03-15 16:31:12 +01:00
"source": {
"type": "git",
2018-04-04 16:25:25 +02:00
"url": "https://github.com/symfony/polyfill-util.git",
2019-07-01 22:01:18 +02:00
"reference": "b46c6cae28a3106735323f00a0c38eccf2328897"
2018-03-15 16:31:12 +01:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-util/zipball/b46c6cae28a3106735323f00a0c38eccf2328897",
"reference": "b46c6cae28a3106735323f00a0c38eccf2328897",
2018-03-15 16:31:12 +01:00
"shasum": ""
},
"require": {
2018-04-04 16:25:25 +02:00
"php": ">=5.3.3"
2018-03-15 16:31:12 +01:00
},
2018-04-04 16:25:25 +02:00
"type": "library",
2018-03-15 16:31:12 +01:00
"extra": {
"branch-alias": {
2019-07-01 22:01:18 +02:00
"dev-master": "1.11-dev"
2018-03-15 16:31:12 +01:00
}
},
"autoload": {
"psr-4": {
2018-04-04 16:25:25 +02:00
"Symfony\\Polyfill\\Util\\": ""
2018-03-15 16:31:12 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-04-04 16:25:25 +02:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2018-03-15 16:31:12 +01:00
},
{
2018-04-04 16:25:25 +02:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2018-03-15 16:31:12 +01:00
}
],
2018-04-04 16:25:25 +02:00
"description": "Symfony utilities for portability of PHP codes",
"homepage": "https://symfony.com",
2018-03-15 16:31:12 +01:00
"keywords": [
2018-04-04 16:25:25 +02:00
"compat",
"compatibility",
"polyfill",
"shim"
2018-03-15 16:31:12 +01:00
],
2019-07-01 22:01:18 +02:00
"time": "2019-02-08T14:16:39+00:00"
2018-03-15 16:31:12 +01:00
},
2018-08-28 18:43:43 +02:00
{
"name": "symfony/security-acl",
2019-07-01 22:01:18 +02:00
"version": "v3.0.2",
2018-08-28 18:43:43 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/security-acl.git",
2019-07-01 22:01:18 +02:00
"reference": "22928f6be80a37f301500c67e50f57f5b25ffaa8"
2018-08-28 18:43:43 +02:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/symfony/security-acl/zipball/22928f6be80a37f301500c67e50f57f5b25ffaa8",
"reference": "22928f6be80a37f301500c67e50f57f5b25ffaa8",
2018-08-28 18:43:43 +02:00
"shasum": ""
},
"require": {
"php": ">=5.5.9",
"symfony/security-core": "~2.8|~3.0|~4.0"
},
"require-dev": {
"doctrine/common": "~2.2",
"doctrine/dbal": "~2.2",
"psr/log": "~1.0",
"symfony/phpunit-bridge": "~2.8|~3.0|~4.0"
},
"suggest": {
"doctrine/dbal": "For using the built-in ACL implementation",
"symfony/class-loader": "For using the ACL generateSql script",
"symfony/finder": "For using the ACL generateSql script"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Security\\Acl\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Security Component - ACL (Access Control List)",
"homepage": "https://symfony.com",
2019-07-01 22:01:18 +02:00
"time": "2018-12-13T16:51:15+00:00"
2018-08-28 18:43:43 +02:00
},
2018-03-22 14:50:57 +01:00
{
2018-04-04 16:25:25 +02:00
"name": "symfony/swiftmailer-bundle",
"version": "v2.6.7",
2018-03-22 14:50:57 +01:00
"source": {
"type": "git",
2018-04-04 16:25:25 +02:00
"url": "https://github.com/symfony/swiftmailer-bundle.git",
"reference": "c4808f5169efc05567be983909d00f00521c53ec"
2018-03-22 14:50:57 +01:00
},
"dist": {
"type": "zip",
2018-04-04 16:25:25 +02:00
"url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/c4808f5169efc05567be983909d00f00521c53ec",
"reference": "c4808f5169efc05567be983909d00f00521c53ec",
2018-03-22 14:50:57 +01:00
"shasum": ""
},
"require": {
2018-04-04 16:25:25 +02:00
"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"
2018-03-22 14:50:57 +01:00
},
"require-dev": {
2018-04-04 16:25:25 +02:00
"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"
2018-03-22 14:50:57 +01:00
},
"suggest": {
2018-04-04 16:25:25 +02:00
"psr/log": "Allows logging"
2018-03-22 14:50:57 +01:00
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
2018-04-04 16:25:25 +02:00
"dev-master": "2.6-dev"
2018-03-22 14:50:57 +01:00
}
},
"autoload": {
"psr-4": {
2018-04-04 16:25:25 +02:00
"Symfony\\Bundle\\SwiftmailerBundle\\": ""
}
2018-03-22 14:50:57 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-04-04 16:25:25 +02:00
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2018-03-22 14:50:57 +01:00
}
],
2018-04-04 16:25:25 +02:00
"description": "Symfony SwiftmailerBundle",
"homepage": "http://symfony.com",
"time": "2017-10-19T01:06:41+00:00"
2018-03-22 14:50:57 +01:00
},
2018-03-13 15:05:52 +01:00
{
2018-04-04 16:25:25 +02:00
"name": "symfony/symfony",
2019-07-01 22:01:18 +02:00
"version": "v3.4.29",
2018-03-13 15:05:52 +01:00
"source": {
"type": "git",
2018-04-04 16:25:25 +02:00
"url": "https://github.com/symfony/symfony.git",
2019-07-01 22:01:18 +02:00
"reference": "4c9b6d7d898457ae2189efdfaca58712269fc994"
2018-03-13 15:05:52 +01:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/symfony/symfony/zipball/4c9b6d7d898457ae2189efdfaca58712269fc994",
"reference": "4c9b6d7d898457ae2189efdfaca58712269fc994",
2018-03-13 15:05:52 +01:00
"shasum": ""
},
"require": {
2018-04-04 16:25:25 +02:00
"doctrine/common": "~2.4",
"ext-xml": "*",
"fig/link-util": "^1.0",
2018-03-13 15:05:52 +01:00
"php": "^5.5.9|>=7.0.8",
2018-04-04 16:25:25 +02:00
"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",
2019-07-01 22:01:18 +02:00
"symfony/polyfill-ctype": "~1.8",
2018-04-04 16:25:25 +02:00
"symfony/polyfill-intl-icu": "~1.0",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php56": "~1.0",
"symfony/polyfill-php70": "~1.6",
2019-07-01 22:01:18 +02:00
"twig/twig": "^1.40|^2.9"
2018-03-13 15:05:52 +01:00
},
2018-04-04 16:25:25 +02:00
"conflict": {
"phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
2019-07-01 22:01:18 +02:00
"phpdocumentor/type-resolver": "<0.3.0",
2018-04-04 16:25:25 +02:00
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
2018-03-13 15:05:52 +01:00
},
2018-04-04 16:25:25 +02:00
"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",
2019-07-01 22:01:18 +02:00
"symfony/phpunit-bridge": "~3.4|~4.0|~5.0",
2018-04-04 16:25:25 +02:00
"symfony/security-acl": "~2.8|~3.0"
2018-03-13 15:05:52 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.4-dev"
}
},
"autoload": {
"psr-4": {
2018-04-04 16:25:25 +02:00
"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/"
2018-03-13 15:05:52 +01:00
},
2018-04-04 16:25:25 +02:00
"classmap": [
"src/Symfony/Component/Intl/Resources/stubs"
],
2018-03-13 15:05:52 +01:00
"exclude-from-classmap": [
2018-04-04 16:25:25 +02:00
"**/Tests/"
2018-03-13 15:05:52 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2018-04-04 16:25:25 +02:00
"description": "The Symfony PHP framework",
2018-03-13 15:05:52 +01:00
"homepage": "https://symfony.com",
2018-04-04 16:25:25 +02:00
"keywords": [
"framework"
],
2019-07-01 22:01:18 +02:00
"time": "2019-06-26T13:56:55+00:00"
2018-03-13 15:05:52 +01:00
},
{
2018-04-04 16:25:25 +02:00
"name": "symfony/templating",
2019-07-01 22:01:18 +02:00
"version": "v4.3.2",
2018-03-13 15:05:52 +01:00
"source": {
"type": "git",
2018-04-04 16:25:25 +02:00
"url": "https://github.com/symfony/templating.git",
2019-07-01 22:01:18 +02:00
"reference": "b0c5295d09dfbeae3bd3f52990468587ed82785c"
2018-03-13 15:05:52 +01:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/symfony/templating/zipball/b0c5295d09dfbeae3bd3f52990468587ed82785c",
"reference": "b0c5295d09dfbeae3bd3f52990468587ed82785c",
2018-03-13 15:05:52 +01:00
"shasum": ""
},
"require": {
2019-07-01 22:01:18 +02:00
"php": "^7.1.3",
"symfony/polyfill-ctype": "~1.8"
2018-04-04 16:25:25 +02:00
},
"require-dev": {
"psr/log": "~1.0"
},
"suggest": {
2019-07-01 22:01:18 +02:00
"psr/log-implementation": "For using debug logging in loaders"
2018-03-13 15:05:52 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-01 22:01:18 +02:00
"dev-master": "4.3-dev"
2018-03-13 15:05:52 +01:00
}
},
"autoload": {
"psr-4": {
2018-04-04 16:25:25 +02:00
"Symfony\\Component\\Templating\\": ""
2018-03-13 15:05:52 +01:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2018-04-04 16:25:25 +02:00
"description": "Symfony Templating Component",
2018-03-13 15:05:52 +01:00
"homepage": "https://symfony.com",
2019-07-01 22:01:18 +02:00
"time": "2019-05-30T16:10:05+00:00"
2018-03-13 15:05:52 +01:00
},
2018-08-28 18:43:43 +02:00
{
"name": "twig/extensions",
2019-07-01 22:01:18 +02:00
"version": "v1.5.4",
2018-08-28 18:43:43 +02:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig-extensions.git",
2019-07-01 22:01:18 +02:00
"reference": "57873c8b0c1be51caa47df2cdb824490beb16202"
2018-08-28 18:43:43 +02:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202",
"reference": "57873c8b0c1be51caa47df2cdb824490beb16202",
2018-08-28 18:43:43 +02:00
"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": "fabien@symfony.com"
}
],
"description": "Common additional features for Twig that do not directly belong in core",
"keywords": [
"i18n",
"text"
],
2019-07-01 22:01:18 +02:00
"time": "2018-12-05T18:34:18+00:00"
2018-08-28 18:43:43 +02:00
},
2018-03-13 15:05:52 +01:00
{
2018-04-04 16:25:25 +02:00
"name": "twig/twig",
2019-07-01 22:01:18 +02:00
"version": "v2.11.3",
2018-03-13 15:05:52 +01:00
"source": {
"type": "git",
2018-04-04 16:25:25 +02:00
"url": "https://github.com/twigphp/Twig.git",
2019-07-01 22:01:18 +02:00
"reference": "699ed2342557c88789a15402de5eb834dedd6792"
2018-03-13 15:05:52 +01:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/twigphp/Twig/zipball/699ed2342557c88789a15402de5eb834dedd6792",
"reference": "699ed2342557c88789a15402de5eb834dedd6792",
2018-03-13 15:05:52 +01:00
"shasum": ""
},
"require": {
2018-04-17 13:53:29 +02:00
"php": "^7.0",
2019-07-01 22:01:18 +02:00
"symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-mbstring": "^1.3"
2018-03-13 15:05:52 +01:00
},
"require-dev": {
2018-04-04 16:25:25 +02:00
"psr/container": "^1.0",
2018-04-17 13:53:29 +02:00
"symfony/debug": "^2.7",
2019-07-01 22:01:18 +02:00
"symfony/phpunit-bridge": "^3.4.19|^4.1.8|^5.0"
2018-03-13 15:05:52 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-01 22:01:18 +02:00
"dev-master": "2.11-dev"
2018-03-13 15:05:52 +01:00
}
},
"autoload": {
2018-04-04 16:25:25 +02:00
"psr-0": {
"Twig_": "lib/"
2018-03-13 15:05:52 +01:00
},
2018-04-04 16:25:25 +02:00
"psr-4": {
"Twig\\": "src/"
}
2018-03-13 15:05:52 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-04-04 16:25:25 +02:00
"BSD-3-Clause"
2018-03-13 15:05:52 +01:00
],
"authors": [
{
"name": "Fabien Potencier",
2018-04-04 16:25:25 +02:00
"email": "fabien@symfony.com",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
2018-03-13 15:05:52 +01:00
},
{
2018-04-04 16:25:25 +02:00
"name": "Armin Ronacher",
"email": "armin.ronacher@active-4.com",
"role": "Project Founder"
},
{
"name": "Twig Team",
2019-07-01 22:01:18 +02:00
"homepage": "https://twig.symfony.com/contributors",
2018-04-04 16:25:25 +02:00
"role": "Contributors"
2018-03-13 15:05:52 +01:00
}
],
2018-04-04 16:25:25 +02:00
"description": "Twig, the flexible, fast, and secure template language for PHP",
2019-07-01 22:01:18 +02:00
"homepage": "https://twig.symfony.com",
2018-04-04 16:25:25 +02:00
"keywords": [
"templating"
],
2019-07-01 22:01:18 +02:00
"time": "2019-06-18T15:37:11+00:00"
2018-04-04 16:25:25 +02:00
}
],
"packages-dev": [
2018-03-13 15:05:52 +01:00
{
2018-04-04 16:25:25 +02:00
"name": "sensio/generator-bundle",
"version": "v3.1.7",
2018-03-13 15:05:52 +01:00
"source": {
"type": "git",
2018-04-04 16:25:25 +02:00
"url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
"reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65"
2018-03-13 15:05:52 +01:00
},
"dist": {
"type": "zip",
2018-04-04 16:25:25 +02:00
"url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/28cbaa244bd0816fd8908b93f90380bcd7b67a65",
"reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65",
2018-03-13 15:05:52 +01:00
"shasum": ""
},
"require": {
2018-04-04 16:25:25 +02:00
"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"
2018-03-13 15:05:52 +01:00
},
"require-dev": {
2018-04-04 16:25:25 +02:00
"doctrine/orm": "~2.4",
"symfony/doctrine-bridge": "~2.7|~3.0",
"symfony/filesystem": "~2.7|~3.0",
"symfony/phpunit-bridge": "^3.3"
2018-03-13 15:05:52 +01:00
},
2018-04-04 16:25:25 +02:00
"type": "symfony-bundle",
2018-03-13 15:05:52 +01:00
"extra": {
"branch-alias": {
2018-04-04 16:25:25 +02:00
"dev-master": "3.1.x-dev"
2018-03-13 15:05:52 +01:00
}
},
"autoload": {
"psr-4": {
2018-04-04 16:25:25 +02:00
"Sensio\\Bundle\\GeneratorBundle\\": ""
2018-03-13 15:05:52 +01:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
2018-04-04 16:25:25 +02:00
"description": "This bundle generates code for you",
"time": "2017-12-07T15:36:41+00:00"
2018-03-13 15:05:52 +01:00
},
{
2018-04-04 16:25:25 +02:00
"name": "symfony/phpunit-bridge",
2019-07-01 22:01:18 +02:00
"version": "v3.4.29",
2018-03-13 15:05:52 +01:00
"source": {
"type": "git",
2018-04-04 16:25:25 +02:00
"url": "https://github.com/symfony/phpunit-bridge.git",
2019-07-01 22:01:18 +02:00
"reference": "521489968e58dcdb8df153436cc18349737e49e3"
2018-03-13 15:05:52 +01:00
},
"dist": {
"type": "zip",
2019-07-01 22:01:18 +02:00
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/521489968e58dcdb8df153436cc18349737e49e3",
"reference": "521489968e58dcdb8df153436cc18349737e49e3",
2018-03-13 15:05:52 +01:00
"shasum": ""
},
"require": {
2018-04-04 16:25:25 +02:00
"php": ">=5.3.3"
2018-03-13 15:05:52 +01:00
},
2018-04-04 16:25:25 +02:00
"conflict": {
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
2018-03-13 15:05:52 +01:00
},
2018-04-04 16:25:25 +02:00
"suggest": {
"symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
},
"bin": [
"bin/simple-phpunit"
],
"type": "symfony-bridge",
2018-03-13 15:05:52 +01:00
"extra": {
"branch-alias": {
2018-04-04 16:25:25 +02:00
"dev-master": "3.4-dev"
},
"thanks": {
"name": "phpunit/phpunit",
"url": "https://github.com/sebastianbergmann/phpunit"
2018-03-13 15:05:52 +01:00
}
},
"autoload": {
2018-04-04 16:25:25 +02:00
"files": [
"bootstrap.php"
],
2018-03-13 15:05:52 +01:00
"psr-4": {
2018-04-04 16:25:25 +02:00
"Symfony\\Bridge\\PhpUnit\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2018-03-13 15:05:52 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2018-04-04 16:25:25 +02:00
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
2018-03-13 15:05:52 +01:00
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2018-04-04 16:25:25 +02:00
"description": "Symfony PHPUnit Bridge",
"homepage": "https://symfony.com",
2019-07-01 22:01:18 +02:00
"time": "2019-06-26T10:03:25+00:00"
2018-03-13 15:05:52 +01:00
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
2019-07-01 22:01:18 +02:00
"php": ">=7.0"
2018-03-13 15:05:52 +01:00
},
"platform-dev": []
}