2019-02-23 16:49:38 +01:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2019-03-27 19:19:50 +01:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2019-02-23 16:49:38 +01:00
"This file is @generated automatically"
],
2020-01-01 15:57:34 +01:00
"content-hash": "a2255f70c09f9313e7a4adc58c599ec5",
2019-02-23 16:49:38 +01:00
"packages": [
2019-12-14 16:35:19 +01:00
{
"name": "beberlei/assert",
2019-12-26 15:07:32 +01:00
"version": "v3.2.7",
2019-12-14 16:35:19 +01:00
"source": {
"type": "git",
"url": "https://github.com/beberlei/assert.git",
2019-12-26 15:07:32 +01:00
"reference": "d63a6943fc4fd1a2aedb65994e3548715105abcf"
2019-12-14 16:35:19 +01:00
},
"dist": {
"type": "zip",
2019-12-26 15:07:32 +01:00
"url": "https://api.github.com/repos/beberlei/assert/zipball/d63a6943fc4fd1a2aedb65994e3548715105abcf",
"reference": "d63a6943fc4fd1a2aedb65994e3548715105abcf",
2019-12-14 16:35:19 +01:00
"shasum": ""
},
"require": {
"ext-ctype": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-simplexml": "*",
"php": "^7"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "*",
"phpstan/phpstan-shim": "*",
"phpunit/phpunit": ">=6.0.0 <8"
},
"suggest": {
"ext-intl": "Needed to allow Assertion::count(), Assertion::isCountable(), Assertion::minCount(), and Assertion::maxCount() to operate on ResourceBundles"
},
"type": "library",
"autoload": {
"psr-4": {
"Assert\\": "lib/Assert"
},
"files": [
"lib/Assert/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de",
"role": "Lead Developer"
},
{
"name": "Richard Quadling",
"email": "rquadling@gmail.com",
"role": "Collaborator"
}
],
"description": "Thin assertion library for input validation in business models.",
"keywords": [
"assert",
"assertion",
"validation"
],
2019-12-26 15:07:32 +01:00
"time": "2019-12-19T17:51:41+00:00"
2019-12-14 16:35:19 +01:00
},
2019-02-23 16:49:38 +01:00
{
"name": "doctrine/annotations",
2019-10-03 18:14:45 +02:00
"version": "v1.8.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
2019-10-03 18:14:45 +02:00
"reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-10-03 18:14:45 +02:00
"url": "https://api.github.com/repos/doctrine/annotations/zipball/904dca4eb10715b92569fbcd79e201d5c349b6bc",
"reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"doctrine/lexer": "1.*",
"php": "^7.1"
},
"require-dev": {
"doctrine/cache": "1.*",
2019-10-03 18:14:45 +02:00
"phpunit/phpunit": "^7.5"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-08-13 13:04:31 +02:00
"dev-master": "1.7.x-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2019-08-13 13:04:31 +02:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-02-23 16:49:38 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"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-10-03 18:14:45 +02:00
"time": "2019-10-01T18:55:10+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/cache",
2019-11-30 15:43:30 +01:00
"version": "1.10.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/cache.git",
2019-11-30 15:43:30 +01:00
"reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-11-30 15:43:30 +01:00
"url": "https://api.github.com/repos/doctrine/cache/zipball/382e7f4db9a12dc6c19431743a2b096041bcdd62",
"reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "~7.1"
},
"conflict": {
"doctrine/common": ">2.2,<2.4"
},
"require-dev": {
"alcaeus/mongo-php-adapter": "^1.1",
2019-11-16 17:59:32 +01:00
"doctrine/coding-standard": "^6.0",
2019-02-23 16:49:38 +01:00
"mongodb/mongodb": "^1.1",
"phpunit/phpunit": "^7.0",
"predis/predis": "~1.0"
},
"suggest": {
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-16 17:59:32 +01:00
"dev-master": "1.9.x-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2019-11-01 13:58:02 +01:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-02-23 16:49:38 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
2019-11-16 17:59:32 +01:00
"description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
"homepage": "https://www.doctrine-project.org/projects/cache.html",
2019-02-23 16:49:38 +01:00
"keywords": [
2019-11-16 17:59:32 +01:00
"abstraction",
"apcu",
2019-02-23 16:49:38 +01:00
"cache",
2019-11-16 17:59:32 +01:00
"caching",
"couchdb",
"memcached",
"php",
"redis",
"xcache"
2019-02-23 16:49:38 +01:00
],
2019-11-30 15:43:30 +01:00
"time": "2019-11-29T15:36:20+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/collections",
2019-11-16 17:59:32 +01:00
"version": "1.6.4",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/collections.git",
2019-11-16 17:59:32 +01:00
"reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-11-16 17:59:32 +01:00
"url": "https://api.github.com/repos/doctrine/collections/zipball/6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
"reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2019-03-25 18:14:14 +01:00
"php": "^7.1.3"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2019-03-25 18:14:14 +01:00
"doctrine/coding-standard": "^6.0",
"phpstan/phpstan-shim": "^0.9.2",
"phpunit/phpunit": "^7.0",
"vimeo/psalm": "^3.2.2"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-03-25 18:14:14 +01:00
"dev-master": "1.6.x-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
2019-03-25 18:14:14 +01:00
"psr-4": {
"Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
2019-02-23 16:49:38 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2019-11-16 17:59:32 +01:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-02-23 16:49:38 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
2019-03-25 18:14:14 +01:00
"description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
"homepage": "https://www.doctrine-project.org/projects/collections.html",
2019-02-23 16:49:38 +01:00
"keywords": [
"array",
"collections",
2019-03-25 18:14:14 +01:00
"iterators",
"php"
2019-02-23 16:49:38 +01:00
],
2019-11-16 17:59:32 +01:00
"time": "2019-11-13T13:07:11+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/common",
2019-09-18 16:06:51 +02:00
"version": "v2.11.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/common.git",
2019-09-18 16:06:51 +02:00
"reference": "b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-09-18 16:06:51 +02:00
"url": "https://api.github.com/repos/doctrine/common/zipball/b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff",
"reference": "b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"doctrine/annotations": "^1.0",
"doctrine/cache": "^1.0",
"doctrine/collections": "^1.0",
"doctrine/event-manager": "^1.0",
"doctrine/inflector": "^1.0",
"doctrine/lexer": "^1.0",
"doctrine/persistence": "^1.1",
"doctrine/reflection": "^1.0",
"php": "^7.1"
},
"require-dev": {
"doctrine/coding-standard": "^1.0",
2019-09-18 16:06:51 +02:00
"phpstan/phpstan": "^0.11",
"phpstan/phpstan-phpunit": "^0.11",
"phpunit/phpunit": "^7.0",
2019-02-23 16:49:38 +01:00
"squizlabs/php_codesniffer": "^3.0",
"symfony/phpunit-bridge": "^4.0.5"
},
"type": "library",
"extra": {
"branch-alias": {
2019-09-18 16:06:51 +02:00
"dev-master": "2.11.x-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\": "lib/Doctrine/Common"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2019-09-18 16:06:51 +02:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-02-23 16:49:38 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
"description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, persistence interfaces, proxies, event system and much more.",
"homepage": "https://www.doctrine-project.org/projects/common.html",
"keywords": [
"common",
"doctrine",
"php"
],
2019-09-18 16:06:51 +02:00
"time": "2019-09-10T10:10:14+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/dbal",
2020-01-01 15:57:34 +01:00
"version": "v2.10.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
2020-01-01 15:57:34 +01:00
"reference": "0c9a646775ef549eb0a213a4f9bd4381d9b4d934"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-01-01 15:57:34 +01:00
"url": "https://api.github.com/repos/doctrine/dbal/zipball/0c9a646775ef549eb0a213a4f9bd4381d9b4d934",
"reference": "0c9a646775ef549eb0a213a4f9bd4381d9b4d934",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"doctrine/cache": "^1.0",
"doctrine/event-manager": "^1.0",
"ext-pdo": "*",
2020-01-01 15:57:34 +01:00
"php": "^7.2"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2020-01-01 15:57:34 +01:00
"doctrine/coding-standard": "^6.0",
"jetbrains/phpstorm-stubs": "^2019.1",
"phpstan/phpstan": "^0.11.3",
"phpunit/phpunit": "^8.4.1",
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0"
2019-02-23 16:49:38 +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": {
2020-01-01 15:57:34 +01:00
"dev-master": "2.10.x-dev",
2019-02-23 16:49:38 +01:00
"dev-develop": "3.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2019-11-08 20:25:47 +01:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-02-23 16:49:38 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
}
],
"description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
"homepage": "https://www.doctrine-project.org/projects/dbal.html",
"keywords": [
"abstraction",
"database",
2020-01-01 15:57:34 +01:00
"db2",
2019-02-23 16:49:38 +01:00
"dbal",
2020-01-01 15:57:34 +01:00
"mariadb",
"mssql",
2019-02-23 16:49:38 +01:00
"mysql",
2020-01-01 15:57:34 +01:00
"oci8",
"oracle",
"pdo",
2019-02-23 16:49:38 +01:00
"pgsql",
2020-01-01 15:57:34 +01:00
"postgresql",
"queryobject",
"sasql",
"sql",
"sqlanywhere",
"sqlite",
"sqlserver",
"sqlsrv"
2019-02-23 16:49:38 +01:00
],
2020-01-01 15:57:34 +01:00
"time": "2019-11-03T16:50:43+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/doctrine-bundle",
2019-12-23 13:51:16 +01:00
"version": "1.12.6",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineBundle.git",
2019-12-23 13:51:16 +01:00
"reference": "08f944760ac471aa97a9b0386dfdb559db80b32d"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-12-23 13:51:16 +01:00
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/08f944760ac471aa97a9b0386dfdb559db80b32d",
"reference": "08f944760ac471aa97a9b0386dfdb559db80b32d",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"doctrine/dbal": "^2.5.12",
"doctrine/doctrine-cache-bundle": "~1.2",
2019-12-23 13:51:16 +01:00
"doctrine/persistence": "^1.3.3",
2019-02-23 16:49:38 +01:00
"jdorn/sql-formatter": "^1.2.16",
2019-05-25 21:57:00 +02:00
"php": "^7.1",
2019-11-30 15:43:30 +01:00
"symfony/cache": "^3.4.30|^4.3.3",
2019-11-21 21:52:41 +01:00
"symfony/config": "^3.4.30|^4.3.3",
"symfony/console": "^3.4.30|^4.3.3",
"symfony/dependency-injection": "^3.4.30|^4.3.3",
"symfony/doctrine-bridge": "^3.4.30|^4.3.3",
2019-12-23 13:51:16 +01:00
"symfony/framework-bundle": "^3.4.30|^4.3.3",
"symfony/service-contracts": "^1.1.1|^2.0"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2019-05-25 21:57:00 +02:00
"doctrine/orm": "<2.6",
"twig/twig": "<1.34|>=2.0,<2.4"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2019-05-25 21:57:00 +02:00
"doctrine/coding-standard": "^6.0",
"doctrine/orm": "^2.6",
2019-12-23 13:51:16 +01:00
"ocramius/proxy-manager": "^2.1",
2019-02-23 16:49:38 +01:00
"php-coveralls/php-coveralls": "^2.1",
2019-11-21 21:52:41 +01:00
"phpunit/phpunit": "^7.5",
2019-05-25 21:57:00 +02:00
"symfony/phpunit-bridge": "^4.2",
2019-11-21 21:52:41 +01:00
"symfony/property-info": "^3.4.30|^4.3.3",
"symfony/twig-bridge": "^3.4|^4.1",
"symfony/validator": "^3.4.30|^4.3.3",
"symfony/web-profiler-bundle": "^3.4.30|^4.3.3",
"symfony/yaml": "^3.4.30|^4.3.3",
"twig/twig": "^1.34|^2.12"
2019-02-23 16:49:38 +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-11-21 21:52:41 +01:00
"dev-master": "1.12.x-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Bundle\\DoctrineBundle\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-11-21 21:52:41 +01:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2019-02-23 16:49:38 +01:00
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
2019-11-21 21:52:41 +01:00
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
2019-02-23 16:49:38 +01:00
},
{
2019-11-21 21:52:41 +01:00
"name": "Doctrine Project",
"homepage": "http://www.doctrine-project.org/"
2019-02-23 16:49:38 +01:00
}
],
"description": "Symfony DoctrineBundle",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"database",
"dbal",
"orm",
"persistence"
],
2019-12-23 13:51:16 +01:00
"time": "2019-12-19T09:08:00+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/doctrine-cache-bundle",
2019-11-30 15:43:30 +01:00
"version": "1.4.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineCacheBundle.git",
2019-11-30 15:43:30 +01:00
"reference": "6bee2f9b339847e8a984427353670bad4e7bdccb"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-11-30 15:43:30 +01:00
"url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/6bee2f9b339847e8a984427353670bad4e7bdccb",
"reference": "6bee2f9b339847e8a984427353670bad4e7bdccb",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"doctrine/cache": "^1.4.2",
2019-11-30 15:43:30 +01:00
"doctrine/inflector": "^1.0",
"php": "^7.1",
"symfony/doctrine-bridge": "^3.4|^4.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
"instaclick/coding-standard": "~1.1",
"instaclick/object-calisthenics-sniffs": "dev-master",
"instaclick/symfony2-coding-standard": "dev-remaster",
2019-11-30 15:43:30 +01:00
"phpunit/phpunit": "^7.0",
2019-02-23 16:49:38 +01:00
"predis/predis": "~0.8",
"satooshi/php-coveralls": "^1.0",
"squizlabs/php_codesniffer": "~1.5",
2019-11-30 15:43:30 +01:00
"symfony/console": "^3.4|^4.0",
"symfony/finder": "^3.4|^4.0",
"symfony/framework-bundle": "^3.4|^4.0",
"symfony/phpunit-bridge": "^3.4|^4.0",
"symfony/security-acl": "^2.8",
"symfony/validator": "^3.4|^4.0",
"symfony/yaml": "^3.4|^4.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"symfony/security-acl": "For using this bundle to cache ACLs"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
2019-11-30 15:43:30 +01:00
"dev-master": "1.4.x-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-11-30 15:43:30 +01:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2019-02-23 16:49:38 +01:00
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Fabio B. Silva",
"email": "fabio.bat.silva@gmail.com"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@hotmail.com"
},
{
2019-11-30 15:43:30 +01:00
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
2019-02-23 16:49:38 +01:00
},
{
2019-11-30 15:43:30 +01:00
"name": "Doctrine Project",
"homepage": "http://www.doctrine-project.org/"
2019-02-23 16:49:38 +01:00
}
],
"description": "Symfony Bundle for Doctrine Cache",
"homepage": "https://www.doctrine-project.org",
"keywords": [
"cache",
"caching"
],
2019-11-30 15:43:30 +01:00
"time": "2019-11-29T11:22:01+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/doctrine-migrations-bundle",
2019-11-16 17:59:32 +01:00
"version": "2.1.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
2019-11-16 17:59:32 +01:00
"reference": "856437e8de96a70233e1f0cc2352fc8dd15a899d"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-11-16 17:59:32 +01:00
"url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/856437e8de96a70233e1f0cc2352fc8dd15a899d",
"reference": "856437e8de96a70233e1f0cc2352fc8dd15a899d",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2019-11-16 17:59:32 +01:00
"doctrine/doctrine-bundle": "~1.0|~2.0",
"doctrine/migrations": "^2.2",
2019-02-23 16:49:38 +01:00
"php": "^7.1",
2019-11-16 17:59:32 +01:00
"symfony/framework-bundle": "~3.4|~4.0|~5.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
"doctrine/coding-standard": "^5.0",
"mikey179/vfsstream": "^1.6",
"phpstan/phpstan": "^0.9.2",
"phpstan/phpstan-strict-rules": "^0.9",
2019-11-16 17:59:32 +01:00
"phpunit/phpunit": "^6.4|^7.0"
2019-02-23 16:49:38 +01:00
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
2019-11-16 17:59:32 +01:00
"dev-master": "2.1.x-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Bundle\\MigrationsBundle\\": ""
2019-11-16 17:59:32 +01:00
},
"exclude-from-classmap": [
"/Tests/"
]
2019-02-23 16:49:38 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-11-16 17:59:32 +01:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2019-02-23 16:49:38 +01:00
},
{
"name": "Doctrine Project",
"homepage": "http://www.doctrine-project.org"
},
{
2019-11-16 17:59:32 +01:00
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
2019-02-23 16:49:38 +01:00
}
],
"description": "Symfony DoctrineMigrationsBundle",
"homepage": "https://www.doctrine-project.org",
"keywords": [
"dbal",
"migrations",
"schema"
],
2019-11-16 17:59:32 +01:00
"time": "2019-11-13T12:57:41+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/event-manager",
2019-11-16 17:59:32 +01:00
"version": "1.1.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/event-manager.git",
2019-11-16 17:59:32 +01:00
"reference": "629572819973f13486371cb611386eb17851e85c"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-11-16 17:59:32 +01:00
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c",
"reference": "629572819973f13486371cb611386eb17851e85c",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.1"
},
"conflict": {
"doctrine/common": "<2.9@dev"
},
"require-dev": {
2019-11-16 17:59:32 +01:00
"doctrine/coding-standard": "^6.0",
2019-02-23 16:49:38 +01:00
"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": [
2019-11-16 17:59:32 +01:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-02-23 16:49:38 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
2019-11-16 17:59:32 +01:00
"description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
2019-02-23 16:49:38 +01:00
"homepage": "https://www.doctrine-project.org/projects/event-manager.html",
"keywords": [
"event",
2019-11-16 17:59:32 +01:00
"event dispatcher",
"event manager",
"event system",
"events"
2019-02-23 16:49:38 +01:00
],
2019-11-16 17:59:32 +01:00
"time": "2019-11-10T09:48:07+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/inflector",
2019-11-16 17:59:32 +01:00
"version": "1.3.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
2019-11-16 17:59:32 +01:00
"reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-11-16 17:59:32 +01:00
"url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
"reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.1"
},
"require-dev": {
"phpunit/phpunit": "^6.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2019-11-16 17:59:32 +01:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-02-23 16:49:38 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"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"
],
2019-11-16 17:59:32 +01:00
"time": "2019-10-30T19:59:35+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/instantiator",
2019-11-16 17:59:32 +01:00
"version": "1.3.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
2019-11-16 17:59:32 +01:00
"reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-11-16 17:59:32 +01:00
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
"reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.1"
},
"require-dev": {
2019-03-24 15:28:01 +01:00
"doctrine/coding-standard": "^6.0",
2019-02-23 16:49:38 +01:00
"ext-pdo": "*",
"ext-phar": "*",
2019-03-24 15:28:01 +01:00
"phpbench/phpbench": "^0.13",
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-shim": "^0.11",
"phpunit/phpunit": "^7.0"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://ocramius.github.com/"
}
],
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2019-03-24 15:28:01 +01:00
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
2019-02-23 16:49:38 +01:00
"keywords": [
"constructor",
"instantiate"
],
2019-11-16 17:59:32 +01:00
"time": "2019-10-21T16:45:58+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/lexer",
2020-01-01 15:57:34 +01:00
"version": "1.2.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
2020-01-01 15:57:34 +01:00
"reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-01-01 15:57:34 +01:00
"url": "https://api.github.com/repos/doctrine/lexer/zipball/5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
"reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-01-01 15:57:34 +01:00
"php": "^7.2"
2019-02-23 16:49:38 +01:00
},
2019-06-16 12:36:17 +02:00
"require-dev": {
2020-01-01 15:57:34 +01:00
"doctrine/coding-standard": "^6.0",
"phpstan/phpstan": "^0.11.8",
"phpunit/phpunit": "^8.2"
2019-06-16 12:36:17 +02:00
},
2019-02-23 16:49:38 +01:00
"type": "library",
"extra": {
"branch-alias": {
2020-01-01 15:57:34 +01:00
"dev-master": "1.2.x-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
2019-06-16 12:36:17 +02:00
"psr-4": {
"Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
2019-02-23 16:49:38 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2019-09-18 16:06:51 +02:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2020-01-01 15:57:34 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
2019-02-23 16:49:38 +01:00
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
2019-06-16 12:36:17 +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",
2019-02-23 16:49:38 +01:00
"keywords": [
2019-06-16 12:36:17 +02:00
"annotations",
"docblock",
2019-02-23 16:49:38 +01:00
"lexer",
2019-06-16 12:36:17 +02:00
"parser",
"php"
2019-02-23 16:49:38 +01:00
],
2020-01-01 15:57:34 +01:00
"time": "2019-10-30T14:39:59+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/migrations",
2019-11-16 17:59:32 +01:00
"version": "2.2.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/migrations.git",
2019-11-16 17:59:32 +01:00
"reference": "8e124252d2f6be1124017d746d5994dd4095d66f"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-11-16 17:59:32 +01:00
"url": "https://api.github.com/repos/doctrine/migrations/zipball/8e124252d2f6be1124017d746d5994dd4095d66f",
"reference": "8e124252d2f6be1124017d746d5994dd4095d66f",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2019-06-16 12:36:17 +02:00
"doctrine/dbal": "^2.9",
2019-02-23 16:49:38 +01:00
"ocramius/package-versions": "^1.3",
"ocramius/proxy-manager": "^2.0.2",
"php": "^7.1",
2019-11-16 17:59:32 +01:00
"symfony/console": "^3.4||^4.0||^5.0",
"symfony/stopwatch": "^3.4||^4.0||^5.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2019-06-16 12:36:17 +02:00
"doctrine/coding-standard": "^6.0",
2019-02-23 16:49:38 +01:00
"doctrine/orm": "^2.6",
"ext-pdo_sqlite": "*",
"jdorn/sql-formatter": "^1.1",
"mikey179/vfsstream": "^1.6",
"phpstan/phpstan": "^0.10",
"phpstan/phpstan-deprecation-rules": "^0.10",
"phpstan/phpstan-phpunit": "^0.10",
"phpstan/phpstan-strict-rules": "^0.10",
"phpunit/phpunit": "^7.0",
2019-11-16 17:59:32 +01:00
"symfony/process": "^3.4||^4.0||^5.0",
"symfony/yaml": "^3.4||^4.0||^5.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command.",
"symfony/yaml": "Allows the use of yaml for migration configuration files."
},
"bin": [
"bin/doctrine-migrations"
],
"type": "library",
"extra": {
"branch-alias": {
2019-11-16 17:59:32 +01:00
"dev-master": "2.2.x-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Migrations\\": "lib/Doctrine/Migrations"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Michael Simonson",
"email": "contact@mikesimonson.com"
}
],
"description": "PHP Doctrine Migrations project offer additional functionality on top of the database abstraction layer (DBAL) for versioning your database schema and easily deploying changes to it. It is a very easy to use and a powerful tool.",
"homepage": "https://www.doctrine-project.org/projects/migrations.html",
"keywords": [
"database",
"dbal",
"migrations",
"php"
],
2019-11-16 17:59:32 +01:00
"time": "2019-11-13T11:06:31+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/orm",
2019-11-21 21:52:41 +01:00
"version": "v2.7.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/orm.git",
2019-11-21 21:52:41 +01:00
"reference": "4d763ca4c925f647b248b9fa01b5f47aa3685d62"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-11-21 21:52:41 +01:00
"url": "https://api.github.com/repos/doctrine/orm/zipball/4d763ca4c925f647b248b9fa01b5f47aa3685d62",
"reference": "4d763ca4c925f647b248b9fa01b5f47aa3685d62",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2019-11-21 21:52:41 +01:00
"doctrine/annotations": "^1.8",
"doctrine/cache": "^1.9.1",
"doctrine/collections": "^1.5",
"doctrine/common": "^2.11",
"doctrine/dbal": "^2.9.3",
"doctrine/event-manager": "^1.1",
"doctrine/instantiator": "^1.3",
"doctrine/persistence": "^1.2",
2019-02-23 16:49:38 +01:00
"ext-pdo": "*",
"php": "^7.1",
2019-11-21 21:52:41 +01:00
"symfony/console": "^3.0|^4.0|^5.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2019-10-03 18:14:45 +02:00
"doctrine/coding-standard": "^5.0",
"phpunit/phpunit": "^7.5",
2019-11-21 21:52:41 +01:00
"symfony/yaml": "^3.4|^4.0|^5.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
},
"bin": [
"bin/doctrine"
],
"type": "library",
"extra": {
"branch-alias": {
2019-11-21 21:52:41 +01:00
"dev-master": "2.7.x-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\ORM\\": "lib/Doctrine/ORM"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2019-10-03 18:14:45 +02:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-02-23 16:49:38 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
"description": "Object-Relational-Mapper for PHP",
2019-11-21 21:52:41 +01:00
"homepage": "https://www.doctrine-project.org/projects/orm.html",
2019-02-23 16:49:38 +01:00
"keywords": [
"database",
"orm"
],
2019-11-21 21:52:41 +01:00
"time": "2019-11-19T08:38:05+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/persistence",
2019-12-23 13:51:16 +01:00
"version": "1.3.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/persistence.git",
2019-12-23 13:51:16 +01:00
"reference": "99b196bbd4715a94fa100fac664a351ffa46d6a5"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-12-23 13:51:16 +01:00
"url": "https://api.github.com/repos/doctrine/persistence/zipball/99b196bbd4715a94fa100fac664a351ffa46d6a5",
"reference": "99b196bbd4715a94fa100fac664a351ffa46d6a5",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"doctrine/annotations": "^1.0",
"doctrine/cache": "^1.0",
"doctrine/collections": "^1.0",
"doctrine/event-manager": "^1.0",
"doctrine/reflection": "^1.0",
"php": "^7.1"
},
"conflict": {
"doctrine/common": "<2.10@dev"
},
"require-dev": {
2019-12-23 13:51:16 +01:00
"doctrine/coding-standard": "^6.0",
"phpstan/phpstan": "^0.11",
2019-02-23 16:49:38 +01:00
"phpunit/phpunit": "^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-23 13:51:16 +01:00
"dev-master": "1.3.x-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
2019-12-23 13:51:16 +01:00
"Doctrine\\Common\\": "lib/Doctrine/Common",
"Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
2019-02-23 16:49:38 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2019-11-16 17:59:32 +01:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-02-23 16:49:38 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
"description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
"homepage": "https://doctrine-project.org/projects/persistence.html",
"keywords": [
"mapper",
"object",
"odm",
"orm",
"persistence"
],
2019-12-23 13:51:16 +01:00
"time": "2019-12-13T10:43:02+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/reflection",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/reflection.git",
"reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/reflection/zipball/02538d3f95e88eb397a5f86274deb2c6175c2ab6",
"reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6",
"shasum": ""
},
"require": {
"doctrine/annotations": "^1.0",
"ext-tokenizer": "*",
"php": "^7.1"
},
"require-dev": {
"doctrine/coding-standard": "^4.0",
"doctrine/common": "^2.8",
"phpstan/phpstan": "^0.9.2",
"phpstan/phpstan-phpunit": "^0.9.4",
"phpunit/phpunit": "^7.0",
"squizlabs/php_codesniffer": "^3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\": "lib/Doctrine/Common"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "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 Reflection component",
"homepage": "https://www.doctrine-project.org/projects/reflection.html",
"keywords": [
"reflection"
],
"time": "2018-06-14T14:45:07+00:00"
},
2019-11-24 22:49:22 +01:00
{
"name": "egulias/email-validator",
2020-01-01 15:49:42 +01:00
"version": "2.1.13",
2019-11-24 22:49:22 +01:00
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",
2020-01-01 15:49:42 +01:00
"reference": "834593d5900615639208417760ba6a17299e2497"
2019-11-24 22:49:22 +01:00
},
"dist": {
"type": "zip",
2020-01-01 15:49:42 +01:00
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/834593d5900615639208417760ba6a17299e2497",
"reference": "834593d5900615639208417760ba6a17299e2497",
2019-11-24 22:49:22 +01:00
"shasum": ""
},
"require": {
"doctrine/lexer": "^1.0.1",
2020-01-01 15:49:42 +01:00
"php": ">=5.5"
2019-11-24 22:49:22 +01:00
},
"require-dev": {
2020-01-01 15:49:42 +01:00
"dominicsayers/isemail": "^3.0.7",
"phpunit/phpunit": "^4.8.36|^7.5.15",
"satooshi/php-coveralls": "^1.0.1"
2019-11-24 22:49:22 +01:00
},
"suggest": {
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1.x-dev"
}
},
"autoload": {
"psr-4": {
"Egulias\\EmailValidator\\": "EmailValidator"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Eduardo Gulias Davis"
}
],
"description": "A library for validating emails against several RFCs",
"homepage": "https://github.com/egulias/EmailValidator",
"keywords": [
"email",
"emailvalidation",
"emailvalidator",
"validation",
"validator"
],
2020-01-01 15:49:42 +01:00
"time": "2019-12-30T08:14:25+00:00"
2019-11-24 22:49:22 +01:00
},
2019-08-13 13:04:31 +02:00
{
"name": "florianv/exchanger",
2019-12-11 20:12:42 +01:00
"version": "2.3.1",
2019-08-13 13:04:31 +02:00
"source": {
"type": "git",
"url": "https://github.com/florianv/exchanger.git",
2019-12-11 20:12:42 +01:00
"reference": "b5253a34c661aa4f316f7c81bff2615de5709e86"
2019-08-13 13:04:31 +02:00
},
"dist": {
"type": "zip",
2019-12-11 20:12:42 +01:00
"url": "https://api.github.com/repos/florianv/exchanger/zipball/b5253a34c661aa4f316f7c81bff2615de5709e86",
"reference": "b5253a34c661aa4f316f7c81bff2615de5709e86",
2019-08-13 13:04:31 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"php-http/client-implementation": "^1.0",
"php-http/discovery": "^1.6",
"php-http/httplug": "^1.0 || ^2.0",
"php-http/message-factory": "^1.0.2",
"psr/simple-cache": "^1.0"
},
"require-dev": {
"nyholm/psr7": "^1.0",
"php-http/message": "^1.7",
"php-http/mock-client": "^1.0",
"phpunit/phpunit": "^7.5"
},
"suggest": {
"php-http/guzzle6-adapter": "Required to use Guzzle for sending HTTP requests",
"php-http/message": "Required to use Guzzle for sending HTTP requests"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"Exchanger\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Florian Voutzinos",
"email": "florian@voutzinos.com",
"homepage": "https://voutzinos.com"
}
],
"description": "Currency exchange rates framework for PHP",
"homepage": "https://github.com/florianv/exchanger",
"keywords": [
"Rate",
"conversion",
"currency",
"exchange rates",
"money"
],
2019-12-11 20:12:42 +01:00
"time": "2019-12-02T14:00:30+00:00"
2019-08-13 13:04:31 +02:00
},
{
"name": "florianv/swap",
"version": "4.0.1",
"source": {
"type": "git",
"url": "https://github.com/florianv/swap.git",
"reference": "89128edec43cec06b65f0d90141512e91e5e14bf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/florianv/swap/zipball/89128edec43cec06b65f0d90141512e91e5e14bf",
"reference": "89128edec43cec06b65f0d90141512e91e5e14bf",
"shasum": ""
},
"require": {
"florianv/exchanger": "^2.0",
"php": "^7.1.3"
},
"require-dev": {
"nyholm/psr7": "^1.0",
"php-http/message": "^1.7",
"php-http/mock-client": "^1.0",
"phpunit/phpunit": "^7.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
}
},
"autoload": {
"psr-4": {
"Swap\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Florian Voutzinos",
"email": "florian@voutzinos.com",
"homepage": "https://voutzinos.com"
}
],
"description": "Exchange rates library for PHP",
"keywords": [
"Rate",
"conversion",
"currency",
"exchange rates",
"money"
],
"time": "2019-05-30T10:44:39+00:00"
},
2019-03-13 19:36:46 +01:00
{
"name": "friendsofsymfony/ckeditor-bundle",
2020-01-01 15:49:42 +01:00
"version": "2.2.0",
2019-03-13 19:36:46 +01:00
"source": {
"type": "git",
"url": "https://github.com/FriendsOfSymfony/FOSCKEditorBundle.git",
2020-01-01 15:49:42 +01:00
"reference": "7e1cfe2a83faba0be02661d44289d35e940bb5ea"
2019-03-13 19:36:46 +01:00
},
"dist": {
"type": "zip",
2020-01-01 15:49:42 +01:00
"url": "https://api.github.com/repos/FriendsOfSymfony/FOSCKEditorBundle/zipball/7e1cfe2a83faba0be02661d44289d35e940bb5ea",
"reference": "7e1cfe2a83faba0be02661d44289d35e940bb5ea",
2019-03-13 19:36:46 +01:00
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-zip": "*",
"php": "^7.1",
2020-01-01 15:49:42 +01:00
"symfony/asset": "^3.4 || ^4.0 || ^5.0",
"symfony/config": "^3.4 || ^4.0 || ^5.0",
"symfony/dependency-injection": "^3.4 || ^4.0 || ^5.0",
"symfony/expression-language": "^3.4 || ^4.0 || ^5.0",
"symfony/form": "^3.4 || ^4.0 || ^5.0",
"symfony/framework-bundle": "^3.4 || ^4.0 || ^5.0",
"symfony/http-foundation": "^3.4 || ^4.0 || ^5.0",
"symfony/http-kernel": "^3.4 || ^4.0 || ^5.0",
"symfony/options-resolver": "^3.4 || ^4.0 || ^5.0",
"symfony/property-access": "^3.4 || ^4.0 || ^5.0",
"symfony/routing": "^3.4 || ^4.0 || ^5.0",
"symfony/twig-bundle": "^3.4 || ^4.0 || ^5.0",
"twig/twig": "^2.4 || ^3.0"
2019-03-13 19:36:46 +01:00
},
"conflict": {
"sebastian/environment": "<1.3.4",
"sebastian/exporter": "<2.0.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.0",
"matthiasnoback/symfony-dependency-injection-test": "^1.0 || ^2.0",
"phpunit/phpunit": "^6.0",
2020-01-01 15:49:42 +01:00
"symfony/console": "^3.4 || ^4.0 || ^5.0",
"symfony/phpunit-bridge": "^4.1 || ^5.0",
"symfony/yaml": "^3.4 || ^4.0 || ^5.0"
2019-03-13 19:36:46 +01:00
},
"suggest": {
"egeloen/form-extra-bundle": "Allows to load CKEditor asynchronously"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"FOS\\CKEditorBundle\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Eric GELOEN",
"email": "geloen.eric@gmail.com"
},
{
"name": "FriendsOfSymfony Community",
"homepage": "https://github.com/FriendsOfSymfony/FOSCKEditorBundle/graphs/contributors"
}
],
"description": "Provides a CKEditor integration for your Symfony project.",
"keywords": [
"CKEditor"
],
2020-01-01 15:49:42 +01:00
"time": "2019-12-23T15:31:36+00:00"
2019-03-13 19:36:46 +01:00
},
2019-11-24 22:49:22 +01:00
{
"name": "gregwar/captcha",
"version": "v1.1.7",
"source": {
"type": "git",
"url": "https://github.com/Gregwar/Captcha.git",
"reference": "cf953dd79748406e0292cea8c565399681e4d345"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Gregwar/Captcha/zipball/cf953dd79748406e0292cea8c565399681e4d345",
"reference": "cf953dd79748406e0292cea8c565399681e4d345",
"shasum": ""
},
"require": {
"ext-gd": "*",
"ext-mbstring": "*",
"php": ">=5.3.0",
"symfony/finder": "*"
},
"require-dev": {
"phpunit/phpunit": "^6.4"
},
"type": "captcha",
"autoload": {
"psr-4": {
"Gregwar\\": "src/Gregwar"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Grégoire Passault",
"email": "g.passault@gmail.com",
"homepage": "http://www.gregwar.com/"
},
{
"name": "Jeremy Livingston",
"email": "jeremy.j.livingston@gmail.com"
}
],
"description": "Captcha generator",
"homepage": "https://github.com/Gregwar/Captcha",
"keywords": [
"bot",
"captcha",
"spam"
],
"time": "2018-08-17T22:57:28+00:00"
},
{
"name": "gregwar/captcha-bundle",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/Gregwar/CaptchaBundle.git",
2019-12-11 20:12:42 +01:00
"reference": "eeb01bdca51d75dd75b270f6089e2ceb39fd0834"
2019-11-24 22:49:22 +01:00
},
"dist": {
"type": "zip",
2019-12-11 20:12:42 +01:00
"url": "https://api.github.com/repos/Gregwar/CaptchaBundle/zipball/eeb01bdca51d75dd75b270f6089e2ceb39fd0834",
"reference": "eeb01bdca51d75dd75b270f6089e2ceb39fd0834",
2019-11-24 22:49:22 +01:00
"shasum": ""
},
"require": {
"gregwar/captcha": "~1.1",
"php": ">=5.3.9",
2019-12-11 20:12:42 +01:00
"symfony/form": "~3.0|~4.0|~5.0",
"symfony/framework-bundle": "~3.0|~4.0|~5.0",
"twig/twig": "^1.40|^2.9|^3"
2019-11-24 22:49:22 +01:00
},
"type": "captcha-bundle",
"autoload": {
"psr-4": {
"Gregwar\\CaptchaBundle\\": "/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Grégoire Passault",
"email": "g.passault@gmail.com",
"homepage": "http://www.gregwar.com/"
},
{
"name": "Jeremy Livingston",
"email": "jeremy.j.livingston@gmail.com"
}
],
"description": "Captcha bundle",
"homepage": "https://github.com/Gregwar/CaptchaBundle",
"keywords": [
"Symfony2",
"bot",
"captcha",
"code",
"security",
"spam",
2019-12-11 20:12:42 +01:00
"symfony",
2019-11-24 22:49:22 +01:00
"visual"
],
2019-12-11 20:12:42 +01:00
"time": "2019-12-02T09:24:14+00:00"
2019-11-24 22:49:22 +01:00
},
2019-10-05 20:30:27 +02:00
{
"name": "imagine/imagine",
2019-12-11 20:12:42 +01:00
"version": "1.2.3",
2019-10-05 20:30:27 +02:00
"source": {
"type": "git",
"url": "https://github.com/avalanche123/Imagine.git",
2019-12-11 20:12:42 +01:00
"reference": "cb2361e5bb4410b681462d8e4f912bc5dabf84ab"
2019-10-05 20:30:27 +02:00
},
"dist": {
"type": "zip",
2019-12-11 20:12:42 +01:00
"url": "https://api.github.com/repos/avalanche123/Imagine/zipball/cb2361e5bb4410b681462d8e4f912bc5dabf84ab",
"reference": "cb2361e5bb4410b681462d8e4f912bc5dabf84ab",
2019-10-05 20:30:27 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "2.2.*",
2019-12-11 20:12:42 +01:00
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4"
2019-10-05 20:30:27 +02:00
},
"suggest": {
"ext-gd": "to use the GD implementation",
"ext-gmagick": "to use the Gmagick implementation",
"ext-imagick": "to use the Imagick implementation"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-develop": "0.7-dev"
}
},
"autoload": {
"psr-4": {
"Imagine\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bulat Shakirzyanov",
"email": "mallluhuct@gmail.com",
"homepage": "http://avalanche123.com"
}
],
"description": "Image processing for PHP 5.3",
"homepage": "http://imagine.readthedocs.org/",
"keywords": [
"drawing",
"graphics",
"image manipulation",
"image processing"
],
2019-12-11 20:12:42 +01:00
"time": "2019-12-04T09:55:33+00:00"
2019-10-05 20:30:27 +02:00
},
2019-02-23 16:49:38 +01: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/"
}
],
"description": "a PHP SQL highlighting library",
"homepage": "https://github.com/jdorn/sql-formatter/",
"keywords": [
"highlight",
"sql"
],
"time": "2014-01-12T16:20:24+00:00"
},
2019-12-14 16:35:19 +01:00
{
"name": "lcobucci/jwt",
"version": "3.3.1",
"source": {
"type": "git",
"url": "https://github.com/lcobucci/jwt.git",
"reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/lcobucci/jwt/zipball/a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
"reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"ext-openssl": "*",
"php": "^5.6 || ^7.0"
},
"require-dev": {
"mikey179/vfsstream": "~1.5",
"phpmd/phpmd": "~2.2",
"phpunit/php-invoker": "~1.1",
"phpunit/phpunit": "^5.7 || ^7.3",
"squizlabs/php_codesniffer": "~2.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
}
},
"autoload": {
"psr-4": {
"Lcobucci\\JWT\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Luís Otávio Cobucci Oblonczyk",
"email": "lcobucci@gmail.com",
"role": "Developer"
}
],
"description": "A simple library to work with JSON Web Token and JSON Web Signature",
"keywords": [
"JWS",
"jwt"
],
"time": "2019-05-24T18:30:49+00:00"
},
2019-10-13 00:32:09 +02:00
{
"name": "league/html-to-markdown",
2019-12-29 13:35:30 +01:00
"version": "4.9.1",
2019-10-13 00:32:09 +02:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/html-to-markdown.git",
2019-12-29 13:35:30 +01:00
"reference": "1dcd0f85de786f46a7f224a27cc3d709ddd2a68c"
2019-10-13 00:32:09 +02:00
},
"dist": {
"type": "zip",
2019-12-29 13:35:30 +01:00
"url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/1dcd0f85de786f46a7f224a27cc3d709ddd2a68c",
"reference": "1dcd0f85de786f46a7f224a27cc3d709ddd2a68c",
2019-10-13 00:32:09 +02:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-xml": "*",
"php": ">=5.3.3"
},
"require-dev": {
"mikehaertl/php-shellcommand": "~1.1.0",
2019-11-08 20:25:47 +01:00
"phpunit/phpunit": "^4.8|^5.7",
2019-10-13 00:32:09 +02:00
"scrutinizer/ocular": "~1.1"
},
"bin": [
"bin/html-to-markdown"
],
"type": "library",
"extra": {
"branch-alias": {
2019-11-08 20:25:47 +01:00
"dev-master": "4.10-dev"
2019-10-13 00:32:09 +02:00
}
},
"autoload": {
"psr-4": {
"League\\HTMLToMarkdown\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Colin O'Dell",
"email": "colinodell@gmail.com",
"homepage": "https://www.colinodell.com",
"role": "Lead Developer"
},
{
"name": "Nick Cernis",
"email": "nick@cern.is",
"homepage": "http://modernnerd.net",
"role": "Original Author"
}
],
"description": "An HTML-to-markdown conversion helper for PHP",
"homepage": "https://github.com/thephpleague/html-to-markdown",
"keywords": [
"html",
"markdown"
],
2019-12-29 13:35:30 +01:00
"time": "2019-12-28T01:32:28+00:00"
2019-10-13 00:32:09 +02:00
},
2019-10-05 20:30:27 +02:00
{
"name": "liip/imagine-bundle",
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/liip/LiipImagineBundle.git",
"reference": "2cf633e0f335a9f1f0bb9d55726a73aca9259ea4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/2cf633e0f335a9f1f0bb9d55726a73aca9259ea4",
"reference": "2cf633e0f335a9f1f0bb9d55726a73aca9259ea4",
"shasum": ""
},
"require": {
"imagine/imagine": "^0.7.1|^1.1",
"php": "^7.1",
"symfony/asset": "^3.4|^4.2",
"symfony/filesystem": "^3.4|^4.2",
"symfony/finder": "^3.4|^4.2",
"symfony/framework-bundle": "^3.4|^4.2",
"symfony/options-resolver": "^3.4|^4.2",
"symfony/process": "^3.4|^4.2",
"symfony/templating": "^3.4|^4.2",
"symfony/translation": "^3.4|^4.2"
},
"require-dev": {
"amazonwebservices/aws-sdk-for-php": "^1.0",
"aws/aws-sdk-php": "^2.4",
"doctrine/cache": "^1.1",
"doctrine/orm": "^2.3",
"enqueue/enqueue-bundle": "^0.9",
"ext-gd": "*",
"friendsofphp/php-cs-fixer": "^2.10",
"league/flysystem": "^1.0",
"psr/log": "^1.0",
"symfony/browser-kit": "^3.4|^4.2",
"symfony/console": "^3.4|^4.2",
"symfony/dependency-injection": "^3.4|^4.2",
"symfony/form": "^3.4|^4.2",
"symfony/phpunit-bridge": "^4.3",
"symfony/validator": "^3.4|^4.2",
"symfony/yaml": "^3.4|^4.2",
"twig/twig": "^1.34|^2.4"
},
"suggest": {
"alcaeus/mongo-php-adapter": "required on PHP >= 7.0 to use mongo components with mongodb extension",
"amazonwebservices/aws-sdk-for-php": "required to use AWS version 1 cache resolver",
"aws/aws-sdk-php": "required to use AWS version 2/3 cache resolver",
"doctrine/mongodb-odm": "required to use mongodb-backed doctrine components",
"enqueue/enqueue-bundle": "^0.9 add if you like to process images in background",
"ext-exif": "required to read EXIF metadata from images",
"ext-gd": "required to use gd driver",
"ext-gmagick": "required to use gmagick driver",
"ext-imagick": "required to use imagick driver",
"ext-mongo": "required for mongodb components on PHP <7.0",
"ext-mongodb": "required for mongodb components on PHP >=7.0",
"league/flysystem": "required to use FlySystem data loader or cache resolver",
"monolog/monolog": "A psr/log compatible logger is required to enable logging",
"twig/twig": "required to use the provided Twig extension. Version 1.12 or greater needed"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-1.0": "1.7-dev",
"dev-master": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"Liip\\ImagineBundle\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Liip and other contributors",
"homepage": "https://github.com/liip/LiipImagineBundle/contributors"
}
],
"description": "This bundle provides an image manipulation abstraction toolkit for Symfony-based projects.",
"homepage": "http://liip.ch",
"keywords": [
"bundle",
"image",
"imagine",
"liip",
"manipulation",
"photos",
"pictures",
"symfony",
"transformation"
],
"time": "2019-10-04T05:45:14+00:00"
},
2019-11-24 22:49:22 +01:00
{
"name": "lorenzo/pinky",
"version": "1.0.5",
"source": {
"type": "git",
"url": "https://github.com/lorenzo/pinky.git",
"reference": "2bc1a9d5696d6496df5d5682962929165a823e57"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/lorenzo/pinky/zipball/2bc1a9d5696d6496df5d5682962929165a823e57",
"reference": "2bc1a9d5696d6496df5d5682962929165a823e57",
"shasum": ""
},
"require": {
"ext-xsl": "*",
"php": ">=5.6.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
},
"type": "library",
"autoload": {
"files": [
"src/pinky.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jose Lorenzo Rodriguez",
"email": "jose.zap@gmail.com"
}
],
"description": "A Foundation for Emails (Inky) template transpiler",
"keywords": [
"email",
"foundation",
"inky",
"template",
"zurb"
],
"time": "2019-09-16T21:23:31+00:00"
},
2019-02-23 16:49:38 +01:00
{
"name": "monolog/monolog",
2019-12-23 13:51:16 +01:00
"version": "1.25.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
2019-12-23 13:51:16 +01:00
"reference": "fa82921994db851a8becaf3787a9e73c5976b6f1"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-12-23 13:51:16 +01:00
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/fa82921994db851a8becaf3787a9e73c5976b6f1",
"reference": "fa82921994db851a8becaf3787a9e73c5976b6f1",
2019-02-23 16:49:38 +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-12-23 13:51:16 +01:00
"time": "2019-12-20T14:15:16+00:00"
2019-02-23 16:49:38 +01:00
},
2019-12-26 13:16:27 +01:00
{
"name": "nikic/php-parser",
"version": "v4.3.0",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/9a9981c347c5c49d6dfe5cf826bb882b824080dc",
"reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc",
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": ">=7.0"
},
"require-dev": {
"ircmaxell/php-yacc": "0.0.5",
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
},
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.3-dev"
}
},
"autoload": {
"psr-4": {
"PhpParser\\": "lib/PhpParser"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov"
}
],
"description": "A PHP parser written in PHP",
"keywords": [
"parser",
"php"
],
"time": "2019-11-08T13:50:10+00:00"
},
2019-03-12 13:34:33 +01:00
{
"name": "nikolaposa/version",
2020-01-01 15:57:34 +01:00
"version": "3.2.0",
2019-03-12 13:34:33 +01:00
"source": {
"type": "git",
"url": "https://github.com/nikolaposa/version.git",
2020-01-01 15:57:34 +01:00
"reference": "7ff2bbf2fe6a47efe47832d6198924e99b4a4f5a"
2019-03-12 13:34:33 +01:00
},
"dist": {
"type": "zip",
2020-01-01 15:57:34 +01:00
"url": "https://api.github.com/repos/nikolaposa/version/zipball/7ff2bbf2fe6a47efe47832d6198924e99b4a4f5a",
"reference": "7ff2bbf2fe6a47efe47832d6198924e99b4a4f5a",
2019-03-12 13:34:33 +01:00
"shasum": ""
},
"require": {
2020-01-01 15:57:34 +01:00
"php": "^7.2.0"
2019-03-12 13:34:33 +01:00
},
"require-dev": {
2019-08-13 13:04:31 +02:00
"friendsofphp/php-cs-fixer": "^2.0",
"phpunit/phpunit": "^6.0 || ^7.0"
2019-03-12 13:34:33 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-01 15:57:34 +01:00
"dev-master": "3.2.x-dev"
2019-03-12 13:34:33 +01:00
}
},
"autoload": {
"psr-4": {
"Version\\": "src/"
2019-08-13 13:04:31 +02:00
}
2019-03-12 13:34:33 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nikola Poša",
"email": "posa.nikola@gmail.com",
2019-08-13 13:04:31 +02:00
"homepage": "https://www.nikolaposa.in.rs"
2019-03-12 13:34:33 +01:00
}
],
"description": "Value Object that represents a SemVer-compliant version number.",
"homepage": "https://github.com/nikolaposa/version",
"keywords": [
"semantic",
"semver",
"version",
"versioning"
],
2020-01-01 15:57:34 +01:00
"time": "2019-08-11T08:31:54+00:00"
2019-03-12 13:34:33 +01:00
},
2019-12-26 13:16:27 +01:00
{
"name": "nyholm/nsa",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/Nyholm/NSA.git",
"reference": "213a70dee2dd04433d31a187e24e92c8b59d1655"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Nyholm/NSA/zipball/213a70dee2dd04433d31a187e24e92c8b59d1655",
"reference": "213a70dee2dd04433d31a187e24e92c8b59d1655",
"shasum": ""
},
"require": {
"php": "^5.3 || ^7.0",
"webmozart/assert": "^1.1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Nyholm\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com"
}
],
"description": "See everything and do whatever you want. No privacy rule will stop us. Used in tests, debugging and fixtures to access properties and methods.",
"homepage": "http://tnyholm.se",
"keywords": [
"Fixture",
"debug",
"reflection",
"test"
],
"time": "2017-04-13T17:21:01+00:00"
},
2019-02-23 16:49:38 +01:00
{
2019-08-13 13:04:31 +02:00
"name": "nyholm/psr7",
2019-09-06 15:49:46 +02:00
"version": "1.2.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
2019-08-13 13:04:31 +02:00
"url": "https://github.com/Nyholm/psr7.git",
2019-09-06 15:49:46 +02:00
"reference": "55ff6b76573f5b242554c9775792bd59fb52e11c"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-09-06 15:49:46 +02:00
"url": "https://api.github.com/repos/Nyholm/psr7/zipball/55ff6b76573f5b242554c9775792bd59fb52e11c",
"reference": "55ff6b76573f5b242554c9775792bd59fb52e11c",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2019-08-13 13:04:31 +02:00
"php": "^7.1",
"php-http/message-factory": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0"
},
"provide": {
"psr/http-factory-implementation": "1.0",
"psr/http-message-implementation": "1.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2019-08-13 13:04:31 +02:00
"http-interop/http-factory-tests": "dev-master",
"php-http/psr7-integration-tests": "dev-master",
"phpunit/phpunit": "^7.5"
2019-02-23 16:49:38 +01:00
},
2019-08-13 13:04:31 +02:00
"type": "library",
2019-02-23 16:49:38 +01:00
"extra": {
"branch-alias": {
2019-08-13 13:04:31 +02:00
"dev-master": "1.0-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
2019-08-13 13:04:31 +02:00
"Nyholm\\Psr7\\": "src/"
2019-02-23 16:49:38 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-08-13 13:04:31 +02:00
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com"
},
{
"name": "Martijn van der Ven",
"email": "martijn@vanderven.se"
}
],
"description": "A fast PHP7 implementation of PSR-7",
"homepage": "http://tnyholm.se",
"keywords": [
"psr-17",
"psr-7"
],
2019-09-06 15:49:46 +02:00
"time": "2019-09-05T13:24:16+00:00"
2019-08-13 13:04:31 +02:00
},
{
"name": "ocramius/package-versions",
2019-11-16 17:59:32 +01:00
"version": "1.4.2",
2019-08-13 13:04:31 +02:00
"source": {
"type": "git",
"url": "https://github.com/Ocramius/PackageVersions.git",
2019-11-16 17:59:32 +01:00
"reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d"
2019-08-13 13:04:31 +02:00
},
"dist": {
"type": "zip",
2019-11-16 17:59:32 +01:00
"url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
"reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
2019-08-13 13:04:31 +02:00
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0.0",
2019-09-18 16:06:51 +02:00
"php": "^7.1.0"
2019-08-13 13:04:31 +02:00
},
"require-dev": {
2019-09-18 16:06:51 +02:00
"composer/composer": "^1.6.3",
"doctrine/coding-standard": "^5.0.1",
2019-08-13 13:04:31 +02:00
"ext-zip": "*",
2019-09-18 16:06:51 +02:00
"infection/infection": "^0.7.1",
2019-11-16 17:59:32 +01:00
"phpunit/phpunit": "^7.5.17"
2019-08-13 13:04:31 +02:00
},
"type": "composer-plugin",
"extra": {
"class": "PackageVersions\\Installer",
"branch-alias": {
2019-09-18 16:06:51 +02:00
"dev-master": "2.0.x-dev"
2019-08-13 13:04:31 +02:00
}
},
"autoload": {
"psr-4": {
"PackageVersions\\": "src/PackageVersions"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
2019-02-23 16:49:38 +01:00
"email": "ocramius@gmail.com"
}
],
"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
2019-11-16 17:59:32 +01:00
"time": "2019-11-15T16:17:10+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "ocramius/proxy-manager",
2019-03-27 19:38:02 +01:00
"version": "2.1.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/Ocramius/ProxyManager.git",
2019-03-27 19:38:02 +01:00
"reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-03-27 19:38:02 +01:00
"url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
"reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2019-03-27 19:38:02 +01:00
"ocramius/package-versions": "^1.1.1",
"php": "^7.1.0",
"zendframework/zend-code": "^3.1.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2019-03-27 19:38:02 +01:00
"couscous/couscous": "^1.5.2",
2019-02-23 16:49:38 +01:00
"ext-phar": "*",
2019-03-27 19:38:02 +01:00
"humbug/humbug": "dev-master@DEV",
"nikic/php-parser": "^3.0.4",
2019-02-23 16:49:38 +01:00
"phpbench/phpbench": "^0.12.2",
2019-03-27 19:38:02 +01:00
"phpstan/phpstan": "^0.6.4",
"phpunit/phpunit": "^5.6.4",
"phpunit/phpunit-mock-objects": "^3.4.1",
"squizlabs/php_codesniffer": "^2.7.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
"zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
"zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
"zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
},
"autoload": {
"psr-0": {
"ProxyManager\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://ocramius.github.io/"
}
],
2019-08-13 13:04:31 +02:00
"description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
"homepage": "https://github.com/Ocramius/ProxyManager",
"keywords": [
"aop",
"lazy loading",
"proxy",
"proxy pattern",
"service proxies"
],
"time": "2017-05-04T11:12:50+00:00"
},
{
"name": "omines/datatables-bundle",
2019-09-06 15:49:46 +02:00
"version": "0.3.1",
2019-08-13 13:04:31 +02:00
"source": {
"type": "git",
"url": "https://github.com/omines/datatables-bundle.git",
2019-09-06 15:49:46 +02:00
"reference": "5475a341e74b36f542758bb62010e08623b96553"
2019-08-13 13:04:31 +02:00
},
"dist": {
"type": "zip",
2019-09-06 15:49:46 +02:00
"url": "https://api.github.com/repos/omines/datatables-bundle/zipball/5475a341e74b36f542758bb62010e08623b96553",
"reference": "5475a341e74b36f542758bb62010e08623b96553",
2019-08-13 13:04:31 +02:00
"shasum": ""
},
"require": {
"php": "^7.0.8",
"symfony/framework-bundle": "^3.4|^4.1",
"symfony/property-access": "^3.4|^4.1",
"symfony/translation": "^3.4|^4.1"
},
"require-dev": {
"doctrine/common": "^2.6",
"doctrine/doctrine-bundle": "^1.6.7",
"doctrine/orm": "^2.5",
"ext-pdo_sqlite": "*",
"friendsofphp/php-cs-fixer": "^2.7",
"mongodb/mongodb": "^1.2",
"phpunit/phpunit": "^6.1|^7.1",
"ruflin/elastica": "^6.0",
"symfony/browser-kit": "^3.4|^4.1",
"symfony/css-selector": "^3.4|^4.1",
"symfony/dom-crawler": "^3.4|^4.1",
"symfony/phpunit-bridge": "^3.4|^4.1",
"symfony/templating": "^3.4|^4.1",
"symfony/twig-bundle": "^3.4|^4.1",
"symfony/var-dumper": "^3.4|^4.1",
"symfony/yaml": "^3.4|^4.1"
},
"suggest": {
"doctrine/doctrine-bundle": "For integrated access to Doctrine object managers",
"doctrine/orm": "For full automated integration with Doctrine entities",
"mongodb/mongodb": "For integration with MongoDB collections",
"ruflin/elastica": "For integration with Elasticsearch indexes",
"symfony/twig-bundle": "To use default Twig based rendering and TwigColumn"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "0.2-dev"
}
},
"autoload": {
"psr-4": {
"Omines\\DataTablesBundle\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-09-06 15:49:46 +02:00
"name": "Robbert Beesems",
"email": "robbert.beesems@omines.com",
2019-08-13 13:04:31 +02:00
"homepage": "https://omines.nl/"
},
{
2019-09-06 15:49:46 +02:00
"name": "Niels Keurentjes",
"email": "niels.keurentjes@omines.com",
2019-08-13 13:04:31 +02:00
"homepage": "https://omines.nl/"
}
],
"description": "Symfony DataTables Bundle with native Doctrine ORM, Elastica and MongoDB support",
"keywords": [
"bundle",
"datatable",
"datatables",
"doctrine",
"elastica",
"jquery",
"mongodb",
"orm",
"symfony"
],
2019-09-06 15:49:46 +02:00
"time": "2019-08-09T12:19:19+00:00"
2019-08-13 13:04:31 +02:00
},
2019-12-14 16:35:19 +01:00
{
"name": "paragonie/constant_time_encoding",
"version": "v2.3.0",
"source": {
"type": "git",
"url": "https://github.com/paragonie/constant_time_encoding.git",
"reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2",
"reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2",
"shasum": ""
},
"require": {
"php": "^7|^8"
},
"require-dev": {
"phpunit/phpunit": "^6|^7",
"vimeo/psalm": "^1|^2|^3"
},
"type": "library",
"autoload": {
"psr-4": {
"ParagonIE\\ConstantTime\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paragon Initiative Enterprises",
"email": "security@paragonie.com",
"homepage": "https://paragonie.com",
"role": "Maintainer"
},
{
"name": "Steve 'Sc00bz' Thomas",
"email": "steve@tobtu.com",
"homepage": "https://www.tobtu.com",
"role": "Original Developer"
}
],
"description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
"keywords": [
"base16",
"base32",
"base32_decode",
"base32_encode",
"base64",
"base64_decode",
"base64_encode",
"bin2hex",
"encoding",
"hex",
"hex2bin",
"rfc4648"
],
"time": "2019-11-06T19:20:29+00:00"
},
2019-08-13 13:04:31 +02:00
{
"name": "php-http/discovery",
2019-12-29 13:35:30 +01:00
"version": "1.7.3",
2019-08-13 13:04:31 +02:00
"source": {
"type": "git",
"url": "https://github.com/php-http/discovery.git",
2019-12-29 13:35:30 +01:00
"reference": "2e0ad94833ec8473280454590a9011a0cd2dfc56"
2019-08-13 13:04:31 +02:00
},
"dist": {
"type": "zip",
2019-12-29 13:35:30 +01:00
"url": "https://api.github.com/repos/php-http/discovery/zipball/2e0ad94833ec8473280454590a9011a0cd2dfc56",
"reference": "2e0ad94833ec8473280454590a9011a0cd2dfc56",
2019-08-13 13:04:31 +02:00
"shasum": ""
},
"require": {
"php": "^7.1"
},
"conflict": {
"nyholm/psr7": "<1.0"
},
"require-dev": {
"akeneo/phpspec-skip-example-extension": "^4.0",
"php-http/httplug": "^1.0 || ^2.0",
"php-http/message-factory": "^1.0",
"phpspec/phpspec": "^5.1",
"puli/composer-plugin": "1.0.0-beta10"
},
"suggest": {
"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."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.7-dev"
}
},
"autoload": {
"psr-4": {
"Http\\Discovery\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
}
],
"description": "Finds installed HTTPlug implementations and PSR-7 message factories",
"homepage": "http://php-http.org",
"keywords": [
"adapter",
"client",
"discovery",
"factory",
"http",
"message",
"psr7"
],
2019-12-29 13:35:30 +01:00
"time": "2019-12-27T19:51:10+00:00"
2019-08-13 13:04:31 +02:00
},
{
"name": "php-http/httplug",
2019-12-27 15:38:56 +01:00
"version": "2.1.0",
2019-08-13 13:04:31 +02:00
"source": {
"type": "git",
"url": "https://github.com/php-http/httplug.git",
2019-12-27 15:38:56 +01:00
"reference": "72d2b129a48f0490d55b7f89be0d6aa0597ffb06"
2019-08-13 13:04:31 +02:00
},
"dist": {
"type": "zip",
2019-12-27 15:38:56 +01:00
"url": "https://api.github.com/repos/php-http/httplug/zipball/72d2b129a48f0490d55b7f89be0d6aa0597ffb06",
"reference": "72d2b129a48f0490d55b7f89be0d6aa0597ffb06",
2019-08-13 13:04:31 +02:00
"shasum": ""
},
"require": {
"php": "^7.0",
"php-http/promise": "^1.0",
"psr/http-client": "^1.0",
"psr/http-message": "^1.0"
},
"require-dev": {
2019-12-27 15:38:56 +01:00
"friends-of-phpspec/phpspec-code-coverage": "^4.1",
"phpspec/phpspec": "^4.3.4|^5.0|^6.0"
2019-08-13 13:04:31 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-27 15:38:56 +01:00
"dev-master": "2.x-dev"
2019-08-13 13:04:31 +02:00
}
},
"autoload": {
"psr-4": {
"Http\\Client\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Eric GELOEN",
"email": "geloen.eric@gmail.com"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
}
],
"description": "HTTPlug, the HTTP client abstraction for PHP",
"homepage": "http://httplug.io",
"keywords": [
"client",
"http"
],
2019-12-27 15:38:56 +01:00
"time": "2019-12-27T10:07:11+00:00"
2019-08-13 13:04:31 +02:00
},
{
"name": "php-http/message-factory",
"version": "v1.0.2",
"source": {
"type": "git",
"url": "https://github.com/php-http/message-factory.git",
"reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
"reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
"shasum": ""
},
"require": {
"php": ">=5.4",
"psr/http-message": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
}
],
"description": "Factory interfaces for PSR-7 HTTP Message",
"homepage": "http://php-http.org",
2019-02-23 16:49:38 +01:00
"keywords": [
2019-08-13 13:04:31 +02:00
"factory",
"http",
"message",
"stream",
"uri"
2019-02-23 16:49:38 +01:00
],
2019-08-13 13:04:31 +02:00
"time": "2015-12-19T14:08:53+00:00"
2019-02-23 16:49:38 +01:00
},
2019-03-05 23:52:45 +01:00
{
2019-08-13 13:04:31 +02:00
"name": "php-http/promise",
"version": "v1.0.0",
2019-03-05 23:52:45 +01:00
"source": {
"type": "git",
2019-08-13 13:04:31 +02:00
"url": "https://github.com/php-http/promise.git",
"reference": "dc494cdc9d7160b9a09bd5573272195242ce7980"
2019-03-05 23:52:45 +01:00
},
"dist": {
"type": "zip",
2019-08-13 13:04:31 +02:00
"url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980",
"reference": "dc494cdc9d7160b9a09bd5573272195242ce7980",
2019-03-05 23:52:45 +01:00
"shasum": ""
},
"require-dev": {
2019-08-13 13:04:31 +02:00
"henrikbjorn/phpspec-code-coverage": "^1.0",
"phpspec/phpspec": "^2.4"
2019-03-05 23:52:45 +01:00
},
2019-08-13 13:04:31 +02:00
"type": "library",
2019-03-05 23:52:45 +01:00
"extra": {
"branch-alias": {
2019-08-13 13:04:31 +02:00
"dev-master": "1.1-dev"
2019-03-05 23:52:45 +01:00
}
},
"autoload": {
"psr-4": {
2019-08-13 13:04:31 +02:00
"Http\\Promise\\": "src/"
2019-03-05 23:52:45 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-08-13 13:04:31 +02:00
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
2019-03-05 23:52:45 +01:00
},
{
2019-08-13 13:04:31 +02:00
"name": "Joel Wurtz",
"email": "joel.wurtz@gmail.com"
2019-03-05 23:52:45 +01:00
}
],
2019-08-13 13:04:31 +02:00
"description": "Promise used for asynchronous HTTP requests",
"homepage": "http://httplug.io",
2019-03-05 23:52:45 +01:00
"keywords": [
2019-08-13 13:04:31 +02:00
"promise"
2019-03-05 23:52:45 +01:00
],
2019-08-13 13:04:31 +02:00
"time": "2016-01-26T13:27:02+00:00"
2019-03-05 23:52:45 +01:00
},
2019-12-26 13:16:27 +01:00
{
"name": "php-translation/common",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-translation/common.git",
"reference": "ceac357a7ad0582d0a6be7b7f2db178c87f229fd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-translation/common/zipball/ceac357a7ad0582d0a6be7b7f2db178c87f229fd",
"reference": "ceac357a7ad0582d0a6be7b7f2db178c87f229fd",
"shasum": ""
},
"require": {
"php": "^5.4 || ^7.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^3.4 || ^4.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Translation\\Common\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com"
}
],
"description": "Common translation stuff",
"time": "2018-06-14T16:18:37+00:00"
},
{
"name": "php-translation/extractor",
"version": "1.7.1",
"source": {
"type": "git",
"url": "https://github.com/php-translation/extractor.git",
"reference": "82fc51a07fb626c0bfb31fb3f041baa88fee6acb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-translation/extractor/zipball/82fc51a07fb626c0bfb31fb3f041baa88fee6acb",
"reference": "82fc51a07fb626c0bfb31fb3f041baa88fee6acb",
"shasum": ""
},
"require": {
"doctrine/annotations": "^1.2",
"nikic/php-parser": "^3.0 || ^4.0",
"php": "^5.5 || ^7.0",
"symfony/finder": "^2.7 || ^3.0 || ^4.0",
"twig/twig": "^1.27 || ^2.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^3.4 || ^4.0",
"symfony/translation": "^3.0 || ^4.0",
"symfony/twig-bridge": "^3.0 || ^4.0",
"symfony/validator": "^3.0 || ^4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4-dev"
}
},
"autoload": {
"psr-4": {
"Translation\\Extractor\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com"
}
],
"description": "Extract translations form the source code",
"time": "2018-07-09T17:05:17+00:00"
},
{
"name": "php-translation/symfony-bundle",
"version": "0.9.1",
"source": {
"type": "git",
"url": "https://github.com/php-translation/symfony-bundle.git",
"reference": "584b8b99ed97cc56a309c28cdd6e9c7bbf98bebb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-translation/symfony-bundle/zipball/584b8b99ed97cc56a309c28cdd6e9c7bbf98bebb",
"reference": "584b8b99ed97cc56a309c28cdd6e9c7bbf98bebb",
"shasum": ""
},
"require": {
"nyholm/nsa": "^1.1",
"php": "^7.1",
"php-translation/common": "^1.0",
"php-translation/extractor": "^1.6",
"php-translation/symfony-storage": "^1.0",
"symfony/finder": "^3.4 || ^4.0",
"symfony/framework-bundle": "^3.4 || ^4.0",
"symfony/intl": "^3.4 || ^4.0",
"symfony/translation": "^3.4 || ^4.0",
"symfony/twig-bundle": "^3.4 || ^4.0",
"symfony/validator": "^3.4 || ^4.0",
"twig/twig": "^1.42 || ^2.11"
},
"require-dev": {
"matthiasnoback/symfony-config-test": "^4.0",
"matthiasnoback/symfony-dependency-injection-test": "^3.1",
"nyholm/psr7": "^1.1",
"nyholm/symfony-bundle-test": "^1.4",
"php-http/curl-client": "^1.7",
"php-http/message": "^1.6",
"php-http/message-factory": "^1.0.2",
"php-translation/translator": "^1.0",
"symfony/asset": "^3.4 || ^4.0",
"symfony/console": "^3.4 || ^4.0",
"symfony/dependency-injection": "^3.4 || ^4.0",
"symfony/phpunit-bridge": "^4.2",
"symfony/templating": "^3.4 || ^4.0",
"symfony/twig-bridge": "^3.4 || ^4.0",
"symfony/web-profiler-bundle": "^3.4 || ^4.0"
},
"suggest": {
"php-http/httplug-bundle": "To easier configure your httplug clients."
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "0.10-dev"
}
},
"autoload": {
"psr-4": {
"Translation\\Bundle\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com"
}
],
"time": "2019-09-06T07:39:54+00:00"
},
{
"name": "php-translation/symfony-storage",
2020-01-01 15:57:34 +01:00
"version": "1.1.0",
2019-12-26 13:16:27 +01:00
"source": {
"type": "git",
"url": "https://github.com/php-translation/symfony-storage.git",
2020-01-01 15:57:34 +01:00
"reference": "ce305cedda67eefae65ea32b198d4d91e9294634"
2019-12-26 13:16:27 +01:00
},
"dist": {
"type": "zip",
2020-01-01 15:57:34 +01:00
"url": "https://api.github.com/repos/php-translation/symfony-storage/zipball/ce305cedda67eefae65ea32b198d4d91e9294634",
"reference": "ce305cedda67eefae65ea32b198d4d91e9294634",
2019-12-26 13:16:27 +01:00
"shasum": ""
},
"require": {
"nyholm/nsa": "^1.1",
2020-01-01 15:57:34 +01:00
"php": "^7.2",
2019-12-26 13:16:27 +01:00
"php-translation/common": "^1.0",
2020-01-01 15:57:34 +01:00
"symfony/translation": "^3.4 || ^4.2 || ^5.0"
2019-12-26 13:16:27 +01:00
},
"require-dev": {
2020-01-01 15:57:34 +01:00
"phpunit/phpunit": "^8.4",
"symfony/framework-bundle": " ^3.4 || ^4.2 || ^5.0",
"symfony/phpunit-bridge": "^4.2 || ^5.0"
2019-12-26 13:16:27 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-01 15:57:34 +01:00
"dev-master": "1.2-dev"
2019-12-26 13:16:27 +01:00
}
},
"autoload": {
"psr-4": {
"Translation\\SymfonyStorage\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com"
}
],
"description": "A translation file storage using Symfony translation component.",
2020-01-01 15:57:34 +01:00
"time": "2019-12-05T09:44:20+00:00"
2019-12-26 13:16:27 +01:00
},
2019-03-19 15:06:14 +01:00
{
"name": "phpdocumentor/reflection-common",
2019-09-18 16:06:51 +02:00
"version": "2.0.0",
2019-03-19 15:06:14 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2019-09-18 16:06:51 +02:00
"reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a"
2019-03-19 15:06:14 +01:00
},
"dist": {
"type": "zip",
2019-09-18 16:06:51 +02:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a",
"reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a",
2019-03-19 15:06:14 +01:00
"shasum": ""
},
"require": {
2019-09-18 16:06:51 +02:00
"php": ">=7.1"
2019-03-19 15:06:14 +01:00
},
"require-dev": {
2019-09-18 16:06:51 +02:00
"phpunit/phpunit": "~6"
2019-03-19 15:06:14 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-09-18 16:06:51 +02:00
"dev-master": "2.x-dev"
2019-03-19 15:06:14 +01:00
}
},
"autoload": {
"psr-4": {
2019-09-18 16:06:51 +02:00
"phpDocumentor\\Reflection\\": "src/"
2019-03-19 15:06:14 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jaap van Otterdijk",
"email": "opensource@ijaap.nl"
}
],
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
"homepage": "http://www.phpdoc.org",
"keywords": [
"FQSEN",
"phpDocumentor",
"phpdoc",
"reflection",
"static analysis"
],
2019-09-18 16:06:51 +02:00
"time": "2018-08-07T13:53:10+00:00"
2019-03-19 15:06:14 +01:00
},
{
"name": "phpdocumentor/reflection-docblock",
2020-01-01 15:49:42 +01:00
"version": "4.3.4",
2019-03-19 15:06:14 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2020-01-01 15:49:42 +01:00
"reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c"
2019-03-19 15:06:14 +01:00
},
"dist": {
"type": "zip",
2020-01-01 15:49:42 +01:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/da3fd972d6bafd628114f7e7e036f45944b62e9c",
"reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c",
2019-03-19 15:06:14 +01:00
"shasum": ""
},
"require": {
"php": "^7.0",
2019-09-18 16:06:51 +02:00
"phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0",
"phpdocumentor/type-resolver": "~0.4 || ^1.0.0",
2019-03-19 15:06:14 +01:00
"webmozart/assert": "^1.0"
},
"require-dev": {
2019-09-18 16:06:51 +02:00
"doctrine/instantiator": "^1.0.5",
2019-03-19 15:06:14 +01:00
"mockery/mockery": "^1.0",
2020-01-01 15:49:42 +01:00
"phpdocumentor/type-resolver": "0.4.*",
2019-03-19 15:06:14 +01:00
"phpunit/phpunit": "^6.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
}
],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2020-01-01 15:49:42 +01:00
"time": "2019-12-28T18:55:12+00:00"
2019-03-19 15:06:14 +01:00
},
{
"name": "phpdocumentor/type-resolver",
2019-09-18 16:06:51 +02:00
"version": "1.0.1",
2019-03-19 15:06:14 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
2019-09-18 16:06:51 +02:00
"reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9"
2019-03-19 15:06:14 +01:00
},
"dist": {
"type": "zip",
2019-09-18 16:06:51 +02:00
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
"reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
2019-03-19 15:06:14 +01:00
"shasum": ""
},
"require": {
2019-09-18 16:06:51 +02:00
"php": "^7.1",
"phpdocumentor/reflection-common": "^2.0"
2019-03-19 15:06:14 +01:00
},
"require-dev": {
2019-09-18 16:06:51 +02:00
"ext-tokenizer": "^7.1",
"mockery/mockery": "~1",
"phpunit/phpunit": "^7.0"
2019-03-19 15:06:14 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-09-18 16:06:51 +02:00
"dev-master": "1.x-dev"
2019-03-19 15:06:14 +01:00
}
},
"autoload": {
"psr-4": {
2019-09-18 16:06:51 +02:00
"phpDocumentor\\Reflection\\": "src"
2019-03-19 15:06:14 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
}
],
2019-09-18 16:06:51 +02:00
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
"time": "2019-08-22T18:11:29+00:00"
2019-03-19 15:06:14 +01:00
},
{
"name": "psr/cache",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/cache.git",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
2019-02-23 16:49:38 +01:00
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Cache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for caching libraries",
"keywords": [
"cache",
"psr",
"psr-6"
],
"time": "2016-08-06T20:24:11+00:00"
},
{
"name": "psr/container",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Container\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
"keywords": [
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
],
"time": "2017-02-14T16:28:37+00:00"
},
2019-08-13 13:04:31 +02:00
{
"name": "psr/http-client",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-client.git",
"reference": "496a823ef742b632934724bf769560c2a5c7c44e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-client/zipball/496a823ef742b632934724bf769560c2a5c7c44e",
"reference": "496a823ef742b632934724bf769560c2a5c7c44e",
"shasum": ""
},
"require": {
"php": "^7.0",
"psr/http-message": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Client\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP clients",
"homepage": "https://github.com/php-fig/http-client",
"keywords": [
"http",
"http-client",
"psr",
"psr-18"
],
"time": "2018-10-30T23:29:13+00:00"
},
{
"name": "psr/http-factory",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-factory.git",
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
"shasum": ""
},
"require": {
"php": ">=7.0.0",
"psr/http-message": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interfaces for PSR-7 HTTP message factories",
"keywords": [
"factory",
"http",
"message",
"psr",
"psr-17",
"psr-7",
"request",
"response"
],
"time": "2019-04-30T12:38:16+00:00"
},
{
"name": "psr/http-message",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP messages",
"homepage": "https://github.com/php-fig/http-message",
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
"time": "2016-08-06T14:39:51+00:00"
},
2019-02-23 16:49:38 +01:00
{
"name": "psr/link",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/link.git",
"reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
"reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Link\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interfaces for HTTP links",
"keywords": [
"http",
"http-link",
"link",
"psr",
"psr-13",
"rest"
],
"time": "2016-10-28T16:06:13+00:00"
},
{
"name": "psr/log",
2019-11-01 13:58:02 +01:00
"version": "1.1.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
2019-11-01 13:58:02 +01:00
"reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-11-01 13:58:02 +01:00
"url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
"reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-01 13:58:02 +01:00
"dev-master": "1.1.x-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Psr\\Log\\": "Psr/Log/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
2019-11-01 13:58:02 +01:00
"time": "2019-11-01T11:05:21+00:00"
2019-02-23 16:49:38 +01:00
},
2019-08-13 13:04:31 +02:00
{
"name": "psr/simple-cache",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/simple-cache.git",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\SimpleCache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interfaces for simple caching",
"keywords": [
"cache",
"caching",
"psr",
"psr-16",
"simple-cache"
],
"time": "2017-10-23T01:57:42+00:00"
},
2019-12-14 16:35:19 +01:00
{
"name": "r/u2f-two-factor-bundle",
2019-12-29 13:35:30 +01:00
"version": "dev-u2f-api",
2019-12-14 16:35:19 +01:00
"source": {
"type": "git",
2019-12-29 13:35:30 +01:00
"url": "https://github.com/stephanvierkant/u2f-two-factor-bundle.git",
"reference": "81212afd7897911eb6bbf3f8b315ae336cb3e45b"
2019-12-14 16:35:19 +01:00
},
"dist": {
"type": "zip",
2019-12-29 13:35:30 +01:00
"url": "https://api.github.com/repos/stephanvierkant/u2f-two-factor-bundle/zipball/81212afd7897911eb6bbf3f8b315ae336cb3e45b",
"reference": "81212afd7897911eb6bbf3f8b315ae336cb3e45b",
2019-12-14 16:35:19 +01:00
"shasum": ""
},
"require": {
"doctrine/collections": "^1.6",
"doctrine/common": "*",
"ext-json": "*",
"php": "^7.1.3",
"scheb/two-factor-bundle": "^3.2.0|^4.0.0",
"symfony/framework-bundle": "^3.4|^4.0",
"symfony/templating": "^3.4|^4.0",
"yubico/u2flib-server": "^1.0.0"
},
"conflict": {
"godzillante/u2f-two-factor-bundle": "*",
"tubssz/u2f-two-factor-bundle": "*"
},
"require-dev": {
"phpstan/phpstan": "^0.11.6"
},
"type": "symfony-bundle",
"autoload": {
"psr-4": {
"R\\U2FTwoFactorBundle\\": ""
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Uliczka",
"email": "nils.uliczka@darookee.net"
},
{
"name": "Francesco De Francesco",
"email": "francesco.defrancesco@gmail.com"
}
],
"description": "Use U2F-Keys as 2FA for Symfony2, using scheb/two-factor-bundle",
"homepage": "https://github.com/darookee/u2f-two-factor-bundle",
"keywords": [
2019-12-29 13:35:30 +01:00
"authentication",
2019-12-14 16:35:19 +01:00
"fido",
2019-12-29 13:35:30 +01:00
"symfony2",
2019-12-14 16:35:19 +01:00
"two-factor",
"two-step",
"yubikey"
],
2019-12-29 13:35:30 +01:00
"support": {
"source": "https://github.com/stephanvierkant/u2f-two-factor-bundle/tree/u2f-api"
},
"time": "2019-07-17T10:00:04+00:00"
2019-12-14 16:35:19 +01:00
},
2019-06-16 12:50:40 +02:00
{
"name": "s9e/regexp-builder",
"version": "1.4.3",
"source": {
"type": "git",
"url": "https://github.com/s9e/RegexpBuilder.git",
"reference": "59d0167a909659d718f53964f7653d2c83a5f8fe"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/s9e/RegexpBuilder/zipball/59d0167a909659d718f53964f7653d2c83a5f8fe",
"reference": "59d0167a909659d718f53964f7653d2c83a5f8fe",
"shasum": ""
},
"require": {
"lib-pcre": ">=7.2",
"php": ">=5.5.1"
},
"require-dev": {
"phpunit/phpunit": "<5.8"
},
"type": "library",
"autoload": {
"psr-4": {
"s9e\\RegexpBuilder\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Single-purpose library that generates regular expressions that match a list of strings.",
"homepage": "https://github.com/s9e/RegexpBuilder/",
"keywords": [
"regexp"
],
"time": "2019-04-26T17:55:23+00:00"
},
2019-03-13 20:14:19 +01:00
{
"name": "s9e/text-formatter",
2019-12-27 15:38:56 +01:00
"version": "2.3.1",
2019-03-13 20:14:19 +01:00
"source": {
"type": "git",
"url": "https://github.com/s9e/TextFormatter.git",
2019-12-27 15:38:56 +01:00
"reference": "65a0605f163b8ffcf7145357f167b153f31cd168"
2019-03-13 20:14:19 +01:00
},
"dist": {
"type": "zip",
2019-12-27 15:38:56 +01:00
"url": "https://api.github.com/repos/s9e/TextFormatter/zipball/65a0605f163b8ffcf7145357f167b153f31cd168",
"reference": "65a0605f163b8ffcf7145357f167b153f31cd168",
2019-03-13 20:14:19 +01:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-filter": "*",
2019-06-16 12:50:40 +02:00
"lib-pcre": ">=8.13",
"php": ">=7.1",
"s9e/regexp-builder": "^1.4"
2019-03-13 20:14:19 +01:00
},
"require-dev": {
"matthiasmullie/minify": "*",
2019-08-13 13:04:31 +02:00
"phpunit/phpunit": "^7 || 8.2.*"
2019-03-13 20:14:19 +01:00
},
"suggest": {
"ext-curl": "Improves the performance of the MediaEmbed plugin and some JavaScript minifiers",
"ext-intl": "Allows international URLs to be accepted by the URL filter",
"ext-json": "Enables the generation of a JavaScript parser",
"ext-mbstring": "Improves the performance of the PHP renderer",
"ext-tokenizer": "Improves the performance of the PHP renderer",
"ext-xsl": "Enables the XSLT renderer",
"ext-zlib": "Enables gzip compression when scraping content via the MediaEmbed plugin"
},
"type": "library",
2019-06-16 12:50:40 +02:00
"extra": {
2019-12-27 15:38:56 +01:00
"version": "2.3.1"
2019-06-16 12:50:40 +02:00
},
2019-03-13 20:14:19 +01:00
"autoload": {
"psr-4": {
"s9e\\TextFormatter\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Multi-purpose text formatting and markup library. Plugins offer support for BBCodes, Markdown, emoticons, HTML, embedding media (YouTube, etc...), enhanced typography and more.",
"homepage": "https://github.com/s9e/TextFormatter/",
"keywords": [
"bbcode",
"bbcodes",
"blog",
"censor",
"embed",
"emoji",
"emoticons",
"engine",
"forum",
"html",
"markdown",
"markup",
"media",
"parser",
"shortcodes"
],
2019-12-27 15:38:56 +01:00
"time": "2019-12-26T19:14:01+00:00"
2019-03-13 20:14:19 +01:00
},
2019-12-14 16:35:19 +01:00
{
"name": "scheb/two-factor-bundle",
2019-12-26 15:07:32 +01:00
"version": "v4.11.1",
2019-12-14 16:35:19 +01:00
"source": {
"type": "git",
"url": "https://github.com/scheb/two-factor-bundle.git",
2019-12-26 15:07:32 +01:00
"reference": "f9198cfcd5b2a92691926fd10406e8817232ac16"
2019-12-14 16:35:19 +01:00
},
"dist": {
"type": "zip",
2019-12-26 15:07:32 +01:00
"url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/f9198cfcd5b2a92691926fd10406e8817232ac16",
"reference": "f9198cfcd5b2a92691926fd10406e8817232ac16",
2019-12-14 16:35:19 +01:00
"shasum": ""
},
"require": {
"lcobucci/jwt": "^3.2",
"paragonie/constant_time_encoding": "^2.2",
"php": "^7.1.3",
"spomky-labs/otphp": "^9.1|^10.0",
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/event-dispatcher": "^3.4|^4.0|^5.0",
"symfony/framework-bundle": "^3.4|^4.0|^5.0",
"symfony/http-foundation": "^3.4|^4.0|^5.0",
"symfony/http-kernel": "^3.4|^4.0|^5.0",
"symfony/property-access": "^3.4|^4.0|^5.0",
"symfony/security-bundle": "^3.4|^4.0|^5.0",
"symfony/twig-bundle": "^3.4|^4.0|^5.0"
},
"require-dev": {
"doctrine/lexer": "^1.0.1",
"doctrine/orm": "^2.6",
"escapestudios/symfony2-coding-standard": "^3.9",
"phpunit/phpunit": "^7.0|^8.0",
"squizlabs/php_codesniffer": "^3.5",
"swiftmailer/swiftmailer": "^6.0",
"symfony/yaml": "^3.4|^4.0|^5.0"
},
"type": "symfony-bundle",
"autoload": {
"psr-4": {
"Scheb\\TwoFactorBundle\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christian Scheb",
"email": "me@christianscheb.de"
}
],
"description": "Provides two-factor authentication for Symfony applications",
"homepage": "https://github.com/scheb/two-factor-bundle",
"keywords": [
"Authentication",
"security",
"symfony",
"two-factor",
"two-step"
],
2019-12-26 15:07:32 +01:00
"time": "2019-12-19T12:07:42+00:00"
2019-12-14 16:35:19 +01:00
},
2019-02-23 16:49:38 +01:00
{
"name": "sensio/framework-extra-bundle",
2019-12-29 13:35:30 +01:00
"version": "v5.5.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
2019-12-29 13:35:30 +01:00
"reference": "98f0807137b13d0acfdf3c255a731516e97015de"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-12-29 13:35:30 +01:00
"url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/98f0807137b13d0acfdf3c255a731516e97015de",
"reference": "98f0807137b13d0acfdf3c255a731516e97015de",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2019-04-14 13:43:34 +02:00
"doctrine/annotations": "^1.0",
"php": ">=7.1.3",
2019-10-19 15:39:14 +02:00
"symfony/config": "^4.3|^5.0",
"symfony/dependency-injection": "^4.3|^5.0",
"symfony/framework-bundle": "^4.3|^5.0",
"symfony/http-kernel": "^4.3|^5.0"
},
"conflict": {
"doctrine/doctrine-cache-bundle": "<1.3.1"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2019-10-19 15:39:14 +02:00
"doctrine/doctrine-bundle": "^1.11|^2.0",
2019-02-23 16:49:38 +01:00
"doctrine/orm": "^2.5",
2019-04-14 13:43:34 +02:00
"nyholm/psr7": "^1.1",
2019-10-19 15:39:14 +02:00
"symfony/browser-kit": "^4.3|^5.0",
"symfony/dom-crawler": "^4.3|^5.0",
"symfony/expression-language": "^4.3|^5.0",
"symfony/finder": "^4.3|^5.0",
"symfony/monolog-bridge": "^4.0|^5.0",
2019-02-23 16:49:38 +01:00
"symfony/monolog-bundle": "^3.2",
2019-10-19 15:39:14 +02:00
"symfony/phpunit-bridge": "^4.3.5|^5.0",
2019-04-14 13:43:34 +02:00
"symfony/psr-http-message-bridge": "^1.1",
2019-10-19 15:39:14 +02:00
"symfony/security-bundle": "^4.3|^5.0",
"symfony/twig-bundle": "^4.3|^5.0",
"symfony/yaml": "^4.3|^5.0",
"twig/twig": "^1.34|^2.4|^3.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"symfony/expression-language": "",
"symfony/psr-http-message-bridge": "To use the PSR-7 converters",
"symfony/security-bundle": ""
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
2019-10-19 15:39:14 +02:00
"dev-master": "5.5.x-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
2019-10-19 15:39:14 +02:00
"Sensio\\Bundle\\FrameworkExtraBundle\\": "src/"
},
"exclude-from-classmap": [
"/tests/"
]
2019-02-23 16:49:38 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
"description": "This bundle provides a way to configure your controllers with annotations",
"keywords": [
"annotations",
"controllers"
],
2019-12-29 13:35:30 +01:00
"time": "2019-12-27T08:57:19+00:00"
2019-02-23 16:49:38 +01:00
},
2019-11-21 22:27:17 +01:00
{
"name": "sensiolabs/security-checker",
"version": "v6.0.3",
"source": {
"type": "git",
"url": "https://github.com/sensiolabs/security-checker.git",
"reference": "a576c01520d9761901f269c4934ba55448be4a54"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/a576c01520d9761901f269c4934ba55448be4a54",
"reference": "a576c01520d9761901f269c4934ba55448be4a54",
"shasum": ""
},
"require": {
"php": ">=7.1.3",
"symfony/console": "^2.8|^3.4|^4.2|^5.0",
"symfony/http-client": "^4.3|^5.0",
"symfony/mime": "^4.3|^5.0",
"symfony/polyfill-ctype": "^1.11"
},
"bin": [
"security-checker"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "6.0-dev"
}
},
"autoload": {
"psr-4": {
"SensioLabs\\Security\\": "SensioLabs/Security"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien.potencier@gmail.com"
}
],
"description": "A security checker for your composer.lock",
"time": "2019-11-01T13:20:14+00:00"
},
2019-03-12 13:34:33 +01:00
{
"name": "shivas/versioning-bundle",
2019-12-11 20:12:42 +01:00
"version": "3.2.3",
2019-03-12 13:34:33 +01:00
"source": {
"type": "git",
"url": "https://github.com/shivas/versioning-bundle.git",
2019-12-11 20:12:42 +01:00
"reference": "44611dbbeeef81376baa32d65ac8c263fe307f62"
2019-03-12 13:34:33 +01:00
},
"dist": {
"type": "zip",
2019-12-11 20:12:42 +01:00
"url": "https://api.github.com/repos/shivas/versioning-bundle/zipball/44611dbbeeef81376baa32d65ac8c263fe307f62",
"reference": "44611dbbeeef81376baa32d65ac8c263fe307f62",
2019-03-12 13:34:33 +01:00
"shasum": ""
},
"require": {
2019-12-11 20:12:42 +01:00
"nikolaposa/version": "^2.2 || ^3",
2019-03-12 13:34:33 +01:00
"php": "^7.0",
2019-12-11 20:12:42 +01:00
"symfony/console": "^3.4 || ^4 || ^5",
"symfony/framework-bundle": "^3.4 || ^4 || ^5",
"symfony/process": "^3.4 || ^4 || ^5"
2019-03-12 13:34:33 +01:00
},
"require-dev": {
2019-08-13 13:04:31 +02:00
"mikey179/vfsstream": "^1.6",
"phpunit/phpunit": "^6.5 || ^7",
"symfony/phpunit-bridge": "^4.3"
2019-03-12 13:34:33 +01:00
},
"type": "symfony-bundle",
"autoload": {
"psr-4": {
"Shivas\\VersioningBundle\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Audrius Karabanovas",
2019-11-21 21:52:41 +01:00
"email": "audrius@karabanovas.net",
"role": "Developer"
2019-03-12 13:34:33 +01:00
}
],
"description": "Symfony3|4 application versioning, simple console command to manage version (with providers e.g. git tag) of your application using Semantic Versioning 2.0.0 recommendations",
"homepage": "https://github.com/shivas/versioning-bundle",
"keywords": [
"semantic",
"semver",
"version",
"versioning"
],
2019-12-11 20:12:42 +01:00
"time": "2019-12-08T15:52:26+00:00"
2019-03-12 13:34:33 +01:00
},
2019-12-14 16:35:19 +01:00
{
"name": "spomky-labs/otphp",
2020-01-01 15:57:34 +01:00
"version": "v10.0.0",
2019-12-14 16:35:19 +01:00
"source": {
"type": "git",
"url": "https://github.com/Spomky-Labs/otphp.git",
2020-01-01 15:57:34 +01:00
"reference": "7c4e59c6a1cfe7798e5bf33cca6e5e5cdc5df9ff"
2019-12-14 16:35:19 +01:00
},
"dist": {
"type": "zip",
2020-01-01 15:57:34 +01:00
"url": "https://api.github.com/repos/Spomky-Labs/otphp/zipball/7c4e59c6a1cfe7798e5bf33cca6e5e5cdc5df9ff",
"reference": "7c4e59c6a1cfe7798e5bf33cca6e5e5cdc5df9ff",
2019-12-14 16:35:19 +01:00
"shasum": ""
},
"require": {
2020-01-01 15:57:34 +01:00
"beberlei/assert": "^3.0",
"ext-mbstring": "*",
2019-12-14 16:35:19 +01:00
"paragonie/constant_time_encoding": "^2.0",
2020-01-01 15:57:34 +01:00
"php": "^7.2|^8.0",
"thecodingmachine/safe": "^0.1.14"
2019-12-14 16:35:19 +01:00
},
"require-dev": {
2020-01-01 15:57:34 +01:00
"php-coveralls/php-coveralls": "^2.0",
"phpstan/phpstan": "^0.11",
"phpstan/phpstan-beberlei-assert": "^0.11.0",
"phpstan/phpstan-deprecation-rules": "^0.11",
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-strict-rules": "^0.11",
"phpunit/phpunit": "^8.0",
"thecodingmachine/phpstan-safe-rule": "^0.1.0"
2019-12-14 16:35:19 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-01 15:57:34 +01:00
"v10.0": "10.0.x-dev",
"v9.0": "9.0.x-dev",
"v8.3": "8.3.x-dev"
2019-12-14 16:35:19 +01:00
}
},
"autoload": {
"psr-4": {
"OTPHP\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Florent Morselli",
"homepage": "https://github.com/Spomky"
},
{
"name": "All contributors",
"homepage": "https://github.com/Spomky-Labs/otphp/contributors"
}
],
"description": "A PHP library for generating one time passwords according to RFC 4226 (HOTP Algorithm) and the RFC 6238 (TOTP Algorithm) and compatible with Google Authenticator",
"homepage": "https://github.com/Spomky-Labs/otphp",
"keywords": [
"FreeOTP",
"RFC 4226",
"RFC 6238",
"google authenticator",
"hotp",
"otp",
"totp"
],
2020-01-01 15:57:34 +01:00
"time": "2019-07-30T14:43:55+00:00"
2019-12-14 16:35:19 +01:00
},
2019-03-25 16:42:50 +01:00
{
"name": "symfony/apache-pack",
"version": "v1.0.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/apache-pack.git",
"reference": "3aa5818d73ad2551281fc58a75afd9ca82622e6c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/apache-pack/zipball/3aa5818d73ad2551281fc58a75afd9ca82622e6c",
"reference": "3aa5818d73ad2551281fc58a75afd9ca82622e6c",
"shasum": ""
},
"type": "symfony-pack",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A pack for Apache support in Symfony",
"time": "2017-12-12T01:46:35+00:00"
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/asset",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/asset.git",
2019-11-21 22:16:30 +01:00
"reference": "7ec5fc653dab63d7519a6f411982ee224a696d66"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-11-21 22:16:30 +01:00
"url": "https://api.github.com/repos/symfony/asset/zipball/7ec5fc653dab63d7519a6f411982ee224a696d66",
"reference": "7ec5fc653dab63d7519a6f411982ee224a696d66",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.1.3"
},
"require-dev": {
2019-11-21 22:16:30 +01:00
"symfony/http-foundation": "^3.4|^4.0|^5.0",
"symfony/http-kernel": "^3.4|^4.0|^5.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"symfony/http-foundation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-21 22:16:30 +01:00
"dev-master": "4.4-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Asset\\": ""
},
"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 Asset Component",
"homepage": "https://symfony.com",
2019-11-21 22:16:30 +01:00
"time": "2019-10-12T00:35:04+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/cache",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/cache.git",
2019-12-23 13:51:16 +01:00
"reference": "6af64bab165e588300378a87bcd2df3c7c31c144"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-12-23 13:51:16 +01:00
"url": "https://api.github.com/repos/symfony/cache/zipball/6af64bab165e588300378a87bcd2df3c7c31c144",
"reference": "6af64bab165e588300378a87bcd2df3c7c31c144",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"psr/cache": "~1.0",
"psr/log": "~1.0",
2019-11-21 22:16:30 +01:00
"symfony/cache-contracts": "^1.1.7|^2",
"symfony/service-contracts": "^1.1|^2",
"symfony/var-exporter": "^4.2|^5.0"
2019-02-23 16:49:38 +01:00
},
"conflict": {
"doctrine/dbal": "<2.5",
"symfony/dependency-injection": "<3.4",
2019-11-21 22:16:30 +01:00
"symfony/http-kernel": "<4.4",
"symfony/var-dumper": "<4.4"
2019-02-23 16:49:38 +01:00
},
"provide": {
"psr/cache-implementation": "1.0",
"psr/simple-cache-implementation": "1.0",
2019-06-16 12:36:17 +02:00
"symfony/cache-implementation": "1.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
"cache/integration-tests": "dev-master",
"doctrine/cache": "~1.6",
"doctrine/dbal": "~2.5",
"predis/predis": "~1.1",
2019-06-16 12:36:17 +02:00
"psr/simple-cache": "^1.0",
2019-11-21 22:16:30 +01:00
"symfony/config": "^4.2|^5.0",
"symfony/dependency-injection": "^3.4|^4.1|^5.0",
"symfony/var-dumper": "^4.4|^5.0"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-21 22:16:30 +01:00
"dev-master": "4.4-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Cache\\": ""
},
"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 Cache component with PSR-6, PSR-16, and tags",
"homepage": "https://symfony.com",
"keywords": [
"caching",
"psr6"
],
2019-12-23 13:51:16 +01:00
"time": "2019-12-16T10:45:21+00:00"
2019-07-12 21:00:29 +02:00
},
{
"name": "symfony/cache-contracts",
2020-01-01 15:57:34 +01:00
"version": "v2.0.1",
2019-07-12 21:00:29 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/cache-contracts.git",
2020-01-01 15:57:34 +01:00
"reference": "23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16"
2019-07-12 21:00:29 +02:00
},
"dist": {
"type": "zip",
2020-01-01 15:57:34 +01:00
"url": "https://api.github.com/repos/symfony/cache-contracts/zipball/23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16",
"reference": "23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16",
2019-07-12 21:00:29 +02:00
"shasum": ""
},
"require": {
2020-01-01 15:57:34 +01:00
"php": "^7.2.5",
2019-07-12 21:00:29 +02:00
"psr/cache": "^1.0"
},
"suggest": {
"symfony/cache-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-01 15:57:34 +01:00
"dev-master": "2.0-dev"
2019-07-12 21:00:29 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Cache\\": ""
}
},
"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 caching",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2020-01-01 15:57:34 +01:00
"time": "2019-11-18T17:27:11+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/config",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
2019-12-23 13:51:16 +01:00
"reference": "6911d432edd5b50822986604fd5a5be3af856d30"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-12-23 13:51:16 +01:00
"url": "https://api.github.com/repos/symfony/config/zipball/6911d432edd5b50822986604fd5a5be3af856d30",
"reference": "6911d432edd5b50822986604fd5a5be3af856d30",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
2019-11-21 22:16:30 +01:00
"symfony/filesystem": "^3.4|^4.0|^5.0",
2019-02-23 16:49:38 +01:00
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
"symfony/finder": "<3.4"
},
"require-dev": {
2019-11-21 22:16:30 +01:00
"symfony/event-dispatcher": "^3.4|^4.0|^5.0",
"symfony/finder": "^3.4|^4.0|^5.0",
"symfony/messenger": "^4.1|^5.0",
"symfony/service-contracts": "^1.1|^2",
"symfony/yaml": "^3.4|^4.0|^5.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"symfony/yaml": "To use the yaml reference dumper"
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-21 22:16:30 +01:00
"dev-master": "4.4-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Config\\": ""
},
"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 Config Component",
"homepage": "https://symfony.com",
2019-12-23 13:51:16 +01:00
"time": "2019-12-18T12:00:29+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/console",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
2019-12-23 13:51:16 +01:00
"reference": "82437719dab1e6bdd28726af14cb345c2ec816d0"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-12-23 13:51:16 +01:00
"url": "https://api.github.com/repos/symfony/console/zipball/82437719dab1e6bdd28726af14cb345c2ec816d0",
"reference": "82437719dab1e6bdd28726af14cb345c2ec816d0",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
2019-06-16 12:36:17 +02:00
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "^1.8",
2019-11-21 22:16:30 +01:00
"symfony/service-contracts": "^1.1|^2"
2019-02-23 16:49:38 +01:00
},
"conflict": {
"symfony/dependency-injection": "<3.4",
2019-11-21 22:16:30 +01:00
"symfony/event-dispatcher": "<4.3|>=5",
"symfony/lock": "<4.4",
2019-02-23 16:49:38 +01:00
"symfony/process": "<3.3"
},
"provide": {
"psr/log-implementation": "1.0"
},
"require-dev": {
"psr/log": "~1.0",
2019-11-21 22:16:30 +01:00
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
2019-06-16 12:36:17 +02:00
"symfony/event-dispatcher": "^4.3",
2019-11-21 22:16:30 +01:00
"symfony/lock": "^4.4|^5.0",
"symfony/process": "^3.4|^4.0|^5.0",
"symfony/var-dumper": "^4.3|^5.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"psr/log": "For using the console logger",
"symfony/event-dispatcher": "",
"symfony/lock": "",
"symfony/process": ""
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-21 22:16:30 +01:00
"dev-master": "4.4-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Console\\": ""
},
"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 Console Component",
"homepage": "https://symfony.com",
2019-12-23 13:51:16 +01:00
"time": "2019-12-17T10:32:23+00:00"
2019-02-23 16:49:38 +01:00
},
2019-11-24 22:49:22 +01:00
{
"name": "symfony/css-selector",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-11-24 22:49:22 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
"reference": "64acec7e0d67125e9f4656c68d4a38a42ab5a0b7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/64acec7e0d67125e9f4656c68d4a38a42ab5a0b7",
"reference": "64acec7e0d67125e9f4656c68d4a38a42ab5a0b7",
"shasum": ""
},
"require": {
"php": "^7.1.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.4-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\CssSelector\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Jean-François Simon",
"email": "jeanfrancois.simon@sensiolabs.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony CssSelector Component",
"homepage": "https://symfony.com",
"time": "2019-10-12T00:35:04+00:00"
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/debug",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",
2019-12-23 13:51:16 +01:00
"reference": "5c4c1db977dc70bb3250e1308d3e8c6341aa38f5"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-12-23 13:51:16 +01:00
"url": "https://api.github.com/repos/symfony/debug/zipball/5c4c1db977dc70bb3250e1308d3e8c6341aa38f5",
"reference": "5c4c1db977dc70bb3250e1308d3e8c6341aa38f5",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"psr/log": "~1.0"
},
"conflict": {
"symfony/http-kernel": "<3.4"
},
"require-dev": {
2019-11-21 22:16:30 +01:00
"symfony/http-kernel": "^3.4|^4.0|^5.0"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-21 22:16:30 +01:00
"dev-master": "4.4-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Debug\\": ""
},
"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 Debug Component",
"homepage": "https://symfony.com",
2019-12-23 13:51:16 +01:00
"time": "2019-12-16T14:46:54+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/dependency-injection",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
2019-12-23 13:51:16 +01:00
"reference": "79b0358207a3571cc3af02a57d0321927921f539"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-12-23 13:51:16 +01:00
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/79b0358207a3571cc3af02a57d0321927921f539",
"reference": "79b0358207a3571cc3af02a57d0321927921f539",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"psr/container": "^1.0",
2019-11-21 22:16:30 +01:00
"symfony/service-contracts": "^1.1.6|^2"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2019-11-21 22:16:30 +01:00
"symfony/config": "<4.3|>=5.0",
2019-02-23 16:49:38 +01:00
"symfony/finder": "<3.4",
"symfony/proxy-manager-bridge": "<3.4",
"symfony/yaml": "<3.4"
},
"provide": {
"psr/container-implementation": "1.0",
2019-06-16 12:36:17 +02:00
"symfony/service-implementation": "1.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2019-06-16 12:36:17 +02:00
"symfony/config": "^4.3",
2019-11-21 22:16:30 +01:00
"symfony/expression-language": "^3.4|^4.0|^5.0",
"symfony/yaml": "^3.4|^4.0|^5.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"symfony/config": "",
"symfony/expression-language": "For using expressions in service container configuration",
"symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
"symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
"symfony/yaml": ""
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-21 22:16:30 +01:00
"dev-master": "4.4-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\DependencyInjection\\": ""
},
"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 DependencyInjection Component",
"homepage": "https://symfony.com",
2019-12-23 13:51:16 +01:00
"time": "2019-12-19T16:00:02+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/doctrine-bridge",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/doctrine-bridge.git",
2019-12-23 13:51:16 +01:00
"reference": "3e40beb8dbb06d2967e37938f4c3f20f425137a6"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-12-23 13:51:16 +01:00
"url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/3e40beb8dbb06d2967e37938f4c3f20f425137a6",
"reference": "3e40beb8dbb06d2967e37938f4c3f20f425137a6",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"doctrine/event-manager": "~1.0",
2019-12-23 13:51:16 +01:00
"doctrine/persistence": "^1.3",
2019-02-23 16:49:38 +01:00
"php": "^7.1.3",
"symfony/polyfill-ctype": "~1.8",
2019-06-16 12:36:17 +02:00
"symfony/polyfill-mbstring": "~1.0",
2019-11-21 22:16:30 +01:00
"symfony/service-contracts": "^1.1|^2"
2019-02-23 16:49:38 +01:00
},
"conflict": {
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
"symfony/dependency-injection": "<3.4",
2019-11-21 22:16:30 +01:00
"symfony/form": "<4.4",
2019-11-16 17:59:32 +01:00
"symfony/http-kernel": "<4.3.7",
2019-11-21 22:16:30 +01:00
"symfony/messenger": "<4.3",
"symfony/security-core": "<4.4",
2019-12-23 13:51:16 +01:00
"symfony/validator": "<4.4.2|<5.0.2,>=5.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2019-08-27 13:34:33 +02:00
"doctrine/annotations": "~1.7",
2019-02-23 16:49:38 +01:00
"doctrine/cache": "~1.6",
2019-06-16 12:36:17 +02:00
"doctrine/collections": "~1.0",
2019-02-23 16:49:38 +01:00
"doctrine/data-fixtures": "1.0.*",
"doctrine/dbal": "~2.4",
2019-08-27 13:34:33 +02:00
"doctrine/orm": "^2.6.3",
2019-02-23 16:49:38 +01:00
"doctrine/reflection": "~1.0",
2019-11-21 22:16:30 +01:00
"symfony/config": "^4.2|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/expression-language": "^3.4|^4.0|^5.0",
"symfony/form": "^4.4|^5.0",
2019-11-16 17:59:32 +01:00
"symfony/http-kernel": "^4.3.7",
2019-11-21 22:16:30 +01:00
"symfony/messenger": "^4.4|^5.0",
"symfony/property-access": "^3.4|^4.0|^5.0",
"symfony/property-info": "^3.4|^4.0|^5.0",
"symfony/proxy-manager-bridge": "^3.4|^4.0|^5.0",
"symfony/security-core": "^4.4|^5.0",
"symfony/stopwatch": "^3.4|^4.0|^5.0",
"symfony/translation": "^3.4|^4.0|^5.0",
2019-12-23 13:51:16 +01:00
"symfony/validator": "^4.4.2|^5.0.2",
2019-11-21 22:16:30 +01:00
"symfony/var-dumper": "^3.4|^4.0|^5.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"doctrine/data-fixtures": "",
"doctrine/dbal": "",
"doctrine/orm": "",
"symfony/form": "",
"symfony/property-info": "",
"symfony/validator": ""
},
"type": "symfony-bridge",
"extra": {
"branch-alias": {
2019-11-21 22:16:30 +01:00
"dev-master": "4.4-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Bridge\\Doctrine\\": ""
},
"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 Doctrine Bridge",
"homepage": "https://symfony.com",
2019-12-23 13:51:16 +01:00
"time": "2019-12-17T08:15:02+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/dotenv",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/dotenv.git",
2019-12-23 13:51:16 +01:00
"reference": "c387ab37887f997162a8579d335b38f328d27859"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-12-23 13:51:16 +01:00
"url": "https://api.github.com/repos/symfony/dotenv/zipball/c387ab37887f997162a8579d335b38f328d27859",
"reference": "c387ab37887f997162a8579d335b38f328d27859",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.1.3"
},
"require-dev": {
2019-11-21 22:16:30 +01:00
"symfony/process": "^3.4.2|^4.0|^5.0"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-21 22:16:30 +01:00
"dev-master": "4.4-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Dotenv\\": ""
},
"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": "Registers environment variables from a .env file",
"homepage": "https://symfony.com",
"keywords": [
"dotenv",
"env",
"environment"
],
2019-12-23 13:51:16 +01:00
"time": "2019-12-19T15:57:49+00:00"
2019-11-21 22:16:30 +01:00
},
{
"name": "symfony/error-handler",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-11-21 22:16:30 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
2019-12-23 13:51:16 +01:00
"reference": "6d7d7712a6ff5215ec26215672293b154f1db8c1"
2019-11-21 22:16:30 +01:00
},
"dist": {
"type": "zip",
2019-12-23 13:51:16 +01:00
"url": "https://api.github.com/repos/symfony/error-handler/zipball/6d7d7712a6ff5215ec26215672293b154f1db8c1",
"reference": "6d7d7712a6ff5215ec26215672293b154f1db8c1",
2019-11-21 22:16:30 +01:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"psr/log": "~1.0",
"symfony/debug": "^4.4",
"symfony/var-dumper": "^4.4|^5.0"
},
"require-dev": {
"symfony/http-kernel": "^4.4|^5.0",
"symfony/serializer": "^4.4|^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.4-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\ErrorHandler\\": ""
},
"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 ErrorHandler Component",
"homepage": "https://symfony.com",
2019-12-23 13:51:16 +01:00
"time": "2019-12-16T14:46:54+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/event-dispatcher",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
2019-12-01 15:18:44 +01:00
"reference": "b3c3068a72623287550fe20b84a2b01dcba2686f"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-12-01 15:18:44 +01:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b3c3068a72623287550fe20b84a2b01dcba2686f",
"reference": "b3c3068a72623287550fe20b84a2b01dcba2686f",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
2019-06-16 12:36:17 +02:00
"symfony/event-dispatcher-contracts": "^1.1"
2019-02-23 16:49:38 +01:00
},
"conflict": {
"symfony/dependency-injection": "<3.4"
},
2019-06-16 12:36:17 +02:00
"provide": {
"psr/event-dispatcher-implementation": "1.0",
"symfony/event-dispatcher-implementation": "1.1"
},
2019-02-23 16:49:38 +01:00
"require-dev": {
"psr/log": "~1.0",
2019-11-21 22:16:30 +01:00
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/expression-language": "^3.4|^4.0|^5.0",
"symfony/http-foundation": "^3.4|^4.0|^5.0",
"symfony/service-contracts": "^1.1|^2",
"symfony/stopwatch": "^3.4|^4.0|^5.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-21 22:16:30 +01:00
"dev-master": "4.4-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\EventDispatcher\\": ""
},
"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 EventDispatcher Component",
"homepage": "https://symfony.com",
2019-12-01 15:18:44 +01:00
"time": "2019-11-28T13:33:56+00:00"
2019-07-12 21:00:29 +02:00
},
{
"name": "symfony/event-dispatcher-contracts",
2019-10-11 23:53:12 +02:00
"version": "v1.1.7",
2019-07-12 21:00:29 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
2019-10-11 23:53:12 +02:00
"reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18"
2019-07-12 21:00:29 +02:00
},
"dist": {
"type": "zip",
2019-10-11 23:53:12 +02:00
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
"reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
2019-07-12 21:00:29 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3"
},
"suggest": {
"psr/event-dispatcher": "",
"symfony/event-dispatcher-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\EventDispatcher\\": ""
}
},
"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 dispatching event",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2019-10-11 23:53:12 +02:00
"time": "2019-09-17T09:54:03+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/expression-language",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/expression-language.git",
2019-12-23 13:51:16 +01:00
"reference": "539e7ff0b635c8b90d8127bc929da781a96eab2d"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-12-23 13:51:16 +01:00
"url": "https://api.github.com/repos/symfony/expression-language/zipball/539e7ff0b635c8b90d8127bc929da781a96eab2d",
"reference": "539e7ff0b635c8b90d8127bc929da781a96eab2d",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
2019-11-21 22:16:30 +01:00
"symfony/cache": "^3.4|^4.0|^5.0",
"symfony/service-contracts": "^1.1|^2"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-21 22:16:30 +01:00
"dev-master": "4.4-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\ExpressionLanguage\\": ""
},
"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 ExpressionLanguage Component",
"homepage": "https://symfony.com",
2019-12-23 13:51:16 +01:00
"time": "2019-12-10T10:33:21+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/filesystem",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
2019-12-01 15:18:44 +01:00
"reference": "40c2606131d56eff6f193b6e2ceb92414653b591"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-12-01 15:18:44 +01:00
"url": "https://api.github.com/repos/symfony/filesystem/zipball/40c2606131d56eff6f193b6e2ceb92414653b591",
"reference": "40c2606131d56eff6f193b6e2ceb92414653b591",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/polyfill-ctype": "~1.8"
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-21 22:16:30 +01:00
"dev-master": "4.4-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Filesystem\\": ""
},
"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 Filesystem Component",
"homepage": "https://symfony.com",
2019-12-01 15:18:44 +01:00
"time": "2019-11-26T23:16:41+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/finder",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
2019-11-21 22:16:30 +01:00
"reference": "ce8743441da64c41e2a667b8eb66070444ed911e"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-11-21 22:16:30 +01:00
"url": "https://api.github.com/repos/symfony/finder/zipball/ce8743441da64c41e2a667b8eb66070444ed911e",
"reference": "ce8743441da64c41e2a667b8eb66070444ed911e",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.1.3"
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-21 22:16:30 +01:00
"dev-master": "4.4-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Finder\\": ""
},
"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 Finder Component",
"homepage": "https://symfony.com",
2019-11-21 22:16:30 +01:00
"time": "2019-11-17T21:56:56+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/flex",
2019-12-23 13:51:16 +01:00
"version": "v1.6.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/flex.git",
2019-12-23 13:51:16 +01:00
"reference": "952f45d1c5077e658cb16a61d11603bee873f968"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-12-23 13:51:16 +01:00
"url": "https://api.github.com/repos/symfony/flex/zipball/952f45d1c5077e658cb16a61d11603bee873f968",
"reference": "952f45d1c5077e658cb16a61d11603bee873f968",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0",
"php": "^7.0"
},
"require-dev": {
"composer/composer": "^1.0.2",
2019-11-16 17:59:32 +01:00
"symfony/dotenv": "^3.4|^4.0|^5.0",
"symfony/phpunit-bridge": "^3.4.19|^4.1.8|^5.0",
"symfony/process": "^2.7|^3.0|^4.0|^5.0"
2019-02-23 16:49:38 +01:00
},
"type": "composer-plugin",
"extra": {
"branch-alias": {
2019-11-30 15:43:30 +01:00
"dev-master": "1.5-dev"
2019-02-23 16:49:38 +01:00
},
"class": "Symfony\\Flex\\Flex"
},
"autoload": {
"psr-4": {
"Symfony\\Flex\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien.potencier@gmail.com"
}
],
"description": "Composer plugin for Symfony",
2019-12-23 13:51:16 +01:00
"time": "2019-12-13T18:05:11+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/form",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/form.git",
2019-12-23 13:51:16 +01:00
"reference": "7ed4441a347fe33299908a9aa24ff8a556848a16"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-12-23 13:51:16 +01:00
"url": "https://api.github.com/repos/symfony/form/zipball/7ed4441a347fe33299908a9aa24ff8a556848a16",
"reference": "7ed4441a347fe33299908a9aa24ff8a556848a16",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
2019-06-16 12:36:17 +02:00
"symfony/event-dispatcher": "^4.3",
2019-11-21 22:16:30 +01:00
"symfony/intl": "^4.4|^5.0",
"symfony/options-resolver": "~4.3|^5.0",
2019-02-23 16:49:38 +01:00
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.0",
2019-11-21 22:16:30 +01:00
"symfony/property-access": "^3.4|^4.0|^5.0",
"symfony/service-contracts": "^1.1|^2"
2019-02-23 16:49:38 +01:00
},
"conflict": {
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
2019-06-16 12:36:17 +02:00
"symfony/console": "<4.3",
2019-02-23 16:49:38 +01:00
"symfony/dependency-injection": "<3.4",
"symfony/doctrine-bridge": "<3.4",
"symfony/framework-bundle": "<3.4",
2019-11-21 22:16:30 +01:00
"symfony/http-kernel": "<4.4",
2019-06-16 12:36:17 +02:00
"symfony/intl": "<4.3",
2019-02-23 16:49:38 +01:00
"symfony/translation": "<4.2",
"symfony/twig-bridge": "<3.4.5|<4.0.5,>=4.0"
},
"require-dev": {
"doctrine/collections": "~1.0",
2019-11-21 22:16:30 +01:00
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/console": "^4.3|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/http-foundation": "^3.4|^4.0|^5.0",
"symfony/http-kernel": "^4.4",
"symfony/security-csrf": "^3.4|^4.0|^5.0",
"symfony/translation": "^4.2|^5.0",
"symfony/validator": "^3.4.31|^4.3.4|^5.0",
"symfony/var-dumper": "^4.3|^5.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"symfony/security-csrf": "For protecting forms against CSRF attacks.",
"symfony/twig-bridge": "For templating with Twig.",
"symfony/validator": "For form validation."
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-21 22:16:30 +01:00
"dev-master": "4.4-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Form\\": ""
},
"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 Form Component",
"homepage": "https://symfony.com",
2019-12-23 13:51:16 +01:00
"time": "2019-12-16T11:07:37+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/framework-bundle",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/framework-bundle.git",
2019-12-23 13:51:16 +01:00
"reference": "c80526b4c22f6ddc23080225bf276f094d2c398e"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-12-23 13:51:16 +01:00
"url": "https://api.github.com/repos/symfony/framework-bundle/zipball/c80526b4c22f6ddc23080225bf276f094d2c398e",
"reference": "c80526b4c22f6ddc23080225bf276f094d2c398e",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"ext-xml": "*",
"php": "^7.1.3",
2019-11-21 22:16:30 +01:00
"symfony/cache": "^4.4|^5.0",
"symfony/config": "^4.3.4|^5.0",
2019-12-01 15:18:44 +01:00
"symfony/dependency-injection": "^4.4.1|^5.0.1",
"symfony/error-handler": "^4.4.1|^5.0.1",
2019-11-21 22:16:30 +01:00
"symfony/filesystem": "^3.4|^4.0|^5.0",
"symfony/finder": "^3.4|^4.0|^5.0",
"symfony/http-foundation": "^4.4|^5.0",
"symfony/http-kernel": "^4.4",
2019-02-23 16:49:38 +01:00
"symfony/polyfill-mbstring": "~1.0",
2019-11-21 22:16:30 +01:00
"symfony/routing": "^4.4|^5.0"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2019-12-23 13:51:16 +01:00
"doctrine/persistence": "<1.3",
2019-02-23 16:49:38 +01:00
"phpdocumentor/reflection-docblock": "<3.0",
"phpdocumentor/type-resolver": "<0.2.1",
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
"symfony/asset": "<3.4",
2019-06-16 12:36:17 +02:00
"symfony/browser-kit": "<4.3",
"symfony/console": "<4.3",
"symfony/dom-crawler": "<4.3",
2019-11-21 22:16:30 +01:00
"symfony/dotenv": "<4.3.6",
2019-12-01 15:18:44 +01:00
"symfony/form": "<4.3.5",
2019-11-21 22:16:30 +01:00
"symfony/http-client": "<4.4",
"symfony/lock": "<4.4",
"symfony/mailer": "<4.4",
"symfony/messenger": "<4.4",
"symfony/mime": "<4.4",
2019-02-23 16:49:38 +01:00
"symfony/property-info": "<3.4",
2019-11-21 22:16:30 +01:00
"symfony/security-bundle": "<4.4",
"symfony/serializer": "<4.4",
2019-02-23 16:49:38 +01:00
"symfony/stopwatch": "<3.4",
2019-11-21 22:16:30 +01:00
"symfony/translation": "<4.4",
2019-02-23 16:49:38 +01:00
"symfony/twig-bridge": "<4.1.1",
2019-11-21 22:16:30 +01:00
"symfony/twig-bundle": "<4.4",
"symfony/validator": "<4.4",
"symfony/web-profiler-bundle": "<4.4",
2019-11-01 13:58:02 +01:00
"symfony/workflow": "<4.3.6"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2019-08-27 13:34:33 +02:00
"doctrine/annotations": "~1.7",
2019-02-23 16:49:38 +01:00
"doctrine/cache": "~1.0",
2019-11-21 22:16:30 +01:00
"paragonie/sodium_compat": "^1.8",
2019-02-23 16:49:38 +01:00
"phpdocumentor/reflection-docblock": "^3.0|^4.0",
2019-11-21 22:16:30 +01:00
"symfony/asset": "^3.4|^4.0|^5.0",
"symfony/browser-kit": "^4.3|^5.0",
"symfony/console": "^4.3.4|^5.0",
"symfony/css-selector": "^3.4|^4.0|^5.0",
"symfony/dom-crawler": "^4.3|^5.0",
"symfony/dotenv": "^4.3.6|^5.0",
"symfony/expression-language": "^3.4|^4.0|^5.0",
2019-12-01 15:18:44 +01:00
"symfony/form": "^4.3.5|^5.0",
2019-11-21 22:16:30 +01:00
"symfony/http-client": "^4.4|^5.0",
"symfony/lock": "^4.4|^5.0",
"symfony/mailer": "^4.4|^5.0",
"symfony/messenger": "^4.4|^5.0",
"symfony/mime": "^4.4|^5.0",
2019-02-23 16:49:38 +01:00
"symfony/polyfill-intl-icu": "~1.0",
2019-11-21 22:16:30 +01:00
"symfony/process": "^3.4|^4.0|^5.0",
"symfony/property-info": "^3.4|^4.0|^5.0",
"symfony/security-csrf": "^3.4|^4.0|^5.0",
"symfony/security-http": "^3.4|^4.0|^5.0",
"symfony/serializer": "^4.4|^5.0",
"symfony/stopwatch": "^3.4|^4.0|^5.0",
"symfony/templating": "^3.4|^4.0|^5.0",
"symfony/translation": "^4.4|^5.0",
"symfony/twig-bundle": "^4.4|^5.0",
"symfony/validator": "^4.4|^5.0",
"symfony/web-link": "^4.4|^5.0",
"symfony/workflow": "^4.3.6|^5.0",
"symfony/yaml": "^3.4|^4.0|^5.0",
"twig/twig": "^1.41|^2.10|^3.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"ext-apcu": "For best performance of the system caches",
"symfony/console": "For using the console commands",
"symfony/form": "For using forms",
"symfony/property-info": "For using the property_info service",
"symfony/serializer": "For using the serializer service",
"symfony/validator": "For using validation",
"symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
"symfony/yaml": "For using the debug:config and lint:yaml commands"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
2019-11-21 22:16:30 +01:00
"dev-master": "4.4-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Bundle\\FrameworkBundle\\": ""
},
"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 FrameworkBundle",
"homepage": "https://symfony.com",
2019-12-23 13:51:16 +01:00
"time": "2019-12-17T08:15:02+00:00"
2019-02-23 16:49:38 +01:00
},
2019-10-19 18:42:06 +02:00
{
"name": "symfony/http-client",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-10-19 18:42:06 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client.git",
2019-12-23 13:51:16 +01:00
"reference": "9ebfc77b5018a05226b38642def82746f3e2ce0f"
2019-10-19 18:42:06 +02:00
},
"dist": {
"type": "zip",
2019-12-23 13:51:16 +01:00
"url": "https://api.github.com/repos/symfony/http-client/zipball/9ebfc77b5018a05226b38642def82746f3e2ce0f",
"reference": "9ebfc77b5018a05226b38642def82746f3e2ce0f",
2019-10-19 18:42:06 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"psr/log": "^1.0",
2019-11-21 22:16:30 +01:00
"symfony/http-client-contracts": "^1.1.8|^2",
2019-12-01 15:18:44 +01:00
"symfony/polyfill-php73": "^1.11",
"symfony/service-contracts": "^1.0|^2"
2019-11-21 22:16:30 +01:00
},
2019-10-19 18:42:06 +02:00
"provide": {
2019-11-21 22:16:30 +01:00
"php-http/async-client-implementation": "*",
"php-http/client-implementation": "*",
2019-10-19 18:42:06 +02:00
"psr/http-client-implementation": "1.0",
"symfony/http-client-implementation": "1.1"
},
"require-dev": {
2019-11-21 22:16:30 +01:00
"guzzlehttp/promises": "^1.3.1",
2019-10-19 18:42:06 +02:00
"nyholm/psr7": "^1.0",
2019-11-21 22:16:30 +01:00
"php-http/httplug": "^1.0|^2.0",
2019-10-19 18:42:06 +02:00
"psr/http-client": "^1.0",
2019-11-21 22:16:30 +01:00
"symfony/dependency-injection": "^4.3|^5.0",
"symfony/http-kernel": "^4.4",
2019-12-01 15:18:44 +01:00
"symfony/process": "^4.2|^5.0"
2019-10-19 18:42:06 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-21 22:16:30 +01:00
"dev-master": "4.4-dev"
2019-10-19 18:42:06 +02:00
}
},
"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",
2019-12-23 13:51:16 +01:00
"time": "2019-12-19T15:57:49+00:00"
2019-10-19 18:42:06 +02:00
},
{
"name": "symfony/http-client-contracts",
2020-01-01 15:57:34 +01:00
"version": "v2.0.1",
2019-10-19 18:42:06 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client-contracts.git",
2020-01-01 15:57:34 +01:00
"reference": "378868b61b85c5cac6822d4f84e26999c9f2e881"
2019-10-19 18:42:06 +02:00
},
"dist": {
"type": "zip",
2020-01-01 15:57:34 +01:00
"url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/378868b61b85c5cac6822d4f84e26999c9f2e881",
"reference": "378868b61b85c5cac6822d4f84e26999c9f2e881",
2019-10-19 18:42:06 +02:00
"shasum": ""
},
"require": {
2020-01-01 15:57:34 +01:00
"php": "^7.2.5"
2019-10-19 18:42:06 +02:00
},
"suggest": {
"symfony/http-client-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-01 15:57:34 +01:00
"dev-master": "2.0-dev"
2019-10-19 18:42:06 +02:00
}
},
"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"
],
2020-01-01 15:57:34 +01:00
"time": "2019-11-26T23:25:11+00:00"
2019-10-19 18:42:06 +02:00
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/http-foundation",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
2019-12-23 13:51:16 +01:00
"reference": "fcae1cff5b57b2a9c3aabefeb1527678705ddb62"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-12-23 13:51:16 +01:00
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/fcae1cff5b57b2a9c3aabefeb1527678705ddb62",
"reference": "fcae1cff5b57b2a9c3aabefeb1527678705ddb62",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
2019-11-21 22:16:30 +01:00
"symfony/mime": "^4.3|^5.0",
2019-02-23 16:49:38 +01:00
"symfony/polyfill-mbstring": "~1.1"
},
"require-dev": {
"predis/predis": "~1.0",
2019-11-21 22:16:30 +01:00
"symfony/expression-language": "^3.4|^4.0|^5.0"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-21 22:16:30 +01:00
"dev-master": "4.4-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\HttpFoundation\\": ""
},
"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 HttpFoundation Component",
"homepage": "https://symfony.com",
2019-12-23 13:51:16 +01:00
"time": "2019-12-19T15:57:49+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/http-kernel",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
2019-12-23 13:51:16 +01:00
"reference": "fe310d2e95cd4c356836c8ecb0895a46d97fede2"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-12-23 13:51:16 +01:00
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/fe310d2e95cd4c356836c8ecb0895a46d97fede2",
"reference": "fe310d2e95cd4c356836c8ecb0895a46d97fede2",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"psr/log": "~1.0",
2019-11-21 22:16:30 +01:00
"symfony/error-handler": "^4.4",
"symfony/event-dispatcher": "^4.4",
"symfony/http-foundation": "^4.4|^5.0",
"symfony/polyfill-ctype": "^1.8",
2019-06-16 12:36:17 +02:00
"symfony/polyfill-php73": "^1.9"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2019-06-16 12:36:17 +02:00
"symfony/browser-kit": "<4.3",
2019-02-23 16:49:38 +01:00
"symfony/config": "<3.4",
2019-11-21 22:16:30 +01:00
"symfony/console": ">=5",
2019-06-16 12:36:17 +02:00
"symfony/dependency-injection": "<4.3",
2019-02-23 16:49:38 +01:00
"symfony/translation": "<4.2",
"twig/twig": "<1.34|<2.4,>=2"
},
"provide": {
"psr/log-implementation": "1.0"
},
"require-dev": {
"psr/cache": "~1.0",
2019-11-21 22:16:30 +01:00
"symfony/browser-kit": "^4.3|^5.0",
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/console": "^3.4|^4.0",
"symfony/css-selector": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^4.3|^5.0",
"symfony/dom-crawler": "^3.4|^4.0|^5.0",
"symfony/expression-language": "^3.4|^4.0|^5.0",
"symfony/finder": "^3.4|^4.0|^5.0",
"symfony/process": "^3.4|^4.0|^5.0",
"symfony/routing": "^3.4|^4.0|^5.0",
"symfony/stopwatch": "^3.4|^4.0|^5.0",
"symfony/templating": "^3.4|^4.0|^5.0",
"symfony/translation": "^4.2|^5.0",
"symfony/translation-contracts": "^1.1|^2",
"twig/twig": "^1.34|^2.4|^3.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"symfony/browser-kit": "",
"symfony/config": "",
"symfony/console": "",
2019-11-21 22:16:30 +01:00
"symfony/dependency-injection": ""
2019-02-23 16:49:38 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-21 22:16:30 +01:00
"dev-master": "4.4-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\HttpKernel\\": ""
},
"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 HttpKernel Component",
"homepage": "https://symfony.com",
2019-12-23 13:51:16 +01:00
"time": "2019-12-19T16:23:40+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/inflector",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/inflector.git",
2019-11-21 22:16:30 +01:00
"reference": "98581481d9ddabe4db3a66e10202fe1fa08d791b"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-11-21 22:16:30 +01:00
"url": "https://api.github.com/repos/symfony/inflector/zipball/98581481d9ddabe4db3a66e10202fe1fa08d791b",
"reference": "98581481d9ddabe4db3a66e10202fe1fa08d791b",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/polyfill-ctype": "~1.8"
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-21 22:16:30 +01:00
"dev-master": "4.4-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Inflector\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Inflector Component",
"homepage": "https://symfony.com",
"keywords": [
"inflection",
"pluralize",
"singularize",
"string",
"symfony",
"words"
],
2019-11-21 22:16:30 +01:00
"time": "2019-11-06T12:02:32+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/intl",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/intl.git",
2019-12-01 15:18:44 +01:00
"reference": "727fed5372915b5ea5e8177070f5e7e547063f24"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-12-01 15:18:44 +01:00
"url": "https://api.github.com/repos/symfony/intl/zipball/727fed5372915b5ea5e8177070f5e7e547063f24",
"reference": "727fed5372915b5ea5e8177070f5e7e547063f24",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/polyfill-intl-icu": "~1.0"
},
"require-dev": {
2019-11-21 22:16:30 +01:00
"symfony/filesystem": "^3.4|^4.0|^5.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"ext-intl": "to use the component with locales other than \"en\""
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-21 22:16:30 +01:00
"dev-master": "4.4-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Intl\\": ""
},
"classmap": [
"Resources/stubs"
],
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
},
{
"name": "Eriksen Costa",
"email": "eriksen.costa@infranology.com.br"
},
{
"name": "Igor Wiedler",
"email": "igor@wiedler.ch"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.",
"homepage": "https://symfony.com",
"keywords": [
"i18n",
"icu",
"internationalization",
"intl",
"l10n",
"localization"
],
2019-12-01 15:18:44 +01:00
"time": "2019-11-26T23:16:41+00:00"
2019-06-16 12:36:17 +02:00
},
2019-11-24 22:49:22 +01:00
{
"name": "symfony/mailer",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-11-24 22:49:22 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/mailer.git",
2019-12-23 13:51:16 +01:00
"reference": "1e6e1d074be84eab728b617aa08349b8a00b6f44"
2019-11-24 22:49:22 +01:00
},
"dist": {
"type": "zip",
2019-12-23 13:51:16 +01:00
"url": "https://api.github.com/repos/symfony/mailer/zipball/1e6e1d074be84eab728b617aa08349b8a00b6f44",
"reference": "1e6e1d074be84eab728b617aa08349b8a00b6f44",
2019-11-24 22:49:22 +01:00
"shasum": ""
},
"require": {
"egulias/email-validator": "^2.1.10",
"php": "^7.1.3",
"psr/log": "~1.0",
"symfony/event-dispatcher": "^4.3",
"symfony/mime": "^4.4|^5.0",
"symfony/service-contracts": "^1.1|^2"
},
"conflict": {
"symfony/http-kernel": "<4.4",
"symfony/sendgrid-mailer": "<4.4"
},
"require-dev": {
"symfony/amazon-mailer": "^4.4|^5.0",
"symfony/google-mailer": "^4.4|^5.0",
"symfony/http-client-contracts": "^1.1|^2",
"symfony/mailchimp-mailer": "^4.4|^5.0",
"symfony/mailgun-mailer": "^4.4|^5.0",
"symfony/messenger": "^4.4|^5.0",
"symfony/postmark-mailer": "^4.4|^5.0",
"symfony/sendgrid-mailer": "^4.4|^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.4-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Mailer\\": ""
},
"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 Mailer Component",
"homepage": "https://symfony.com",
2019-12-23 13:51:16 +01:00
"time": "2019-12-02T16:18:01+00:00"
2019-11-24 22:49:22 +01:00
},
2019-06-16 12:36:17 +02:00
{
"name": "symfony/mime",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-06-16 12:36:17 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
2019-12-01 15:18:44 +01:00
"reference": "010cc488e56cafe5f7494dea70aea93100c234df"
2019-06-16 12:36:17 +02:00
},
"dist": {
"type": "zip",
2019-12-01 15:18:44 +01:00
"url": "https://api.github.com/repos/symfony/mime/zipball/010cc488e56cafe5f7494dea70aea93100c234df",
"reference": "010cc488e56cafe5f7494dea70aea93100c234df",
2019-06-16 12:36:17 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/polyfill-intl-idn": "^1.10",
"symfony/polyfill-mbstring": "^1.0"
},
2019-11-21 22:16:30 +01:00
"conflict": {
"symfony/mailer": "<4.4"
},
2019-06-16 12:36:17 +02:00
"require-dev": {
2019-08-27 13:34:33 +02:00
"egulias/email-validator": "^2.1.10",
2019-11-21 22:16:30 +01:00
"symfony/dependency-injection": "^3.4|^4.1|^5.0"
2019-06-16 12:36:17 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-21 22:16:30 +01:00
"dev-master": "4.4-dev"
2019-06-16 12:36:17 +02:00
}
},
"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"
],
2019-12-01 15:18:44 +01:00
"time": "2019-11-30T08:27:26+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/monolog-bridge",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/monolog-bridge.git",
2019-12-23 13:51:16 +01:00
"reference": "da3718c84f29d4b1ef607e2a13c496186a5975c1"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-12-23 13:51:16 +01:00
"url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/da3718c84f29d4b1ef607e2a13c496186a5975c1",
"reference": "da3718c84f29d4b1ef607e2a13c496186a5975c1",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2019-11-21 22:16:30 +01:00
"monolog/monolog": "^1.25.1",
2019-02-23 16:49:38 +01:00
"php": "^7.1.3",
2019-06-16 12:36:17 +02:00
"symfony/http-kernel": "^4.3",
2019-11-21 22:16:30 +01:00
"symfony/service-contracts": "^1.1|^2"
2019-02-23 16:49:38 +01:00
},
"conflict": {
"symfony/console": "<3.4",
"symfony/http-foundation": "<3.4"
},
"require-dev": {
2019-11-21 22:16:30 +01:00
"symfony/console": "^3.4|^4.0|^5.0",
"symfony/http-client": "^4.4|^5.0",
"symfony/security-core": "^3.4|^4.0|^5.0",
"symfony/var-dumper": "^3.4|^4.0|^5.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"symfony/console": "For the possibility to show log messages in console commands depending on verbosity settings.",
"symfony/http-kernel": "For using the debugging handlers together with the response life cycle of the HTTP kernel.",
"symfony/var-dumper": "For using the debugging handlers like the console handler or the log server handler."
},
"type": "symfony-bridge",
"extra": {
"branch-alias": {
2019-11-21 22:16:30 +01:00
"dev-master": "4.4-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Bridge\\Monolog\\": ""
},
"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 Monolog Bridge",
"homepage": "https://symfony.com",
2019-12-23 13:51:16 +01:00
"time": "2019-12-10T10:33:21+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/monolog-bundle",
2019-11-16 17:59:32 +01:00
"version": "v3.5.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/monolog-bundle.git",
2019-11-16 17:59:32 +01:00
"reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-11-16 17:59:32 +01:00
"url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
"reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2019-11-16 17:59:32 +01:00
"monolog/monolog": "~1.22 || ~2.0",
2019-02-23 16:49:38 +01:00
"php": ">=5.6",
2019-11-16 17:59:32 +01:00
"symfony/config": "~3.4 || ~4.0 || ^5.0",
"symfony/dependency-injection": "~3.4.10 || ^4.0.10 || ^5.0",
"symfony/http-kernel": "~3.4 || ~4.0 || ^5.0",
"symfony/monolog-bridge": "~3.4 || ~4.0 || ^5.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2019-11-16 17:59:32 +01:00
"symfony/console": "~3.4 || ~4.0 || ^5.0",
"symfony/phpunit-bridge": "^3.4.19 || ^4.0 || ^5.0",
"symfony/yaml": "~3.4 || ~4.0 || ^5.0"
2019-02-23 16:49:38 +01:00
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Bundle\\MonologBundle\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2019-11-16 17:59:32 +01:00
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
2019-02-23 16:49:38 +01:00
}
],
"description": "Symfony MonologBundle",
"homepage": "http://symfony.com",
"keywords": [
"log",
"logging"
],
2019-11-16 17:59:32 +01:00
"time": "2019-11-13T13:11:14+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/options-resolver",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/options-resolver.git",
2019-11-21 22:16:30 +01:00
"reference": "2be23e63f33de16b49294ea6581f462932a77e2f"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-11-21 22:16:30 +01:00
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/2be23e63f33de16b49294ea6581f462932a77e2f",
"reference": "2be23e63f33de16b49294ea6581f462932a77e2f",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.1.3"
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-21 22:16:30 +01:00
"dev-master": "4.4-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\OptionsResolver\\": ""
},
"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 OptionsResolver Component",
"homepage": "https://symfony.com",
"keywords": [
"config",
"configuration",
"options"
],
2019-11-21 22:16:30 +01:00
"time": "2019-10-28T21:57:16+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/orm-pack",
2019-10-19 15:39:14 +02:00
"version": "v1.0.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/orm-pack.git",
2019-10-19 15:39:14 +02:00
"reference": "c57f5e05232ca40626eb9fa52a32bc8565e9231c"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-10-19 15:39:14 +02:00
"url": "https://api.github.com/repos/symfony/orm-pack/zipball/c57f5e05232ca40626eb9fa52a32bc8565e9231c",
"reference": "c57f5e05232ca40626eb9fa52a32bc8565e9231c",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2019-10-19 15:39:14 +02:00
"doctrine/doctrine-bundle": "^1.6.10|^2.0",
2019-02-23 16:49:38 +01:00
"doctrine/doctrine-migrations-bundle": "^1.3|^2.0",
"doctrine/orm": "^2.5.11",
"php": "^7.0"
},
"type": "symfony-pack",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A pack for the Doctrine ORM",
2019-10-19 15:39:14 +02:00
"time": "2019-10-18T05:41:09+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/polyfill-intl-icu",
2019-11-30 15:43:30 +01:00
"version": "v1.13.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-icu.git",
2019-11-30 15:43:30 +01:00
"reference": "b3dffd68afa61ca70f2327f2dd9bbeb6aa53d70b"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-11-30 15:43:30 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/b3dffd68afa61ca70f2327f2dd9bbeb6aa53d70b",
"reference": "b3dffd68afa61ca70f2327f2dd9bbeb6aa53d70b",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=5.3.3",
2019-08-13 13:04:31 +02:00
"symfony/intl": "~2.3|~3.0|~4.0|~5.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-30 15:43:30 +01:00
"dev-master": "1.13-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"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 for intl's ICU-related data and classes",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"icu",
"intl",
"polyfill",
"portable",
"shim"
],
2019-11-30 15:43:30 +01:00
"time": "2019-11-27T13:56:44+00:00"
2019-02-23 16:49:38 +01:00
},
2019-03-12 12:40:35 +01:00
{
"name": "symfony/polyfill-intl-idn",
2019-11-30 15:43:30 +01:00
"version": "v1.13.1",
2019-03-12 12:40:35 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
2019-11-30 15:43:30 +01:00
"reference": "6f9c239e61e1b0c9229a28ff89a812dc449c3d46"
2019-03-12 12:40:35 +01:00
},
"dist": {
"type": "zip",
2019-11-30 15:43:30 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6f9c239e61e1b0c9229a28ff89a812dc449c3d46",
"reference": "6f9c239e61e1b0c9229a28ff89a812dc449c3d46",
2019-03-12 12:40:35 +01:00
"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": {
2019-11-30 15:43:30 +01:00
"dev-master": "1.13-dev"
2019-03-12 12:40:35 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Intl\\Idn\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Laurent Bassin",
"email": "laurent@bassin.info"
2019-08-13 13:04:31 +02:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2019-03-12 12:40:35 +01:00
}
],
"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"
],
2019-11-30 15:43:30 +01:00
"time": "2019-11-27T13:56:44+00:00"
2019-03-12 12:40:35 +01:00
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/polyfill-mbstring",
2019-11-30 15:43:30 +01:00
"version": "v1.13.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2019-11-30 15:43:30 +01:00
"reference": "7b4aab9743c30be783b73de055d24a39cf4b954f"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-11-30 15:43:30 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f",
"reference": "7b4aab9743c30be783b73de055d24a39cf4b954f",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-30 15:43:30 +01:00
"dev-master": "1.13-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
},
"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 for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
2019-11-30 15:43:30 +01:00
"time": "2019-11-27T14:18:11+00:00"
2019-02-23 16:49:38 +01:00
},
2019-03-12 12:40:35 +01:00
{
"name": "symfony/polyfill-php72",
2019-11-30 15:43:30 +01:00
"version": "v1.13.1",
2019-03-12 12:40:35 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
2019-11-30 15:43:30 +01:00
"reference": "66fea50f6cb37a35eea048d75a7d99a45b586038"
2019-03-12 12:40:35 +01:00
},
"dist": {
"type": "zip",
2019-11-30 15:43:30 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/66fea50f6cb37a35eea048d75a7d99a45b586038",
"reference": "66fea50f6cb37a35eea048d75a7d99a45b586038",
2019-03-12 12:40:35 +01:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-30 15:43:30 +01:00
"dev-master": "1.13-dev"
2019-03-12 12:40:35 +01:00
}
},
"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"
],
2019-11-30 15:43:30 +01:00
"time": "2019-11-27T13:56:44+00:00"
2019-03-12 12:40:35 +01:00
},
2019-06-16 12:36:17 +02:00
{
"name": "symfony/polyfill-php73",
2019-11-30 15:43:30 +01:00
"version": "v1.13.1",
2019-06-16 12:36:17 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php73.git",
2019-11-30 15:43:30 +01:00
"reference": "4b0e2222c55a25b4541305a053013d5647d3a25f"
2019-06-16 12:36:17 +02:00
},
"dist": {
"type": "zip",
2019-11-30 15:43:30 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/4b0e2222c55a25b4541305a053013d5647d3a25f",
"reference": "4b0e2222c55a25b4541305a053013d5647d3a25f",
2019-06-16 12:36:17 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-30 15:43:30 +01:00
"dev-master": "1.13-dev"
2019-06-16 12:36:17 +02:00
}
},
"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"
],
2019-11-30 15:43:30 +01:00
"time": "2019-11-27T16:25:15+00:00"
2019-06-16 12:36:17 +02:00
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/process",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
2019-12-23 13:51:16 +01:00
"reference": "b84501ad50adb72a94fb460a5b5c91f693e99c9b"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-12-23 13:51:16 +01:00
"url": "https://api.github.com/repos/symfony/process/zipball/b84501ad50adb72a94fb460a5b5c91f693e99c9b",
"reference": "b84501ad50adb72a94fb460a5b5c91f693e99c9b",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.1.3"
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-21 22:16:30 +01:00
"dev-master": "4.4-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Process\\": ""
},
"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 Process Component",
"homepage": "https://symfony.com",
2019-12-23 13:51:16 +01:00
"time": "2019-12-06T10:06:46+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/property-access",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/property-access.git",
2019-12-23 13:51:16 +01:00
"reference": "055fe3134f8f301ff44af314d83463b858ea6413"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-12-23 13:51:16 +01:00
"url": "https://api.github.com/repos/symfony/property-access/zipball/055fe3134f8f301ff44af314d83463b858ea6413",
"reference": "055fe3134f8f301ff44af314d83463b858ea6413",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
2019-11-21 22:16:30 +01:00
"symfony/inflector": "^3.4|^4.0|^5.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2019-11-21 22:16:30 +01:00
"symfony/cache": "^3.4|^4.0|^5.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"psr/cache-implementation": "To cache access methods."
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-21 22:16:30 +01:00
"dev-master": "4.4-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\PropertyAccess\\": ""
},
"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 PropertyAccess Component",
"homepage": "https://symfony.com",
"keywords": [
"access",
"array",
"extraction",
"index",
"injection",
"object",
"property",
"property path",
"reflection"
],
2019-12-23 13:51:16 +01:00
"time": "2019-12-10T10:33:21+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/property-info",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/property-info.git",
2019-11-21 22:16:30 +01:00
"reference": "8afd280f159697177e48eefa89efd4db60a57665"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-11-21 22:16:30 +01:00
"url": "https://api.github.com/repos/symfony/property-info/zipball/8afd280f159697177e48eefa89efd4db60a57665",
"reference": "8afd280f159697177e48eefa89efd4db60a57665",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
2019-11-21 22:16:30 +01:00
"symfony/inflector": "^3.4|^4.0|^5.0"
2019-02-23 16:49:38 +01:00
},
"conflict": {
"phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
"phpdocumentor/type-resolver": "<0.3.0",
"symfony/dependency-injection": "<3.4"
},
"require-dev": {
2019-08-27 13:34:33 +02:00
"doctrine/annotations": "~1.7",
2019-02-23 16:49:38 +01:00
"phpdocumentor/reflection-docblock": "^3.0|^4.0",
2019-11-21 22:16:30 +01:00
"symfony/cache": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/serializer": "^3.4|^4.0|^5.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"phpdocumentor/reflection-docblock": "To use the PHPDoc",
"psr/cache-implementation": "To cache results",
"symfony/doctrine-bridge": "To use Doctrine metadata",
"symfony/serializer": "To use Serializer metadata"
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-21 22:16:30 +01:00
"dev-master": "4.4-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\PropertyInfo\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kévin Dunglas",
"email": "dunglas@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Property Info Component",
"homepage": "https://symfony.com",
"keywords": [
"doctrine",
"phpdoc",
"property",
"symfony",
"type",
"validator"
],
2019-11-21 22:16:30 +01:00
"time": "2019-11-05T16:11:08+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/routing",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
2019-12-23 13:51:16 +01:00
"reference": "628bcafae1b2043969378dcfbf9c196539a38722"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-12-23 13:51:16 +01:00
"url": "https://api.github.com/repos/symfony/routing/zipball/628bcafae1b2043969378dcfbf9c196539a38722",
"reference": "628bcafae1b2043969378dcfbf9c196539a38722",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.1.3"
},
"conflict": {
"symfony/config": "<4.2",
"symfony/dependency-injection": "<3.4",
"symfony/yaml": "<3.4"
},
"require-dev": {
2019-06-16 12:36:17 +02:00
"doctrine/annotations": "~1.2",
2019-02-23 16:49:38 +01:00
"psr/log": "~1.0",
2019-11-21 22:16:30 +01:00
"symfony/config": "^4.2|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/expression-language": "^3.4|^4.0|^5.0",
"symfony/http-foundation": "^3.4|^4.0|^5.0",
"symfony/yaml": "^3.4|^4.0|^5.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"doctrine/annotations": "For using the annotation loader",
"symfony/config": "For using the all-in-one router or any loader",
"symfony/expression-language": "For using expression matching",
"symfony/http-foundation": "For using a Symfony Request object",
"symfony/yaml": "For using the YAML loader"
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-21 22:16:30 +01:00
"dev-master": "4.4-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Routing\\": ""
},
"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 Routing Component",
"homepage": "https://symfony.com",
"keywords": [
"router",
"routing",
"uri",
"url"
],
2019-12-23 13:51:16 +01:00
"time": "2019-12-12T12:53:52+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/security-bundle",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/security-bundle.git",
2019-12-23 13:51:16 +01:00
"reference": "9bf16458fee90bd62c240625dd94e335bad91885"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-12-23 13:51:16 +01:00
"url": "https://api.github.com/repos/symfony/security-bundle/zipball/9bf16458fee90bd62c240625dd94e335bad91885",
"reference": "9bf16458fee90bd62c240625dd94e335bad91885",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"ext-xml": "*",
"php": "^7.1.3",
2019-11-21 22:16:30 +01:00
"symfony/config": "^4.2|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/http-kernel": "^4.4",
"symfony/security-core": "^4.4",
"symfony/security-csrf": "^4.2|^5.0",
"symfony/security-guard": "^4.2|^5.0",
2019-12-01 15:18:44 +01:00
"symfony/security-http": "^4.4.1"
2019-02-23 16:49:38 +01:00
},
"conflict": {
"symfony/browser-kit": "<4.2",
"symfony/console": "<3.4",
2019-11-21 22:16:30 +01:00
"symfony/framework-bundle": "<4.4",
"symfony/ldap": "<4.4",
"symfony/twig-bundle": "<4.4"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2019-11-21 22:16:30 +01:00
"doctrine/doctrine-bundle": "^1.5|^2.0",
"symfony/asset": "^3.4|^4.0|^5.0",
"symfony/browser-kit": "^4.2|^5.0",
"symfony/console": "^3.4|^4.0|^5.0",
"symfony/css-selector": "^3.4|^4.0|^5.0",
"symfony/dom-crawler": "^3.4|^4.0|^5.0",
"symfony/expression-language": "^3.4|^4.0|^5.0",
"symfony/form": "^3.4|^4.0|^5.0",
"symfony/framework-bundle": "^4.4|^5.0",
"symfony/process": "^3.4|^4.0|^5.0",
"symfony/serializer": "^4.4|^5.0",
"symfony/translation": "^3.4|^4.0|^5.0",
"symfony/twig-bridge": "^3.4|^4.0|^5.0",
"symfony/twig-bundle": "^4.4|^5.0",
"symfony/validator": "^3.4|^4.0|^5.0",
"symfony/yaml": "^3.4|^4.0|^5.0",
"twig/twig": "^1.41|^2.10|^3.0"
2019-02-23 16:49:38 +01:00
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
2019-11-21 22:16:30 +01:00
"dev-master": "4.4-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Bundle\\SecurityBundle\\": ""
},
"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 SecurityBundle",
"homepage": "https://symfony.com",
2019-12-23 13:51:16 +01:00
"time": "2019-12-16T10:45:21+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/security-core",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/security-core.git",
2019-12-23 13:51:16 +01:00
"reference": "52709ee2aafd13d777253d510d96fbf2ccc5a578"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-12-23 13:51:16 +01:00
"url": "https://api.github.com/repos/symfony/security-core/zipball/52709ee2aafd13d777253d510d96fbf2ccc5a578",
"reference": "52709ee2aafd13d777253d510d96fbf2ccc5a578",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
2019-11-21 22:16:30 +01:00
"symfony/event-dispatcher-contracts": "^1.1|^2",
"symfony/service-contracts": "^1.1.6|^2"
2019-06-16 12:36:17 +02:00
},
"conflict": {
2019-11-21 22:16:30 +01:00
"symfony/event-dispatcher": "<4.3|>=5",
"symfony/ldap": "<4.4",
2019-06-16 12:36:17 +02:00
"symfony/security-guard": "<4.3"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
"psr/container": "^1.0",
"psr/log": "~1.0",
2019-06-16 12:36:17 +02:00
"symfony/event-dispatcher": "^4.3",
2019-11-21 22:16:30 +01:00
"symfony/expression-language": "^3.4|^4.0|^5.0",
"symfony/http-foundation": "^3.4|^4.0|^5.0",
"symfony/ldap": "^4.4|^5.0",
"symfony/validator": "^3.4.31|^4.3.4|^5.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"psr/container-implementation": "To instantiate the Security class",
"symfony/event-dispatcher": "",
"symfony/expression-language": "For using the expression voter",
"symfony/http-foundation": "",
"symfony/ldap": "For using LDAP integration",
"symfony/validator": "For using the user password constraint"
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-21 22:16:30 +01:00
"dev-master": "4.4-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Security\\Core\\": ""
},
"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 - Core Library",
"homepage": "https://symfony.com",
2019-12-23 13:51:16 +01:00
"time": "2019-12-16T11:07:37+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/security-csrf",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/security-csrf.git",
2019-11-21 22:16:30 +01:00
"reference": "aeed1a2315019b5a090f5ad34c01f1935ea9b757"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-11-21 22:16:30 +01:00
"url": "https://api.github.com/repos/symfony/security-csrf/zipball/aeed1a2315019b5a090f5ad34c01f1935ea9b757",
"reference": "aeed1a2315019b5a090f5ad34c01f1935ea9b757",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
2019-11-21 22:16:30 +01:00
"symfony/security-core": "^3.4|^4.0|^5.0"
2019-02-23 16:49:38 +01:00
},
"conflict": {
"symfony/http-foundation": "<3.4"
},
"require-dev": {
2019-11-21 22:16:30 +01:00
"symfony/http-foundation": "^3.4|^4.0|^5.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"symfony/http-foundation": "For using the class SessionTokenStorage."
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-21 22:16:30 +01:00
"dev-master": "4.4-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Security\\Csrf\\": ""
},
"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 - CSRF Library",
"homepage": "https://symfony.com",
2019-11-21 22:16:30 +01:00
"time": "2019-10-12T00:35:04+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/security-guard",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/security-guard.git",
2019-12-23 13:51:16 +01:00
"reference": "203a81f9fcfc3bbaba7f1103c261a30d2648611b"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-12-23 13:51:16 +01:00
"url": "https://api.github.com/repos/symfony/security-guard/zipball/203a81f9fcfc3bbaba7f1103c261a30d2648611b",
"reference": "203a81f9fcfc3bbaba7f1103c261a30d2648611b",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
2019-11-21 22:16:30 +01:00
"symfony/security-core": "^3.4.22|^4.2.3|^5.0",
2019-12-01 15:18:44 +01:00
"symfony/security-http": "^4.4.1"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
"psr/log": "~1.0"
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-21 22:16:30 +01:00
"dev-master": "4.4-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Security\\Guard\\": ""
},
"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 - Guard",
"homepage": "https://symfony.com",
2019-12-23 13:51:16 +01:00
"time": "2019-12-07T16:27:44+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/security-http",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/security-http.git",
2019-12-23 13:51:16 +01:00
"reference": "8ab510f214fd9c37769378b5036da58d444fe142"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-12-23 13:51:16 +01:00
"url": "https://api.github.com/repos/symfony/security-http/zipball/8ab510f214fd9c37769378b5036da58d444fe142",
"reference": "8ab510f214fd9c37769378b5036da58d444fe142",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
2019-11-21 22:16:30 +01:00
"symfony/http-foundation": "^3.4|^4.0|^5.0",
"symfony/http-kernel": "^4.4",
"symfony/property-access": "^3.4|^4.0|^5.0",
"symfony/security-core": "^4.4"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2019-11-21 22:16:30 +01:00
"symfony/event-dispatcher": ">=5",
2019-02-23 16:49:38 +01:00
"symfony/security-csrf": "<3.4.11|~4.0,<4.0.11"
},
"require-dev": {
"psr/log": "~1.0",
2019-11-21 22:16:30 +01:00
"symfony/routing": "^3.4|^4.0|^5.0",
"symfony/security-csrf": "^3.4.11|^4.0.11|^5.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",
"symfony/security-csrf": "For using tokens to protect authentication/logout attempts"
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-21 22:16:30 +01:00
"dev-master": "4.4-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Security\\Http\\": ""
},
"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 - HTTP Integration",
"homepage": "https://symfony.com",
2019-12-23 13:51:16 +01:00
"time": "2019-12-13T12:11:48+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/serializer",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/serializer.git",
2019-12-23 13:51:16 +01:00
"reference": "e5bc3f6dee44dc06e7e640cce4baa741b73ecb6e"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-12-23 13:51:16 +01:00
"url": "https://api.github.com/repos/symfony/serializer/zipball/e5bc3f6dee44dc06e7e640cce4baa741b73ecb6e",
"reference": "e5bc3f6dee44dc06e7e640cce4baa741b73ecb6e",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
"phpdocumentor/type-resolver": "<0.2.1",
"symfony/dependency-injection": "<3.4",
"symfony/property-access": "<3.4",
"symfony/property-info": "<3.4",
"symfony/yaml": "<3.4"
},
"require-dev": {
"doctrine/annotations": "~1.0",
"doctrine/cache": "~1.0",
2019-11-21 22:16:30 +01:00
"phpdocumentor/reflection-docblock": "^3.2|^4.0",
"symfony/cache": "^3.4|^4.0|^5.0",
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/error-handler": "^4.4|^5.0",
"symfony/http-foundation": "^3.4|^4.0|^5.0",
"symfony/property-access": "^3.4|^4.0|^5.0",
"symfony/property-info": "^3.4.13|~4.0|^5.0",
"symfony/validator": "^3.4|^4.0|^5.0",
"symfony/yaml": "^3.4|^4.0|^5.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
"doctrine/cache": "For using the default cached annotation reader and metadata cache.",
"psr/cache-implementation": "For using the metadata cache.",
"symfony/config": "For using the XML mapping loader.",
2019-07-12 21:00:29 +02:00
"symfony/http-foundation": "For using a MIME type guesser within the DataUriNormalizer.",
2019-02-23 16:49:38 +01:00
"symfony/property-access": "For using the ObjectNormalizer.",
"symfony/property-info": "To deserialize relations.",
"symfony/yaml": "For using the default YAML mapping loader."
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-21 22:16:30 +01:00
"dev-master": "4.4-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Serializer\\": ""
},
"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 Serializer Component",
"homepage": "https://symfony.com",
2019-12-23 13:51:16 +01:00
"time": "2019-12-16T11:07:37+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/serializer-pack",
"version": "v1.0.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/serializer-pack.git",
"reference": "c5f18ba4ff989a42d7d140b7f85406e77cd8c4b2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/serializer-pack/zipball/c5f18ba4ff989a42d7d140b7f85406e77cd8c4b2",
"reference": "c5f18ba4ff989a42d7d140b7f85406e77cd8c4b2",
"shasum": ""
},
"require": {
"doctrine/annotations": "^1.0",
"php": "^7.0",
"phpdocumentor/reflection-docblock": "^3.0|^4.0",
"symfony/property-access": "*",
"symfony/property-info": "*",
"symfony/serializer": "*"
},
"type": "symfony-pack",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A pack for the Symfony serializer",
"time": "2018-12-10T12:14:14+00:00"
},
2019-07-12 21:00:29 +02:00
{
"name": "symfony/service-contracts",
2020-01-01 15:57:34 +01:00
"version": "v2.0.1",
2019-07-12 21:00:29 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
2020-01-01 15:57:34 +01:00
"reference": "144c5e51266b281231e947b51223ba14acf1a749"
2019-07-12 21:00:29 +02:00
},
"dist": {
"type": "zip",
2020-01-01 15:57:34 +01:00
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/144c5e51266b281231e947b51223ba14acf1a749",
"reference": "144c5e51266b281231e947b51223ba14acf1a749",
2019-07-12 21:00:29 +02:00
"shasum": ""
},
"require": {
2020-01-01 15:57:34 +01:00
"php": "^7.2.5",
2019-07-12 21:00:29 +02:00
"psr/container": "^1.0"
},
"suggest": {
"symfony/service-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-01 15:57:34 +01:00
"dev-master": "2.0-dev"
2019-07-12 21:00:29 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Service\\": ""
}
},
"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 writing services",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2020-01-01 15:57:34 +01:00
"time": "2019-11-18T17:27:11+00:00"
2019-07-12 21:00:29 +02:00
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/stopwatch",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/stopwatch.git",
2019-11-21 22:16:30 +01:00
"reference": "5745b514fc56ae1907c6b8ed74f94f90f64694e9"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-11-21 22:16:30 +01:00
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/5745b514fc56ae1907c6b8ed74f94f90f64694e9",
"reference": "5745b514fc56ae1907c6b8ed74f94f90f64694e9",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
2019-11-21 22:16:30 +01:00
"symfony/service-contracts": "^1.0|^2"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-21 22:16:30 +01:00
"dev-master": "4.4-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Stopwatch\\": ""
},
"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 Stopwatch Component",
"homepage": "https://symfony.com",
2019-11-21 22:16:30 +01:00
"time": "2019-11-05T16:11:08+00:00"
2019-02-23 16:49:38 +01:00
},
2019-10-05 20:30:27 +02:00
{
"name": "symfony/templating",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-10-05 20:30:27 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/templating.git",
2019-11-21 22:16:30 +01:00
"reference": "628e5d6b9f779721a960cbc02f129c8b02c3f514"
2019-10-05 20:30:27 +02:00
},
"dist": {
"type": "zip",
2019-11-21 22:16:30 +01:00
"url": "https://api.github.com/repos/symfony/templating/zipball/628e5d6b9f779721a960cbc02f129c8b02c3f514",
"reference": "628e5d6b9f779721a960cbc02f129c8b02c3f514",
2019-10-05 20:30:27 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/polyfill-ctype": "~1.8"
},
"require-dev": {
"psr/log": "~1.0"
},
"suggest": {
"psr/log-implementation": "For using debug logging in loaders"
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-21 22:16:30 +01:00
"dev-master": "4.4-dev"
2019-10-05 20:30:27 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Templating\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Templating Component",
"homepage": "https://symfony.com",
2019-11-21 22:16:30 +01:00
"time": "2019-10-28T20:30:34+00:00"
2019-10-05 20:30:27 +02:00
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/translation",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
2019-12-23 13:51:16 +01:00
"reference": "f7669f48a9633bf8139bc026c755e894b7206677"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-12-23 13:51:16 +01:00
"url": "https://api.github.com/repos/symfony/translation/zipball/f7669f48a9633bf8139bc026c755e894b7206677",
"reference": "f7669f48a9633bf8139bc026c755e894b7206677",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
2019-06-16 12:36:17 +02:00
"symfony/polyfill-mbstring": "~1.0",
2019-11-21 22:16:30 +01:00
"symfony/translation-contracts": "^1.1.6|^2"
2019-02-23 16:49:38 +01:00
},
"conflict": {
"symfony/config": "<3.4",
"symfony/dependency-injection": "<3.4",
2019-11-21 22:16:30 +01:00
"symfony/http-kernel": "<4.4",
2019-02-23 16:49:38 +01:00
"symfony/yaml": "<3.4"
},
"provide": {
2019-06-16 12:36:17 +02:00
"symfony/translation-implementation": "1.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
"psr/log": "~1.0",
2019-11-21 22:16:30 +01:00
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/console": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/finder": "~2.8|~3.0|~4.0|^5.0",
"symfony/http-kernel": "^4.4",
"symfony/intl": "^3.4|^4.0|^5.0",
"symfony/service-contracts": "^1.1.2|^2",
"symfony/yaml": "^3.4|^4.0|^5.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"psr/log-implementation": "To use logging capability in translator",
"symfony/config": "",
"symfony/yaml": ""
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-21 22:16:30 +01:00
"dev-master": "4.4-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Translation\\": ""
},
"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 Translation Component",
"homepage": "https://symfony.com",
2019-12-23 13:51:16 +01:00
"time": "2019-12-12T12:53:52+00:00"
2019-07-12 21:00:29 +02:00
},
{
"name": "symfony/translation-contracts",
2020-01-01 15:57:34 +01:00
"version": "v2.0.1",
2019-07-12 21:00:29 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
2020-01-01 15:57:34 +01:00
"reference": "8cc682ac458d75557203b2f2f14b0b92e1c744ed"
2019-07-12 21:00:29 +02:00
},
"dist": {
"type": "zip",
2020-01-01 15:57:34 +01:00
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/8cc682ac458d75557203b2f2f14b0b92e1c744ed",
"reference": "8cc682ac458d75557203b2f2f14b0b92e1c744ed",
2019-07-12 21:00:29 +02:00
"shasum": ""
},
"require": {
2020-01-01 15:57:34 +01:00
"php": "^7.2.5"
2019-07-12 21:00:29 +02:00
},
"suggest": {
"symfony/translation-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-01 15:57:34 +01:00
"dev-master": "2.0-dev"
2019-07-12 21:00:29 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Translation\\": ""
}
},
"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 translation",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2020-01-01 15:57:34 +01:00
"time": "2019-11-18T17:27:11+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/twig-bridge",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/twig-bridge.git",
2019-12-23 13:51:16 +01:00
"reference": "936cf6f5b973377345e8ac43870987ef8e747ce3"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-12-23 13:51:16 +01:00
"url": "https://api.github.com/repos/symfony/twig-bridge/zipball/936cf6f5b973377345e8ac43870987ef8e747ce3",
"reference": "936cf6f5b973377345e8ac43870987ef8e747ce3",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
2019-11-21 22:16:30 +01:00
"symfony/translation-contracts": "^1.1|^2",
"twig/twig": "^1.41|^2.10|^3.0"
2019-02-23 16:49:38 +01:00
},
"conflict": {
"symfony/console": "<3.4",
2019-11-21 22:16:30 +01:00
"symfony/form": "<4.4",
2019-06-16 12:36:17 +02:00
"symfony/http-foundation": "<4.3",
"symfony/translation": "<4.2",
"symfony/workflow": "<4.3"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2019-08-27 13:34:33 +02:00
"egulias/email-validator": "^2.1.10",
2019-11-21 22:16:30 +01:00
"symfony/asset": "^3.4|^4.0|^5.0",
"symfony/console": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/error-handler": "^4.4|^5.0",
"symfony/expression-language": "^3.4|^4.0|^5.0",
"symfony/finder": "^3.4|^4.0|^5.0",
2019-12-01 15:18:44 +01:00
"symfony/form": "^4.3.5",
2019-11-21 22:16:30 +01:00
"symfony/http-foundation": "^4.3|^5.0",
"symfony/http-kernel": "^4.4",
"symfony/mime": "^4.3|^5.0",
2019-02-23 16:49:38 +01:00
"symfony/polyfill-intl-icu": "~1.0",
2019-11-21 22:16:30 +01:00
"symfony/routing": "^3.4|^4.0|^5.0",
"symfony/security-acl": "^2.8|^3.0",
"symfony/security-core": "^3.0|^4.0|^5.0",
"symfony/security-csrf": "^3.4|^4.0|^5.0",
"symfony/security-http": "^3.4|^4.0|^5.0",
"symfony/stopwatch": "^3.4|^4.0|^5.0",
"symfony/templating": "^3.4|^4.0|^5.0",
"symfony/translation": "^4.2.1|^5.0",
"symfony/web-link": "^4.4|^5.0",
"symfony/workflow": "^4.3|^5.0",
"symfony/yaml": "^3.4|^4.0|^5.0",
"twig/cssinliner-extra": "^2.12",
"twig/inky-extra": "^2.12",
"twig/markdown-extra": "^2.12"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"symfony/asset": "For using the AssetExtension",
"symfony/expression-language": "For using the ExpressionExtension",
"symfony/finder": "",
"symfony/form": "For using the FormExtension",
"symfony/http-kernel": "For using the HttpKernelExtension",
"symfony/routing": "For using the RoutingExtension",
2019-06-16 12:36:17 +02:00
"symfony/security-core": "For using the SecurityExtension",
"symfony/security-csrf": "For using the CsrfExtension",
"symfony/security-http": "For using the LogoutUrlExtension",
2019-02-23 16:49:38 +01:00
"symfony/stopwatch": "For using the StopwatchExtension",
"symfony/templating": "For using the TwigEngine",
"symfony/translation": "For using the TranslationExtension",
"symfony/var-dumper": "For using the DumpExtension",
"symfony/web-link": "For using the WebLinkExtension",
"symfony/yaml": "For using the YamlExtension"
},
"type": "symfony-bridge",
"extra": {
"branch-alias": {
2019-11-21 22:16:30 +01:00
"dev-master": "4.4-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Bridge\\Twig\\": ""
},
"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 Twig Bridge",
"homepage": "https://symfony.com",
2019-12-23 13:51:16 +01:00
"time": "2019-12-05T05:58:42+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/twig-bundle",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/twig-bundle.git",
2019-12-23 13:51:16 +01:00
"reference": "a6e7bd9731256a55b2270c1283de8bc3bda06e8f"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-12-23 13:51:16 +01:00
"url": "https://api.github.com/repos/symfony/twig-bundle/zipball/a6e7bd9731256a55b2270c1283de8bc3bda06e8f",
"reference": "a6e7bd9731256a55b2270c1283de8bc3bda06e8f",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
2019-11-21 22:16:30 +01:00
"symfony/http-foundation": "^4.3|^5.0",
"symfony/http-kernel": "^4.4",
2019-02-23 16:49:38 +01:00
"symfony/polyfill-ctype": "~1.8",
2019-11-21 22:16:30 +01:00
"symfony/twig-bridge": "^4.4|^5.0",
"twig/twig": "^1.41|^2.10|^3.0"
2019-02-23 16:49:38 +01:00
},
"conflict": {
"symfony/dependency-injection": "<4.1",
2019-11-21 22:16:30 +01:00
"symfony/framework-bundle": "<4.4",
2019-02-23 16:49:38 +01:00
"symfony/translation": "<4.2"
},
"require-dev": {
2019-08-27 13:34:33 +02:00
"doctrine/annotations": "~1.7",
2019-02-23 16:49:38 +01:00
"doctrine/cache": "~1.0",
2019-11-21 22:16:30 +01:00
"symfony/asset": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^4.2.5|^5.0",
"symfony/expression-language": "^3.4|^4.0|^5.0",
"symfony/finder": "^3.4|^4.0|^5.0",
"symfony/form": "^3.4|^4.0|^5.0",
"symfony/framework-bundle": "^4.4|^5.0",
"symfony/routing": "^3.4|^4.0|^5.0",
"symfony/stopwatch": "^3.4|^4.0|^5.0",
"symfony/templating": "^3.4|^4.0|^5.0",
"symfony/translation": "^4.2|^5.0",
"symfony/web-link": "^3.4|^4.0|^5.0",
"symfony/yaml": "^3.4|^4.0|^5.0"
2019-02-23 16:49:38 +01:00
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
2019-11-21 22:16:30 +01:00
"dev-master": "4.4-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Bundle\\TwigBundle\\": ""
},
"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 TwigBundle",
"homepage": "https://symfony.com",
2019-12-23 13:51:16 +01:00
"time": "2019-12-10T11:13:11+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/validator",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/validator.git",
2019-12-23 13:51:16 +01:00
"reference": "79eb122bed116c1fbe0769698d5b46acce1860a2"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-12-23 13:51:16 +01:00
"url": "https://api.github.com/repos/symfony/validator/zipball/79eb122bed116c1fbe0769698d5b46acce1860a2",
"reference": "79eb122bed116c1fbe0769698d5b46acce1860a2",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/polyfill-ctype": "~1.8",
2019-06-16 12:36:17 +02:00
"symfony/polyfill-mbstring": "~1.0",
2019-11-21 22:16:30 +01:00
"symfony/translation-contracts": "^1.1|^2"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2019-08-27 13:34:33 +02:00
"doctrine/lexer": "<1.0.2",
2019-02-23 16:49:38 +01:00
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
"symfony/dependency-injection": "<3.4",
2019-11-21 22:16:30 +01:00
"symfony/http-kernel": "<4.4",
2019-06-16 12:36:17 +02:00
"symfony/intl": "<4.3",
2019-11-21 22:16:30 +01:00
"symfony/translation": ">=5.0",
2019-02-23 16:49:38 +01:00
"symfony/yaml": "<3.4"
},
"require-dev": {
2019-08-27 13:34:33 +02:00
"doctrine/annotations": "~1.7",
2019-02-23 16:49:38 +01:00
"doctrine/cache": "~1.0",
2019-08-27 13:34:33 +02:00
"egulias/email-validator": "^2.1.10",
2019-11-21 22:16:30 +01:00
"symfony/cache": "^3.4|^4.0|^5.0",
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/expression-language": "^3.4|^4.0|^5.0",
"symfony/http-client": "^4.3|^5.0",
"symfony/http-foundation": "^4.1|^5.0",
"symfony/http-kernel": "^4.4",
"symfony/intl": "^4.3|^5.0",
"symfony/property-access": "^3.4|^4.0|^5.0",
"symfony/property-info": "^3.4|^4.0|^5.0",
"symfony/translation": "^4.2",
"symfony/yaml": "^3.4|^4.0|^5.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
2019-11-21 22:16:30 +01:00
"doctrine/cache": "For using the default cached annotation reader.",
2019-02-23 16:49:38 +01:00
"egulias/email-validator": "Strict (RFC compliant) email validation",
2019-11-21 22:16:30 +01:00
"psr/cache-implementation": "For using the mapping cache.",
2019-02-23 16:49:38 +01:00
"symfony/config": "",
"symfony/expression-language": "For using the Expression validator",
"symfony/http-foundation": "",
"symfony/intl": "",
"symfony/property-access": "For accessing properties within comparison constraints",
2019-06-16 12:36:17 +02:00
"symfony/property-info": "To automatically add NotNull and Type constraints",
2019-02-23 16:49:38 +01:00
"symfony/translation": "For translating validation errors.",
"symfony/yaml": ""
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-21 22:16:30 +01:00
"dev-master": "4.4-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Validator\\": ""
},
"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 Validator Component",
"homepage": "https://symfony.com",
2019-12-23 13:51:16 +01:00
"time": "2019-12-17T08:15:02+00:00"
2019-11-21 22:16:30 +01:00
},
{
"name": "symfony/var-dumper",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-11-21 22:16:30 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
2019-12-23 13:51:16 +01:00
"reference": "be330f919bdb395d1e0c3f2bfb8948512d6bdd99"
2019-11-21 22:16:30 +01:00
},
"dist": {
"type": "zip",
2019-12-23 13:51:16 +01:00
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/be330f919bdb395d1e0c3f2bfb8948512d6bdd99",
"reference": "be330f919bdb395d1e0c3f2bfb8948512d6bdd99",
2019-11-21 22:16:30 +01:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php72": "~1.5"
},
"conflict": {
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
"symfony/console": "<3.4"
},
"require-dev": {
"ext-iconv": "*",
"symfony/console": "^3.4|^4.0|^5.0",
"symfony/process": "^4.4|^5.0",
"twig/twig": "^1.34|^2.4|^3.0"
},
"suggest": {
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
"ext-intl": "To show region name in time zone dump",
"symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
},
"bin": [
"Resources/bin/var-dump-server"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.4-dev"
}
},
"autoload": {
"files": [
"Resources/functions/dump.php"
],
"psr-4": {
"Symfony\\Component\\VarDumper\\": ""
},
"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 mechanism for exploring and dumping PHP variables",
"homepage": "https://symfony.com",
"keywords": [
"debug",
"dump"
],
2019-12-23 13:51:16 +01:00
"time": "2019-12-18T13:41:29+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/var-exporter",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/var-exporter.git",
2019-12-01 15:18:44 +01:00
"reference": "e566070effe60b8d16b99e958cdbd92aa2e470cb"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-12-01 15:18:44 +01:00
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/e566070effe60b8d16b99e958cdbd92aa2e470cb",
"reference": "e566070effe60b8d16b99e958cdbd92aa2e470cb",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.1.3"
},
"require-dev": {
2019-11-21 22:16:30 +01:00
"symfony/var-dumper": "^4.1.1|^5.0"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-21 22:16:30 +01:00
"dev-master": "4.4-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\VarExporter\\": ""
},
"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": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code",
"homepage": "https://symfony.com",
"keywords": [
"clone",
"construct",
"export",
"hydrate",
"instantiate",
"serialize"
],
2019-12-01 15:18:44 +01:00
"time": "2019-12-01T08:39:58+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/web-link",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/web-link.git",
2019-11-21 22:16:30 +01:00
"reference": "bc6432b92681b2f28ced2f3bbcf051e75eea569c"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-11-21 22:16:30 +01:00
"url": "https://api.github.com/repos/symfony/web-link/zipball/bc6432b92681b2f28ced2f3bbcf051e75eea569c",
"reference": "bc6432b92681b2f28ced2f3bbcf051e75eea569c",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
2019-11-21 22:16:30 +01:00
"psr/link": "^1.0",
"symfony/polyfill-php72": "^1.5"
2019-02-23 16:49:38 +01:00
},
2019-06-16 12:36:17 +02:00
"conflict": {
"symfony/http-kernel": "<4.3"
},
2019-11-21 22:16:30 +01:00
"provide": {
"psr/link-implementation": "1.0"
},
2019-02-23 16:49:38 +01:00
"require-dev": {
2019-11-21 22:16:30 +01:00
"symfony/http-foundation": "^4.4|^5.0",
"symfony/http-kernel": "^4.3|^5.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"symfony/http-kernel": ""
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-21 22:16:30 +01:00
"dev-master": "4.4-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\WebLink\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kévin Dunglas",
"email": "dunglas@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony WebLink Component",
"homepage": "https://symfony.com",
"keywords": [
"dns-prefetch",
"http",
"http2",
"link",
"performance",
"prefetch",
"preload",
"prerender",
"psr13",
"push"
],
2019-11-21 22:16:30 +01:00
"time": "2019-10-12T00:35:04+00:00"
2019-02-23 16:49:38 +01:00
},
2019-02-24 18:05:06 +01:00
{
"name": "symfony/webpack-encore-bundle",
2019-11-30 15:43:30 +01:00
"version": "v1.7.2",
2019-02-24 18:05:06 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/webpack-encore-bundle.git",
2019-11-30 15:43:30 +01:00
"reference": "787c2fdedde57788013339f05719c82ce07b6058"
2019-02-24 18:05:06 +01:00
},
"dist": {
"type": "zip",
2019-11-30 15:43:30 +01:00
"url": "https://api.github.com/repos/symfony/webpack-encore-bundle/zipball/787c2fdedde57788013339f05719c82ce07b6058",
"reference": "787c2fdedde57788013339f05719c82ce07b6058",
2019-02-24 18:05:06 +01:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
2019-11-01 13:58:02 +01:00
"symfony/asset": "^3.4 || ^4.0 || ^5.0",
"symfony/config": "^3.4 || ^4.0 || ^5.0",
"symfony/dependency-injection": "^3.4 || ^4.0 || ^5.0",
"symfony/http-kernel": "^3.4 || ^4.0 || ^5.0",
2019-11-16 17:59:32 +01:00
"symfony/service-contracts": "^1.0 || ^2.0"
2019-02-24 18:05:06 +01:00
},
"require-dev": {
2019-11-01 13:58:02 +01:00
"symfony/framework-bundle": "^3.4 || ^4.0 || ^5.0",
"symfony/phpunit-bridge": "^4.3.5 || ^5.0",
"symfony/twig-bundle": "^3.4 || ^4.0 || ^5.0",
"symfony/web-link": "^3.4 || ^4.0 || ^5.0"
2019-02-24 18:05:06 +01:00
},
"type": "symfony-bundle",
"extra": {
"thanks": {
"name": "symfony/webpack-encore",
"url": "https://github.com/symfony/webpack-encore"
}
},
"autoload": {
"psr-4": {
"Symfony\\WebpackEncoreBundle\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Integration with your Symfony app & Webpack Encore!",
2019-11-30 15:43:30 +01:00
"time": "2019-11-26T14:48:41+00:00"
2019-02-24 18:05:06 +01:00
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/yaml",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
2019-12-23 13:51:16 +01:00
"reference": "a08832b974dd5fafe3085a66d41fe4c84bb2628c"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-12-23 13:51:16 +01:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/a08832b974dd5fafe3085a66d41fe4c84bb2628c",
"reference": "a08832b974dd5fafe3085a66d41fe4c84bb2628c",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
"symfony/console": "<3.4"
},
"require-dev": {
2019-11-21 22:16:30 +01:00
"symfony/console": "^3.4|^4.0|^5.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-21 22:16:30 +01:00
"dev-master": "4.4-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Yaml\\": ""
},
"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 Yaml Component",
"homepage": "https://symfony.com",
2019-12-23 13:51:16 +01:00
"time": "2019-12-10T10:33:21+00:00"
2019-02-23 16:49:38 +01:00
},
2020-01-01 15:57:34 +01:00
{
"name": "thecodingmachine/safe",
"version": "v0.1.16",
"source": {
"type": "git",
"url": "https://github.com/thecodingmachine/safe.git",
"reference": "4e8f840f0a0a2ea167813c3994a7fc527c3c2182"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thecodingmachine/safe/zipball/4e8f840f0a0a2ea167813c3994a7fc527c3c2182",
"reference": "4e8f840f0a0a2ea167813c3994a7fc527c3c2182",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"require-dev": {
"phpstan/phpstan": "^0.10.3",
"squizlabs/php_codesniffer": "^3.2",
"thecodingmachine/phpstan-strict-rules": "^0.10.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.1-dev"
}
},
"autoload": {
"psr-4": {
"Safe\\": [
"lib/",
"generated/"
]
},
"files": [
"generated/apache.php",
"generated/apc.php",
"generated/apcu.php",
"generated/array.php",
"generated/bzip2.php",
"generated/classobj.php",
"generated/com.php",
"generated/cubrid.php",
"generated/curl.php",
"generated/datetime.php",
"generated/dir.php",
"generated/eio.php",
"generated/errorfunc.php",
"generated/exec.php",
"generated/fileinfo.php",
"generated/filesystem.php",
"generated/filter.php",
"generated/fpm.php",
"generated/ftp.php",
"generated/funchand.php",
"generated/gmp.php",
"generated/gnupg.php",
"generated/hash.php",
"generated/ibase.php",
"generated/ibmDb2.php",
"generated/iconv.php",
"generated/image.php",
"generated/imap.php",
"generated/info.php",
"generated/ingres-ii.php",
"generated/inotify.php",
"generated/json.php",
"generated/ldap.php",
"generated/libevent.php",
"generated/libxml.php",
"generated/lzf.php",
"generated/mailparse.php",
"generated/mbstring.php",
"generated/misc.php",
"generated/msql.php",
"generated/mssql.php",
"generated/mysql.php",
"generated/mysqli.php",
"generated/mysqlndMs.php",
"generated/mysqlndQc.php",
"generated/network.php",
"generated/oci8.php",
"generated/opcache.php",
"generated/openssl.php",
"generated/outcontrol.php",
"generated/password.php",
"generated/pcntl.php",
"generated/pcre.php",
"generated/pdf.php",
"generated/pgsql.php",
"generated/posix.php",
"generated/ps.php",
"generated/pspell.php",
"generated/readline.php",
"generated/rrd.php",
"generated/sem.php",
"generated/session.php",
"generated/shmop.php",
"generated/simplexml.php",
"generated/sockets.php",
"generated/sodium.php",
"generated/solr.php",
"generated/spl.php",
"generated/sqlsrv.php",
"generated/ssdeep.php",
"generated/ssh2.php",
"generated/stats.php",
"generated/stream.php",
"generated/strings.php",
"generated/swoole.php",
"generated/uodbc.php",
"generated/uopz.php",
"generated/url.php",
"generated/var.php",
"generated/xdiff.php",
"generated/xml.php",
"generated/xmlrpc.php",
"generated/yaml.php",
"generated/yaz.php",
"generated/zip.php",
"generated/zlib.php",
"lib/special_cases.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHP core functions that throw exceptions instead of returning FALSE on error",
"time": "2019-06-25T08:45:33+00:00"
},
2019-11-24 22:49:22 +01:00
{
"name": "tijsverkoyen/css-to-inline-styles",
"version": "2.2.2",
"source": {
"type": "git",
"url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
"reference": "dda2ee426acd6d801d5b7fd1001cde9b5f790e15"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/dda2ee426acd6d801d5b7fd1001cde9b5f790e15",
"reference": "dda2ee426acd6d801d5b7fd1001cde9b5f790e15",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*",
"php": "^5.5 || ^7.0",
"symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.2.x-dev"
}
},
"autoload": {
"psr-4": {
"TijsVerkoyen\\CssToInlineStyles\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Tijs Verkoyen",
"email": "css_to_inline_styles@verkoyen.eu",
"role": "Developer"
}
],
"description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
"homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
"time": "2019-10-24T08:53:34+00:00"
},
{
"name": "twig/cssinliner-extra",
2019-12-29 13:35:30 +01:00
"version": "v3.0.1",
2019-11-24 22:49:22 +01:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/cssinliner-extra.git",
2019-12-29 13:35:30 +01:00
"reference": "d7c951e935d65c0cfd9a63bb08541a297f230f3a"
2019-11-24 22:49:22 +01:00
},
"dist": {
"type": "zip",
2019-12-29 13:35:30 +01:00
"url": "https://api.github.com/repos/twigphp/cssinliner-extra/zipball/d7c951e935d65c0cfd9a63bb08541a297f230f3a",
"reference": "d7c951e935d65c0cfd9a63bb08541a297f230f3a",
2019-11-24 22:49:22 +01:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"tijsverkoyen/css-to-inline-styles": "^2.0",
"twig/twig": "^2.4|^3.0"
},
"require-dev": {
2019-12-29 13:35:30 +01:00
"symfony/phpunit-bridge": "^4.4|^5.0"
2019-11-24 22:49:22 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.12-dev"
}
},
"autoload": {
"psr-4": {
"Twig\\Extra\\CssInliner\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
}
],
"description": "A Twig extension to allow inlining CSS",
"homepage": "https://twig.symfony.com",
"keywords": [
"css",
"inlining",
"twig"
],
2019-12-29 13:35:30 +01:00
"time": "2019-12-27T07:33:44+00:00"
2019-11-24 22:49:22 +01:00
},
2019-08-12 23:45:21 +02:00
{
"name": "twig/extra-bundle",
2019-12-29 13:35:30 +01:00
"version": "v3.0.1",
2019-08-12 23:45:21 +02:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/twig-extra-bundle.git",
2019-12-29 13:35:30 +01:00
"reference": "ce5c97dd566d9acd5d1fbd5eb76b6d264614725a"
2019-08-12 23:45:21 +02:00
},
"dist": {
"type": "zip",
2019-12-29 13:35:30 +01:00
"url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/ce5c97dd566d9acd5d1fbd5eb76b6d264614725a",
"reference": "ce5c97dd566d9acd5d1fbd5eb76b6d264614725a",
2019-08-12 23:45:21 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/framework-bundle": "^4.3|^5.0",
"symfony/twig-bundle": "^4.3|^5.0",
"twig/twig": "^2.4|^3.0"
},
"require-dev": {
2019-12-29 13:35:30 +01:00
"twig/cssinliner-extra": "^2.12|^3.0",
"twig/html-extra": "^2.12|^3.0",
"twig/inky-extra": "^2.12|^3.0",
"twig/intl-extra": "^2.12|^3.0",
"twig/markdown-extra": "^2.12|^3.0"
2019-08-12 23:45:21 +02:00
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"psr-4": {
"Twig\\Extra\\TwigExtraBundle\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com",
2019-09-07 16:54:07 +02:00
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
2019-08-12 23:45:21 +02:00
}
],
"description": "A Symfony bundle for extra Twig extensions",
"homepage": "https://twig.symfony.com",
"keywords": [
"bundle",
"extra",
"twig"
],
2019-12-29 13:35:30 +01:00
"time": "2019-12-28T07:09:27+00:00"
2019-08-12 23:45:21 +02:00
},
2019-11-24 22:49:22 +01:00
{
"name": "twig/inky-extra",
2019-12-29 13:35:30 +01:00
"version": "v3.0.1",
2019-11-24 22:49:22 +01:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/inky-extra.git",
2019-12-29 13:35:30 +01:00
"reference": "68d7e3a00cb66dab07093c0c88059f4e02d71b39"
2019-11-24 22:49:22 +01:00
},
"dist": {
"type": "zip",
2019-12-29 13:35:30 +01:00
"url": "https://api.github.com/repos/twigphp/inky-extra/zipball/68d7e3a00cb66dab07093c0c88059f4e02d71b39",
"reference": "68d7e3a00cb66dab07093c0c88059f4e02d71b39",
2019-11-24 22:49:22 +01:00
"shasum": ""
},
"require": {
"lorenzo/pinky": "^1.0.5",
"php": "^7.1.3",
"twig/twig": "^2.4|^3.0"
},
"require-dev": {
2019-12-29 13:35:30 +01:00
"symfony/phpunit-bridge": "^4.4|^5.0"
2019-11-24 22:49:22 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.12-dev"
}
},
"autoload": {
"psr-4": {
"Twig\\Extra\\Inky\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
}
],
"description": "A Twig extension for the inky email templating engine",
"homepage": "https://twig.symfony.com",
"keywords": [
"email",
"emails",
"inky",
"twig"
],
2019-12-29 13:35:30 +01:00
"time": "2019-12-27T07:33:44+00:00"
2019-11-24 22:49:22 +01:00
},
2019-08-12 23:45:21 +02:00
{
"name": "twig/intl-extra",
2019-12-29 13:35:30 +01:00
"version": "v3.0.1",
2019-08-12 23:45:21 +02:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/intl-extra.git",
2019-12-29 13:35:30 +01:00
"reference": "291d79ef98891da3efe14f0771fbe03a25fe6bec"
2019-08-12 23:45:21 +02:00
},
"dist": {
"type": "zip",
2019-12-29 13:35:30 +01:00
"url": "https://api.github.com/repos/twigphp/intl-extra/zipball/291d79ef98891da3efe14f0771fbe03a25fe6bec",
"reference": "291d79ef98891da3efe14f0771fbe03a25fe6bec",
2019-08-12 23:45:21 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
2019-11-01 13:58:02 +01:00
"symfony/intl": "^4.3|^5.0",
2019-08-12 23:45:21 +02:00
"twig/twig": "^2.4|^3.0"
},
"require-dev": {
2019-12-29 13:35:30 +01:00
"symfony/phpunit-bridge": "^4.4|^5.0"
2019-08-12 23:45:21 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"psr-4": {
"Twig\\Extra\\Intl\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com",
2019-09-07 16:54:07 +02:00
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
2019-08-12 23:45:21 +02:00
}
],
"description": "A Twig extension for Intl",
"homepage": "https://twig.symfony.com",
"keywords": [
"intl",
"twig"
],
2019-12-29 13:35:30 +01:00
"time": "2019-12-28T07:09:27+00:00"
2019-08-12 23:45:21 +02:00
},
2019-12-01 13:50:43 +01:00
{
"name": "twig/markdown-extra",
2019-12-29 13:35:30 +01:00
"version": "v3.0.1",
2019-12-01 13:50:43 +01:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/markdown-extra.git",
2019-12-29 13:35:30 +01:00
"reference": "e3f6eb3f65eb2c165451c8417d918fb96fbd6d4d"
2019-12-01 13:50:43 +01:00
},
"dist": {
"type": "zip",
2019-12-29 13:35:30 +01:00
"url": "https://api.github.com/repos/twigphp/markdown-extra/zipball/e3f6eb3f65eb2c165451c8417d918fb96fbd6d4d",
"reference": "e3f6eb3f65eb2c165451c8417d918fb96fbd6d4d",
2019-12-01 13:50:43 +01:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"twig/twig": "^2.4|^3.0"
},
"require-dev": {
"erusev/parsedown": "^1.7",
"league/commonmark": "^1.0",
"league/html-to-markdown": "^4.8",
"michelf/php-markdown": "^1.8",
2019-12-29 13:35:30 +01:00
"symfony/phpunit-bridge": "^4.4|^5.0"
2019-12-01 13:50:43 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"psr-4": {
"Twig\\Extra\\Markdown\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
}
],
"description": "A Twig extension for Markdown",
"homepage": "https://twig.symfony.com",
"keywords": [
"html",
"markdown",
"twig"
],
2019-12-29 13:35:30 +01:00
"time": "2019-12-28T07:09:27+00:00"
2019-12-01 13:50:43 +01:00
},
2019-02-23 16:49:38 +01:00
{
"name": "twig/twig",
2019-12-29 13:35:30 +01:00
"version": "v2.12.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
2019-12-29 13:35:30 +01:00
"reference": "97b6311585cae66a26833b14b33785f5797f7d39"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-12-29 13:35:30 +01:00
"url": "https://api.github.com/repos/twigphp/Twig/zipball/97b6311585cae66a26833b14b33785f5797f7d39",
"reference": "97b6311585cae66a26833b14b33785f5797f7d39",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.0",
"symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-mbstring": "^1.3"
},
"require-dev": {
"psr/container": "^1.0",
2019-12-29 13:35:30 +01:00
"symfony/phpunit-bridge": "^4.4|^5.0"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-10-05 21:01:24 +02:00
"dev-master": "2.12-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-0": {
"Twig_": "lib/"
},
"psr-4": {
"Twig\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
},
{
"name": "Twig Team",
"role": "Contributors"
2019-10-05 21:01:24 +02:00
},
{
"name": "Armin Ronacher",
"email": "armin.ronacher@active-4.com",
"role": "Project Founder"
2019-02-23 16:49:38 +01:00
}
],
"description": "Twig, the flexible, fast, and secure template language for PHP",
"homepage": "https://twig.symfony.com",
"keywords": [
"templating"
],
2019-12-29 13:35:30 +01:00
"time": "2019-12-28T07:12:03+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "webmozart/assert",
2019-11-30 15:43:30 +01:00
"version": "1.6.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/webmozart/assert.git",
2019-11-30 15:43:30 +01:00
"reference": "573381c0a64f155a0d9a23f4b0c797194805b925"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-11-30 15:43:30 +01:00
"url": "https://api.github.com/repos/webmozart/assert/zipball/573381c0a64f155a0d9a23f4b0c797194805b925",
"reference": "573381c0a64f155a0d9a23f4b0c797194805b925",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^5.3.3 || ^7.0",
"symfony/polyfill-ctype": "^1.8"
},
2019-11-30 15:43:30 +01:00
"conflict": {
"vimeo/psalm": "<3.6.0"
},
2019-02-23 16:49:38 +01:00
"require-dev": {
2019-08-27 13:34:33 +02:00
"phpunit/phpunit": "^4.8.36 || ^7.5.13"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Webmozart\\Assert\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "Assertions to validate method input/output with nice error messages.",
"keywords": [
"assert",
"check",
"validate"
],
2019-11-30 15:43:30 +01:00
"time": "2019-11-24T13:36:37+00:00"
2019-02-23 16:49:38 +01:00
},
2019-12-14 16:35:19 +01:00
{
"name": "yubico/u2flib-server",
"version": "1.0.2",
"source": {
"type": "git",
"url": "https://github.com/Yubico/php-u2flib-server.git",
"reference": "55d813acf68212ad2cadecde07551600d6971939"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/55d813acf68212ad2cadecde07551600d6971939",
"reference": "55d813acf68212ad2cadecde07551600d6971939",
"shasum": ""
},
"require": {
"ext-openssl": "*",
"paragonie/random_compat": ">= 1",
"php": ">=5.6"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"vimeo/psalm": "^0|^1|^2"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"description": "Library for U2F implementation",
"homepage": "https://developers.yubico.com/php-u2flib-server",
"time": "2018-09-07T08:16:44+00:00"
},
2019-02-23 16:49:38 +01:00
{
"name": "zendframework/zend-code",
2019-12-11 20:12:42 +01:00
"version": "3.4.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-code.git",
2019-12-11 20:12:42 +01:00
"reference": "268040548f92c2bfcba164421c1add2ba43abaaa"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-12-11 20:12:42 +01:00
"url": "https://api.github.com/repos/zendframework/zend-code/zipball/268040548f92c2bfcba164421c1add2ba43abaaa",
"reference": "268040548f92c2bfcba164421c1add2ba43abaaa",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.1",
"zendframework/zend-eventmanager": "^2.6 || ^3.0"
},
2019-12-11 20:12:42 +01:00
"conflict": {
"phpspec/prophecy": "<1.9.0"
},
2019-02-23 16:49:38 +01:00
"require-dev": {
2019-12-11 20:12:42 +01:00
"doctrine/annotations": "^1.7",
2019-02-23 16:49:38 +01:00
"ext-phar": "*",
2019-10-11 23:53:12 +02:00
"phpunit/phpunit": "^7.5.16 || ^8.4",
2019-09-01 13:56:14 +02:00
"zendframework/zend-coding-standard": "^1.0",
2019-02-23 16:49:38 +01:00
"zendframework/zend-stdlib": "^2.7 || ^3.0"
},
"suggest": {
"doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
"zendframework/zend-stdlib": "Zend\\Stdlib component"
},
"type": "library",
"extra": {
"branch-alias": {
2019-10-11 23:53:12 +02:00
"dev-master": "3.4.x-dev",
2019-12-11 20:12:42 +01:00
"dev-develop": "3.5.x-dev",
"dev-dev-4.0": "4.0.x-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Zend\\Code\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
2019-09-01 13:56:14 +02:00
"description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
2019-02-23 16:49:38 +01:00
"keywords": [
2019-09-01 13:56:14 +02:00
"ZendFramework",
2019-02-23 16:49:38 +01:00
"code",
2019-09-01 13:56:14 +02:00
"zf"
2019-02-23 16:49:38 +01:00
],
2020-01-01 15:49:42 +01:00
"abandoned": "laminas/laminas-code",
2019-12-11 20:12:42 +01:00
"time": "2019-12-10T19:21:15+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "zendframework/zend-eventmanager",
"version": "3.2.1",
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-eventmanager.git",
"reference": "a5e2583a211f73604691586b8406ff7296a946dd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
"reference": "a5e2583a211f73604691586b8406ff7296a946dd",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"require-dev": {
"athletic/athletic": "^0.1",
"container-interop/container-interop": "^1.1.0",
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
"zendframework/zend-coding-standard": "~1.0.0",
"zendframework/zend-stdlib": "^2.7.3 || ^3.0"
},
"suggest": {
"container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
"zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2-dev",
"dev-develop": "3.3-dev"
}
},
"autoload": {
"psr-4": {
"Zend\\EventManager\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Trigger and listen to events within a PHP application",
"homepage": "https://github.com/zendframework/zend-eventmanager",
"keywords": [
"event",
"eventmanager",
"events",
"zf2"
],
2020-01-01 15:49:42 +01:00
"abandoned": "laminas/laminas-eventmanager",
2019-02-23 16:49:38 +01:00
"time": "2018-04-25T15:33:34+00:00"
}
],
"packages-dev": [
2019-09-23 13:29:51 +02:00
{
"name": "amphp/amp",
2019-11-16 17:59:32 +01:00
"version": "v2.4.0",
2019-09-23 13:29:51 +02:00
"source": {
"type": "git",
"url": "https://github.com/amphp/amp.git",
2019-11-16 17:59:32 +01:00
"reference": "13930a582947831bb66ff1aeac28672fd91c38ea"
2019-09-23 13:29:51 +02:00
},
"dist": {
"type": "zip",
2019-11-16 17:59:32 +01:00
"url": "https://api.github.com/repos/amphp/amp/zipball/13930a582947831bb66ff1aeac28672fd91c38ea",
"reference": "13930a582947831bb66ff1aeac28672fd91c38ea",
2019-09-23 13:29:51 +02:00
"shasum": ""
},
"require": {
"php": ">=7"
},
"require-dev": {
"amphp/php-cs-fixer-config": "dev-master",
"amphp/phpunit-util": "^1",
"ext-json": "*",
"phpstan/phpstan": "^0.8.5",
"phpunit/phpunit": "^6.0.9 | ^7",
"react/promise": "^2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Amp\\": "lib"
},
"files": [
"lib/functions.php",
"lib/Internal/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Daniel Lowrey",
"email": "rdlowrey@php.net"
},
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
{
"name": "Bob Weinand",
"email": "bobwei9@hotmail.com"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
}
],
"description": "A non-blocking concurrency framework for PHP applications.",
"homepage": "http://amphp.org/amp",
"keywords": [
"async",
"asynchronous",
"awaitable",
"concurrency",
"event",
"event-loop",
"future",
"non-blocking",
"promise"
],
2019-11-16 17:59:32 +01:00
"time": "2019-11-11T19:32:05+00:00"
2019-09-23 13:29:51 +02:00
},
{
"name": "amphp/byte-stream",
2019-11-01 13:58:02 +01:00
"version": "v1.7.1",
2019-09-23 13:29:51 +02:00
"source": {
"type": "git",
"url": "https://github.com/amphp/byte-stream.git",
2019-11-01 13:58:02 +01:00
"reference": "9d8205686a004948475dc43f8a88d2fa5e75a113"
2019-09-23 13:29:51 +02:00
},
"dist": {
"type": "zip",
2019-11-01 13:58:02 +01:00
"url": "https://api.github.com/repos/amphp/byte-stream/zipball/9d8205686a004948475dc43f8a88d2fa5e75a113",
"reference": "9d8205686a004948475dc43f8a88d2fa5e75a113",
2019-09-23 13:29:51 +02:00
"shasum": ""
},
"require": {
"amphp/amp": "^2"
},
"require-dev": {
"amphp/php-cs-fixer-config": "dev-master",
"amphp/phpunit-util": "^1",
"friendsofphp/php-cs-fixer": "^2.3",
"infection/infection": "^0.9.3",
"phpunit/phpunit": "^6"
},
"type": "library",
"autoload": {
"psr-4": {
"Amp\\ByteStream\\": "lib"
},
"files": [
"lib/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
}
],
"description": "A stream abstraction to make working with non-blocking I/O simple.",
"homepage": "http://amphp.org/byte-stream",
"keywords": [
"amp",
"amphp",
"async",
"io",
"non-blocking",
"stream"
],
2019-11-01 13:58:02 +01:00
"time": "2019-10-27T14:33:41+00:00"
2019-09-23 13:29:51 +02:00
},
{
"name": "composer/xdebug-handler",
2019-11-08 20:25:47 +01:00
"version": "1.4.0",
2019-09-23 13:29:51 +02:00
"source": {
"type": "git",
"url": "https://github.com/composer/xdebug-handler.git",
2019-11-08 20:25:47 +01:00
"reference": "cbe23383749496fe0f373345208b79568e4bc248"
2019-09-23 13:29:51 +02:00
},
"dist": {
"type": "zip",
2019-11-08 20:25:47 +01:00
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/cbe23383749496fe0f373345208b79568e4bc248",
"reference": "cbe23383749496fe0f373345208b79568e4bc248",
2019-09-23 13:29:51 +02:00
"shasum": ""
},
"require": {
2019-11-08 20:25:47 +01:00
"php": "^5.3.2 || ^7.0 || ^8.0",
2019-09-23 13:29:51 +02:00
"psr/log": "^1.0"
},
"require-dev": {
2019-11-08 20:25:47 +01:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
2019-09-23 13:29:51 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Composer\\XdebugHandler\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "John Stevenson",
"email": "john-stevenson@blueyonder.co.uk"
}
],
2019-11-08 20:25:47 +01:00
"description": "Restarts a process without Xdebug.",
2019-09-23 13:29:51 +02:00
"keywords": [
"Xdebug",
"performance"
],
2019-11-08 20:25:47 +01:00
"time": "2019-11-06T16:40:04+00:00"
2019-09-23 13:29:51 +02:00
},
2019-10-20 14:35:19 +02:00
{
"name": "dama/doctrine-test-bundle",
2019-12-27 15:38:56 +01:00
"version": "v6.3.1",
2019-10-20 14:35:19 +02:00
"source": {
"type": "git",
"url": "https://github.com/dmaicher/doctrine-test-bundle.git",
2019-12-27 15:38:56 +01:00
"reference": "13eaeacf5bda4fd716c5d6d8ec6bf7bac89d3947"
2019-10-20 14:35:19 +02:00
},
"dist": {
"type": "zip",
2019-12-27 15:38:56 +01:00
"url": "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/13eaeacf5bda4fd716c5d6d8ec6bf7bac89d3947",
"reference": "13eaeacf5bda4fd716c5d6d8ec6bf7bac89d3947",
2019-10-20 14:35:19 +02:00
"shasum": ""
},
"require": {
2019-11-16 17:59:32 +01:00
"doctrine/dbal": "^2.9,>=2.9.3",
2019-12-27 15:38:56 +01:00
"doctrine/doctrine-bundle": "^1.11 || ^2.0",
2019-10-20 14:35:19 +02:00
"php": "^7.1",
2019-12-27 15:38:56 +01:00
"symfony/framework-bundle": "^3.4 || ^4.3 || ^5.0"
2019-10-20 14:35:19 +02:00
},
"require-dev": {
2019-12-27 15:38:56 +01:00
"phpstan/phpstan": "^0.12",
"phpunit/phpunit": "^7.0 || ^8.0",
"symfony/phpunit-bridge": "^4.3 || ^5.0",
"symfony/yaml": "^3.4 || ^4.3 || ^5.0"
2019-10-20 14:35:19 +02:00
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
2019-12-27 15:38:56 +01:00
"dev-master": "7.0.x-dev"
2019-10-20 14:35:19 +02:00
}
},
"autoload": {
"psr-4": {
"DAMA\\DoctrineTestBundle\\": "src/DAMA/DoctrineTestBundle"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "David Maicher",
"email": "mail@dmaicher.de"
}
],
"description": "Symfony bundle to isolate doctrine database tests and improve test performance",
"keywords": [
"doctrine",
"isolation",
"performance",
"symfony",
"tests"
],
2019-12-27 15:38:56 +01:00
"time": "2019-12-09T22:53:03+00:00"
2019-10-20 14:35:19 +02:00
},
{
"name": "doctrine/data-fixtures",
2020-01-01 15:57:34 +01:00
"version": "1.4.0",
2019-10-20 14:35:19 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/data-fixtures.git",
2020-01-01 15:57:34 +01:00
"reference": "608a35a3b5bcc4214d116603095f8b0c51091592"
2019-10-20 14:35:19 +02:00
},
"dist": {
"type": "zip",
2020-01-01 15:57:34 +01:00
"url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/608a35a3b5bcc4214d116603095f8b0c51091592",
"reference": "608a35a3b5bcc4214d116603095f8b0c51091592",
2019-10-20 14:35:19 +02:00
"shasum": ""
},
"require": {
2020-01-01 15:57:34 +01:00
"doctrine/common": "^2.11",
"php": "^7.2"
2019-10-20 14:35:19 +02:00
},
"conflict": {
"doctrine/phpcr-odm": "<1.3.0"
},
"require-dev": {
2019-11-16 17:59:32 +01:00
"alcaeus/mongo-php-adapter": "^1.1",
2020-01-01 15:57:34 +01:00
"doctrine/coding-standard": "^6.0",
2019-10-20 14:35:19 +02:00
"doctrine/dbal": "^2.5.4",
2019-11-16 17:59:32 +01:00
"doctrine/mongodb-odm": "^1.3.0",
2019-10-20 14:35:19 +02:00
"doctrine/orm": "^2.5.4",
"phpunit/phpunit": "^7.0"
},
"suggest": {
"alcaeus/mongo-php-adapter": "For using MongoDB ODM with PHP 7",
"doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
"doctrine/orm": "For loading ORM fixtures",
"doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-01 15:57:34 +01:00
"dev-master": "1.4.x-dev"
2019-10-20 14:35:19 +02:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
}
],
"description": "Data Fixtures for all Doctrine Object Managers",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"database"
],
2020-01-01 15:57:34 +01:00
"time": "2019-10-30T20:03:18+00:00"
2019-10-20 14:35:19 +02:00
},
{
"name": "doctrine/doctrine-fixtures-bundle",
2019-11-16 17:59:32 +01:00
"version": "3.3.0",
2019-10-20 14:35:19 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
2019-11-16 17:59:32 +01:00
"reference": "8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70"
2019-10-20 14:35:19 +02:00
},
"dist": {
"type": "zip",
2019-11-16 17:59:32 +01:00
"url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70",
"reference": "8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70",
2019-10-20 14:35:19 +02:00
"shasum": ""
},
"require": {
"doctrine/data-fixtures": "^1.3",
2019-11-16 17:59:32 +01:00
"doctrine/doctrine-bundle": "^1.11|^2.0",
2019-10-20 14:35:19 +02:00
"doctrine/orm": "^2.6.0",
"php": "^7.1",
2019-11-16 17:59:32 +01:00
"symfony/config": "^3.4|^4.3|^5.0",
"symfony/console": "^3.4|^4.3|^5.0",
"symfony/dependency-injection": "^3.4|^4.3|^5.0",
"symfony/doctrine-bridge": "^3.4|^4.1|^5.0",
"symfony/http-kernel": "^3.4|^4.3|^5.0"
2019-10-20 14:35:19 +02:00
},
"require-dev": {
"doctrine/coding-standard": "^6.0",
"phpunit/phpunit": "^7.4",
2019-11-16 17:59:32 +01:00
"symfony/phpunit-bridge": "^4.1|^5.0"
2019-10-20 14:35:19 +02:00
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
2019-11-16 17:59:32 +01:00
"dev-master": "3.3.x-dev"
2019-10-20 14:35:19 +02:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Bundle\\FixturesBundle\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-11-16 17:59:32 +01:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2019-10-20 14:35:19 +02:00
},
{
"name": "Doctrine Project",
"homepage": "http://www.doctrine-project.org"
},
{
2019-11-16 17:59:32 +01:00
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
2019-10-20 14:35:19 +02:00
}
],
"description": "Symfony DoctrineFixturesBundle",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"Fixture",
"persistence"
],
2019-11-16 17:59:32 +01:00
"time": "2019-11-13T15:46:58+00:00"
2019-10-20 14:35:19 +02:00
},
2019-02-23 16:49:38 +01:00
{
"name": "easycorp/easy-log-handler",
2019-11-01 13:58:02 +01:00
"version": "v1.0.9",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/EasyCorp/easy-log-handler.git",
2019-11-01 13:58:02 +01:00
"reference": "224e1dfcf9455aceee89cd0af306ac097167fac1"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-11-01 13:58:02 +01:00
"url": "https://api.github.com/repos/EasyCorp/easy-log-handler/zipball/224e1dfcf9455aceee89cd0af306ac097167fac1",
"reference": "224e1dfcf9455aceee89cd0af306ac097167fac1",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2019-11-01 13:58:02 +01:00
"monolog/monolog": "~1.6|~2.0",
"php": ">=7.1",
"symfony/yaml": "^3.4|^4.0|^5.0"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"EasyCorp\\EasyLog\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Javier Eguiluz",
"email": "javiereguiluz@gmail.com"
},
{
"name": "Project Contributors",
"homepage": "https://github.com/EasyCorp/easy-log-handler"
}
],
"description": "A handler for Monolog that optimizes log messages to be processed by humans instead of software. Improve your productivity with logs that are easy to understand.",
"homepage": "https://github.com/EasyCorp/easy-log-handler",
"keywords": [
"easy",
"log",
"logging",
"monolog",
"productivity"
],
2019-11-01 13:58:02 +01:00
"time": "2019-10-24T07:13:31+00:00"
2019-02-23 16:49:38 +01:00
},
2019-09-23 13:29:51 +02:00
{
"name": "felixfbecker/advanced-json-rpc",
"version": "v3.0.4",
"source": {
"type": "git",
"url": "https://github.com/felixfbecker/php-advanced-json-rpc.git",
"reference": "23366dd0cab0a0f3fd3016bf3c0b36dec74348e7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/felixfbecker/php-advanced-json-rpc/zipball/23366dd0cab0a0f3fd3016bf3c0b36dec74348e7",
"reference": "23366dd0cab0a0f3fd3016bf3c0b36dec74348e7",
"shasum": ""
},
"require": {
"netresearch/jsonmapper": "^1.0",
"php": ">=7.0",
"phpdocumentor/reflection-docblock": "^4.0.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0.0"
},
"type": "library",
"autoload": {
"psr-4": {
"AdvancedJsonRpc\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"ISC"
],
"authors": [
{
"name": "Felix Becker",
"email": "felix.b@outlook.com"
}
],
"description": "A more advanced JSONRPC implementation",
"time": "2019-09-12T22:41:08+00:00"
},
{
"name": "felixfbecker/language-server-protocol",
"version": "v1.4.0",
"source": {
"type": "git",
"url": "https://github.com/felixfbecker/php-language-server-protocol.git",
"reference": "378801f6139bb74ac215d81cca1272af61df9a9f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/felixfbecker/php-language-server-protocol/zipball/378801f6139bb74ac215d81cca1272af61df9a9f",
"reference": "378801f6139bb74ac215d81cca1272af61df9a9f",
"shasum": ""
},
"require": {
"php": "^7.0"
},
"require-dev": {
"phpstan/phpstan": "*",
"phpunit/phpunit": "^6.3",
"squizlabs/php_codesniffer": "^3.1"
},
"type": "library",
"autoload": {
"psr-4": {
"LanguageServerProtocol\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"ISC"
],
"authors": [
{
"name": "Felix Becker",
"email": "felix.b@outlook.com"
}
],
"description": "PHP classes for the Language Server Protocol",
"keywords": [
"language",
"microsoft",
"php",
"server"
],
"time": "2019-06-23T21:03:50+00:00"
},
{
"name": "netresearch/jsonmapper",
"version": "v1.6.0",
"source": {
"type": "git",
"url": "https://github.com/cweiske/jsonmapper.git",
"reference": "0d4d1b48d682a93b6bfedf60b88c7750e9cb0b06"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/0d4d1b48d682a93b6bfedf60b88c7750e9cb0b06",
"reference": "0d4d1b48d682a93b6bfedf60b88c7750e9cb0b06",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-pcre": "*",
"ext-reflection": "*",
"ext-spl": "*",
"php": ">=5.6"
},
"require-dev": {
"phpunit/phpunit": "~4.8.35 || ~5.7 || ~6.4",
"squizlabs/php_codesniffer": "~1.5"
},
"type": "library",
"autoload": {
"psr-0": {
"JsonMapper": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"OSL-3.0"
],
"authors": [
{
"name": "Christian Weiske",
"role": "Developer",
"email": "cweiske@cweiske.de",
"homepage": "http://github.com/cweiske/jsonmapper/"
}
],
"description": "Map nested JSON structures onto PHP classes",
"time": "2019-08-15T19:41:25+00:00"
},
{
"name": "openlss/lib-array2xml",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/nullivex/lib-array2xml.git",
"reference": "a91f18a8dfc69ffabe5f9b068bc39bb202c81d90"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nullivex/lib-array2xml/zipball/a91f18a8dfc69ffabe5f9b068bc39bb202c81d90",
"reference": "a91f18a8dfc69ffabe5f9b068bc39bb202c81d90",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"type": "library",
"autoload": {
"psr-0": {
"LSS": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Bryan Tong",
"email": "bryan@nullivex.com",
"homepage": "https://www.nullivex.com"
},
{
"name": "Tony Butler",
"email": "spudz76@gmail.com",
"homepage": "https://www.nullivex.com"
}
],
"description": "Array2XML conversion library credit to lalit.org",
"homepage": "https://www.nullivex.com",
"keywords": [
"array",
"array conversion",
"xml",
"xml conversion"
],
"time": "2019-03-29T20:06:56+00:00"
},
2019-03-27 19:19:50 +01:00
{
"name": "roave/security-advisories",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/Roave/SecurityAdvisories.git",
2019-12-27 15:38:56 +01:00
"reference": "44a677c8e06241a66409ae6e4820dc166fc09ab2"
2019-03-27 19:19:50 +01:00
},
"dist": {
"type": "zip",
2019-12-27 15:38:56 +01:00
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/44a677c8e06241a66409ae6e4820dc166fc09ab2",
"reference": "44a677c8e06241a66409ae6e4820dc166fc09ab2",
2019-03-27 19:19:50 +01:00
"shasum": ""
},
"conflict": {
"3f/pygmentize": "<1.2",
"adodb/adodb-php": "<5.20.12",
"alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1",
"amphp/artax": "<1.0.6|>=2,<2.0.6",
"amphp/http": "<1.0.1",
"api-platform/core": ">=2.2,<2.2.10|>=2.3,<2.3.6",
"asymmetricrypt/asymmetricrypt": ">=0,<9.9.99",
"aws/aws-sdk-php": ">=3,<3.2.1",
"brightlocal/phpwhois": "<=4.2.5",
"bugsnag/bugsnag-laravel": ">=2,<2.0.2",
2019-04-26 18:20:45 +02:00
"cakephp/cakephp": ">=1.3,<1.3.18|>=2,<2.4.99|>=2.5,<2.5.99|>=2.6,<2.6.12|>=2.7,<2.7.6|>=3,<3.5.18|>=3.6,<3.6.15|>=3.7,<3.7.7",
2019-03-27 19:19:50 +01:00
"cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
"cartalyst/sentry": "<=2.1.6",
"codeigniter/framework": "<=3.0.6",
2019-05-25 21:57:00 +02:00
"composer/composer": "<=1-alpha.11",
2019-03-27 19:19:50 +01:00
"contao-components/mediaelement": ">=2.14.2,<2.21.1",
2019-04-14 13:43:34 +02:00
"contao/core": ">=2,<3.5.39",
2019-12-23 13:51:16 +01:00
"contao/core-bundle": ">=4,<4.4.46|>=4.5,<4.8.6",
2019-03-27 19:19:50 +01:00
"contao/listing-bundle": ">=4,<4.4.8",
2019-10-03 18:14:45 +02:00
"datadog/dd-trace": ">=0.30,<0.30.2",
2019-03-27 19:19:50 +01:00
"david-garcia/phpwhois": "<=4.3.1",
"doctrine/annotations": ">=1,<1.2.7",
"doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
"doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1",
"doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2",
"doctrine/doctrine-bundle": "<1.5.2",
"doctrine/doctrine-module": "<=0.7.1",
"doctrine/mongodb-odm": ">=1,<1.0.2",
"doctrine/mongodb-odm-bundle": ">=2,<3.0.1",
"doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1",
"dompdf/dompdf": ">=0.6,<0.6.2",
2019-12-23 13:51:16 +01:00
"drupal/core": ">=7,<8.7.11|>=8.8,<8.8.1",
"drupal/drupal": ">=7,<8.7.11|>=8.8,<8.8.1",
2019-04-14 13:43:34 +02:00
"erusev/parsedown": "<1.7.2",
2019-07-12 21:00:29 +02:00
"ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.4",
2019-03-27 19:19:50 +01:00
"ezsystems/ezpublish-kernel": ">=5.3,<5.3.12.1|>=5.4,<5.4.13.1|>=6,<6.7.9.1|>=6.8,<6.13.5.1|>=7,<7.2.4.1|>=7.3,<7.3.2.1",
"ezsystems/ezpublish-legacy": ">=5.3,<5.3.12.6|>=5.4,<5.4.12.3|>=2011,<2017.12.4.3|>=2018.6,<2018.6.1.4|>=2018.9,<2018.9.1.3",
"ezsystems/repository-forms": ">=2.3,<2.3.2.1",
"ezyang/htmlpurifier": "<4.1.1",
"firebase/php-jwt": "<2",
"fooman/tcpdf": "<6.2.22",
"fossar/tcpdf-parser": "<6.2.22",
"friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
"friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
"fuel/core": "<1.8.1",
"gree/jose": "<=2.2",
"gregwar/rst": "<1.0.3",
2019-05-25 21:57:00 +02:00
"guzzlehttp/guzzle": ">=4-rc.2,<4.2.4|>=5,<5.3.1|>=6,<6.2.1",
2019-03-27 19:19:50 +01:00
"illuminate/auth": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.10",
"illuminate/cookie": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.42|>=5.6,<5.6.30",
"illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29",
"illuminate/encryption": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.40|>=5.6,<5.6.15",
"ivankristianto/phpwhois": "<=4.3",
"james-heinrich/getid3": "<1.9.9",
"joomla/session": "<1.3.1",
"jsmitty12/phpwhois": "<5.1",
"kazist/phpwhois": "<=4.2.6",
"kreait/firebase-php": ">=3.2,<3.8.1",
"la-haute-societe/tcpdf": "<6.2.22",
"laravel/framework": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.42|>=5.6,<5.6.30",
"laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
"league/commonmark": "<0.18.3",
2019-10-11 23:53:12 +02:00
"magento/magento1ce": "<1.9.4.3",
"magento/magento1ee": ">=1,<1.14.4.3",
2019-12-23 13:51:16 +01:00
"magento/product-community-edition": ">=2,<2.2.10|>=2.3,<2.3.2-p.2",
2019-03-27 19:19:50 +01:00
"monolog/monolog": ">=1.8,<1.12",
"namshi/jose": "<2.2",
"onelogin/php-saml": "<2.10.4",
"openid/php-openid": "<2.3",
"oro/crm": ">=1.7,<1.7.4",
"oro/platform": ">=1.7,<1.7.4",
"padraic/humbug_get_contents": "<1.1.2",
"pagarme/pagarme-php": ">=0,<3",
"paragonie/random_compat": "<2",
"paypal/merchant-sdk-php": "<3.12",
"pear/archive_tar": "<1.4.4",
"phpmailer/phpmailer": ">=5,<5.2.27|>=6,<6.0.6",
"phpoffice/phpexcel": "<=1.8.1",
"phpoffice/phpspreadsheet": "<=1.5",
"phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3",
"phpwhois/phpwhois": "<=4.2.5",
"phpxmlrpc/extras": "<0.6.1",
2019-05-25 21:57:00 +02:00
"propel/propel": ">=2-alpha.1,<=2-alpha.7",
2019-03-27 19:19:50 +01:00
"propel/propel1": ">=1,<=1.7.1",
"pusher/pusher-php-server": "<2.2.1",
2019-11-08 20:25:47 +01:00
"robrichards/xmlseclibs": ">=1,<3.0.4",
2019-03-27 19:19:50 +01:00
"sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9",
2019-12-27 15:38:56 +01:00
"scheb/two-factor-bundle": ">=0,<3.26|>=4,<4.11",
2019-03-27 19:19:50 +01:00
"sensiolabs/connect": "<4.2.3",
"serluck/phpwhois": "<=4.2.6",
"shopware/shopware": "<5.3.7",
"silverstripe/cms": ">=3,<=3.0.11|>=3.1,<3.1.11",
"silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
2019-06-16 12:36:17 +02:00
"silverstripe/framework": ">=3,<3.6.7|>=3.7,<3.7.3|>=4,<4.4",
"silverstripe/graphql": ">=2,<2.0.5|>=3,<3.1.2",
"silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1",
"silverstripe/restfulserver": ">=1,<1.0.9|>=2,<2.0.4",
2019-03-27 19:19:50 +01:00
"silverstripe/userforms": "<3",
"simple-updates/phpwhois": "<=1",
"simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4",
2019-11-30 15:43:30 +01:00
"simplesamlphp/simplesamlphp": "<1.17.8",
2019-03-27 19:19:50 +01:00
"simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
"slim/slim": "<2.6",
"smarty/smarty": "<3.1.33",
"socalnick/scn-social-auth": "<1.15.2",
"spoonity/tcpdf": "<6.2.22",
"squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
"stormpath/sdk": ">=0,<9.9.99",
2019-10-03 18:14:45 +02:00
"studio-42/elfinder": "<2.1.48",
2019-03-27 19:19:50 +01:00
"swiftmailer/swiftmailer": ">=4,<5.4.5",
"sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
2019-05-25 21:57:00 +02:00
"sylius/grid": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1",
"sylius/grid-bundle": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1",
"sylius/sylius": ">=1,<1.1.18|>=1.2,<1.2.17|>=1.3,<1.3.12|>=1.4,<1.4.4",
2019-11-16 17:59:32 +01:00
"symfony/cache": ">=3.1,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
2019-04-26 18:20:45 +02:00
"symfony/dependency-injection": ">=2,<2.0.17|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
2019-03-27 19:19:50 +01:00
"symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.20|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1",
2019-04-26 18:20:45 +02:00
"symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
2019-11-16 17:59:32 +01:00
"symfony/http-foundation": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
"symfony/http-kernel": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
2019-03-27 19:19:50 +01:00
"symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
2019-11-16 17:59:32 +01:00
"symfony/mime": ">=4.3,<4.3.8",
2019-04-26 18:20:45 +02:00
"symfony/phpunit-bridge": ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
2019-03-27 19:19:50 +01:00
"symfony/polyfill": ">=1,<1.10",
"symfony/polyfill-php55": ">=1,<1.10",
2019-04-26 18:20:45 +02:00
"symfony/proxy-manager-bridge": ">=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
2019-03-27 19:19:50 +01:00
"symfony/routing": ">=2,<2.0.19",
2019-04-26 18:20:45 +02:00
"symfony/security": ">=2,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
2019-03-27 19:19:50 +01:00
"symfony/security-bundle": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
"symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<2.8.37|>=3,<3.3.17|>=3.4,<3.4.7|>=4,<4.0.7",
"symfony/security-csrf": ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
"symfony/security-guard": ">=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
2019-11-16 17:59:32 +01:00
"symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.2.12|>=4.3,<4.3.8",
2019-03-27 19:19:50 +01:00
"symfony/serializer": ">=2,<2.0.11",
2019-11-16 17:59:32 +01:00
"symfony/symfony": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
2019-03-27 19:19:50 +01:00
"symfony/translation": ">=2,<2.0.17",
"symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
2019-11-16 17:59:32 +01:00
"symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8",
2019-03-27 19:19:50 +01:00
"symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
"symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
"tecnickcom/tcpdf": "<6.2.22",
"thelia/backoffice-default-template": ">=2.1,<2.1.2",
2019-05-25 21:57:00 +02:00
"thelia/thelia": ">=2.1-beta.1,<2.1.3",
2019-03-27 19:19:50 +01:00
"theonedemon/phpwhois": "<=4.2.5",
"titon/framework": ">=0,<9.9.99",
"truckersmp/phpwhois": "<=4.3.1",
"twig/twig": "<1.38|>=2,<2.7",
2019-12-23 13:51:16 +01:00
"typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.30|>=9,<9.5.12|>=10,<10.2.1",
"typo3/cms-core": ">=8,<8.7.30|>=9,<9.5.12|>=10,<10.2.1",
2019-03-27 19:19:50 +01:00
"typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.10|>=3.1,<3.1.7|>=3.2,<3.2.7|>=3.3,<3.3.5",
"typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4",
2019-05-25 21:57:00 +02:00
"typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1",
2019-03-27 19:19:50 +01:00
"ua-parser/uap-php": "<3.8",
"wallabag/tcpdf": "<6.2.22",
"willdurand/js-translation-bundle": "<2.1.1",
"yiisoft/yii": ">=1.1.14,<1.1.15",
"yiisoft/yii2": "<2.0.15",
"yiisoft/yii2-bootstrap": "<2.0.4",
"yiisoft/yii2-dev": "<2.0.15",
"yiisoft/yii2-elasticsearch": "<2.0.5",
"yiisoft/yii2-gii": "<2.0.4",
"yiisoft/yii2-jui": "<2.0.4",
"yiisoft/yii2-redis": "<2.0.8",
"zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
"zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
"zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
"zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5",
2019-04-05 13:14:05 +02:00
"zendframework/zend-developer-tools": ">=1.2.2,<1.2.3",
2019-03-27 19:19:50 +01:00
"zendframework/zend-diactoros": ">=1,<1.8.4",
"zendframework/zend-feed": ">=1,<2.10.3",
"zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
"zendframework/zend-http": ">=1,<2.8.1",
"zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
"zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
"zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2",
"zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
"zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4",
"zendframework/zend-validator": ">=2.3,<2.3.6",
"zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
"zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
"zendframework/zendframework": "<2.5.1",
"zendframework/zendframework1": "<1.12.20",
"zendframework/zendopenid": ">=2,<2.0.2",
"zendframework/zendxml": ">=1,<1.0.1",
"zetacomponents/mail": "<1.8.2",
"zf-commons/zfc-user": "<1.2.2",
"zfcampus/zf-apigility-doctrine": ">=1,<1.0.3",
"zfr/zfr-oauth2-server-module": "<0.1.2"
},
"type": "metapackage",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"role": "maintainer"
}
],
"description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
2019-12-27 15:38:56 +01:00
"time": "2019-12-26T14:16:40+00:00"
2019-03-27 19:19:50 +01:00
},
2019-09-23 13:29:51 +02:00
{
"name": "sebastian/diff",
"version": "3.0.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
"reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
"reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
"shasum": ""
},
"require": {
"php": "^7.1"
},
"require-dev": {
"phpunit/phpunit": "^7.5 || ^8.0",
"symfony/process": "^2 || ^3.3 || ^4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Diff implementation",
"homepage": "https://github.com/sebastianbergmann/diff",
"keywords": [
"diff",
"udiff",
"unidiff",
"unified diff"
],
"time": "2019-02-04T06:01:07+00:00"
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/browser-kit",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/browser-kit.git",
2019-11-21 22:16:30 +01:00
"reference": "e19e465c055137938afd40cfddd687e7511bbbf0"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-11-21 22:16:30 +01:00
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/e19e465c055137938afd40cfddd687e7511bbbf0",
"reference": "e19e465c055137938afd40cfddd687e7511bbbf0",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
2019-11-21 22:16:30 +01:00
"symfony/dom-crawler": "^3.4|^4.0|^5.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2019-11-21 22:16:30 +01:00
"symfony/css-selector": "^3.4|^4.0|^5.0",
"symfony/http-client": "^4.3|^5.0",
"symfony/mime": "^4.3|^5.0",
"symfony/process": "^3.4|^4.0|^5.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"symfony/process": ""
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-21 22:16:30 +01:00
"dev-master": "4.4-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\BrowserKit\\": ""
},
"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 BrowserKit Component",
"homepage": "https://symfony.com",
2019-11-21 22:16:30 +01:00
"time": "2019-10-28T20:30:34+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/debug-bundle",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/debug-bundle.git",
2019-11-21 22:16:30 +01:00
"reference": "2255db767f7f5bf6740e9f3b4f92199f6890ca2e"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-11-21 22:16:30 +01:00
"url": "https://api.github.com/repos/symfony/debug-bundle/zipball/2255db767f7f5bf6740e9f3b4f92199f6890ca2e",
"reference": "2255db767f7f5bf6740e9f3b4f92199f6890ca2e",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"ext-xml": "*",
"php": "^7.1.3",
2019-11-21 22:16:30 +01:00
"symfony/http-kernel": "^3.4|^4.0|^5.0",
"symfony/twig-bridge": "^3.4|^4.0|^5.0",
"symfony/var-dumper": "^4.1.1|^5.0"
2019-02-23 16:49:38 +01:00
},
"conflict": {
"symfony/config": "<4.2",
"symfony/dependency-injection": "<3.4"
},
"require-dev": {
2019-11-21 22:16:30 +01:00
"symfony/config": "^4.2|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/web-profiler-bundle": "^3.4|^4.0|^5.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"symfony/config": "For service container configuration",
"symfony/dependency-injection": "For using as a service from the container"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
2019-11-21 22:16:30 +01:00
"dev-master": "4.4-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Bundle\\DebugBundle\\": ""
},
"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 DebugBundle",
"homepage": "https://symfony.com",
2019-11-21 22:16:30 +01:00
"time": "2019-10-12T00:35:04+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/debug-pack",
"version": "v1.0.7",
"source": {
"type": "git",
"url": "https://github.com/symfony/debug-pack.git",
"reference": "09a4a1e9bf2465987d4f79db0ad6c11cc632bc79"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/debug-pack/zipball/09a4a1e9bf2465987d4f79db0ad6c11cc632bc79",
"reference": "09a4a1e9bf2465987d4f79db0ad6c11cc632bc79",
"shasum": ""
},
"require": {
"easycorp/easy-log-handler": "^1.0.7",
"php": "^7.0",
"symfony/debug-bundle": "*",
"symfony/monolog-bundle": "^3.0",
"symfony/profiler-pack": "*",
"symfony/var-dumper": "*"
},
"type": "symfony-pack",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A debug pack for Symfony projects",
"time": "2018-12-10T12:11:11+00:00"
},
{
"name": "symfony/dom-crawler",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/dom-crawler.git",
2019-11-21 22:16:30 +01:00
"reference": "36bbcab9369fc2f583220890efd43bf262d563fd"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-11-21 22:16:30 +01:00
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/36bbcab9369fc2f583220890efd43bf262d563fd",
"reference": "36bbcab9369fc2f583220890efd43bf262d563fd",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.0"
},
2019-06-16 12:36:17 +02:00
"conflict": {
"masterminds/html5": "<2.6"
},
2019-02-23 16:49:38 +01:00
"require-dev": {
2019-06-16 12:36:17 +02:00
"masterminds/html5": "^2.6",
2019-11-21 22:16:30 +01:00
"symfony/css-selector": "^3.4|^4.0|^5.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"symfony/css-selector": ""
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-21 22:16:30 +01:00
"dev-master": "4.4-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\DomCrawler\\": ""
},
"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 DomCrawler Component",
"homepage": "https://symfony.com",
2019-11-21 22:16:30 +01:00
"time": "2019-10-29T11:38:30+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/maker-bundle",
2019-11-08 20:25:47 +01:00
"version": "v1.14.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/maker-bundle.git",
2019-11-08 20:25:47 +01:00
"reference": "c864e7f9b8d1e1f5f60acc3beda11299f637aded"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-11-08 20:25:47 +01:00
"url": "https://api.github.com/repos/symfony/maker-bundle/zipball/c864e7f9b8d1e1f5f60acc3beda11299f637aded",
"reference": "c864e7f9b8d1e1f5f60acc3beda11299f637aded",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"doctrine/inflector": "^1.2",
"nikic/php-parser": "^4.0",
"php": "^7.0.8",
2019-11-01 13:58:02 +01:00
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/console": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/filesystem": "^3.4|^4.0|^5.0",
"symfony/finder": "^3.4|^4.0|^5.0",
"symfony/framework-bundle": "^3.4|^4.0|^5.0",
"symfony/http-kernel": "^3.4|^4.0|^5.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2019-11-01 13:58:02 +01:00
"doctrine/doctrine-bundle": "^1.8|^2.0",
2019-02-23 16:49:38 +01:00
"doctrine/orm": "^2.3",
"friendsofphp/php-cs-fixer": "^2.8",
2019-07-12 21:00:29 +02:00
"friendsoftwig/twigcs": "^3.1.2",
2019-11-01 13:58:02 +01:00
"symfony/http-client": "^4.3|^5.0",
"symfony/phpunit-bridge": "^4.3|^5.0",
"symfony/process": "^3.4|^4.0|^5.0",
"symfony/security-core": "^3.4|^4.0|^5.0",
"symfony/yaml": "^3.4|^4.0|^5.0"
2019-02-23 16:49:38 +01:00
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Bundle\\MakerBundle\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.",
"homepage": "https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html",
"keywords": [
"code generator",
"generator",
"scaffold",
"scaffolding"
],
2019-11-08 20:25:47 +01:00
"time": "2019-11-07T00:56:03+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/phpunit-bridge",
2019-12-23 13:51:16 +01:00
"version": "v5.0.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/phpunit-bridge.git",
2019-12-01 15:18:44 +01:00
"reference": "010cf42a81e7bec744edfdef5f76d6394f4906a7"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-12-01 15:18:44 +01:00
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/010cf42a81e7bec744edfdef5f76d6394f4906a7",
"reference": "010cf42a81e7bec744edfdef5f76d6394f4906a7",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2019-06-16 12:36:17 +02:00
"php": ">=5.5.9"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2019-11-21 21:52:41 +01:00
"phpunit/phpunit": "<5.4.3"
2019-02-23 16:49:38 +01:00
},
"suggest": {
2019-11-21 21:52:41 +01:00
"symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
2019-02-23 16:49:38 +01:00
},
"bin": [
"bin/simple-phpunit"
],
"type": "symfony-bridge",
"extra": {
"branch-alias": {
2019-11-21 21:52:41 +01:00
"dev-master": "5.0-dev"
2019-02-23 16:49:38 +01:00
},
"thanks": {
"name": "phpunit/phpunit",
"url": "https://github.com/sebastianbergmann/phpunit"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Bridge\\PhpUnit\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony PHPUnit Bridge",
"homepage": "https://symfony.com",
2019-12-01 15:18:44 +01:00
"time": "2019-11-28T14:20:16+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/profiler-pack",
"version": "v1.0.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/profiler-pack.git",
"reference": "99c4370632c2a59bb0444852f92140074ef02209"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/profiler-pack/zipball/99c4370632c2a59bb0444852f92140074ef02209",
"reference": "99c4370632c2a59bb0444852f92140074ef02209",
"shasum": ""
},
"require": {
"php": "^7.0",
"symfony/stopwatch": "*",
"symfony/twig-bundle": "*",
"symfony/web-profiler-bundle": "*"
},
"type": "symfony-pack",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A pack for the Symfony web profiler",
"time": "2018-12-10T12:11:44+00:00"
},
{
"name": "symfony/test-pack",
2019-07-12 21:00:29 +02:00
"version": "v1.0.6",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/test-pack.git",
2019-07-12 21:00:29 +02:00
"reference": "ff87e800a67d06c423389f77b8209bc9dc469def"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-07-12 21:00:29 +02:00
"url": "https://api.github.com/repos/symfony/test-pack/zipball/ff87e800a67d06c423389f77b8209bc9dc469def",
"reference": "ff87e800a67d06c423389f77b8209bc9dc469def",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.0",
"symfony/browser-kit": "*",
"symfony/css-selector": "*",
"symfony/phpunit-bridge": "*"
},
"type": "symfony-pack",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A pack for functional and end-to-end testing within a Symfony app",
2019-07-12 21:00:29 +02:00
"time": "2019-06-21T06:27:32+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/web-profiler-bundle",
2019-12-23 13:51:16 +01:00
"version": "v4.4.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/web-profiler-bundle.git",
2019-11-21 22:16:30 +01:00
"reference": "92453ec17c365c561d9e65b06050b9e2a65e9306"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-11-21 22:16:30 +01:00
"url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/92453ec17c365c561d9e65b06050b9e2a65e9306",
"reference": "92453ec17c365c561d9e65b06050b9e2a65e9306",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
2019-11-21 22:16:30 +01:00
"symfony/config": "^4.2|^5.0",
"symfony/framework-bundle": "^4.4|^5.0",
"symfony/http-kernel": "^4.4",
"symfony/routing": "^3.4|^4.0|^5.0",
"symfony/twig-bundle": "^4.2|^5.0",
"twig/twig": "^1.41|^2.10|^3.0"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2019-06-16 12:36:17 +02:00
"symfony/form": "<4.3",
2019-11-21 22:16:30 +01:00
"symfony/messenger": "<4.2"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2019-11-21 22:16:30 +01:00
"symfony/console": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/stopwatch": "^3.4|^4.0|^5.0"
2019-02-23 16:49:38 +01:00
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
2019-11-21 22:16:30 +01:00
"dev-master": "4.4-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Bundle\\WebProfilerBundle\\": ""
},
"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 WebProfilerBundle",
"homepage": "https://symfony.com",
2019-11-21 22:16:30 +01:00
"time": "2019-11-20T10:44:55+00:00"
2019-09-23 13:29:51 +02:00
},
{
"name": "vimeo/psalm",
2020-01-01 15:49:42 +01:00
"version": "3.8.1",
2019-09-23 13:29:51 +02:00
"source": {
"type": "git",
"url": "https://github.com/vimeo/psalm.git",
2020-01-01 15:49:42 +01:00
"reference": "8e54e3aa060fc490d86d0e2abbf62750516d40fd"
2019-09-23 13:29:51 +02:00
},
"dist": {
"type": "zip",
2020-01-01 15:49:42 +01:00
"url": "https://api.github.com/repos/vimeo/psalm/zipball/8e54e3aa060fc490d86d0e2abbf62750516d40fd",
"reference": "8e54e3aa060fc490d86d0e2abbf62750516d40fd",
2019-09-23 13:29:51 +02:00
"shasum": ""
},
"require": {
"amphp/amp": "^2.1",
"amphp/byte-stream": "^1.5",
"composer/xdebug-handler": "^1.1",
2019-12-29 13:35:30 +01:00
"ext-dom": "*",
2019-09-23 13:29:51 +02:00
"felixfbecker/advanced-json-rpc": "^3.0.3",
"felixfbecker/language-server-protocol": "^1.4",
"netresearch/jsonmapper": "^1.0",
2019-11-30 15:43:30 +01:00
"nikic/php-parser": "^4.3",
2019-09-23 13:29:51 +02:00
"ocramius/package-versions": "^1.2",
"openlss/lib-array2xml": "^1.0",
2019-10-03 18:14:45 +02:00
"php": "^7.1.3",
2019-09-23 13:29:51 +02:00
"sebastian/diff": "^3.0",
2019-11-30 15:43:30 +01:00
"symfony/console": "^3.3||^4.0||^5.0",
2019-09-23 13:29:51 +02:00
"webmozart/glob": "^4.1",
"webmozart/path-util": "^2.3"
},
"provide": {
"psalm/psalm": "self.version"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.2",
2019-10-03 18:14:45 +02:00
"ext-curl": "*",
2019-09-23 13:29:51 +02:00
"friendsofphp/php-cs-fixer": "^2.15",
"phpmyadmin/sql-parser": "^5.0",
2020-01-01 15:49:42 +01:00
"phpspec/prophecy": ">=1.9.0",
2019-09-23 13:29:51 +02:00
"phpunit/phpunit": "^7.5 || ^8.0",
"psalm/plugin-phpunit": "^0.6",
"slevomat/coding-standard": "^5.0",
2019-12-11 20:12:42 +01:00
"squizlabs/php_codesniffer": "^3.5",
2019-09-23 13:29:51 +02:00
"symfony/process": "^4.3"
},
"suggest": {
"ext-igbinary": "^2.0.5"
},
"bin": [
"psalm",
"psalter",
"psalm-language-server",
"psalm-plugin",
"psalm-refactor"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev",
"dev-2.x": "2.x-dev",
"dev-1.x": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Psalm\\Plugin\\": "src/Psalm/Plugin",
"Psalm\\": "src/Psalm"
},
"files": [
2019-12-29 13:35:30 +01:00
"src/functions.php",
"src/spl_object_id.php"
2019-09-23 13:29:51 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Matthew Brown"
}
],
"description": "A static analysis tool for finding errors in PHP applications",
"keywords": [
"code",
"inspection",
"php"
],
2020-01-01 15:49:42 +01:00
"time": "2019-12-29T16:11:07+00:00"
2019-09-23 13:29:51 +02:00
},
{
"name": "webmozart/glob",
"version": "4.1.0",
"source": {
"type": "git",
"url": "https://github.com/webmozart/glob.git",
"reference": "3cbf63d4973cf9d780b93d2da8eec7e4a9e63bbe"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webmozart/glob/zipball/3cbf63d4973cf9d780b93d2da8eec7e4a9e63bbe",
"reference": "3cbf63d4973cf9d780b93d2da8eec7e4a9e63bbe",
"shasum": ""
},
"require": {
"php": "^5.3.3|^7.0",
"webmozart/path-util": "^2.2"
},
"require-dev": {
"phpunit/phpunit": "^4.6",
"sebastian/version": "^1.0.1",
"symfony/filesystem": "^2.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.1-dev"
}
},
"autoload": {
"psr-4": {
"Webmozart\\Glob\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "A PHP implementation of Ant's glob.",
"time": "2015-12-29T11:14:33+00:00"
},
{
"name": "webmozart/path-util",
"version": "2.3.0",
"source": {
"type": "git",
"url": "https://github.com/webmozart/path-util.git",
"reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
"reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"webmozart/assert": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.6",
"sebastian/version": "^1.0.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.3-dev"
}
},
"autoload": {
"psr-4": {
"Webmozart\\PathUtil\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.",
"time": "2015-12-17T08:42:14+00:00"
2019-02-23 16:49:38 +01:00
}
],
"aliases": [],
"minimum-stability": "stable",
2019-03-27 19:19:50 +01:00
"stability-flags": {
2019-11-24 22:49:22 +01:00
"gregwar/captcha-bundle": 20,
2019-12-29 13:35:30 +01:00
"r/u2f-two-factor-bundle": 20,
2019-03-27 19:19:50 +01:00
"roave/security-advisories": 20
},
2019-02-23 16:49:38 +01:00
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
2020-01-01 15:57:34 +01:00
"php": "^7.2.5",
2019-10-05 20:30:27 +02:00
"ext-bcmath": "*",
2019-02-23 16:49:38 +01:00
"ext-ctype": "*",
2019-10-11 23:53:12 +02:00
"ext-gd": "*",
2019-03-25 18:14:14 +01:00
"ext-iconv": "*",
2019-08-02 12:17:56 +02:00
"ext-intl": "*",
2019-10-05 20:30:27 +02:00
"ext-json": "*",
2019-10-11 23:53:12 +02:00
"ext-mbstring": "*"
2019-02-23 16:49:38 +01:00
},
2019-09-18 16:06:51 +02:00
"platform-dev": [],
"platform-overrides": {
2020-01-01 15:57:34 +01:00
"php": "7.2.5"
2019-09-18 16:06:51 +02:00
}
2019-02-23 16:49:38 +01:00
}