Part-DB.Part-DB-server/composer.lock

11973 lines
436 KiB
Text
Raw Normal View History

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-04-10 12:34:54 +02:00
"content-hash": "aef1b0fadcee2305438721839abb1400",
2019-02-23 16:49:38 +01:00
"packages": [
{
"name": "beberlei/assert",
2019-12-26 15:07:32 +01:00
"version": "v3.2.7",
"source": {
"type": "git",
"url": "https://github.com/beberlei/assert.git",
2019-12-26 15:07:32 +01:00
"reference": "d63a6943fc4fd1a2aedb65994e3548715105abcf"
},
"dist": {
"type": "zip",
2019-12-26 15:07:32 +01:00
"url": "https://api.github.com/repos/beberlei/assert/zipball/d63a6943fc4fd1a2aedb65994e3548715105abcf",
"reference": "d63a6943fc4fd1a2aedb65994e3548715105abcf",
"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"
},
{
"name": "beberlei/doctrineextensions",
"version": "v1.2.6",
"source": {
"type": "git",
"url": "https://github.com/beberlei/DoctrineExtensions.git",
"reference": "af72c4a136b744f1268ca8bb4da47a2f8af78f86"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/beberlei/DoctrineExtensions/zipball/af72c4a136b744f1268ca8bb4da47a2f8af78f86",
"reference": "af72c4a136b744f1268ca8bb4da47a2f8af78f86",
"shasum": ""
},
"require": {
"doctrine/orm": "^2.6",
"php": "^7.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.14",
"nesbot/carbon": "*",
"phpunit/phpunit": "^7.0 || ^8.0",
"symfony/yaml": "^4.2",
"zf1/zend-date": "^1.12",
"zf1/zend-registry": "^1.12"
},
"type": "library",
"autoload": {
"psr-4": {
"DoctrineExtensions\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Steve Lacey",
"email": "steve@stevelacey.net"
}
],
"description": "A set of extensions to Doctrine 2 that add support for additional query functions available in MySQL and Oracle.",
"keywords": [
"database",
"doctrine",
"orm"
],
"time": "2019-12-05T09:49:04+00:00"
},
2019-02-23 16:49:38 +01:00
{
"name": "doctrine/annotations",
2020-04-04 19:35:02 +02:00
"version": "1.10.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
2020-04-04 19:35:02 +02:00
"reference": "5eb79f3dbdffed6544e1fc287572c0f462bd29bb"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-04-04 19:35:02 +02:00
"url": "https://api.github.com/repos/doctrine/annotations/zipball/5eb79f3dbdffed6544e1fc287572c0f462bd29bb",
"reference": "5eb79f3dbdffed6544e1fc287572c0f462bd29bb",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"doctrine/lexer": "1.*",
2020-04-04 19:35:02 +02:00
"ext-tokenizer": "*",
2019-02-23 16:49:38 +01:00
"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": {
2020-04-04 19:35:02 +02:00
"dev-master": "1.9.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": [
{
"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"
],
2020-04-04 19:35:02 +02:00
"time": "2020-04-02T12:33:25+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",
"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": {
"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": [
{
"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": "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": [
"abstraction",
"apcu",
2019-02-23 16:49:38 +01:00
"cache",
"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",
"version": "1.6.4",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/collections.git",
"reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"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": [
{
"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
],
"time": "2019-11-13T13:07:11+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/common",
2020-01-11 22:24:02 +01:00
"version": "2.12.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/common.git",
2020-01-11 22:24:02 +01:00
"reference": "2053eafdf60c2172ee1373d1b9289ba1db7f1fc6"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-01-11 22:24:02 +01:00
"url": "https://api.github.com/repos/doctrine/common/zipball/2053eafdf60c2172ee1373d1b9289ba1db7f1fc6",
"reference": "2053eafdf60c2172ee1373d1b9289ba1db7f1fc6",
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",
"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": {
"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": [
{
"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"
],
2020-01-11 22:24:02 +01:00
"time": "2020-01-10T15:49:25+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/dbal",
2020-01-09 19:37:04 +01:00
"version": "v2.10.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
2020-01-09 19:37:04 +01:00
"reference": "c2b8e6e82732a64ecde1cddf9e1e06cb8556e3d8"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-01-09 19:37:04 +01:00
"url": "https://api.github.com/repos/doctrine/dbal/zipball/c2b8e6e82732a64ecde1cddf9e1e06cb8556e3d8",
"reference": "c2b8e6e82732a64ecde1cddf9e1e06cb8556e3d8",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"doctrine/cache": "^1.0",
"doctrine/event-manager": "^1.0",
"ext-pdo": "*",
"php": "^7.2"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
"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": {
"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",
"db2",
2019-02-23 16:49:38 +01:00
"dbal",
"mariadb",
"mssql",
2019-02-23 16:49:38 +01:00
"mysql",
"oci8",
"oracle",
"pdo",
2019-02-23 16:49:38 +01:00
"pgsql",
"postgresql",
"queryobject",
"sasql",
"sql",
"sqlanywhere",
"sqlite",
"sqlserver",
"sqlsrv"
2019-02-23 16:49:38 +01:00
],
2020-01-09 19:37:04 +01:00
"time": "2020-01-04T12:56:21+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/doctrine-bundle",
"version": "2.0.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineBundle.git",
"reference": "6926771140ee87a823c3b2c72602de9dda4490d3"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/6926771140ee87a823c3b2c72602de9dda4490d3",
"reference": "6926771140ee87a823c3b2c72602de9dda4490d3",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-01-01 18:02:53 +01:00
"doctrine/dbal": "^2.9.0",
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",
2020-01-01 18:02:53 +01:00
"symfony/cache": "^4.3.3|^5.0",
"symfony/config": "^4.3.3|^5.0",
"symfony/console": "^3.4.30|^4.3.3|^5.0",
"symfony/dependency-injection": "^4.3.3|^5.0",
"symfony/doctrine-bridge": "^4.3.7|^5.0",
"symfony/framework-bundle": "^3.4.30|^4.3.3|^5.0",
2019-12-23 13:51:16 +01:00
"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-11-21 21:52:41 +01:00
"phpunit/phpunit": "^7.5",
2019-05-25 21:57:00 +02:00
"symfony/phpunit-bridge": "^4.2",
2020-01-01 18:02:53 +01:00
"symfony/property-info": "^4.3.3|^5.0",
"symfony/proxy-manager-bridge": "^3.4|^4.3.3|^5.0",
2020-01-01 18:02:53 +01:00
"symfony/twig-bridge": "^3.4.30|^4.3.3|^5.0",
"symfony/validator": "^3.4.30|^4.3.3|^5.0",
"symfony/web-profiler-bundle": "^3.4.30|^4.3.3|^5.0",
"symfony/yaml": "^3.4.30|^4.3.3|^5.0",
2019-11-21 21:52:41 +01:00
"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": {
2020-01-01 18:02:53 +01:00
"dev-master": "2.0.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"
],
"time": "2020-01-18T11:56:15+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/doctrine-migrations-bundle",
"version": "2.1.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
"reference": "856437e8de96a70233e1f0cc2352fc8dd15a899d"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/856437e8de96a70233e1f0cc2352fc8dd15a899d",
"reference": "856437e8de96a70233e1f0cc2352fc8dd15a899d",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"doctrine/doctrine-bundle": "~1.0|~2.0",
"doctrine/migrations": "^2.2",
2019-02-23 16:49:38 +01:00
"php": "^7.1",
"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",
"phpunit/phpunit": "^6.4|^7.0"
2019-02-23 16:49:38 +01:00
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "2.1.x-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Bundle\\MigrationsBundle\\": ""
},
"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"
2019-02-23 16:49:38 +01:00
},
{
"name": "Doctrine Project",
"homepage": "http://www.doctrine-project.org"
},
{
"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"
],
"time": "2019-11-13T12:57:41+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/event-manager",
"version": "1.1.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/event-manager.git",
"reference": "629572819973f13486371cb611386eb17851e85c"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"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": {
"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": [
{
"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 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",
"event dispatcher",
"event manager",
"event system",
"events"
2019-02-23 16:49:38 +01:00
],
"time": "2019-11-10T09:48:07+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/inflector",
"version": "1.3.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
"reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"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": [
{
"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"
],
"time": "2019-10-30T19:59:35+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/instantiator",
"version": "1.3.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
"reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"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"
],
"time": "2019-10-21T16:45:58+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/lexer",
"version": "1.2.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
"reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
"reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.2"
2019-02-23 16:49:38 +01:00
},
2019-06-16 12:36:17 +02:00
"require-dev": {
"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": {
"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": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"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
],
"time": "2019-10-30T14:39:59+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/migrations",
2020-01-11 22:24:02 +01:00
"version": "2.2.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/migrations.git",
2020-01-11 22:24:02 +01:00
"reference": "a3987131febeb0e9acb3c47ab0df0af004588934"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-01-11 22:24:02 +01:00
"url": "https://api.github.com/repos/doctrine/migrations/zipball/a3987131febeb0e9acb3c47ab0df0af004588934",
"reference": "a3987131febeb0e9acb3c47ab0df0af004588934",
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",
"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",
"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": {
"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"
],
2020-01-11 22:24:02 +01:00
"time": "2019-12-04T06:09:14+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/orm",
2020-03-24 21:52:55 +01:00
"version": "v2.7.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/orm.git",
2020-03-24 21:52:55 +01:00
"reference": "dafe298ce5d0b995ebe1746670704c0a35868a6a"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-24 21:52:55 +01:00
"url": "https://api.github.com/repos/doctrine/orm/zipball/dafe298ce5d0b995ebe1746670704c0a35868a6a",
"reference": "dafe298ce5d0b995ebe1746670704c0a35868a6a",
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": "*",
2020-02-22 17:49:33 +01:00
"ocramius/package-versions": "^1.2",
2019-02-23 16:49:38 +01:00
"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"
],
2020-03-24 21:52:55 +01:00
"time": "2020-03-19T06:41:02+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/persistence",
2020-03-24 21:52:55 +01:00
"version": "1.3.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/persistence.git",
2020-03-24 21:52:55 +01:00
"reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-24 21:52:55 +01:00
"url": "https://api.github.com/repos/doctrine/persistence/zipball/0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0",
"reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0",
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",
2020-03-24 21:52:55 +01:00
"doctrine/reflection": "^1.2",
2019-02-23 16:49:38 +01:00
"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": [
{
"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"
],
2020-03-24 21:52:55 +01:00
"time": "2020-03-21T15:13:52+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/reflection",
2020-03-28 17:52:19 +01:00
"version": "1.2.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/reflection.git",
2020-03-28 17:52:19 +01:00
"reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-28 17:52:19 +01:00
"url": "https://api.github.com/repos/doctrine/reflection/zipball/55e71912dfcd824b2fdd16f2d9afe15684cfce79",
"reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"doctrine/annotations": "^1.0",
"ext-tokenizer": "*",
"php": "^7.1"
},
2020-01-09 19:37:04 +01:00
"conflict": {
"doctrine/common": "<2.9"
},
2019-02-23 16:49:38 +01:00
"require-dev": {
2020-01-09 19:37:04 +01:00
"doctrine/coding-standard": "^5.0",
"doctrine/common": "^2.10",
"phpstan/phpstan": "^0.11.0",
"phpstan/phpstan-phpunit": "^0.11.0",
"phpunit/phpunit": "^7.0"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-03-24 21:52:55 +01:00
"dev-master": "1.2.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": [
2020-01-09 19:37:04 +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"
}
],
2020-01-09 19:37:04 +01:00
"description": "The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.",
2019-02-23 16:49:38 +01:00
"homepage": "https://www.doctrine-project.org/projects/reflection.html",
"keywords": [
2020-01-09 19:37:04 +01:00
"reflection",
"static"
2019-02-23 16:49:38 +01:00
],
2020-03-28 17:52:19 +01:00
"time": "2020-03-27T11:06:43+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "egulias/email-validator",
2020-02-22 17:49:33 +01:00
"version": "2.1.17",
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",
2020-02-22 17:49:33 +01:00
"reference": "ade6887fd9bd74177769645ab5c474824f8a418a"
},
"dist": {
"type": "zip",
2020-02-22 17:49:33 +01:00
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ade6887fd9bd74177769645ab5c474824f8a418a",
"reference": "ade6887fd9bd74177769645ab5c474824f8a418a",
"shasum": ""
},
"require": {
"doctrine/lexer": "^1.0.1",
2020-01-24 22:59:22 +01:00
"php": ">=5.5",
"symfony/polyfill-intl-idn": "^1.10"
},
"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"
},
"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-02-22 17:49:33 +01:00
"time": "2020-02-13T22:36:52+00:00"
},
{
"name": "florianv/exchanger",
2020-03-04 20:48:09 +01:00
"version": "2.4.0",
"source": {
"type": "git",
"url": "https://github.com/florianv/exchanger.git",
2020-03-04 20:48:09 +01:00
"reference": "eaece7c0f16d5b923b55d4b81a0c90c4e93708b8"
},
"dist": {
"type": "zip",
2020-03-04 20:48:09 +01:00
"url": "https://api.github.com/repos/florianv/exchanger/zipball/eaece7c0f16d5b923b55d4b81a0c90c4e93708b8",
"reference": "eaece7c0f16d5b923b55d4b81a0c90c4e93708b8",
"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"
],
2020-03-04 20:48:09 +01:00
"time": "2020-03-03T10:00:48+00: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"
},
{
"name": "friendsofsymfony/ckeditor-bundle",
2020-01-01 15:49:42 +01:00
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/FriendsOfSymfony/FOSCKEditorBundle.git",
2020-01-01 15:49:42 +01:00
"reference": "7e1cfe2a83faba0be02661d44289d35e940bb5ea"
},
"dist": {
"type": "zip",
2020-01-01 15:49:42 +01:00
"url": "https://api.github.com/repos/FriendsOfSymfony/FOSCKEditorBundle/zipball/7e1cfe2a83faba0be02661d44289d35e940bb5ea",
"reference": "7e1cfe2a83faba0be02661d44289d35e940bb5ea",
"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"
},
"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"
},
"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"
},
{
"name": "gregwar/captcha",
2020-01-24 22:59:22 +01:00
"version": "v1.1.8",
"source": {
"type": "git",
"url": "https://github.com/Gregwar/Captcha.git",
2020-01-24 22:59:22 +01:00
"reference": "6088ad3db59bc226423ad1476a9f0424b19b1866"
},
"dist": {
"type": "zip",
2020-01-24 22:59:22 +01:00
"url": "https://api.github.com/repos/Gregwar/Captcha/zipball/6088ad3db59bc226423ad1476a9f0424b19b1866",
"reference": "6088ad3db59bc226423ad1476a9f0424b19b1866",
"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"
],
2020-01-24 22:59:22 +01:00
"time": "2020-01-22T14:54:02+00:00"
},
{
"name": "gregwar/captcha-bundle",
2020-03-04 20:48:09 +01:00
"version": "v2.1.2",
"source": {
"type": "git",
"url": "https://github.com/Gregwar/CaptchaBundle.git",
2020-03-04 20:48:09 +01:00
"reference": "cdbe566accded9086e6c91af45920505ae871c2f"
},
"dist": {
"type": "zip",
2020-03-04 20:48:09 +01:00
"url": "https://api.github.com/repos/Gregwar/CaptchaBundle/zipball/cdbe566accded9086e6c91af45920505ae871c2f",
"reference": "cdbe566accded9086e6c91af45920505ae871c2f",
"shasum": ""
},
"require": {
2020-01-09 19:37:04 +01:00
"ext-gd": "*",
"gregwar/captcha": "~1.1",
2020-01-09 19:37:04 +01:00
"php": "^7.1.3",
"symfony/form": "~4.0|~5.0",
"symfony/framework-bundle": "~4.0|~5.0",
"symfony/translation": "~4.0|^5.0",
"twig/twig": "^2.10|^3.0"
},
"require-dev": {
"symplify/easy-coding-standard": "^6.1"
},
2020-03-04 20:48:09 +01:00
"type": "symfony-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",
"visual"
],
2020-03-04 20:48:09 +01:00
"time": "2020-03-02T10:00:37+00:00"
},
{
"name": "imagine/imagine",
2019-12-11 20:12:42 +01:00
"version": "1.2.3",
"source": {
"type": "git",
"url": "https://github.com/avalanche123/Imagine.git",
2019-12-11 20:12:42 +01:00
"reference": "cb2361e5bb4410b681462d8e4f912bc5dabf84ab"
},
"dist": {
"type": "zip",
2019-12-11 20:12:42 +01:00
"url": "https://api.github.com/repos/avalanche123/Imagine/zipball/cb2361e5bb4410b681462d8e4f912bc5dabf84ab",
"reference": "cb2361e5bb4410b681462d8e4f912bc5dabf84ab",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "2.2.*",
2019-12-11 20:12:42 +01:00
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4"
},
"suggest": {
"ext-gd": "to use the GD implementation",
"ext-gmagick": "to use the Gmagick implementation",
"ext-imagick": "to use the Imagick implementation"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-develop": "0.7-dev"
}
},
"autoload": {
"psr-4": {
"Imagine\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bulat Shakirzyanov",
"email": "mallluhuct@gmail.com",
"homepage": "http://avalanche123.com"
}
],
"description": "Image processing for PHP 5.3",
"homepage": "http://imagine.readthedocs.org/",
"keywords": [
"drawing",
"graphics",
"image manipulation",
"image processing"
],
2019-12-11 20:12:42 +01:00
"time": "2019-12-04T09:55:33+00: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"
},
{
"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"
},
{
"name": "league/html-to-markdown",
2019-12-29 13:35:30 +01:00
"version": "4.9.1",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/html-to-markdown.git",
2019-12-29 13:35:30 +01:00
"reference": "1dcd0f85de786f46a7f224a27cc3d709ddd2a68c"
},
"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",
"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",
"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"
}
},
"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"
},
{
"name": "liip/imagine-bundle",
2020-01-09 19:37:04 +01:00
"version": "2.3.0",
"source": {
"type": "git",
"url": "https://github.com/liip/LiipImagineBundle.git",
2020-01-09 19:37:04 +01:00
"reference": "06740a0a0e9c0054d3e0589472fd19b975784c52"
},
"dist": {
"type": "zip",
2020-01-09 19:37:04 +01:00
"url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/06740a0a0e9c0054d3e0589472fd19b975784c52",
"reference": "06740a0a0e9c0054d3e0589472fd19b975784c52",
"shasum": ""
},
"require": {
"imagine/imagine": "^0.7.1|^1.1",
"php": "^7.1",
2020-01-09 19:37:04 +01:00
"symfony/asset": "^3.4|^4.3|^5.0",
"symfony/filesystem": "^3.4|^4.3|^5.0",
"symfony/finder": "^3.4|^4.3|^5.0",
"symfony/framework-bundle": "^3.4|^4.3|^5.0",
"symfony/options-resolver": "^3.4|^4.3|^5.0",
"symfony/process": "^3.4|^4.3|^5.0",
"symfony/templating": "^3.4|^4.3|^5.0",
"symfony/translation": "^3.4|^4.3|^5.0"
},
"require-dev": {
"amazonwebservices/aws-sdk-for-php": "^1.0",
"aws/aws-sdk-php": "^2.4",
"doctrine/cache": "^1.1",
"doctrine/orm": "^2.3",
2020-01-09 19:37:04 +01:00
"enqueue/enqueue-bundle": "^0.9|^0.10",
"ext-gd": "*",
"friendsofphp/php-cs-fixer": "^2.10",
"league/flysystem": "^1.0",
"psr/log": "^1.0",
2020-01-09 19:37:04 +01:00
"symfony/browser-kit": "^3.4|^4.3|^5.0",
"symfony/console": "^3.4|^4.3|^5.0",
"symfony/dependency-injection": "^3.4|^4.3|^5.0",
"symfony/form": "^3.4|^4.3|^5.0",
"symfony/phpunit-bridge": "^4.3|^5.0",
"symfony/validator": "^3.4|^4.3|^5.0",
"symfony/yaml": "^3.4|^4.3|^5.0",
"twig/twig": "^1.34|^2.4|^3.0"
},
"suggest": {
"alcaeus/mongo-php-adapter": "required on PHP >= 7.0 to use mongo components with mongodb extension",
"amazonwebservices/aws-sdk-for-php": "required to use AWS version 1 cache resolver",
"aws/aws-sdk-php": "required to use AWS version 2/3 cache resolver",
"doctrine/mongodb-odm": "required to use mongodb-backed doctrine components",
"enqueue/enqueue-bundle": "^0.9 add if you like to process images in background",
"ext-exif": "required to read EXIF metadata from images",
"ext-gd": "required to use gd driver",
"ext-gmagick": "required to use gmagick driver",
"ext-imagick": "required to use imagick driver",
"ext-mongo": "required for mongodb components on PHP <7.0",
"ext-mongodb": "required for mongodb components on PHP >=7.0",
"league/flysystem": "required to use FlySystem data loader or cache resolver",
"monolog/monolog": "A psr/log compatible logger is required to enable logging",
"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"
],
2020-01-09 19:37:04 +01:00
"time": "2020-01-07T13:29:56+00: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
},
{
"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"
},
{
"name": "nikolaposa/version",
"version": "3.2.0",
"source": {
"type": "git",
"url": "https://github.com/nikolaposa/version.git",
"reference": "7ff2bbf2fe6a47efe47832d6198924e99b4a4f5a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikolaposa/version/zipball/7ff2bbf2fe6a47efe47832d6198924e99b4a4f5a",
"reference": "7ff2bbf2fe6a47efe47832d6198924e99b4a4f5a",
"shasum": ""
},
"require": {
"php": "^7.2.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.0",
"phpunit/phpunit": "^6.0 || ^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2.x-dev"
}
},
"autoload": {
"psr-4": {
"Version\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nikola Poša",
"email": "posa.nikola@gmail.com",
"homepage": "https://www.nikolaposa.in.rs"
}
],
"description": "Value Object that represents a SemVer-compliant version number.",
"homepage": "https://github.com/nikolaposa/version",
"keywords": [
"semantic",
"semver",
"version",
"versioning"
],
"time": "2019-08-11T08:31:54+00: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
{
"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",
"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": {
"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": {
"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
},
"type": "library",
2019-02-23 16:49:38 +01:00
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Nyholm\\Psr7\\": "src/"
2019-02-23 16:49:38 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"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"
},
{
"name": "ocramius/package-versions",
"version": "1.4.2",
"source": {
"type": "git",
"url": "https://github.com/Ocramius/PackageVersions.git",
"reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
"reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0.0",
"php": "^7.1.0"
},
"require-dev": {
"composer/composer": "^1.6.3",
"doctrine/coding-standard": "^5.0.1",
"ext-zip": "*",
"infection/infection": "^0.7.1",
"phpunit/phpunit": "^7.5.17"
},
"type": "composer-plugin",
"extra": {
"class": "PackageVersions\\Installer",
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"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)",
"time": "2019-11-15T16:17:10+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "ocramius/proxy-manager",
"version": "2.2.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/Ocramius/ProxyManager.git",
"reference": "4d154742e31c35137d5374c998e8f86b54db2e2f"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/4d154742e31c35137d5374c998e8f86b54db2e2f",
"reference": "4d154742e31c35137d5374c998e8f86b54db2e2f",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"ocramius/package-versions": "^1.1.3",
"php": "^7.2.0",
"zendframework/zend-code": "^3.3.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
"couscous/couscous": "^1.6.1",
2019-02-23 16:49:38 +01:00
"ext-phar": "*",
"humbug/humbug": "1.0.0-RC.0@RC",
"nikic/php-parser": "^3.1.1",
"padraic/phpunit-accelerator": "dev-master@DEV",
2019-02-23 16:49:38 +01:00
"phpbench/phpbench": "^0.12.2",
"phpstan/phpstan": "dev-master#856eb10a81c1d27c701a83f167dc870fd8f4236a as 0.9.999",
"phpstan/phpstan-phpunit": "dev-master#5629c0a1f4a9c417cb1077cf6693ad9753895761",
"phpunit/phpunit": "^6.4.3",
"squizlabs/php_codesniffer": "^2.9.1"
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/"
}
],
"description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
"homepage": "https://github.com/Ocramius/ProxyManager",
"keywords": [
"aop",
"lazy loading",
"proxy",
"proxy pattern",
"service proxies"
],
"time": "2019-08-10T08:37:15+00:00"
},
{
"name": "omines/datatables-bundle",
2020-04-10 12:34:54 +02:00
"version": "0.4.2",
"source": {
"type": "git",
"url": "https://github.com/omines/datatables-bundle.git",
2020-04-10 12:34:54 +02:00
"reference": "351227d3b3346727b020e44cc30ae880821cfeee"
},
"dist": {
"type": "zip",
2020-04-10 12:34:54 +02:00
"url": "https://api.github.com/repos/omines/datatables-bundle/zipball/351227d3b3346727b020e44cc30ae880821cfeee",
"reference": "351227d3b3346727b020e44cc30ae880821cfeee",
"shasum": ""
},
"require": {
"php": "^7.2",
2020-02-22 17:49:33 +01:00
"symfony/contracts": "^1.1|^2.0",
"symfony/framework-bundle": "^4.1|^5.0",
"symfony/property-access": "^4.1|^5.0",
"symfony/translation": "^4.1|^5.0"
},
"require-dev": {
"doctrine/common": "^2.6",
"doctrine/doctrine-bundle": "^2.0",
2020-04-10 12:34:54 +02:00
"doctrine/orm": "^2.6.3",
"doctrine/persistence": "^1.3.4",
"ext-curl": "*",
"ext-json": "*",
"ext-pdo_sqlite": "*",
2020-04-10 12:34:54 +02:00
"ext-zip": "*",
"friendsofphp/php-cs-fixer": "^2.7",
"mongodb/mongodb": "^1.2",
2020-04-10 12:34:54 +02:00
"ocramius/package-versions": "1.4.*",
"phpunit/phpunit": "^8.5|^9.0",
"ruflin/elastica": "^6.0|^7.0",
"symfony/browser-kit": "^4.1|^5.0",
"symfony/css-selector": "^4.1|^5.0",
"symfony/dom-crawler": "^4.1|^5.0",
2020-04-10 12:34:54 +02:00
"symfony/intl": "^4.1|^5.0",
"symfony/phpunit-bridge": "^4.1|^5.0",
"symfony/twig-bundle": "^4.1|^5.0",
"symfony/var-dumper": "^4.1|^5.0",
"symfony/yaml": "^4.1|^5.0"
},
"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.4-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",
"homepage": "https://omines.nl/"
},
{
2019-09-06 15:49:46 +02:00
"name": "Niels Keurentjes",
"email": "niels.keurentjes@omines.com",
"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"
],
2020-04-10 12:34:54 +02:00
"time": "2020-04-02T09:08:23+00: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"
},
2020-03-15 13:56:31 +01:00
{
"name": "paragonie/random_compat",
"version": "v9.99.99",
"source": {
"type": "git",
"url": "https://github.com/paragonie/random_compat.git",
"reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
"reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
"shasum": ""
},
"require": {
"php": "^7"
},
"require-dev": {
"phpunit/phpunit": "4.*|5.*",
"vimeo/psalm": "^1"
},
"suggest": {
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
},
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paragon Initiative Enterprises",
"email": "security@paragonie.com",
"homepage": "https://paragonie.com"
}
],
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
"keywords": [
"csprng",
"polyfill",
"pseudorandom",
"random"
],
"time": "2018-07-02T15:55:56+00:00"
},
{
"name": "php-http/discovery",
2020-01-09 19:37:04 +01:00
"version": "1.7.4",
"source": {
"type": "git",
"url": "https://github.com/php-http/discovery.git",
2020-01-09 19:37:04 +01:00
"reference": "82dbef649ccffd8e4f22e1953c3a5265992b83c0"
},
"dist": {
"type": "zip",
2020-01-09 19:37:04 +01:00
"url": "https://api.github.com/repos/php-http/discovery/zipball/82dbef649ccffd8e4f22e1953c3a5265992b83c0",
"reference": "82dbef649ccffd8e4f22e1953c3a5265992b83c0",
"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"
],
2020-01-09 19:37:04 +01:00
"time": "2020-01-03T11:25:47+00:00"
},
{
"name": "php-http/httplug",
2019-12-27 15:38:56 +01:00
"version": "2.1.0",
"source": {
"type": "git",
"url": "https://github.com/php-http/httplug.git",
2019-12-27 15:38:56 +01:00
"reference": "72d2b129a48f0490d55b7f89be0d6aa0597ffb06"
},
"dist": {
"type": "zip",
2019-12-27 15:38:56 +01:00
"url": "https://api.github.com/repos/php-http/httplug/zipball/72d2b129a48f0490d55b7f89be0d6aa0597ffb06",
"reference": "72d2b129a48f0490d55b7f89be0d6aa0597ffb06",
"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"
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-27 15:38:56 +01:00
"dev-master": "2.x-dev"
}
},
"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"
},
{
"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": [
"factory",
"http",
"message",
"stream",
"uri"
2019-02-23 16:49:38 +01:00
],
"time": "2015-12-19T14:08:53+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "php-http/promise",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-http/promise.git",
"reference": "dc494cdc9d7160b9a09bd5573272195242ce7980"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980",
"reference": "dc494cdc9d7160b9a09bd5573272195242ce7980",
"shasum": ""
},
"require-dev": {
"henrikbjorn/phpspec-code-coverage": "^1.0",
"phpspec/phpspec": "^2.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"psr-4": {
"Http\\Promise\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
},
{
"name": "Joel Wurtz",
"email": "joel.wurtz@gmail.com"
}
],
"description": "Promise used for asynchronous HTTP requests",
"homepage": "http://httplug.io",
"keywords": [
"promise"
],
"time": "2016-01-26T13:27:02+00:00"
},
{
"name": "php-translation/common",
"version": "3.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-translation/common.git",
"reference": "b786f49d7f222ca345b0e4c32d4a205a845b0e27"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-translation/common/zipball/b786f49d7f222ca345b0e4c32d4a205a845b0e27",
"reference": "b786f49d7f222ca345b0e4c32d4a205a845b0e27",
"shasum": ""
},
"require": {
"php": "^7.2",
"symfony/translation": " ^3.4 || ^4.3 || ^5.0"
},
"require-dev": {
"phpunit/phpunit": "^8.4",
"symfony/phpunit-bridge": "^4.3 || ^5.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": "2020-01-18T09:48:23+00:00"
},
{
"name": "php-translation/extractor",
2020-01-24 22:59:22 +01:00
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-translation/extractor.git",
2020-01-24 22:59:22 +01:00
"reference": "598bbe72bb3a6336c28ed8d75b67de310c2c9743"
},
"dist": {
"type": "zip",
2020-01-24 22:59:22 +01:00
"url": "https://api.github.com/repos/php-translation/extractor/zipball/598bbe72bb3a6336c28ed8d75b67de310c2c9743",
"reference": "598bbe72bb3a6336c28ed8d75b67de310c2c9743",
"shasum": ""
},
"require": {
"doctrine/annotations": "^1.2",
"nikic/php-parser": "^3.0 || ^4.0",
"php": "^7.2",
"symfony/finder": "^3.4 || ^4.3 || ^5.0",
"twig/twig": "^2.0 || ^3.0"
},
"require-dev": {
"phpunit/phpunit": "^8.4",
"symfony/phpunit-bridge": "^5.0",
"symfony/translation": "^3.4 || ^4.3 || ^5.0",
"symfony/twig-bridge": "^3.4 || ^4.3 || ^5.0",
"symfony/validator": "^3.4 || ^4.3 || ^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-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",
2020-01-24 22:59:22 +01:00
"time": "2020-01-23T09:12:12+00:00"
},
{
"name": "php-translation/symfony-bundle",
2020-02-29 23:20:38 +01:00
"version": "0.12.1",
"source": {
"type": "git",
"url": "https://github.com/php-translation/symfony-bundle.git",
2020-02-29 23:20:38 +01:00
"reference": "7fbc991062d6cf7d862122d07428adfa972fce78"
},
"dist": {
"type": "zip",
2020-02-29 23:20:38 +01:00
"url": "https://api.github.com/repos/php-translation/symfony-bundle/zipball/7fbc991062d6cf7d862122d07428adfa972fce78",
"reference": "7fbc991062d6cf7d862122d07428adfa972fce78",
"shasum": ""
},
"require": {
"nyholm/nsa": "^1.1",
"php": "^7.1",
"php-translation/extractor": "^2.0",
2020-02-22 17:49:33 +01:00
"php-translation/symfony-storage": "^2.1",
"symfony/finder": "^3.4 || ^4.3 || ^5.0",
"symfony/framework-bundle": "^3.4 || ^4.3 || ^5.0",
"symfony/intl": "^3.4 || ^4.3 || ^5.0",
"symfony/translation": "^3.4 || ^4.3 || ^5.0",
"symfony/twig-bundle": "^3.4 || ^4.3 || ^5.0",
"symfony/validator": "^3.4 || ^4.3 || ^5.0",
"twig/twig": "^2.11 || ^3.0"
},
"conflict": {
"symfony/config": "<3.4.31"
},
"require-dev": {
"matthiasnoback/symfony-config-test": "^4.1",
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
"nyholm/psr7": "^1.1",
"nyholm/symfony-bundle-test": "^1.6.1",
"php-http/curl-client": "^1.7",
"php-http/message": "^1.6",
"php-http/message-factory": "^1.0.2",
"php-translation/translator": "^1.0",
"phpunit/phpunit": "^8.4",
"symfony/asset": "^3.4 || ^4.3 || ^5.0",
"symfony/console": "^3.4 || ^4.3 || ^5.0",
"symfony/dependency-injection": "^3.4 || ^4.3 || ^5.0",
"symfony/phpunit-bridge": "^4.4 || ^5.0",
"symfony/twig-bridge": "^3.4 || ^4.3 || ^5.0",
"symfony/web-profiler-bundle": "^3.4 || ^4.3 || ^5.0"
},
"suggest": {
"php-http/httplug-bundle": "To easier configure your httplug clients."
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
2020-02-29 23:20:38 +01:00
"dev-master": "0.12-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"
}
],
2020-02-29 23:20:38 +01:00
"time": "2020-02-25T16:44:05+00:00"
},
{
"name": "php-translation/symfony-storage",
2020-02-13 22:04:40 +01:00
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/php-translation/symfony-storage.git",
2020-02-13 22:04:40 +01:00
"reference": "9d6e34d6ed662a6438365bc891768b701fdd6c24"
},
"dist": {
"type": "zip",
2020-02-13 22:04:40 +01:00
"url": "https://api.github.com/repos/php-translation/symfony-storage/zipball/9d6e34d6ed662a6438365bc891768b701fdd6c24",
"reference": "9d6e34d6ed662a6438365bc891768b701fdd6c24",
"shasum": ""
},
"require": {
"php": "^7.2",
"php-translation/common": "^3.0",
"symfony/translation": "^3.4 || ^4.2 || ^5.0"
},
"require-dev": {
"phpunit/phpunit": "^8.4",
"symfony/framework-bundle": " ^3.4 || ^4.2 || ^5.0",
"symfony/phpunit-bridge": "^4.2 || ^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-13 22:04:40 +01:00
"dev-master": "2.2-dev"
}
},
"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-02-13 22:04:40 +01:00
"time": "2020-02-11T12:49:11+00:00"
},
{
"name": "phpdocumentor/reflection-common",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
"reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a",
"reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"require-dev": {
"phpunit/phpunit": "~6"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jaap van Otterdijk",
"email": "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"
],
"time": "2018-08-07T13:53:10+00:00"
},
{
"name": "phpdocumentor/reflection-docblock",
2020-03-28 17:52:19 +01:00
"version": "5.1.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2020-03-28 17:52:19 +01:00
"reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e"
},
"dist": {
"type": "zip",
2020-03-28 17:52:19 +01:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
"reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
"shasum": ""
},
"require": {
2020-03-28 17:52:19 +01:00
"ext-filter": "^7.1",
"php": "^7.2",
"phpdocumentor/reflection-common": "^2.0",
"phpdocumentor/type-resolver": "^1.0",
"webmozart/assert": "^1"
},
"require-dev": {
2020-03-28 17:52:19 +01:00
"doctrine/instantiator": "^1",
"mockery/mockery": "^1"
},
"type": "library",
"extra": {
"branch-alias": {
2020-03-28 17:52:19 +01:00
"dev-master": "5.x-dev"
}
},
"autoload": {
"psr-4": {
2020-03-28 17:52:19 +01:00
"phpDocumentor\\Reflection\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
2020-03-28 17:52:19 +01:00
},
{
"name": "Jaap van Otterdijk",
"email": "account@ijaap.nl"
}
],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2020-03-28 17:52:19 +01:00
"time": "2020-02-22T12:28:44+00:00"
},
{
"name": "phpdocumentor/type-resolver",
2020-02-29 23:20:38 +01:00
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
2020-02-29 23:20:38 +01:00
"reference": "7462d5f123dfc080dfdf26897032a6513644fc95"
},
"dist": {
"type": "zip",
2020-02-29 23:20:38 +01:00
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/7462d5f123dfc080dfdf26897032a6513644fc95",
"reference": "7462d5f123dfc080dfdf26897032a6513644fc95",
"shasum": ""
},
"require": {
2020-02-29 23:20:38 +01:00
"php": "^7.2",
"phpdocumentor/reflection-common": "^2.0"
},
"require-dev": {
2020-02-29 23:20:38 +01:00
"ext-tokenizer": "^7.2",
"mockery/mockery": "~1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
}
],
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
2020-02-29 23:20:38 +01:00
"time": "2020-02-18T18:59:58+00:00"
},
{
"name": "psr/cache",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/cache.git",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
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"
},
{
"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",
2020-03-24 21:52:55 +01:00
"version": "1.1.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
2020-03-24 21:52:55 +01:00
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-24 21:52:55 +01:00
"url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"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"
],
2020-03-24 21:52:55 +01:00
"time": "2020-03-23T09:12:05+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "psr/simple-cache",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/simple-cache.git",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\SimpleCache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interfaces for simple caching",
"keywords": [
"cache",
"caching",
"psr",
"psr-16",
"simple-cache"
],
"time": "2017-10-23T01:57:42+00:00"
},
{
"name": "r/u2f-two-factor-bundle",
"version": "0.7.0",
"source": {
"type": "git",
"url": "https://github.com/darookee/u2f-two-factor-bundle.git",
"reference": "dcf391e694a8f237883b4c39cfe7367c344c1556"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/darookee/u2f-two-factor-bundle/zipball/dcf391e694a8f237883b4c39cfe7367c344c1556",
"reference": "dcf391e694a8f237883b4c39cfe7367c344c1556",
"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\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"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": [
"Authentication",
"Symfony2",
"fido",
"two-factor",
"two-step",
"yubikey"
],
"time": "2019-06-05T14:42:26+00:00"
},
2019-06-16 12:50:40 +02:00
{
"name": "s9e/regexp-builder",
2020-01-09 19:37:04 +01:00
"version": "1.4.4",
2019-06-16 12:50:40 +02:00
"source": {
"type": "git",
"url": "https://github.com/s9e/RegexpBuilder.git",
2020-01-09 19:37:04 +01:00
"reference": "605b33841a766abd40ba3d07c15d0f62b5e7f033"
2019-06-16 12:50:40 +02:00
},
"dist": {
"type": "zip",
2020-01-09 19:37:04 +01:00
"url": "https://api.github.com/repos/s9e/RegexpBuilder/zipball/605b33841a766abd40ba3d07c15d0f62b5e7f033",
"reference": "605b33841a766abd40ba3d07c15d0f62b5e7f033",
2019-06-16 12:50:40 +02:00
"shasum": ""
},
"require": {
"lib-pcre": ">=7.2",
"php": ">=5.5.1"
},
"require-dev": {
2020-01-09 19:37:04 +01:00
"phpunit/phpunit": "*"
2019-06-16 12:50:40 +02:00
},
"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"
],
2020-01-09 19:37:04 +01:00
"time": "2020-01-08T02:46:22+00:00"
2019-06-16 12:50:40 +02:00
},
{
"name": "s9e/text-formatter",
2020-04-04 19:35:02 +02:00
"version": "2.4.0",
"source": {
"type": "git",
"url": "https://github.com/s9e/TextFormatter.git",
2020-04-04 19:35:02 +02:00
"reference": "a9644df49d31c2fcadf65cc2e6b5816c75a390ae"
},
"dist": {
"type": "zip",
2020-04-04 19:35:02 +02:00
"url": "https://api.github.com/repos/s9e/TextFormatter/zipball/a9644df49d31c2fcadf65cc2e6b5816c75a390ae",
"reference": "a9644df49d31c2fcadf65cc2e6b5816c75a390ae",
"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"
},
"require-dev": {
"matthiasmullie/minify": "*",
2020-02-22 17:49:33 +01:00
"phpunit/phpunit": "*",
"sami/sami": "4.*"
},
"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": {
2020-04-04 19:35:02 +02:00
"version": "2.4.0"
2019-06-16 12:50:40 +02: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"
],
2020-04-04 19:35:02 +02:00
"time": "2020-03-31T16:44:09+00:00"
},
{
"name": "scheb/two-factor-bundle",
2020-02-22 17:49:33 +01:00
"version": "v4.14.0",
"source": {
"type": "git",
"url": "https://github.com/scheb/two-factor-bundle.git",
2020-02-22 17:49:33 +01:00
"reference": "6393d304ee51a703711e5f5cc3e76f04ce4e238c"
},
"dist": {
"type": "zip",
2020-02-22 17:49:33 +01:00
"url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/6393d304ee51a703711e5f5cc3e76f04ce4e238c",
"reference": "6393d304ee51a703711e5f5cc3e76f04ce4e238c",
"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"
],
2020-02-22 17:49:33 +01:00
"time": "2020-02-15T13:01:16+00:00"
},
2019-02-23 16:49:38 +01:00
{
"name": "sensio/framework-extra-bundle",
"version": "v5.5.4",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
"reference": "d0585d4825a87a5030ca8cd34adb4a17e1066c17"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/d0585d4825a87a5030ca8cd34adb4a17e1066c17",
"reference": "d0585d4825a87a5030ca8cd34adb4a17e1066c17",
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",
"symfony/config": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/framework-bundle": "^4.4|^5.0",
"symfony/http-kernel": "^4.4|^5.0"
2019-10-19 15:39:14 +02:00
},
"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",
"symfony/browser-kit": "^4.4|^5.0",
"symfony/dom-crawler": "^4.4|^5.0",
"symfony/expression-language": "^4.4|^5.0",
"symfony/finder": "^4.4|^5.0",
2019-10-19 15:39:14 +02:00
"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",
"symfony/security-bundle": "^4.4|^5.0",
"symfony/twig-bundle": "^4.4|^5.0",
"symfony/yaml": "^4.4|^5.0",
2019-10-19 15:39:14 +02:00
"twig/twig": "^1.34|^2.4|^3.0"
2019-02-23 16:49:38 +01:00
},
"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"
],
"time": "2020-04-06T12:20:39+00:00"
2019-02-23 16:49:38 +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"
},
{
"name": "shivas/versioning-bundle",
2019-12-11 20:12:42 +01:00
"version": "3.2.3",
"source": {
"type": "git",
"url": "https://github.com/shivas/versioning-bundle.git",
2019-12-11 20:12:42 +01:00
"reference": "44611dbbeeef81376baa32d65ac8c263fe307f62"
},
"dist": {
"type": "zip",
2019-12-11 20:12:42 +01:00
"url": "https://api.github.com/repos/shivas/versioning-bundle/zipball/44611dbbeeef81376baa32d65ac8c263fe307f62",
"reference": "44611dbbeeef81376baa32d65ac8c263fe307f62",
"shasum": ""
},
"require": {
2019-12-11 20:12:42 +01:00
"nikolaposa/version": "^2.2 || ^3",
"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"
},
"require-dev": {
"mikey179/vfsstream": "^1.6",
"phpunit/phpunit": "^6.5 || ^7",
"symfony/phpunit-bridge": "^4.3"
},
"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"
}
],
"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"
},
{
"name": "spomky-labs/otphp",
2020-02-22 17:49:33 +01:00
"version": "v10.0.1",
"source": {
"type": "git",
"url": "https://github.com/Spomky-Labs/otphp.git",
2020-02-22 17:49:33 +01:00
"reference": "f44cce5a9db4b8da410215d992110482c931232f"
},
"dist": {
"type": "zip",
2020-02-22 17:49:33 +01:00
"url": "https://api.github.com/repos/Spomky-Labs/otphp/zipball/f44cce5a9db4b8da410215d992110482c931232f",
"reference": "f44cce5a9db4b8da410215d992110482c931232f",
"shasum": ""
},
"require": {
"beberlei/assert": "^3.0",
"ext-mbstring": "*",
"paragonie/constant_time_encoding": "^2.0",
"php": "^7.2|^8.0",
2020-02-22 17:49:33 +01:00
"thecodingmachine/safe": "^0.1.14|^1.0"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.0",
2020-02-22 17:49:33 +01:00
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-beberlei-assert": "^0.12",
"phpstan/phpstan-deprecation-rules": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12",
"phpunit/phpunit": "^8.0",
2020-02-22 17:49:33 +01:00
"thecodingmachine/phpstan-safe-rule": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"v10.0": "10.0.x-dev",
"v9.0": "9.0.x-dev",
"v8.3": "8.3.x-dev"
}
},
"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-02-22 17:49:33 +01:00
"time": "2020-01-28T09:24:19+00: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",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/asset.git",
2020-03-30 19:34:07 +02:00
"reference": "e3574559efcb51601022fa46fd88dd13a8febdc2"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/asset/zipball/e3574559efcb51601022fa46fd88dd13a8febdc2",
"reference": "e3574559efcb51601022fa46fd88dd13a8febdc2",
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",
2020-03-30 19:34:07 +02:00
"time": "2020-03-27T16:54:36+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/cache",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/cache.git",
2020-03-30 19:34:07 +02:00
"reference": "f777b570291aebe51081b9827e05f3a747665e87"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/cache/zipball/f777b570291aebe51081b9827e05f3a747665e87",
"reference": "f777b570291aebe51081b9827e05f3a747665e87",
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"
],
2020-03-30 19:34:07 +02:00
"time": "2020-03-27T16:54:36+00:00"
2019-07-12 21:00:29 +02:00
},
{
"name": "symfony/cache-contracts",
"version": "v2.0.1",
2019-07-12 21:00:29 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/cache-contracts.git",
"reference": "23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16"
2019-07-12 21:00:29 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/cache-contracts/zipball/23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16",
"reference": "23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16",
2019-07-12 21:00:29 +02:00
"shasum": ""
},
"require": {
"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": {
"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"
],
"time": "2019-11-18T17:27:11+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/config",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
2020-03-30 19:34:07 +02:00
"reference": "3f4a3de1af498ed0ea653d4dc2317794144e6ca4"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/config/zipball/3f4a3de1af498ed0ea653d4dc2317794144e6ca4",
"reference": "3f4a3de1af498ed0ea653d4dc2317794144e6ca4",
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",
2020-03-30 19:34:07 +02:00
"time": "2020-03-27T16:54:36+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/console",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
2020-03-30 19:34:07 +02:00
"reference": "10bb3ee3c97308869d53b3e3d03f6ac23ff985f7"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/console/zipball/10bb3ee3c97308869d53b3e3d03f6ac23ff985f7",
"reference": "10bb3ee3c97308869d53b3e3d03f6ac23ff985f7",
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",
2020-03-30 19:34:07 +02:00
"time": "2020-03-30T11:41:10+00:00"
2019-02-23 16:49:38 +01:00
},
2020-02-22 17:49:33 +01:00
{
"name": "symfony/contracts",
"version": "v1.1.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/contracts.git",
"reference": "d3636025e8253c6144358ec0a62773cae588395b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/contracts/zipball/d3636025e8253c6144358ec0a62773cae588395b",
"reference": "d3636025e8253c6144358ec0a62773cae588395b",
"shasum": ""
},
"require": {
"php": "^7.1.3"
},
"require-dev": {
"psr/cache": "^1.0",
"psr/container": "^1.0",
"symfony/polyfill-intl-idn": "^1.10"
},
"suggest": {
"psr/cache": "When using the Cache contracts",
"psr/container": "When using the Service contracts",
"symfony/cache-contracts-implementation": "",
"symfony/event-dispatcher-implementation": "",
"symfony/http-client-contracts-implementation": "",
"symfony/service-contracts-implementation": "",
"symfony/translation-contracts-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\": ""
},
"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 set of abstractions extracted out of the Symfony components",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"time": "2019-04-27T14:29:50+00:00"
},
{
"name": "symfony/css-selector",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
2020-03-30 19:34:07 +02:00
"reference": "afc26133a6fbdd4f8842e38893e0ee4685c7c94b"
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/css-selector/zipball/afc26133a6fbdd4f8842e38893e0ee4685c7c94b",
"reference": "afc26133a6fbdd4f8842e38893e0ee4685c7c94b",
"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",
2020-03-30 19:34:07 +02:00
"time": "2020-03-27T16:54:36+00:00"
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/debug",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",
2020-03-30 19:34:07 +02:00
"reference": "346636d2cae417992ecfd761979b2ab98b339a45"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/debug/zipball/346636d2cae417992ecfd761979b2ab98b339a45",
"reference": "346636d2cae417992ecfd761979b2ab98b339a45",
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",
2020-03-30 19:34:07 +02:00
"time": "2020-03-27T16:54:36+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/dependency-injection",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
2020-03-30 19:34:07 +02:00
"reference": "755b18859be26b90f4bf63753432d3387458bf31"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/755b18859be26b90f4bf63753432d3387458bf31",
"reference": "755b18859be26b90f4bf63753432d3387458bf31",
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",
2020-03-30 19:34:07 +02:00
"time": "2020-03-30T10:09:30+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/doctrine-bridge",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/doctrine-bridge.git",
2020-03-30 19:34:07 +02:00
"reference": "7889c9df9fe4d95042c2f6e79901c9e6517343d9"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/7889c9df9fe4d95042c2f6e79901c9e6517343d9",
"reference": "7889c9df9fe4d95042c2f6e79901c9e6517343d9",
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",
"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",
"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",
2020-03-30 19:34:07 +02:00
"time": "2020-03-27T16:54:36+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/dotenv",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/dotenv.git",
2020-03-30 19:34:07 +02:00
"reference": "a78e698cfb8aca8ef6814639eb5ffc17180a4326"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/dotenv/zipball/a78e698cfb8aca8ef6814639eb5ffc17180a4326",
"reference": "a78e698cfb8aca8ef6814639eb5ffc17180a4326",
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"
],
2020-03-30 19:34:07 +02:00
"time": "2020-03-27T16:54:36+00:00"
2019-11-21 22:16:30 +01:00
},
{
"name": "symfony/error-handler",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
2019-11-21 22:16:30 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
2020-03-30 19:34:07 +02:00
"reference": "7e9828fc98aa1cf27b422fe478a84f5b0abb7358"
2019-11-21 22:16:30 +01:00
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/error-handler/zipball/7e9828fc98aa1cf27b422fe478a84f5b0abb7358",
"reference": "7e9828fc98aa1cf27b422fe478a84f5b0abb7358",
2019-11-21 22:16:30 +01:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"psr/log": "~1.0",
2020-02-29 23:20:38 +01:00
"symfony/debug": "^4.4.5",
2019-11-21 22:16:30 +01:00
"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",
2020-03-30 19:34:07 +02:00
"time": "2020-03-30T14:07:33+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/event-dispatcher",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
2020-03-30 19:34:07 +02:00
"reference": "abc8e3618bfdb55e44c8c6a00abd333f831bbfed"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/abc8e3618bfdb55e44c8c6a00abd333f831bbfed",
"reference": "abc8e3618bfdb55e44c8c6a00abd333f831bbfed",
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",
2020-03-30 19:34:07 +02:00
"time": "2020-03-27T16:54:36+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",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/expression-language.git",
2020-03-30 19:34:07 +02:00
"reference": "c4171e39e6cfc72e2bedb44922310d7d2bd2ab91"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/expression-language/zipball/c4171e39e6cfc72e2bedb44922310d7d2bd2ab91",
"reference": "c4171e39e6cfc72e2bedb44922310d7d2bd2ab91",
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",
2020-03-30 19:34:07 +02:00
"time": "2020-03-27T16:54:36+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/filesystem",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
2020-03-30 19:34:07 +02:00
"reference": "fe297193bf2e6866ed900ed2d5869362768df6a7"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/filesystem/zipball/fe297193bf2e6866ed900ed2d5869362768df6a7",
"reference": "fe297193bf2e6866ed900ed2d5869362768df6a7",
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",
2020-03-30 19:34:07 +02:00
"time": "2020-03-27T16:54:36+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/finder",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
2020-03-30 19:34:07 +02:00
"reference": "5729f943f9854c5781984ed4907bbb817735776b"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/finder/zipball/5729f943f9854c5781984ed4907bbb817735776b",
"reference": "5729f943f9854c5781984ed4907bbb817735776b",
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",
2020-03-30 19:34:07 +02:00
"time": "2020-03-27T16:54:36+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/flex",
2020-02-01 16:02:43 +01:00
"version": "v1.6.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/flex.git",
2020-02-01 16:02:43 +01:00
"reference": "e4f5a2653ca503782a31486198bd1dd1c9a47f83"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-02-01 16:02:43 +01:00
"url": "https://api.github.com/repos/symfony/flex/zipball/e4f5a2653ca503782a31486198bd1dd1c9a47f83",
"reference": "e4f5a2653ca503782a31486198bd1dd1c9a47f83",
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",
"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",
2020-02-01 16:02:43 +01:00
"time": "2020-01-30T12:06:45+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/form",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/form.git",
2020-03-30 19:34:07 +02:00
"reference": "6dfd2d0f47b9a4abee73807f7172e2b8a0006571"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/form/zipball/6dfd2d0f47b9a4abee73807f7172e2b8a0006571",
"reference": "6dfd2d0f47b9a4abee73807f7172e2b8a0006571",
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",
2020-03-30 19:34:07 +02:00
"time": "2020-03-27T16:54:36+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/framework-bundle",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/framework-bundle.git",
2020-03-30 19:34:07 +02:00
"reference": "80cdda836cfbe3ccb2bdd4a974f632473f0807a6"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/framework-bundle/zipball/80cdda836cfbe3ccb2bdd4a974f632473f0807a6",
"reference": "80cdda836cfbe3ccb2bdd4a974f632473f0807a6",
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",
"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",
2020-03-30 19:34:07 +02:00
"time": "2020-03-30T11:41:10+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/http-client",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client.git",
2020-03-30 19:34:07 +02:00
"reference": "9a8f5c968dc68d58044f8e9ff39d03074489b55d"
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/http-client/zipball/9a8f5c968dc68d58044f8e9ff39d03074489b55d",
"reference": "9a8f5c968dc68d58044f8e9ff39d03074489b55d",
"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
},
"provide": {
2019-11-21 22:16:30 +01:00
"php-http/async-client-implementation": "*",
"php-http/client-implementation": "*",
"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",
"nyholm/psr7": "^1.0",
2019-11-21 22:16:30 +01:00
"php-http/httplug": "^1.0|^2.0",
"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"
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-21 22:16:30 +01:00
"dev-master": "4.4-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\HttpClient\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony HttpClient component",
"homepage": "https://symfony.com",
2020-03-30 19:34:07 +02:00
"time": "2020-03-27T16:54:36+00:00"
},
{
"name": "symfony/http-client-contracts",
"version": "v2.0.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client-contracts.git",
"reference": "378868b61b85c5cac6822d4f84e26999c9f2e881"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/378868b61b85c5cac6822d4f84e26999c9f2e881",
"reference": "378868b61b85c5cac6822d4f84e26999c9f2e881",
"shasum": ""
},
"require": {
"php": "^7.2.5"
},
"suggest": {
"symfony/http-client-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\HttpClient\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to HTTP clients",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"time": "2019-11-26T23:25:11+00:00"
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/http-foundation",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
2020-03-30 19:34:07 +02:00
"reference": "62f92509c9abfd1f73e17b8cf1b72c0bdac6611b"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/62f92509c9abfd1f73e17b8cf1b72c0bdac6611b",
"reference": "62f92509c9abfd1f73e17b8cf1b72c0bdac6611b",
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",
2020-03-30 19:34:07 +02:00
"time": "2020-03-30T14:07:33+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/http-kernel",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
2020-03-30 19:34:07 +02:00
"reference": "f356a489e51856b99908005eb7f2c51a1dfc95dc"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/f356a489e51856b99908005eb7f2c51a1dfc95dc",
"reference": "f356a489e51856b99908005eb7f2c51a1dfc95dc",
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",
2020-03-30 19:34:07 +02:00
"time": "2020-03-30T14:59:15+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/inflector",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/inflector.git",
2020-03-30 19:34:07 +02:00
"reference": "53cfa47fe9142f39b5605df67bada3893dd4f46c"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/inflector/zipball/53cfa47fe9142f39b5605df67bada3893dd4f46c",
"reference": "53cfa47fe9142f39b5605df67bada3893dd4f46c",
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"
],
2020-03-30 19:34:07 +02:00
"time": "2020-03-27T16:54:36+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/intl",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/intl.git",
2020-03-30 19:34:07 +02:00
"reference": "63238a53b1cf0cd3e2b0b22cabc7c0b6f3fd4562"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/intl/zipball/63238a53b1cf0cd3e2b0b22cabc7c0b6f3fd4562",
"reference": "63238a53b1cf0cd3e2b0b22cabc7c0b6f3fd4562",
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"
],
2020-03-30 19:34:07 +02:00
"time": "2020-03-27T16:54:36+00:00"
2019-06-16 12:36:17 +02:00
},
{
"name": "symfony/mailer",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
"source": {
"type": "git",
"url": "https://github.com/symfony/mailer.git",
2020-03-30 19:34:07 +02:00
"reference": "449856e70ccb1c91ebd75d6fb287ffe21be9fafe"
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/mailer/zipball/449856e70ccb1c91ebd75d6fb287ffe21be9fafe",
"reference": "449856e70ccb1c91ebd75d6fb287ffe21be9fafe",
"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",
2020-03-30 19:34:07 +02:00
"time": "2020-03-27T16:54:36+00:00"
},
2019-06-16 12:36:17 +02:00
{
"name": "symfony/mime",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
2019-06-16 12:36:17 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
2020-03-30 19:34:07 +02:00
"reference": "6dde9dc70155e91b850b1d009d1f841c54bc4aba"
2019-06-16 12:36:17 +02:00
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/mime/zipball/6dde9dc70155e91b850b1d009d1f841c54bc4aba",
"reference": "6dde9dc70155e91b850b1d009d1f841c54bc4aba",
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"
],
2020-03-30 19:34:07 +02:00
"time": "2020-03-27T16:54:36+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/monolog-bridge",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/monolog-bridge.git",
2020-03-30 19:34:07 +02:00
"reference": "2df4a774d99ae6e87c8b67891430f935312be412"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/2df4a774d99ae6e87c8b67891430f935312be412",
"reference": "2df4a774d99ae6e87c8b67891430f935312be412",
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",
2020-03-30 19:34:07 +02:00
"time": "2020-03-27T16:54:36+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/monolog-bundle",
"version": "v3.5.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/monolog-bundle.git",
"reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
"reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"monolog/monolog": "~1.22 || ~2.0",
2019-02-23 16:49:38 +01:00
"php": ">=5.6",
"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": {
"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"
},
{
"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"
],
"time": "2019-11-13T13:11:14+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/options-resolver",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/options-resolver.git",
2020-03-30 19:34:07 +02:00
"reference": "9072131b5e6e21203db3249c7db26b52897bc73e"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/9072131b5e6e21203db3249c7db26b52897bc73e",
"reference": "9072131b5e6e21203db3249c7db26b52897bc73e",
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"
],
2020-03-30 19:34:07 +02:00
"time": "2020-03-27T16:54:36+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/orm-pack",
2020-02-13 22:04:40 +01:00
"version": "v1.0.8",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/orm-pack.git",
2020-02-13 22:04:40 +01:00
"reference": "c9bcc08102061f406dc908192c0f33524a675666"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-02-13 22:04:40 +01:00
"url": "https://api.github.com/repos/symfony/orm-pack/zipball/c9bcc08102061f406dc908192c0f33524a675666",
"reference": "c9bcc08102061f406dc908192c0f33524a675666",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-02-13 22:04:40 +01:00
"doctrine/doctrine-bundle": "*",
"doctrine/doctrine-migrations-bundle": "*",
"doctrine/orm": "*"
2019-02-23 16:49:38 +01:00
},
"type": "symfony-pack",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A pack for the Doctrine ORM",
2020-02-13 22:04:40 +01:00
"time": "2020-02-10T18:03:48+00:00"
2019-02-23 16:49:38 +01:00
},
2020-03-15 13:56:31 +01:00
{
"name": "symfony/polyfill-ctype",
2020-03-28 17:52:19 +01:00
"version": "v1.15.0",
2020-03-15 13:56:31 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
2020-03-28 17:52:19 +01:00
"reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14"
2020-03-15 13:56:31 +01:00
},
"dist": {
"type": "zip",
2020-03-28 17:52:19 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
"reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
2020-03-15 13:56:31 +01:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2020-03-28 17:52:19 +01:00
"dev-master": "1.15-dev"
2020-03-15 13:56:31 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
2020-03-28 17:52:19 +01:00
"time": "2020-02-27T09:26:54+00:00"
2020-03-15 13:56:31 +01:00
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/polyfill-intl-icu",
2020-03-28 17:52:19 +01:00
"version": "v1.15.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-icu.git",
2020-03-28 17:52:19 +01:00
"reference": "9c281272735eb66476e0fa7381e03fb0d4b60197"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-28 17:52:19 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/9c281272735eb66476e0fa7381e03fb0d4b60197",
"reference": "9c281272735eb66476e0fa7381e03fb0d4b60197",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"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": {
2020-03-28 17:52:19 +01:00
"dev-master": "1.15-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"
],
2020-03-28 17:52:19 +01:00
"time": "2020-02-27T09:26:54+00:00"
2019-02-23 16:49:38 +01:00
},
2019-03-12 12:40:35 +01:00
{
"name": "symfony/polyfill-intl-idn",
2020-03-28 17:52:19 +01:00
"version": "v1.15.0",
2019-03-12 12:40:35 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
2020-03-28 17:52:19 +01:00
"reference": "47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf"
2019-03-12 12:40:35 +01:00
},
"dist": {
"type": "zip",
2020-03-28 17:52:19 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf",
"reference": "47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf",
2019-03-12 12:40:35 +01:00
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"symfony/polyfill-mbstring": "^1.3",
2020-02-13 22:04:40 +01:00
"symfony/polyfill-php72": "^1.10"
2019-03-12 12:40:35 +01:00
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2020-03-28 17:52:19 +01:00
"dev-master": "1.15-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"
},
{
"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"
],
2020-03-28 17:52:19 +01:00
"time": "2020-03-09T19:04:49+00:00"
2019-03-12 12:40:35 +01:00
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/polyfill-mbstring",
2020-03-28 17:52:19 +01:00
"version": "v1.15.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2020-03-28 17:52:19 +01:00
"reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-28 17:52:19 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
"reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
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": {
2020-03-28 17:52:19 +01:00
"dev-master": "1.15-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"
],
2020-03-28 17:52:19 +01:00
"time": "2020-03-09T19:04:49+00:00"
2019-02-23 16:49:38 +01:00
},
2019-03-12 12:40:35 +01:00
{
"name": "symfony/polyfill-php72",
2020-03-28 17:52:19 +01:00
"version": "v1.15.0",
2019-03-12 12:40:35 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
2020-03-28 17:52:19 +01:00
"reference": "37b0976c78b94856543260ce09b460a7bc852747"
2019-03-12 12:40:35 +01:00
},
"dist": {
"type": "zip",
2020-03-28 17:52:19 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/37b0976c78b94856543260ce09b460a7bc852747",
"reference": "37b0976c78b94856543260ce09b460a7bc852747",
2019-03-12 12:40:35 +01:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
2020-03-28 17:52:19 +01:00
"dev-master": "1.15-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"
],
2020-03-28 17:52:19 +01:00
"time": "2020-02-27T09:26:54+00:00"
2019-03-12 12:40:35 +01:00
},
2019-06-16 12:36:17 +02:00
{
"name": "symfony/polyfill-php73",
2020-03-28 17:52:19 +01:00
"version": "v1.15.0",
2019-06-16 12:36:17 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php73.git",
2020-03-28 17:52:19 +01:00
"reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7"
2019-06-16 12:36:17 +02:00
},
"dist": {
"type": "zip",
2020-03-28 17:52:19 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7",
"reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7",
2019-06-16 12:36:17 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
2020-03-28 17:52:19 +01:00
"dev-master": "1.15-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"
],
2020-03-28 17:52:19 +01:00
"time": "2020-02-27T09:26:54+00:00"
2019-06-16 12:36:17 +02:00
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/process",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
2020-03-30 19:34:07 +02:00
"reference": "3e40e87a20eaf83a1db825e1fa5097ae89042db3"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/process/zipball/3e40e87a20eaf83a1db825e1fa5097ae89042db3",
"reference": "3e40e87a20eaf83a1db825e1fa5097ae89042db3",
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",
2020-03-30 19:34:07 +02:00
"time": "2020-03-27T16:54:36+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/property-access",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/property-access.git",
2020-03-30 19:34:07 +02:00
"reference": "75cbf0f388d82685ce06515951397bc1370901d7"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/property-access/zipball/75cbf0f388d82685ce06515951397bc1370901d7",
"reference": "75cbf0f388d82685ce06515951397bc1370901d7",
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"
],
2020-03-30 19:34:07 +02:00
"time": "2020-03-27T16:54:36+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/property-info",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/property-info.git",
2020-03-30 19:34:07 +02:00
"reference": "b6baecd501adec01a9d68f9c90b83659656065af"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/property-info/zipball/b6baecd501adec01a9d68f9c90b83659656065af",
"reference": "b6baecd501adec01a9d68f9c90b83659656065af",
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"
],
2020-03-30 19:34:07 +02:00
"time": "2020-03-27T16:54:36+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/routing",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
2020-03-30 19:34:07 +02:00
"reference": "0f562fa613e288d7dbae6c63abbc9b33ed75a8f8"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/routing/zipball/0f562fa613e288d7dbae6c63abbc9b33ed75a8f8",
"reference": "0f562fa613e288d7dbae6c63abbc9b33ed75a8f8",
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"
],
2020-03-30 19:34:07 +02:00
"time": "2020-03-30T11:41:10+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/security-bundle",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/security-bundle.git",
2020-03-30 19:34:07 +02:00
"reference": "1c317cd29a75e4806479241ffd31d8035e243420"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/security-bundle/zipball/1c317cd29a75e4806479241ffd31d8035e243420",
"reference": "1c317cd29a75e4806479241ffd31d8035e243420",
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",
2020-02-29 23:20:38 +01:00
"symfony/security-http": "^4.4.5"
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",
2020-03-30 19:34:07 +02:00
"time": "2020-03-30T11:41:10+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/security-core",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/security-core.git",
2020-03-30 19:34:07 +02:00
"reference": "e99ad8bcd5d1202a1cff7b3e0e76d9077d81cbe6"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/security-core/zipball/e99ad8bcd5d1202a1cff7b3e0e76d9077d81cbe6",
"reference": "e99ad8bcd5d1202a1cff7b3e0e76d9077d81cbe6",
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",
2020-03-30 19:34:07 +02:00
"time": "2020-03-30T11:51:53+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/security-csrf",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/security-csrf.git",
2020-03-30 19:34:07 +02:00
"reference": "286a71ff176e1b0dd071f0e73dcec0970a56634b"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/security-csrf/zipball/286a71ff176e1b0dd071f0e73dcec0970a56634b",
"reference": "286a71ff176e1b0dd071f0e73dcec0970a56634b",
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",
2020-03-30 19:34:07 +02:00
"time": "2020-03-27T16:54:36+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/security-guard",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/security-guard.git",
2020-03-30 19:34:07 +02:00
"reference": "606a741712d8adb49aee9b59d57010724db06797"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/security-guard/zipball/606a741712d8adb49aee9b59d57010724db06797",
"reference": "606a741712d8adb49aee9b59d57010724db06797",
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",
2020-03-30 19:34:07 +02:00
"time": "2020-03-27T16:54:36+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/security-http",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/security-http.git",
2020-03-30 19:34:07 +02:00
"reference": "b413064160255c31077bb082d25b7bd89275971b"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/security-http/zipball/b413064160255c31077bb082d25b7bd89275971b",
"reference": "b413064160255c31077bb082d25b7bd89275971b",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
2020-03-30 19:34:07 +02:00
"symfony/http-foundation": "^3.4.40|^4.4.7|^5.0.7",
2019-11-21 22:16:30 +01:00
"symfony/http-kernel": "^4.4",
"symfony/property-access": "^3.4|^4.0|^5.0",
2020-03-30 19:34:07 +02:00
"symfony/security-core": "^4.4.7"
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",
2020-03-30 19:34:07 +02:00
"time": "2020-03-30T11:51:53+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/serializer",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/serializer.git",
2020-03-30 19:34:07 +02:00
"reference": "2a508a535f2323defb325cf28301064fcbb061b9"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/serializer/zipball/2a508a535f2323defb325cf28301064fcbb061b9",
"reference": "2a508a535f2323defb325cf28301064fcbb061b9",
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",
2020-02-29 23:20:38 +01:00
"symfony/mime": "^4.4|^5.0",
2019-11-21 22:16:30 +01:00
"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",
2020-03-30 19:34:07 +02:00
"time": "2020-03-27T16:54:36+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/serializer-pack",
2020-03-28 17:52:19 +01:00
"version": "v1.0.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/serializer-pack.git",
2020-03-28 17:52:19 +01:00
"reference": "9bbce72dcad0cca797b678d3bfb764cf923ab28a"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-28 17:52:19 +01:00
"url": "https://api.github.com/repos/symfony/serializer-pack/zipball/9bbce72dcad0cca797b678d3bfb764cf923ab28a",
"reference": "9bbce72dcad0cca797b678d3bfb764cf923ab28a",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"doctrine/annotations": "^1.0",
"php": "^7.0",
2020-03-28 17:52:19 +01:00
"phpdocumentor/reflection-docblock": "*",
2019-02-23 16:49:38 +01:00
"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",
2020-03-28 17:52:19 +01:00
"time": "2020-03-28T16:26:24+00:00"
2019-02-23 16:49:38 +01:00
},
2019-07-12 21:00:29 +02:00
{
"name": "symfony/service-contracts",
"version": "v2.0.1",
2019-07-12 21:00:29 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
"reference": "144c5e51266b281231e947b51223ba14acf1a749"
2019-07-12 21:00:29 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/144c5e51266b281231e947b51223ba14acf1a749",
"reference": "144c5e51266b281231e947b51223ba14acf1a749",
2019-07-12 21:00:29 +02:00
"shasum": ""
},
"require": {
"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": {
"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"
],
"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",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/stopwatch.git",
2020-03-30 19:34:07 +02:00
"reference": "e0324d3560e4128270e3f08617480d9233d81cfc"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/e0324d3560e4128270e3f08617480d9233d81cfc",
"reference": "e0324d3560e4128270e3f08617480d9233d81cfc",
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",
2020-03-30 19:34:07 +02:00
"time": "2020-03-27T16:54:36+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/templating",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
"source": {
"type": "git",
"url": "https://github.com/symfony/templating.git",
2020-03-30 19:34:07 +02:00
"reference": "d65ba8cd13339b692f709ea36625851de218c4dc"
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/templating/zipball/d65ba8cd13339b692f709ea36625851de218c4dc",
"reference": "d65ba8cd13339b692f709ea36625851de218c4dc",
"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"
}
},
"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",
2020-03-30 19:34:07 +02:00
"time": "2020-03-27T16:54:36+00:00"
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/translation",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
2020-03-30 19:34:07 +02:00
"reference": "4e54d336f2eca5facad449d0b0118bb449375b76"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/translation/zipball/4e54d336f2eca5facad449d0b0118bb449375b76",
"reference": "4e54d336f2eca5facad449d0b0118bb449375b76",
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",
2020-03-30 19:34:07 +02:00
"time": "2020-03-27T16:54:36+00:00"
2019-07-12 21:00:29 +02:00
},
{
"name": "symfony/translation-contracts",
"version": "v2.0.1",
2019-07-12 21:00:29 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
"reference": "8cc682ac458d75557203b2f2f14b0b92e1c744ed"
2019-07-12 21:00:29 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/8cc682ac458d75557203b2f2f14b0b92e1c744ed",
"reference": "8cc682ac458d75557203b2f2f14b0b92e1c744ed",
2019-07-12 21:00:29 +02:00
"shasum": ""
},
"require": {
"php": "^7.2.5"
2019-07-12 21:00:29 +02:00
},
"suggest": {
"symfony/translation-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"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"
],
"time": "2019-11-18T17:27:11+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/twig-bridge",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/twig-bridge.git",
2020-03-30 19:34:07 +02:00
"reference": "bef4da6724c5a89bb3408d3bc785be7cd5b9efed"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/twig-bridge/zipball/bef4da6724c5a89bb3408d3bc785be7cd5b9efed",
"reference": "bef4da6724c5a89bb3408d3bc785be7cd5b9efed",
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",
2020-03-30 19:34:07 +02:00
"time": "2020-03-27T16:54:36+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/twig-bundle",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/twig-bundle.git",
2020-03-30 19:34:07 +02:00
"reference": "44e3e82867bf4dcf52732dd7e0c83826f9da1095"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/twig-bundle/zipball/44e3e82867bf4dcf52732dd7e0c83826f9da1095",
"reference": "44e3e82867bf4dcf52732dd7e0c83826f9da1095",
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",
2020-03-30 19:34:07 +02:00
"time": "2020-03-27T16:54:36+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/validator",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/validator.git",
2020-03-30 19:34:07 +02:00
"reference": "2bf1de9d5cac5e5ebc159203c53dcf5b2058d340"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/validator/zipball/2bf1de9d5cac5e5ebc159203c53dcf5b2058d340",
"reference": "2bf1de9d5cac5e5ebc159203c53dcf5b2058d340",
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",
2020-02-29 23:20:38 +01:00
"symfony/mime": "^4.4|^5.0",
2019-11-21 22:16:30 +01:00
"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",
2020-03-30 19:34:07 +02:00
"time": "2020-03-30T11:41:10+00:00"
2019-11-21 22:16:30 +01:00
},
{
"name": "symfony/var-dumper",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
2019-11-21 22:16:30 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
2020-03-30 19:34:07 +02:00
"reference": "5a0c2d93006131a36cf6f767d10e2ca8333b0d4a"
2019-11-21 22:16:30 +01:00
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/5a0c2d93006131a36cf6f767d10e2ca8333b0d4a",
"reference": "5a0c2d93006131a36cf6f767d10e2ca8333b0d4a",
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"
],
2020-03-30 19:34:07 +02:00
"time": "2020-03-27T16:54:36+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/var-exporter",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/var-exporter.git",
2020-03-30 19:34:07 +02:00
"reference": "6e4939b084defee0ab60a21e6a02e3a198afd91f"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/6e4939b084defee0ab60a21e6a02e3a198afd91f",
"reference": "6e4939b084defee0ab60a21e6a02e3a198afd91f",
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"
],
2020-03-30 19:34:07 +02:00
"time": "2020-03-27T16:54:36+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/web-link",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/web-link.git",
2020-03-30 19:34:07 +02:00
"reference": "9ec692b342855335f3f4e77753ad71f85c6038f8"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/web-link/zipball/9ec692b342855335f3f4e77753ad71f85c6038f8",
"reference": "9ec692b342855335f3f4e77753ad71f85c6038f8",
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"
],
2020-03-30 19:34:07 +02:00
"time": "2020-03-27T16:54:36+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/webpack-encore-bundle",
2020-02-01 16:02:43 +01:00
"version": "v1.7.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/webpack-encore-bundle.git",
2020-02-01 16:02:43 +01:00
"reference": "5c0f659eceae87271cce54bbdfb05ed8ec9007bd"
},
"dist": {
"type": "zip",
2020-02-01 16:02:43 +01:00
"url": "https://api.github.com/repos/symfony/webpack-encore-bundle/zipball/5c0f659eceae87271cce54bbdfb05ed8ec9007bd",
"reference": "5c0f659eceae87271cce54bbdfb05ed8ec9007bd",
"shasum": ""
},
"require": {
"php": "^7.1.3",
"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",
"symfony/service-contracts": "^1.0 || ^2.0"
},
"require-dev": {
"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"
},
"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!",
2020-02-01 16:02:43 +01:00
"time": "2020-01-31T15:31:59+00:00"
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/yaml",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
2020-03-30 19:34:07 +02:00
"reference": "ef166890d821518106da3560086bfcbeb4fadfec"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/ef166890d821518106da3560086bfcbeb4fadfec",
"reference": "ef166890d821518106da3560086bfcbeb4fadfec",
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",
2020-03-30 19:34:07 +02:00
"time": "2020-03-30T11:41:10+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "thecodingmachine/safe",
2020-03-24 21:52:55 +01:00
"version": "v1.1",
"source": {
"type": "git",
"url": "https://github.com/thecodingmachine/safe.git",
2020-03-24 21:52:55 +01:00
"reference": "f440677bad66c0ef42fa3f875bf05718028af5d3"
},
"dist": {
"type": "zip",
2020-03-24 21:52:55 +01:00
"url": "https://api.github.com/repos/thecodingmachine/safe/zipball/f440677bad66c0ef42fa3f875bf05718028af5d3",
"reference": "f440677bad66c0ef42fa3f875bf05718028af5d3",
"shasum": ""
},
"require": {
2020-02-22 17:49:33 +01:00
"php": ">=7.2"
},
"require-dev": {
2020-02-22 17:49:33 +01:00
"phpstan/phpstan": "^0.12",
"squizlabs/php_codesniffer": "^3.2",
2020-02-22 17:49:33 +01:00
"thecodingmachine/phpstan-strict-rules": "^0.12"
},
"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",
2020-03-24 21:52:55 +01:00
"time": "2020-03-24T13:59:42+00: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",
2020-02-13 22:04:40 +01:00
"version": "v3.0.3",
"source": {
"type": "git",
"url": "https://github.com/twigphp/cssinliner-extra.git",
2020-02-13 22:04:40 +01:00
"reference": "fe2f378b0b2987564fbef9c09a6119cd92e7764e"
},
"dist": {
"type": "zip",
2020-02-13 22:04:40 +01:00
"url": "https://api.github.com/repos/twigphp/cssinliner-extra/zipball/fe2f378b0b2987564fbef9c09a6119cd92e7764e",
"reference": "fe2f378b0b2987564fbef9c09a6119cd92e7764e",
"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"
},
"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"
],
2020-02-13 22:04:40 +01:00
"time": "2020-01-01T17:10:47+00:00"
},
2019-08-12 23:45:21 +02:00
{
"name": "twig/extra-bundle",
2020-02-13 22:04:40 +01:00
"version": "v3.0.3",
2019-08-12 23:45:21 +02:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/twig-extra-bundle.git",
2020-02-13 22:04:40 +01:00
"reference": "6eaf1637abe6b68518e7e0949ebb84e55770d5c6"
2019-08-12 23:45:21 +02:00
},
"dist": {
"type": "zip",
2020-02-13 22:04:40 +01:00
"url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/6eaf1637abe6b68518e7e0949ebb84e55770d5c6",
"reference": "6eaf1637abe6b68518e7e0949ebb84e55770d5c6",
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"
],
2020-02-13 22:04:40 +01:00
"time": "2020-01-01T17:11:09+00:00"
2019-08-12 23:45:21 +02:00
},
{
"name": "twig/inky-extra",
2020-02-13 22:04:40 +01:00
"version": "v3.0.3",
"source": {
"type": "git",
"url": "https://github.com/twigphp/inky-extra.git",
2020-02-13 22:04:40 +01:00
"reference": "1723fbcf496bd53bdbd5fa3cc819dd4574a2f967"
},
"dist": {
"type": "zip",
2020-02-13 22:04:40 +01:00
"url": "https://api.github.com/repos/twigphp/inky-extra/zipball/1723fbcf496bd53bdbd5fa3cc819dd4574a2f967",
"reference": "1723fbcf496bd53bdbd5fa3cc819dd4574a2f967",
"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"
},
"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"
],
2020-02-13 22:04:40 +01:00
"time": "2020-01-01T17:10:47+00:00"
},
2019-08-12 23:45:21 +02:00
{
"name": "twig/intl-extra",
2020-02-13 22:04:40 +01:00
"version": "v3.0.3",
2019-08-12 23:45:21 +02:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/intl-extra.git",
2020-02-13 22:04:40 +01:00
"reference": "55d68a5836f40d62695488b4bdbc71fa71f52574"
2019-08-12 23:45:21 +02:00
},
"dist": {
"type": "zip",
2020-02-13 22:04:40 +01:00
"url": "https://api.github.com/repos/twigphp/intl-extra/zipball/55d68a5836f40d62695488b4bdbc71fa71f52574",
"reference": "55d68a5836f40d62695488b4bdbc71fa71f52574",
2019-08-12 23:45:21 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"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"
],
2020-02-13 22:04:40 +01:00
"time": "2020-02-11T05:45:44+00:00"
2019-08-12 23:45:21 +02:00
},
{
"name": "twig/markdown-extra",
2020-02-13 22:04:40 +01:00
"version": "v3.0.3",
"source": {
"type": "git",
"url": "https://github.com/twigphp/markdown-extra.git",
2020-02-13 22:04:40 +01:00
"reference": "c9d09a12024febcb6976886794d095a31f1ce6fa"
},
"dist": {
"type": "zip",
2020-02-13 22:04:40 +01:00
"url": "https://api.github.com/repos/twigphp/markdown-extra/zipball/c9d09a12024febcb6976886794d095a31f1ce6fa",
"reference": "c9d09a12024febcb6976886794d095a31f1ce6fa",
"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"
},
"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"
],
2020-02-13 22:04:40 +01:00
"time": "2020-01-01T17:11:09+00:00"
},
2019-02-23 16:49:38 +01:00
{
"name": "twig/twig",
2020-02-13 22:04:40 +01:00
"version": "v3.0.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
2020-02-13 22:04:40 +01:00
"reference": "3b88ccd180a6b61ebb517aea3b1a8906762a1dc2"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-02-13 22:04:40 +01:00
"url": "https://api.github.com/repos/twigphp/Twig/zipball/3b88ccd180a6b61ebb517aea3b1a8906762a1dc2",
"reference": "3b88ccd180a6b61ebb517aea3b1a8906762a1dc2",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.2.5",
2019-02-23 16:49:38 +01:00
"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": {
"dev-master": "3.0-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"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"
},
{
"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"
],
2020-02-13 22:04:40 +01:00
"time": "2020-02-11T15:33:47+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "webmozart/assert",
2020-02-22 17:49:33 +01:00
"version": "1.7.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/webmozart/assert.git",
2020-02-22 17:49:33 +01:00
"reference": "aed98a490f9a8f78468232db345ab9cf606cf598"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-02-22 17:49:33 +01:00
"url": "https://api.github.com/repos/webmozart/assert/zipball/aed98a490f9a8f78468232db345ab9cf606cf598",
"reference": "aed98a490f9a8f78468232db345ab9cf606cf598",
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"
],
2020-02-22 17:49:33 +01:00
"time": "2020-02-14T12:15:55+00:00"
2019-02-23 16:49:38 +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",
"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"
],
"description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
2019-02-23 16:49:38 +01:00
"keywords": [
"ZendFramework",
2019-02-23 16:49:38 +01:00
"code",
"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",
2020-04-04 19:35:02 +02:00
"version": "v2.4.2",
2019-09-23 13:29:51 +02:00
"source": {
"type": "git",
"url": "https://github.com/amphp/amp.git",
2020-04-04 19:35:02 +02:00
"reference": "feca077369a47263b22156b3c6389e55f3809f24"
2019-09-23 13:29:51 +02:00
},
"dist": {
"type": "zip",
2020-04-04 19:35:02 +02:00
"url": "https://api.github.com/repos/amphp/amp/zipball/feca077369a47263b22156b3c6389e55f3809f24",
"reference": "feca077369a47263b22156b3c6389e55f3809f24",
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": "*",
2020-04-04 19:35:02 +02:00
"jetbrains/phpstorm-stubs": "^2019.3",
2019-09-23 13:29:51 +02:00
"phpunit/phpunit": "^6.0.9 | ^7",
2020-04-04 19:35:02 +02:00
"react/promise": "^2",
"vimeo/psalm": "^3.9@dev"
2019-09-23 13:29:51 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-04-04 19:35:02 +02:00
"dev-master": "2.x-dev"
2019-09-23 13:29:51 +02:00
}
},
"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"
],
2020-04-04 19:35:02 +02:00
"time": "2020-04-04T15:05:26+00:00"
2019-09-23 13:29:51 +02:00
},
{
"name": "amphp/byte-stream",
2020-04-04 19:35:02 +02:00
"version": "v1.7.3",
2019-09-23 13:29:51 +02:00
"source": {
"type": "git",
"url": "https://github.com/amphp/byte-stream.git",
2020-04-04 19:35:02 +02:00
"reference": "b867505edb79dda8f253ca3c3a2bbadae4b16592"
2019-09-23 13:29:51 +02:00
},
"dist": {
"type": "zip",
2020-04-04 19:35:02 +02:00
"url": "https://api.github.com/repos/amphp/byte-stream/zipball/b867505edb79dda8f253ca3c3a2bbadae4b16592",
"reference": "b867505edb79dda8f253ca3c3a2bbadae4b16592",
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",
2020-04-04 19:35:02 +02:00
"jetbrains/phpstorm-stubs": "^2019.3",
"phpunit/phpunit": "^6 || ^7 || ^8",
"vimeo/psalm": "^3.9@dev"
2019-09-23 13:29:51 +02:00
},
"type": "library",
2020-04-04 19:35:02 +02:00
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
2019-09-23 13:29:51 +02:00
"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"
],
2020-04-04 19:35:02 +02:00
"time": "2020-04-04T16:56:54+00:00"
2019-09-23 13:29:51 +02:00
},
{
"name": "composer/semver",
2020-01-16 20:38:39 +01:00
"version": "1.5.1",
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
2020-01-16 20:38:39 +01:00
"reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de"
},
"dist": {
"type": "zip",
2020-01-16 20:38:39 +01:00
"url": "https://api.github.com/repos/composer/semver/zipball/c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
"reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0"
},
"require-dev": {
2020-01-16 20:38:39 +01:00
"phpunit/phpunit": "^4.5 || ^5.0.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\Semver\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
},
{
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
}
],
"description": "Semver library that offers utilities, version constraint parsing and validation.",
"keywords": [
"semantic",
"semver",
"validation",
"versioning"
],
2020-01-16 20:38:39 +01:00
"time": "2020-01-13T12:06:48+00:00"
},
2019-09-23 13:29:51 +02:00
{
"name": "composer/xdebug-handler",
2020-03-04 20:48:09 +01:00
"version": "1.4.1",
2019-09-23 13:29:51 +02:00
"source": {
"type": "git",
"url": "https://github.com/composer/xdebug-handler.git",
2020-03-04 20:48:09 +01:00
"reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7"
2019-09-23 13:29:51 +02:00
},
"dist": {
"type": "zip",
2020-03-04 20:48:09 +01:00
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/1ab9842d69e64fb3a01be6b656501032d1b78cb7",
"reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7",
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"
],
2020-03-04 20:48:09 +01:00
"time": "2020-03-01T12:26:26+00:00"
2019-09-23 13:29:51 +02:00
},
2019-10-20 14:35:19 +02:00
{
"name": "dama/doctrine-test-bundle",
2020-03-04 20:48:09 +01:00
"version": "v6.3.2",
2019-10-20 14:35:19 +02:00
"source": {
"type": "git",
"url": "https://github.com/dmaicher/doctrine-test-bundle.git",
2020-03-04 20:48:09 +01:00
"reference": "06932e828b4e8ed8655b9b64ae30428e048b616e"
2019-10-20 14:35:19 +02:00
},
"dist": {
"type": "zip",
2020-03-04 20:48:09 +01:00
"url": "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/06932e828b4e8ed8655b9b64ae30428e048b616e",
"reference": "06932e828b4e8ed8655b9b64ae30428e048b616e",
2019-10-20 14:35:19 +02:00
"shasum": ""
},
"require": {
"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",
2020-03-04 20:48:09 +01:00
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
2019-12-27 15:38:56 +01:00
"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"
],
2020-03-04 20:48:09 +01:00
"time": "2020-03-02T20:42:23+00:00"
2019-10-20 14:35:19 +02:00
},
{
"name": "doctrine/data-fixtures",
"version": "1.4.2",
2019-10-20 14:35:19 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/data-fixtures.git",
"reference": "39e9777c9089351a468f780b01cffa3cb0a42907"
2019-10-20 14:35:19 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/39e9777c9089351a468f780b01cffa3cb0a42907",
"reference": "39e9777c9089351a468f780b01cffa3cb0a42907",
2019-10-20 14:35:19 +02:00
"shasum": ""
},
"require": {
"doctrine/common": "^2.11",
2020-01-16 20:38:39 +01:00
"doctrine/persistence": "^1.3.3",
"php": "^7.2"
2019-10-20 14:35:19 +02:00
},
"conflict": {
"doctrine/phpcr-odm": "<1.3.0"
},
"require-dev": {
"alcaeus/mongo-php-adapter": "^1.1",
"doctrine/coding-standard": "^6.0",
2019-10-20 14:35:19 +02:00
"doctrine/dbal": "^2.5.4",
"doctrine/mongodb-odm": "^1.3.0",
2020-01-16 20:38:39 +01:00
"doctrine/orm": "^2.7.0",
2019-10-20 14:35:19 +02:00
"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": {
"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"
],
"time": "2020-01-17T11:11:28+00:00"
2019-10-20 14:35:19 +02:00
},
{
"name": "doctrine/doctrine-fixtures-bundle",
"version": "3.3.0",
2019-10-20 14:35:19 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
"reference": "8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70"
2019-10-20 14:35:19 +02:00
},
"dist": {
"type": "zip",
"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",
"doctrine/doctrine-bundle": "^1.11|^2.0",
2019-10-20 14:35:19 +02:00
"doctrine/orm": "^2.6.0",
"php": "^7.1",
"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",
"symfony/phpunit-bridge": "^4.1|^5.0"
2019-10-20 14:35:19 +02:00
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"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": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2019-10-20 14:35:19 +02:00
},
{
"name": "Doctrine Project",
"homepage": "http://www.doctrine-project.org"
},
{
"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"
],
"time": "2019-11-13T15:46:58+00:00"
2019-10-20 14:35:19 +02:00
},
{
"name": "ekino/phpstan-banned-code",
"version": "v0.3.1",
"source": {
"type": "git",
"url": "https://github.com/ekino/phpstan-banned-code.git",
"reference": "a266c3d28f355643067fe0da07097b17621fc558"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ekino/phpstan-banned-code/zipball/a266c3d28f355643067fe0da07097b17621fc558",
"reference": "a266c3d28f355643067fe0da07097b17621fc558",
"shasum": ""
},
"require": {
"php": "^7.1",
"phpstan/phpstan": "^0.12"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.12",
"localheinz/composer-normalize": "^1.3",
"nikic/php-parser": "^4.3",
"phpstan/phpstan-phpunit": "^0.12",
"phpunit/phpunit": "^7.2",
"sensiolabs/security-checker": "^5.0",
"symfony/var-dumper": "^4.3"
},
"type": "phpstan-extension",
"extra": {
"branch-alias": {
"dev-master": "0.10-dev"
},
"phpstan": {
"includes": [
"extension.neon"
]
}
},
"autoload": {
"psr-4": {
"Ekino\\PHPStanBannedCode\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Rémi Marseille",
"email": "remi.marseille@ekino.com",
"homepage": "https://www.ekino.com"
}
],
"description": "Detected banned code using PHPStan",
"homepage": "https://github.com/ekino/phpstan-banned-code",
"keywords": [
"PHPStan",
"code quality"
],
"time": "2020-01-17T13:08:23+00:00"
},
2019-09-23 13:29:51 +02:00
{
"name": "felixfbecker/advanced-json-rpc",
2020-03-15 13:37:33 +01:00
"version": "v3.1.1",
2019-09-23 13:29:51 +02:00
"source": {
"type": "git",
"url": "https://github.com/felixfbecker/php-advanced-json-rpc.git",
2020-03-15 13:37:33 +01:00
"reference": "0ed363f8de17d284d479ec813c9ad3f6834b5c40"
2019-09-23 13:29:51 +02:00
},
"dist": {
"type": "zip",
2020-03-15 13:37:33 +01:00
"url": "https://api.github.com/repos/felixfbecker/php-advanced-json-rpc/zipball/0ed363f8de17d284d479ec813c9ad3f6834b5c40",
"reference": "0ed363f8de17d284d479ec813c9ad3f6834b5c40",
2019-09-23 13:29:51 +02:00
"shasum": ""
},
"require": {
2020-03-15 13:37:33 +01:00
"netresearch/jsonmapper": "^1.0 || ^2.0",
2019-09-23 13:29:51 +02:00
"php": ">=7.0",
2020-02-13 22:04:40 +01:00
"phpdocumentor/reflection-docblock": "^4.0.0 || ^5.0.0"
2019-09-23 13:29:51 +02:00
},
"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",
2020-03-15 13:37:33 +01:00
"time": "2020-03-11T15:21:41+00:00"
2019-09-23 13:29:51 +02: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": "friendsofphp/php-cs-fixer",
"version": "v2.16.1",
"source": {
"type": "git",
"url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
"reference": "c8afb599858876e95e8ebfcd97812d383fa23f02"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/c8afb599858876e95e8ebfcd97812d383fa23f02",
"reference": "c8afb599858876e95e8ebfcd97812d383fa23f02",
"shasum": ""
},
"require": {
"composer/semver": "^1.4",
"composer/xdebug-handler": "^1.2",
"doctrine/annotations": "^1.2",
"ext-json": "*",
"ext-tokenizer": "*",
"php": "^5.6 || ^7.0",
"php-cs-fixer/diff": "^1.3",
"symfony/console": "^3.4.17 || ^4.1.6 || ^5.0",
"symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0",
"symfony/filesystem": "^3.0 || ^4.0 || ^5.0",
"symfony/finder": "^3.0 || ^4.0 || ^5.0",
"symfony/options-resolver": "^3.0 || ^4.0 || ^5.0",
"symfony/polyfill-php70": "^1.0",
"symfony/polyfill-php72": "^1.4",
"symfony/process": "^3.0 || ^4.0 || ^5.0",
"symfony/stopwatch": "^3.0 || ^4.0 || ^5.0"
},
"require-dev": {
"johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
"justinrainbow/json-schema": "^5.0",
"keradus/cli-executor": "^1.2",
"mikey179/vfsstream": "^1.6",
"php-coveralls/php-coveralls": "^2.1",
"php-cs-fixer/accessible-object": "^1.0",
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.1",
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1",
"phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1",
"phpunitgoodpractices/traits": "^1.8",
"symfony/phpunit-bridge": "^4.3 || ^5.0",
"symfony/yaml": "^3.0 || ^4.0 || ^5.0"
},
"suggest": {
"ext-mbstring": "For handling non-UTF8 characters in cache signature.",
"php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
"symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
},
"bin": [
"php-cs-fixer"
],
"type": "application",
"autoload": {
"psr-4": {
"PhpCsFixer\\": "src/"
},
"classmap": [
"tests/Test/AbstractFixerTestCase.php",
"tests/Test/AbstractIntegrationCaseFactory.php",
"tests/Test/AbstractIntegrationTestCase.php",
"tests/Test/Assert/AssertTokensTrait.php",
"tests/Test/IntegrationCase.php",
"tests/Test/IntegrationCaseFactory.php",
"tests/Test/IntegrationCaseFactoryInterface.php",
"tests/Test/InternalIntegrationCaseFactory.php",
"tests/TestCase.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Dariusz Rumiński",
"email": "dariusz.ruminski@gmail.com"
}
],
"description": "A tool to automatically fix PHP code style",
"time": "2019-11-25T22:10:32+00:00"
},
{
"name": "jean85/pretty-package-versions",
"version": "1.2",
"source": {
"type": "git",
"url": "https://github.com/Jean85/pretty-package-versions.git",
"reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/75c7effcf3f77501d0e0caa75111aff4daa0dd48",
"reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48",
"shasum": ""
},
"require": {
"ocramius/package-versions": "^1.2.0",
"php": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Jean85\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Alessandro Lai",
"email": "alessandro.lai85@gmail.com"
}
],
"description": "A wrapper for ocramius/package-versions to get pretty versions strings",
"keywords": [
"composer",
"package",
"release",
"versions"
],
"time": "2018-06-13T13:22:40+00:00"
},
2019-09-23 13:29:51 +02: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"
},
2020-01-09 19:37:04 +01:00
{
"name": "nette/application",
2020-01-24 22:59:22 +01:00
"version": "v3.0.4",
2020-01-09 19:37:04 +01:00
"source": {
"type": "git",
"url": "https://github.com/nette/application.git",
2020-01-24 22:59:22 +01:00
"reference": "da24ae52e65fe52fa6d26f2181a56ec48958ccb0"
2020-01-09 19:37:04 +01:00
},
"dist": {
"type": "zip",
2020-01-24 22:59:22 +01:00
"url": "https://api.github.com/repos/nette/application/zipball/da24ae52e65fe52fa6d26f2181a56ec48958ccb0",
"reference": "da24ae52e65fe52fa6d26f2181a56ec48958ccb0",
2020-01-09 19:37:04 +01:00
"shasum": ""
},
"require": {
"nette/component-model": "^3.0",
"nette/http": "^3.0.2",
"nette/routing": "~3.0.0",
"nette/utils": "^3.1",
"php": ">=7.1"
},
"conflict": {
2020-01-24 22:59:22 +01:00
"latte/latte": "<2.6",
2020-01-09 19:37:04 +01:00
"nette/di": "<3.0-stable",
"nette/forms": "<3.0",
"tracy/tracy": "<2.5"
},
"require-dev": {
2020-01-24 22:59:22 +01:00
"latte/latte": "^2.6",
2020-01-09 19:37:04 +01:00
"mockery/mockery": "^1.0",
"nette/di": "^v3.0",
"nette/forms": "^3.0",
"nette/robot-loader": "^3.2",
"nette/security": "^3.0",
2020-01-24 22:59:22 +01:00
"nette/tester": "^2.3.1",
2020-01-09 19:37:04 +01:00
"phpstan/phpstan-nette": "^0.12",
"tracy/tracy": "^2.6"
},
"suggest": {
"latte/latte": "Allows using Latte in templates",
"nette/forms": "Allows to use Nette\\Application\\UI\\Form"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
2020-01-24 22:59:22 +01:00
"GPL-2.0-only",
"GPL-3.0-only"
2020-01-09 19:37:04 +01:00
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "🏆 Nette Application: a full-stack component-based MVC kernel for PHP that helps you write powerful and modern web applications. Write less, have cleaner code and your work will bring you joy.",
"homepage": "https://nette.org",
"keywords": [
"Forms",
"component-based",
"control",
"framework",
"mvc",
"mvp",
"nette",
"presenter",
"routing",
"seo"
],
2020-01-24 22:59:22 +01:00
"time": "2020-01-22T21:39:02+00:00"
2020-01-09 19:37:04 +01:00
},
{
"name": "nette/component-model",
"version": "v3.0.0",
"source": {
"type": "git",
"url": "https://github.com/nette/component-model.git",
"reference": "3153441f3d64bbdac300e75b8e5dde36590f7e01"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/component-model/zipball/3153441f3d64bbdac300e75b8e5dde36590f7e01",
"reference": "3153441f3d64bbdac300e75b8e5dde36590f7e01",
"shasum": ""
},
"require": {
"nette/utils": "^2.5 || ^3.0",
"php": ">=7.1"
},
"conflict": {
"nette/application": "<2.4",
"nette/nette": "<2.2"
},
"require-dev": {
"nette/tester": "^2.0",
"tracy/tracy": "^2.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0",
"GPL-3.0"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "⚛ Nette Component Model",
"homepage": "https://nette.org",
"keywords": [
"components",
"nette"
],
"time": "2019-02-20T07:13:15+00:00"
},
{
"name": "nette/finder",
"version": "v2.5.2",
"source": {
"type": "git",
"url": "https://github.com/nette/finder.git",
"reference": "4ad2c298eb8c687dd0e74ae84206a4186eeaed50"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/finder/zipball/4ad2c298eb8c687dd0e74ae84206a4186eeaed50",
"reference": "4ad2c298eb8c687dd0e74ae84206a4186eeaed50",
"shasum": ""
},
"require": {
"nette/utils": "^2.4 || ^3.0",
"php": ">=7.1"
},
"conflict": {
"nette/nette": "<2.2"
},
"require-dev": {
"nette/tester": "^2.0",
"phpstan/phpstan": "^0.12",
"tracy/tracy": "^2.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.5-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0",
"GPL-3.0"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "🔍 Nette Finder: find files and directories with an intuitive API.",
"homepage": "https://nette.org",
"keywords": [
"filesystem",
"glob",
"iterator",
"nette"
],
"time": "2020-01-03T20:35:40+00:00"
},
2020-01-09 19:37:04 +01:00
{
"name": "nette/http",
2020-04-04 19:35:02 +02:00
"version": "v3.0.4",
2020-01-09 19:37:04 +01:00
"source": {
"type": "git",
"url": "https://github.com/nette/http.git",
2020-04-04 19:35:02 +02:00
"reference": "e4d8d360c66c8af9512ca13ab629d312af2b3ce3"
2020-01-09 19:37:04 +01:00
},
"dist": {
"type": "zip",
2020-04-04 19:35:02 +02:00
"url": "https://api.github.com/repos/nette/http/zipball/e4d8d360c66c8af9512ca13ab629d312af2b3ce3",
"reference": "e4d8d360c66c8af9512ca13ab629d312af2b3ce3",
2020-01-09 19:37:04 +01:00
"shasum": ""
},
"require": {
2020-04-04 19:35:02 +02:00
"nette/utils": "^3.1",
2020-01-09 19:37:04 +01:00
"php": ">=7.1"
},
"conflict": {
2020-04-04 19:35:02 +02:00
"nette/di": "<3.0.3"
2020-01-09 19:37:04 +01:00
},
"require-dev": {
"nette/di": "^3.0",
2020-04-04 19:35:02 +02:00
"nette/security": "^3.0",
2020-01-09 19:37:04 +01:00
"nette/tester": "^2.0",
2020-04-04 19:35:02 +02:00
"phpstan/phpstan": "^0.12",
2020-01-09 19:37:04 +01:00
"tracy/tracy": "^2.4"
},
"suggest": {
"ext-fileinfo": "to detect type of uploaded files",
"nette/security": "allows use Nette\\Http\\UserStorage"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
2020-04-04 19:35:02 +02:00
"GPL-2.0-only",
"GPL-3.0-only"
2020-01-09 19:37:04 +01:00
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "🌐 Nette Http: abstraction for HTTP request, response and session. Provides careful data sanitization and utility for URL and cookies manipulation.",
"homepage": "https://nette.org",
"keywords": [
"cookies",
"http",
"nette",
"proxy",
"request",
"response",
"security",
"session",
"url"
],
2020-04-04 19:35:02 +02:00
"time": "2020-03-31T13:31:41+00:00"
2020-01-09 19:37:04 +01:00
},
{
"name": "nette/robot-loader",
2020-03-07 23:07:06 +01:00
"version": "v3.2.3",
"source": {
"type": "git",
"url": "https://github.com/nette/robot-loader.git",
2020-03-07 23:07:06 +01:00
"reference": "726c462e73e739e965ec654a667407074cfe83c0"
},
"dist": {
"type": "zip",
2020-03-07 23:07:06 +01:00
"url": "https://api.github.com/repos/nette/robot-loader/zipball/726c462e73e739e965ec654a667407074cfe83c0",
"reference": "726c462e73e739e965ec654a667407074cfe83c0",
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"nette/finder": "^2.5 || ^3.0",
"nette/utils": "^3.0",
"php": ">=7.1"
},
"require-dev": {
"nette/tester": "^2.0",
"phpstan/phpstan": "^0.12",
"tracy/tracy": "^2.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
2020-02-22 17:49:33 +01:00
"GPL-2.0-only",
"GPL-3.0-only"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "🍀 Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.",
"homepage": "https://nette.org",
"keywords": [
"autoload",
"class",
"interface",
"nette",
"trait"
],
2020-03-07 23:07:06 +01:00
"time": "2020-02-28T13:10:07+00:00"
},
2020-01-09 19:37:04 +01:00
{
"name": "nette/routing",
"version": "v3.0.0",
"source": {
"type": "git",
"url": "https://github.com/nette/routing.git",
"reference": "603c697f3df7ed214795d4e8e8c58fbf981232b1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/routing/zipball/603c697f3df7ed214795d4e8e8c58fbf981232b1",
"reference": "603c697f3df7ed214795d4e8e8c58fbf981232b1",
"shasum": ""
},
"require": {
"nette/http": "^3.0",
"nette/utils": "^3.0",
"php": ">=7.1"
},
"require-dev": {
"nette/tester": "^2.0",
"tracy/tracy": "^2.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0",
"GPL-3.0"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "Nette Routing: two-ways URL conversion",
"homepage": "https://nette.org",
"keywords": [
"nette"
],
"time": "2019-02-13T15:57:18+00:00"
},
{
"name": "nette/utils",
2020-02-09 21:25:03 +01:00
"version": "v3.1.1",
"source": {
"type": "git",
"url": "https://github.com/nette/utils.git",
2020-02-09 21:25:03 +01:00
"reference": "2c17d16d8887579ae1c0898ff94a3668997fd3eb"
},
"dist": {
"type": "zip",
2020-02-09 21:25:03 +01:00
"url": "https://api.github.com/repos/nette/utils/zipball/2c17d16d8887579ae1c0898ff94a3668997fd3eb",
"reference": "2c17d16d8887579ae1c0898ff94a3668997fd3eb",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"require-dev": {
"nette/tester": "~2.0",
"phpstan/phpstan": "^0.12",
"tracy/tracy": "^2.3"
},
"suggest": {
"ext-gd": "to use Image",
"ext-iconv": "to use Strings::webalize() and toAscii()",
"ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
"ext-json": "to use Nette\\Utils\\Json",
"ext-mbstring": "to use Strings::lower() etc...",
"ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()",
"ext-xml": "to use Strings::length() etc. when mbstring is not available"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
2020-02-09 21:25:03 +01:00
"GPL-2.0-only",
"GPL-3.0-only"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
"homepage": "https://nette.org",
"keywords": [
"array",
"core",
"datetime",
"images",
"json",
"nette",
"paginator",
"password",
"slugify",
"string",
"unicode",
"utf-8",
"utility",
"validation"
],
2020-02-09 21:25:03 +01:00
"time": "2020-02-09T14:10:55+00:00"
},
2019-09-23 13:29:51 +02: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"
},
{
"name": "php-cs-fixer/diff",
"version": "v1.3.0",
"source": {
"type": "git",
"url": "https://github.com/PHP-CS-Fixer/diff.git",
"reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
"reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7.23 || ^6.4.3",
"symfony/process": "^3.3"
},
"type": "library",
"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"
},
{
"name": "SpacePossum"
}
],
"description": "sebastian/diff v2 backport support for PHP5.6",
"homepage": "https://github.com/PHP-CS-Fixer",
"keywords": [
"diff"
],
"time": "2018-02-15T16:58:55+00:00"
},
2020-02-01 17:00:03 +01:00
{
"name": "phpstan/extension-installer",
2020-04-04 19:35:02 +02:00
"version": "1.0.4",
2020-02-01 17:00:03 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/extension-installer.git",
2020-04-04 19:35:02 +02:00
"reference": "2e041def501d661b806f50000c8a4dccbd4907b4"
2020-02-01 17:00:03 +01:00
},
"dist": {
"type": "zip",
2020-04-04 19:35:02 +02:00
"url": "https://api.github.com/repos/phpstan/extension-installer/zipball/2e041def501d661b806f50000c8a4dccbd4907b4",
"reference": "2e041def501d661b806f50000c8a4dccbd4907b4",
2020-02-01 17:00:03 +01:00
"shasum": ""
},
"require": {
2020-04-04 19:35:02 +02:00
"composer-plugin-api": "^1.1 || ^2.0",
2020-02-01 17:00:03 +01:00
"php": "^7.1",
"phpstan/phpstan": ">=0.11.6"
},
"require-dev": {
"composer/composer": "^1.8",
"consistence/coding-standard": "^3.8",
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
2020-04-04 19:35:02 +02:00
"ergebnis/composer-normalize": "^2.0.2",
2020-02-01 17:00:03 +01:00
"jakub-onderka/php-parallel-lint": "^1.0",
"phing/phing": "^2.16",
"phpstan/phpstan-strict-rules": "^0.11",
"slevomat/coding-standard": "^5.0.4"
},
"type": "composer-plugin",
"extra": {
"class": "PHPStan\\ExtensionInstaller\\Plugin"
},
"autoload": {
"psr-4": {
"PHPStan\\ExtensionInstaller\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Composer plugin for automatic installation of PHPStan extensions",
2020-04-04 19:35:02 +02:00
"time": "2020-03-31T16:00:42+00:00"
2020-02-01 17:00:03 +01:00
},
{
"name": "phpstan/phpdoc-parser",
2020-02-09 21:25:03 +01:00
"version": "0.4.3",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git",
2020-02-09 21:25:03 +01:00
"reference": "928179efc5368145a8b03cb20d58cb3f3136afae"
},
"dist": {
"type": "zip",
2020-02-09 21:25:03 +01:00
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/928179efc5368145a8b03cb20d58cb3f3136afae",
"reference": "928179efc5368145a8b03cb20d58cb3f3136afae",
"shasum": ""
},
"require": {
"php": "~7.1"
},
"require-dev": {
"consistence/coding-standard": "^3.5",
2020-02-09 21:25:03 +01:00
"ergebnis/composer-normalize": "^2.0.2",
"jakub-onderka/php-parallel-lint": "^0.9.2",
"phing/phing": "^2.16.0",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12",
"phpunit/phpunit": "^6.3",
"slevomat/coding-standard": "^4.7.2",
"symfony/process": "^4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.4-dev"
}
},
"autoload": {
"psr-4": {
"PHPStan\\PhpDocParser\\": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHPDoc parser with support for nullable, intersection and generic types",
2020-02-09 21:25:03 +01:00
"time": "2020-01-25T20:42:48+00:00"
},
2020-02-01 17:00:03 +01:00
{
"name": "phpstan/phpstan",
2020-03-24 21:52:55 +01:00
"version": "0.12.18",
2020-02-01 17:00:03 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
2020-03-24 21:52:55 +01:00
"reference": "1ce27fe29c8660a27926127d350d53d80c4d4286"
2020-02-01 17:00:03 +01:00
},
"dist": {
"type": "zip",
2020-03-24 21:52:55 +01:00
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/1ce27fe29c8660a27926127d350d53d80c4d4286",
"reference": "1ce27fe29c8660a27926127d350d53d80c4d4286",
2020-02-01 17:00:03 +01:00
"shasum": ""
},
"require": {
"php": "^7.1"
},
"bin": [
"phpstan",
"phpstan.phar"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.12-dev"
}
},
"autoload": {
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHPStan - PHP Static Analysis Tool",
2020-03-24 21:52:55 +01:00
"time": "2020-03-22T16:51:47+00:00"
2020-02-01 17:00:03 +01:00
},
{
"name": "phpstan/phpstan-doctrine",
2020-03-15 13:37:33 +01:00
"version": "0.12.10",
2020-02-01 17:00:03 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
2020-03-15 13:37:33 +01:00
"reference": "601f343b05875074454ca72702204592f8844f7d"
2020-02-01 17:00:03 +01:00
},
"dist": {
"type": "zip",
2020-03-15 13:37:33 +01:00
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/601f343b05875074454ca72702204592f8844f7d",
"reference": "601f343b05875074454ca72702204592f8844f7d",
2020-02-01 17:00:03 +01:00
"shasum": ""
},
"require": {
"php": "~7.1",
"phpstan/phpstan": "^0.12.3"
},
"conflict": {
"doctrine/collections": "<1.0",
"doctrine/common": "<2.7",
"doctrine/mongodb-odm": "<1.2",
"doctrine/orm": "<2.5"
},
"require-dev": {
"consistence/coding-standard": "^3.0.1",
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
"doctrine/collections": "^1.0",
"doctrine/common": "^2.7",
"doctrine/mongodb-odm": "^1.2",
"doctrine/orm": "^2.5",
"ergebnis/composer-normalize": "^2.0.2",
"jakub-onderka/php-parallel-lint": "^1.0",
"phing/phing": "^2.16.0",
"phpstan/phpstan-phpunit": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12",
"phpunit/phpunit": "^7.0",
"ramsey/uuid-doctrine": "^1.5.0",
"slevomat/coding-standard": "^4.5.2"
},
"type": "phpstan-extension",
"extra": {
"branch-alias": {
"dev-master": "0.12-dev"
},
"phpstan": {
"includes": [
"extension.neon",
"rules.neon"
]
}
},
"autoload": {
"psr-4": {
"PHPStan\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Doctrine extensions for PHPStan",
2020-03-15 13:37:33 +01:00
"time": "2020-03-13T13:03:08+00:00"
2020-02-01 17:00:03 +01:00
},
{
"name": "phpstan/phpstan-symfony",
2020-04-10 12:34:54 +02:00
"version": "0.12.5",
2020-02-01 17:00:03 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-symfony.git",
2020-04-10 12:34:54 +02:00
"reference": "063c8289357d42cceba956589bfb8b57b5ac4d40"
2020-02-01 17:00:03 +01:00
},
"dist": {
"type": "zip",
2020-04-10 12:34:54 +02:00
"url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/063c8289357d42cceba956589bfb8b57b5ac4d40",
"reference": "063c8289357d42cceba956589bfb8b57b5ac4d40",
2020-02-01 17:00:03 +01:00
"shasum": ""
},
"require": {
"ext-simplexml": "*",
"php": "^7.1",
"phpstan/phpstan": "^0.12"
},
"conflict": {
"symfony/framework-bundle": "<3.0"
},
"require-dev": {
"consistence/coding-standard": "^3.0.1",
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
"ergebnis/composer-normalize": "^2.0.2",
"jakub-onderka/php-parallel-lint": "^1.0",
"phing/phing": "^2.16.0",
"phpstan/phpstan-phpunit": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12",
"phpunit/phpunit": "^7.0",
"slevomat/coding-standard": "^4.5.2",
"squizlabs/php_codesniffer": "^3.3.2",
"symfony/console": "^4.0",
"symfony/framework-bundle": "^4.0",
"symfony/http-foundation": "^4.0",
"symfony/messenger": "^4.2",
"symfony/serializer": "^4.0"
},
"type": "phpstan-extension",
"extra": {
"branch-alias": {
"dev-master": "0.12-dev"
},
"phpstan": {
"includes": [
"extension.neon",
"rules.neon"
]
}
},
"autoload": {
"psr-4": {
"PHPStan\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Lukáš Unger",
"email": "looky.msc@gmail.com",
"homepage": "https://lookyman.net"
}
],
"description": "Symfony Framework extensions and rules for PHPStan",
2020-04-10 12:34:54 +02:00
"time": "2020-04-09T07:41:44+00:00"
2020-02-01 17:00:03 +01:00
},
2020-03-29 23:13:25 +02:00
{
"name": "psalm/plugin-symfony",
"version": "v1.1.3",
"source": {
"type": "git",
"url": "https://github.com/psalm/psalm-plugin-symfony.git",
"reference": "c2b2dd4ae70bf269023e22efd15b7b31f7efe51d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/psalm/psalm-plugin-symfony/zipball/c2b2dd4ae70bf269023e22efd15b7b31f7efe51d",
"reference": "c2b2dd4ae70bf269023e22efd15b7b31f7efe51d",
"shasum": ""
},
"require": {
"ext-simplexml": "*",
"php": "^7.1",
"symfony/framework-bundle": "^3.0 || ^4.0 || ^5.0",
"vimeo/psalm": "^3.7"
},
"require-dev": {
"codeception/base": "^2.5",
"phpunit/phpunit": "~7.5",
"weirdan/codeception-psalm-module": "^0.2.2"
},
"type": "psalm-plugin",
"extra": {
"psalm": {
"pluginClass": "Psalm\\SymfonyPsalmPlugin\\Plugin"
}
},
"autoload": {
"psr-4": {
"Psalm\\SymfonyPsalmPlugin\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Farhad Safarov",
"email": "farhad.safarov@gmail.com"
}
],
"description": "Psalm Plugin for Symfony",
"time": "2020-03-15T10:38:16+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",
2020-04-04 19:35:02 +02:00
"reference": "0f73cf4b4b9227eb8845723bc2a8869bc4dd6e8f"
2019-03-27 19:19:50 +01:00
},
"dist": {
"type": "zip",
2020-04-04 19:35:02 +02:00
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/0f73cf4b4b9227eb8845723bc2a8869bc4dd6e8f",
"reference": "0f73cf4b4b9227eb8845723bc2a8869bc4dd6e8f",
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",
2020-02-13 22:04:40 +01:00
"bagisto/bagisto": "<0.1.5",
"bolt/bolt": "<3.6.10",
2019-03-27 19:19:50 +01:00
"brightlocal/phpwhois": "<=4.2.5",
2020-02-29 23:20:38 +01:00
"buddypress/buddypress": "<5.1.2",
2019-03-27 19:19:50 +01:00
"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",
2020-02-22 17:49:33 +01:00
"centreon/centreon": "<18.10.8|>=19,<19.4.5",
2020-02-13 22:04:40 +01:00
"cesnet/simplesamlphp-module-proxystatistics": "<3.1",
2019-03-27 19:19:50 +01:00
"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",
2020-02-13 22:04:40 +01:00
"dolibarr/dolibarr": "<=10.0.6",
2019-03-27 19:19:50 +01:00
"dompdf/dompdf": ">=0.6,<0.6.2",
2020-04-04 19:35:02 +02:00
"drupal/core": ">=7,<7.69|>=8,<8.7.12|>=8.8,<8.8.4",
"drupal/drupal": ">=7,<7.69|>=8,<8.7.12|>=8.8,<8.8.4",
2020-01-09 19:37:04 +01:00
"endroid/qr-code-bundle": "<3.4.2",
2020-02-29 23:20:38 +01:00
"enshrined/svg-sanitize": "<0.13.1",
2019-04-14 13:43:34 +02:00
"erusev/parsedown": "<1.7.2",
2020-02-09 21:25:03 +01:00
"ezsystems/ezfind-ls": ">=5.3,<5.3.6.1|>=5.4,<5.4.11.1|>=2017.12,<2017.12.0.1",
"ezsystems/ezplatform": ">=1.7,<1.7.9.1|>=1.13,<1.13.5.1|>=2.5,<2.5.4",
"ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6",
"ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2",
"ezsystems/ezplatform-user": ">=1,<1.0.1",
2020-03-04 20:48:09 +01:00
"ezsystems/ezpublish-kernel": ">=5.3,<5.3.12.1|>=5.4,<5.4.14.1|>=6,<6.7.9.1|>=6.8,<6.13.6.2|>=7,<7.2.4.1|>=7.3,<7.3.2.1|>=7.5,<7.5.6.2",
"ezsystems/ezpublish-legacy": ">=5.3,<5.3.12.6|>=5.4,<5.4.14.1|>=2011,<2017.12.7.2|>=2018.6,<2018.6.1.4|>=2018.9,<2018.9.1.3|>=2019.3,<2019.3.4.2",
2019-03-27 19:19:50 +01:00
"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",
2020-03-15 13:37:33 +01:00
"friendsofsymfony/oauth2-php": "<1.3",
2019-03-27 19:19:50 +01:00
"friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
"friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
"fuel/core": "<1.8.1",
2020-02-13 22:04:40 +01:00
"getgrav/grav": "<1.7-beta.8",
2019-03-27 19:19:50 +01:00
"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",
2020-03-15 13:37:33 +01:00
"illuminate/view": ">=7,<7.1.2",
2019-03-27 19:19:50 +01:00
"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",
2020-03-15 13:37:33 +01:00
"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|>=7,<7.1.2",
2019-03-27 19:19:50 +01:00
"laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
"league/commonmark": "<0.18.3",
2020-02-13 22:04:40 +01:00
"librenms/librenms": "<1.53",
"magento/community-edition": ">=2,<2.2.10|>=2.3,<2.3.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",
2020-02-22 17:49:33 +01:00
"oneup/uploader-bundle": "<1.9.3|>=2,<2.1.5",
2019-03-27 19:19:50 +01:00
"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",
2020-02-13 22:04:40 +01:00
"phpfastcache/phpfastcache": ">=5,<5.0.13",
2019-03-27 19:19:50 +01:00
"phpmailer/phpmailer": ">=5,<5.2.27|>=6,<6.0.6",
2020-02-13 22:04:40 +01:00
"phpmyadmin/phpmyadmin": "<4.9.2",
2020-02-09 21:25:03 +01:00
"phpoffice/phpexcel": "<1.8.2",
2020-02-13 22:04:40 +01:00
"phpoffice/phpspreadsheet": "<1.8",
2019-03-27 19:19:50 +01:00
"phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3",
"phpwhois/phpwhois": "<=4.2.5",
"phpxmlrpc/extras": "<0.6.1",
2020-02-13 22:04:40 +01:00
"pimcore/pimcore": "<6.3",
"prestashop/autoupgrade": ">=4,<4.10.1",
"prestashop/gamification": "<2.3.2",
"prestashop/ps_facetedsearch": "<3.4.1",
"privatebin/privatebin": "<1.2.2|>=1.3,<1.3.2",
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",
2020-02-13 22:04:40 +01:00
"robrichards/xmlseclibs": "<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",
2020-02-09 21:25:03 +01:00
"silverstripe/admin": ">=1.0.3,<1.0.4|>=1.1,<1.1.1",
2020-03-04 20:48:09 +01:00
"silverstripe/assets": ">=1,<1.3.5|>=1.4,<1.4.4",
2020-02-13 22:04:40 +01:00
"silverstripe/cms": "<4.3.6|>=4.4,<4.4.4",
2020-02-09 21:25:03 +01:00
"silverstripe/comments": ">=1.3,<1.9.99|>=2,<2.9.99|>=3,<3.1.1",
2019-03-27 19:19:50 +01:00
"silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
2020-02-22 17:49:33 +01:00
"silverstripe/framework": "<4.4.5|>=4.5,<4.5.2",
2019-06-16 12:36:17 +02:00
"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",
2020-02-09 21:25:03 +01:00
"silverstripe/subsites": ">=2,<2.1.1",
"silverstripe/taxonomy": ">=1.3,<1.3.1|>=2,<2.0.1",
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",
2020-02-13 22:04:40 +01:00
"simplesamlphp/simplesamlphp": "<1.18.4",
2019-03-27 19:19:50 +01:00
"simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
2020-02-13 22:04:40 +01:00
"simplito/elliptic-php": "<1.0.6",
2019-03-27 19:19:50 +01:00
"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",
2020-03-15 13:37:33 +01:00
"ssddanbrown/bookstack": "<0.25.3",
2019-03-27 19:19:50 +01:00
"stormpath/sdk": ">=0,<9.9.99",
2020-01-24 22:59:22 +01:00
"studio-42/elfinder": "<2.1.49",
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",
2020-02-13 22:04:40 +01:00
"sylius/resource-bundle": "<1.3.13|>=1.4,<1.4.6|>=1.5,<1.5.1|>=1.6,<1.6.3",
"sylius/sylius": "<1.3.16|>=1.4,<1.4.12|>=1.5,<1.5.9|>=1.6,<1.6.5",
2020-02-09 21:25:03 +01:00
"symbiote/silverstripe-multivaluefield": ">=3,<3.0.99",
2020-02-13 22:04:40 +01:00
"symbiote/silverstripe-versionedfiles": "<=2.0.3",
"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",
2020-03-30 19:34:07 +02:00
"symfony/error-handler": ">=4.4,<4.4.4|>=5,<5.0.4",
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",
2020-03-30 19:34:07 +02:00
"symfony/http-foundation": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7",
"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",
"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",
2020-03-30 19:34:07 +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|>=4.4,<4.4.7|>=5,<5.0.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",
2020-03-30 19:34:07 +02: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|>=4.4,<4.4.7|>=5,<5.0.7",
2019-03-27 19:19:50 +01:00
"symfony/serializer": ">=2,<2.0.11",
2020-03-30 19:34:07 +02:00
"symfony/symfony": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7",
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",
"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",
2020-02-13 22:04:40 +01:00
"usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2",
2020-02-29 23:20:38 +01:00
"verot/class.upload.php": "<=1.0.3|>=2,<=2.0.4",
2019-03-27 19:19:50 +01:00
"wallabag/tcpdf": "<6.2.22",
"willdurand/js-translation-bundle": "<2.1.1",
2020-02-13 22:04:40 +01:00
"yii2mod/yii2-cms": "<1.9.2",
2019-03-27 19:19:50 +01:00
"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",
2020-02-13 22:04:40 +01:00
"yourls/yourls": "<1.7.4",
2019-03-27 19:19:50 +01:00
"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"
2020-02-01 16:02:43 +01:00
},
{
"name": "Ilya Tribusean",
"email": "slash3b@gmail.com",
"role": "maintainer"
2019-03-27 19:19:50 +01:00
}
],
"description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
2020-04-04 19:35:02 +02:00
"time": "2020-03-31T14:30:16+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"
},
{
"name": "slevomat/coding-standard",
2020-03-30 19:34:07 +02:00
"version": "6.2.0",
"source": {
"type": "git",
"url": "https://github.com/slevomat/coding-standard.git",
2020-03-30 19:34:07 +02:00
"reference": "c4bf9cad66da885cc843cc24d708661d9d8fbb95"
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/slevomat/coding-standard/zipball/c4bf9cad66da885cc843cc24d708661d9d8fbb95",
"reference": "c4bf9cad66da885cc843cc24d708661d9d8fbb95",
"shasum": ""
},
"require": {
"php": "^7.1",
2020-03-30 19:34:07 +02:00
"phpstan/phpdoc-parser": "0.4.0 - 0.4.3",
2020-02-09 21:25:03 +01:00
"squizlabs/php_codesniffer": "^3.5.4"
},
"require-dev": {
2020-02-09 21:25:03 +01:00
"dealerdirect/phpcodesniffer-composer-installer": "0.6.2",
"phing/phing": "2.16.3",
2020-03-30 19:34:07 +02:00
"php-parallel-lint/php-parallel-lint": "1.1.0",
"phpstan/phpstan": "0.12.18",
"phpstan/phpstan-phpunit": "0.12.6",
"phpstan/phpstan-strict-rules": "0.12.2",
"phpunit/phpunit": "7.5.20|8.5.2|9.0.1"
},
"type": "phpcodesniffer-standard",
2020-03-30 19:34:07 +02:00
"extra": {
"branch-alias": {
"dev-master": "6.x-dev"
}
},
"autoload": {
"psr-4": {
"SlevomatCodingStandard\\": "SlevomatCodingStandard"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Slevomat Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.",
2020-03-30 19:34:07 +02:00
"time": "2020-03-28T22:04:31+00:00"
},
{
"name": "squizlabs/php_codesniffer",
2020-02-01 16:02:43 +01:00
"version": "3.5.4",
"source": {
"type": "git",
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
2020-02-01 16:02:43 +01:00
"reference": "dceec07328401de6211037abbb18bda423677e26"
},
"dist": {
"type": "zip",
2020-02-01 16:02:43 +01:00
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/dceec07328401de6211037abbb18bda423677e26",
"reference": "dceec07328401de6211037abbb18bda423677e26",
"shasum": ""
},
"require": {
"ext-simplexml": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
},
"bin": [
"bin/phpcs",
"bin/phpcbf"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Greg Sherwood",
"role": "lead"
}
],
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
"homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
"keywords": [
"phpcs",
"standards"
],
2020-02-01 16:02:43 +01:00
"time": "2020-01-30T22:20:29+00:00"
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/browser-kit",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/browser-kit.git",
2020-03-30 19:34:07 +02:00
"reference": "e4b0dc1b100bf75b5717c5b451397f230a618a42"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/e4b0dc1b100bf75b5717c5b451397f230a618a42",
"reference": "e4b0dc1b100bf75b5717c5b451397f230a618a42",
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",
2020-03-30 19:34:07 +02:00
"time": "2020-03-28T10:15:50+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/debug-bundle",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/debug-bundle.git",
2020-03-30 19:34:07 +02:00
"reference": "dc847e4971b9f76b30e02d421b303d349d5aeed2"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/debug-bundle/zipball/dc847e4971b9f76b30e02d421b303d349d5aeed2",
"reference": "dc847e4971b9f76b30e02d421b303d349d5aeed2",
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",
2020-03-30 19:34:07 +02:00
"time": "2020-03-27T16:54:36+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/debug-pack",
"version": "v1.0.8",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/debug-pack.git",
"reference": "7310a66f9f81c9f292ff9089f0b0062386cb83fb"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/debug-pack/zipball/7310a66f9f81c9f292ff9089f0b0062386cb83fb",
"reference": "7310a66f9f81c9f292ff9089f0b0062386cb83fb",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"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": "2020-04-07T10:08:51+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/dom-crawler",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/dom-crawler.git",
2020-03-30 19:34:07 +02:00
"reference": "4d0fb3374324071ecdd94898367a3fa4b5563162"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/4d0fb3374324071ecdd94898367a3fa4b5563162",
"reference": "4d0fb3374324071ecdd94898367a3fa4b5563162",
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",
2020-03-30 19:34:07 +02:00
"time": "2020-03-29T19:12:22+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/maker-bundle",
"version": "v1.15.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/maker-bundle.git",
"reference": "31396f2e61803f0e2debbb43ba5aa21acbc6e15a"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/maker-bundle/zipball/31396f2e61803f0e2debbb43ba5aa21acbc6e15a",
"reference": "31396f2e61803f0e2debbb43ba5aa21acbc6e15a",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"doctrine/inflector": "^1.2",
"nikic/php-parser": "^4.0",
"php": "^7.0.8",
"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": {
"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",
"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"
],
"time": "2020-04-05T10:50:59+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/phpunit-bridge",
2020-03-30 19:34:07 +02:00
"version": "v5.0.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/phpunit-bridge.git",
2020-03-30 19:34:07 +02:00
"reference": "0258b43a94972abf1ee99ce2221359f8ac2a17fd"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/0258b43a94972abf1ee99ce2221359f8ac2a17fd",
"reference": "0258b43a94972abf1ee99ce2221359f8ac2a17fd",
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": {
2020-02-29 23:20:38 +01:00
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0|<6.4,>=6.0"
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",
2020-03-30 19:34:07 +02:00
"time": "2020-03-27T16:56:45+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",
2020-03-30 19:34:07 +02:00
"version": "v4.4.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/web-profiler-bundle.git",
2020-03-30 19:34:07 +02:00
"reference": "4c432f5c21c700270819daacf95323302fa8f004"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-30 19:34:07 +02:00
"url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/4c432f5c21c700270819daacf95323302fa8f004",
"reference": "4c432f5c21c700270819daacf95323302fa8f004",
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",
2020-01-24 22:59:22 +01:00
"symfony/routing": "^4.3|^5.0",
2019-11-21 22:16:30 +01:00
"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": {
2020-01-24 22:59:22 +01:00
"symfony/browser-kit": "^4.3|^5.0",
"symfony/console": "^4.3|^5.0",
"symfony/css-selector": "^3.4|^4.0|^5.0",
2019-11-21 22:16:30 +01:00
"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",
2020-03-30 19:34:07 +02:00
"time": "2020-03-27T16:54:36+00:00"
2019-09-23 13:29:51 +02:00
},
2020-01-09 19:37:04 +01:00
{
"name": "symplify/auto-bind-parameter",
2020-04-10 12:34:54 +02:00
"version": "v7.2.12",
2020-01-09 19:37:04 +01:00
"source": {
"type": "git",
2020-02-29 23:20:38 +01:00
"url": "https://github.com/symplify/auto-bind-parameter.git",
2020-04-10 12:34:54 +02:00
"reference": "e07e2d6228b8211321098647166c6c48fcd58498"
2020-01-09 19:37:04 +01:00
},
"dist": {
"type": "zip",
2020-04-10 12:34:54 +02:00
"url": "https://api.github.com/repos/symplify/auto-bind-parameter/zipball/e07e2d6228b8211321098647166c6c48fcd58498",
"reference": "e07e2d6228b8211321098647166c6c48fcd58498",
2020-01-09 19:37:04 +01:00
"shasum": ""
},
"require": {
"nette/utils": "^3.0",
"php": "^7.2",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/http-kernel": "^4.4|^5.0",
2020-04-10 12:34:54 +02:00
"symplify/package-builder": "^7.2.12"
2020-01-09 19:37:04 +01:00
},
"require-dev": {
2020-02-29 23:20:38 +01:00
"phpunit/phpunit": "^8.5|^9.0"
2020-01-09 19:37:04 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 22:24:02 +01:00
"dev-master": "7.3-dev"
2020-01-09 19:37:04 +01:00
}
},
"autoload": {
"psr-4": {
"Symplify\\AutoBindParameter\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Auto bind parameters for your Symfony applications",
2020-04-10 12:34:54 +02:00
"time": "2020-04-09T23:55:34+00:00"
2020-01-09 19:37:04 +01:00
},
{
"name": "symplify/autowire-array-parameter",
2020-04-10 12:34:54 +02:00
"version": "v7.2.12",
2020-01-09 19:37:04 +01:00
"source": {
"type": "git",
2020-02-29 23:20:38 +01:00
"url": "https://github.com/symplify/autowire-array-parameter.git",
2020-04-10 12:34:54 +02:00
"reference": "8a0b518432dfa8d9d5a6b3848683609683f0696b"
2020-01-09 19:37:04 +01:00
},
"dist": {
"type": "zip",
2020-04-10 12:34:54 +02:00
"url": "https://api.github.com/repos/symplify/autowire-array-parameter/zipball/8a0b518432dfa8d9d5a6b3848683609683f0696b",
"reference": "8a0b518432dfa8d9d5a6b3848683609683f0696b",
2020-01-09 19:37:04 +01:00
"shasum": ""
},
"require": {
"nette/application": "^3.0",
"nette/utils": "^3.0",
"php": "^7.2",
"symfony/dependency-injection": "^4.4|^5.0",
2020-04-10 12:34:54 +02:00
"symplify/package-builder": "^7.2.12"
2020-01-09 19:37:04 +01:00
},
"require-dev": {
2020-02-29 23:20:38 +01:00
"phpunit/phpunit": "^8.5|^9.0"
2020-01-09 19:37:04 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 22:24:02 +01:00
"dev-master": "7.3-dev"
2020-01-09 19:37:04 +01:00
}
},
"autoload": {
"psr-4": {
"Symplify\\AutowireArrayParameter\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Autowire array parameters for your Symfony applications",
2020-04-10 12:34:54 +02:00
"time": "2020-04-09T23:55:34+00:00"
2020-01-09 19:37:04 +01:00
},
{
"name": "symplify/coding-standard",
2020-04-10 12:34:54 +02:00
"version": "v7.2.12",
"source": {
"type": "git",
2020-02-29 23:20:38 +01:00
"url": "https://github.com/symplify/coding-standard.git",
2020-04-10 12:34:54 +02:00
"reference": "900e96cf4dc7315c038f6f8d565c9bc83d9fd649"
},
"dist": {
"type": "zip",
2020-04-10 12:34:54 +02:00
"url": "https://api.github.com/repos/symplify/coding-standard/zipball/900e96cf4dc7315c038f6f8d565c9bc83d9fd649",
"reference": "900e96cf4dc7315c038f6f8d565c9bc83d9fd649",
"shasum": ""
},
"require": {
"friendsofphp/php-cs-fixer": "^2.16",
"nette/finder": "^2.5",
"nette/utils": "^3.0",
"php": "^7.2",
"phpstan/phpdoc-parser": "^0.4",
"squizlabs/php_codesniffer": "^3.5",
2020-04-10 12:34:54 +02:00
"symplify/autowire-array-parameter": "^7.2.12",
"symplify/package-builder": "^7.2.12",
"symplify/smart-file-system": "^7.2.12"
},
"require-dev": {
"nette/application": "^3.0",
2020-02-29 23:20:38 +01:00
"phpunit/phpunit": "^8.5|^9.0",
2020-04-10 12:34:54 +02:00
"symplify/easy-coding-standard-tester": "^7.2.12",
"symplify/package-builder": "^7.2.12"
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 22:24:02 +01:00
"dev-master": "7.3-dev"
}
},
"autoload": {
"psr-4": {
"Symplify\\CodingStandard\\": "src",
2020-02-29 23:20:38 +01:00
"Symplify\\CodingStandard\\TokenRunner\\": "packages/token-runner/src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Set of Symplify rules for PHP_CodeSniffer and PHP CS Fixer.",
2020-04-10 12:34:54 +02:00
"time": "2020-04-09T23:55:34+00:00"
},
{
"name": "symplify/easy-coding-standard",
2020-04-10 12:34:54 +02:00
"version": "v7.2.12",
"source": {
"type": "git",
2020-03-15 13:56:31 +01:00
"url": "https://github.com/symplify/easy-coding-standard.git",
2020-04-10 12:34:54 +02:00
"reference": "8b62588f3f7c6c2605d3d7693297ebed9b4956e5"
},
"dist": {
"type": "zip",
2020-04-10 12:34:54 +02:00
"url": "https://api.github.com/repos/symplify/easy-coding-standard/zipball/8b62588f3f7c6c2605d3d7693297ebed9b4956e5",
"reference": "8b62588f3f7c6c2605d3d7693297ebed9b4956e5",
"shasum": ""
},
"require": {
"composer/xdebug-handler": "^1.4",
"friendsofphp/php-cs-fixer": "^2.16",
"jean85/pretty-package-versions": "^1.2",
"nette/robot-loader": "^3.2",
"nette/utils": "^3.0",
"ocramius/package-versions": "^1.4",
"php": "^7.2",
"psr/simple-cache": "^1.0",
"slevomat/coding-standard": "^6.0",
"squizlabs/php_codesniffer": "^3.5",
"symfony/cache": "^4.4|^5.0",
"symfony/config": "^4.4|^5.0",
"symfony/console": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/finder": "^4.4|^5.0",
"symfony/http-kernel": "^4.4|^5.0",
"symfony/yaml": "^4.4|^5.0",
2020-04-10 12:34:54 +02:00
"symplify/auto-bind-parameter": "^7.2.12",
"symplify/autowire-array-parameter": "^7.2.12",
"symplify/coding-standard": "^7.2.12",
"symplify/package-builder": "^7.2.12",
"symplify/set-config-resolver": "^7.2.12",
"symplify/smart-file-system": "^7.2.12"
2020-03-15 13:56:31 +01:00
},
"replace": {
"symfony/polyfill-php70": "*"
},
"require-dev": {
2020-03-15 13:56:31 +01:00
"phpunit/phpunit": "^8.5|^9.0",
2020-04-10 12:34:54 +02:00
"symplify/easy-coding-standard-tester": "^7.2.12"
},
"bin": [
"bin/ecs"
],
"type": "library",
"extra": {
"branch-alias": {
2020-03-15 13:56:31 +01:00
"dev-master": "7.3-dev"
}
},
"autoload": {
"psr-4": {
"Symplify\\EasyCodingStandard\\": "src",
2020-03-15 13:56:31 +01:00
"Symplify\\EasyCodingStandard\\ChangedFilesDetector\\": "packages/changed-files-detector/src",
"Symplify\\EasyCodingStandard\\Configuration\\": "packages/configuration/src",
"Symplify\\EasyCodingStandard\\FixerRunner\\": "packages/fixer-runner/src",
"Symplify\\EasyCodingStandard\\SniffRunner\\": "packages/sniff-runner/src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Use Coding Standard with 0-knowledge of PHP-CS-Fixer and PHP_CodeSniffer.",
2020-04-10 12:34:54 +02:00
"time": "2020-04-09T23:55:34+00:00"
},
{
"name": "symplify/package-builder",
2020-04-10 12:34:54 +02:00
"version": "v7.2.12",
"source": {
"type": "git",
2020-02-29 23:20:38 +01:00
"url": "https://github.com/symplify/package-builder.git",
2020-04-10 12:34:54 +02:00
"reference": "95f3ac3cccc6e247d71c5830879c25c8207b0297"
},
"dist": {
"type": "zip",
2020-04-10 12:34:54 +02:00
"url": "https://api.github.com/repos/symplify/package-builder/zipball/95f3ac3cccc6e247d71c5830879c25c8207b0297",
"reference": "95f3ac3cccc6e247d71c5830879c25c8207b0297",
"shasum": ""
},
"require": {
"nette/finder": "^2.5",
"nette/utils": "^3.0",
"php": "^7.2",
"symfony/config": "^4.4|^5.0",
"symfony/console": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/finder": "^4.4|^5.0",
"symfony/http-kernel": "^4.4|^5.0",
"symfony/yaml": "^4.4|^5.0"
},
"require-dev": {
2020-02-29 23:20:38 +01:00
"phpunit/phpunit": "^8.5|^9.0"
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 22:24:02 +01:00
"dev-master": "7.3-dev"
}
},
"autoload": {
"psr-4": {
"Symplify\\PackageBuilder\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Dependency Injection, Console and Kernel toolkit for Symplify packages.",
2020-04-10 12:34:54 +02:00
"time": "2020-04-07T13:55:45+00:00"
},
{
"name": "symplify/set-config-resolver",
2020-04-10 12:34:54 +02:00
"version": "v7.2.12",
"source": {
"type": "git",
2020-02-29 23:20:38 +01:00
"url": "https://github.com/symplify/set-config-resolver.git",
2020-04-10 12:34:54 +02:00
"reference": "275e882c5cb175bbb9520c652b9d25a23a678d30"
},
"dist": {
"type": "zip",
2020-04-10 12:34:54 +02:00
"url": "https://api.github.com/repos/symplify/set-config-resolver/zipball/275e882c5cb175bbb9520c652b9d25a23a678d30",
"reference": "275e882c5cb175bbb9520c652b9d25a23a678d30",
"shasum": ""
},
"require": {
"nette/utils": "^3.0",
"php": "^7.2",
"symfony/console": "^4.4|^5.0",
2020-01-09 19:37:04 +01:00
"symfony/filesystem": "^4.4|^5.0",
"symfony/finder": "^4.4|^5.0",
2020-04-10 12:34:54 +02:00
"symplify/smart-file-system": "^7.2.12"
},
"require-dev": {
2020-02-29 23:20:38 +01:00
"phpunit/phpunit": "^8.5|^9.0"
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 22:24:02 +01:00
"dev-master": "7.3-dev"
}
},
"autoload": {
"psr-4": {
"Symplify\\SetConfigResolver\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Resolve config and sets from configs and cli opptions for CLI applications",
2020-04-10 12:34:54 +02:00
"time": "2020-04-09T23:55:34+00:00"
},
{
"name": "symplify/smart-file-system",
2020-04-10 12:34:54 +02:00
"version": "v7.2.12",
"source": {
"type": "git",
2020-02-29 23:20:38 +01:00
"url": "https://github.com/symplify/smart-file-system.git",
2020-04-10 12:34:54 +02:00
"reference": "c7496682de3aeb006ef360431ba5d04ed262f802"
},
"dist": {
"type": "zip",
2020-04-10 12:34:54 +02:00
"url": "https://api.github.com/repos/symplify/smart-file-system/zipball/c7496682de3aeb006ef360431ba5d04ed262f802",
"reference": "c7496682de3aeb006ef360431ba5d04ed262f802",
"shasum": ""
},
"require": {
"nette/utils": "^3.0",
"php": "^7.2",
2020-01-09 19:37:04 +01:00
"symfony/filesystem": "^4.4|^5.0",
"symfony/finder": "^4.4|^5.0"
},
"require-dev": {
2020-01-09 19:37:04 +01:00
"nette/finder": "^2.5",
2020-02-29 23:20:38 +01:00
"phpstan/phpstan": "^0.12.10",
"phpunit/phpunit": "^8.5|^9.0"
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-11 22:24:02 +01:00
"dev-master": "7.3-dev"
}
},
"autoload": {
"psr-4": {
"Symplify\\SmartFileSystem\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Sanitized FileInfo with safe getRealPath() and other handy methods",
2020-03-24 21:52:55 +01:00
"time": "2020-03-18T23:14:48+00:00"
},
2019-09-23 13:29:51 +02:00
{
"name": "vimeo/psalm",
2020-03-24 21:52:55 +01:00
"version": "3.10.1",
2019-09-23 13:29:51 +02:00
"source": {
"type": "git",
"url": "https://github.com/vimeo/psalm.git",
2020-03-24 21:52:55 +01:00
"reference": "eeed5ecccc10131397f0eb7ee6da810c0be3a7fc"
2019-09-23 13:29:51 +02:00
},
"dist": {
"type": "zip",
2020-03-24 21:52:55 +01:00
"url": "https://api.github.com/repos/vimeo/psalm/zipball/eeed5ecccc10131397f0eb7ee6da810c0be3a7fc",
"reference": "eeed5ecccc10131397f0eb7ee6da810c0be3a7fc",
2019-09-23 13:29:51 +02:00
"shasum": ""
},
"require": {
"amphp/amp": "^2.1",
"amphp/byte-stream": "^1.5",
2020-02-09 21:25:03 +01:00
"composer/semver": "^1.4",
2019-09-23 13:29:51 +02:00
"composer/xdebug-handler": "^1.1",
2019-12-29 13:35:30 +01:00
"ext-dom": "*",
2020-01-09 19:37:04 +01:00
"ext-json": "*",
"ext-libxml": "*",
"ext-simplexml": "*",
"ext-tokenizer": "*",
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",
2020-02-09 21:25:03 +01:00
"php": "^7.1.3|^8",
"sebastian/diff": "^3.0 || ^4.0",
2020-01-16 20:38:39 +01:00
"symfony/console": "^3.4.17 || ^4.1.6 || ^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",
2020-03-07 23:07:06 +01:00
"brianium/paratest": "^4.0.0",
2019-10-03 18:14:45 +02:00
"ext-curl": "*",
2020-02-22 17:49:33 +01:00
"phpmyadmin/sql-parser": "5.1.0",
2020-01-01 15:49:42 +01:00
"phpspec/prophecy": ">=1.9.0",
2020-03-07 23:07:06 +01:00
"phpunit/phpunit": "^7.5.16 || ^8.5",
2020-02-22 17:49:33 +01:00
"psalm/plugin-phpunit": "^0.9",
2019-09-23 13:29:51 +02:00
"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",
"psalm-language-server",
"psalm-plugin",
2020-01-16 20:38:39 +01:00
"psalm-refactor",
"psalter"
2019-09-23 13:29:51 +02:00
],
"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-03-24 21:52:55 +01:00
"time": "2020-03-23T11:40:30+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": {
"roave/security-advisories": 20
},
2019-02-23 16:49:38 +01:00
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": "^7.2.5",
"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": "*",
"ext-intl": "*",
"ext-json": "*",
2019-10-11 23:53:12 +02:00
"ext-mbstring": "*"
2019-02-23 16:49:38 +01:00
},
"platform-dev": [],
"platform-overrides": {
"php": "7.2.5"
}
2019-02-23 16:49:38 +01:00
}