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-07-30 17:13:16 +02:00
"content-hash": "9b6835662f9869a505bdffe0f6d3832f",
2019-02-23 16:49:38 +01:00
"packages": [
2019-12-14 16:35:19 +01:00
{
"name": "beberlei/assert",
2019-12-26 15:07:32 +01:00
"version": "v3.2.7",
2019-12-14 16:35:19 +01:00
"source": {
"type": "git",
"url": "https://github.com/beberlei/assert.git",
2019-12-26 15:07:32 +01:00
"reference": "d63a6943fc4fd1a2aedb65994e3548715105abcf"
2019-12-14 16:35:19 +01:00
},
"dist": {
"type": "zip",
2019-12-26 15:07:32 +01:00
"url": "https://api.github.com/repos/beberlei/assert/zipball/d63a6943fc4fd1a2aedb65994e3548715105abcf",
"reference": "d63a6943fc4fd1a2aedb65994e3548715105abcf",
2019-12-14 16:35:19 +01:00
"shasum": ""
},
"require": {
"ext-ctype": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-simplexml": "*",
"php": "^7"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "*",
"phpstan/phpstan-shim": "*",
"phpunit/phpunit": ">=6.0.0 <8"
},
"suggest": {
"ext-intl": "Needed to allow Assertion::count(), Assertion::isCountable(), Assertion::minCount(), and Assertion::maxCount() to operate on ResourceBundles"
},
"type": "library",
"autoload": {
"psr-4": {
"Assert\\": "lib/Assert"
},
"files": [
"lib/Assert/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de",
"role": "Lead Developer"
},
{
"name": "Richard Quadling",
"email": "rquadling@gmail.com",
"role": "Collaborator"
}
],
"description": "Thin assertion library for input validation in business models.",
"keywords": [
"assert",
"assertion",
"validation"
],
2019-12-26 15:07:32 +01:00
"time": "2019-12-19T17:51:41+00:00"
2019-12-14 16:35:19 +01:00
},
2020-03-08 13:05:53 +01:00
{
"name": "beberlei/doctrineextensions",
2020-07-04 23:38:18 +02:00
"version": "v1.2.7",
2020-03-08 13:05:53 +01:00
"source": {
"type": "git",
"url": "https://github.com/beberlei/DoctrineExtensions.git",
2020-07-04 23:38:18 +02:00
"reference": "5f16b305dda06eda0d2d293c9d2bbd299249a996"
2020-03-08 13:05:53 +01:00
},
"dist": {
"type": "zip",
2020-07-04 23:38:18 +02:00
"url": "https://api.github.com/repos/beberlei/DoctrineExtensions/zipball/5f16b305dda06eda0d2d293c9d2bbd299249a996",
"reference": "5f16b305dda06eda0d2d293c9d2bbd299249a996",
2020-03-08 13:05:53 +01:00
"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"
],
2020-07-04 23:38:18 +02:00
"time": "2020-06-30T03:28:02+00:00"
2020-03-08 13:05:53 +01:00
},
2020-05-18 22:07:09 +02:00
{
"name": "brick/math",
"version": "0.8.15",
"source": {
"type": "git",
"url": "https://github.com/brick/math.git",
"reference": "9b08d412b9da9455b210459ff71414de7e6241cd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/brick/math/zipball/9b08d412b9da9455b210459ff71414de7e6241cd",
"reference": "9b08d412b9da9455b210459ff71414de7e6241cd",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": "^7.1|^8.0"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^7.5.15|^8.5",
"vimeo/psalm": "^3.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Brick\\Math\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Arbitrary-precision arithmetic library",
"keywords": [
"Arbitrary-precision",
"BigInteger",
"BigRational",
"arithmetic",
"bigdecimal",
"bignum",
"brick",
"math"
],
"time": "2020-04-15T15:59:35+00:00"
},
2020-06-08 20:23:35 +02:00
{
"name": "composer/ca-bundle",
"version": "1.2.7",
"source": {
"type": "git",
"url": "https://github.com/composer/ca-bundle.git",
"reference": "95c63ab2117a72f48f5a55da9740a3273d45b7fd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/95c63ab2117a72f48f5a55da9740a3273d45b7fd",
"reference": "95c63ab2117a72f48f5a55da9740a3273d45b7fd",
"shasum": ""
},
"require": {
"ext-openssl": "*",
"ext-pcre": "*",
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8",
"psr/log": "^1.0",
"symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\CaBundle\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
"keywords": [
"cabundle",
"cacert",
"certificate",
"ssl",
"tls"
],
"time": "2020-04-08T08:27:21+00:00"
},
2020-07-18 23:50:39 +02:00
{
"name": "composer/package-versions-deprecated",
"version": "1.10.99",
"source": {
"type": "git",
"url": "https://github.com/composer/package-versions-deprecated.git",
"reference": "dd51b4443d58b34b6d9344cf4c288e621c9a826f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/dd51b4443d58b34b6d9344cf4c288e621c9a826f",
"reference": "dd51b4443d58b34b6d9344cf4c288e621c9a826f",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.1.0 || ^2.0",
"php": "^7"
},
"replace": {
"ocramius/package-versions": "1.10.99"
},
"require-dev": {
"composer/composer": "^1.9.3 || ^2.0@dev",
"ext-zip": "^1.13",
"phpunit/phpunit": "^6.5 || ^7"
},
"type": "composer-plugin",
"extra": {
"class": "PackageVersions\\Installer",
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"PackageVersions\\": "src/PackageVersions"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be"
}
],
"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2020-07-15T08:39:18+00:00"
},
2019-02-23 16:49:38 +01:00
{
"name": "doctrine/annotations",
2020-05-26 18:32:23 +02:00
"version": "1.10.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
2020-05-26 18:32:23 +02:00
"reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-05-26 18:32:23 +02:00
"url": "https://api.github.com/repos/doctrine/annotations/zipball/5db60a4969eba0e0c197a19c077780aadbc43c5d",
"reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"doctrine/lexer": "1.*",
2020-04-04 19:35:02 +02:00
"ext-tokenizer": "*",
2020-05-26 18:32:23 +02:00
"php": "^7.1 || ^8.0"
2019-02-23 16:49:38 +01:00
},
"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": [
2019-08-13 13:04:31 +02:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-02-23 16:49:38 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Docblock Annotations Parser",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"annotations",
"docblock",
"parser"
],
2020-05-26 18:32:23 +02:00
"time": "2020-05-25T17:24:27+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/cache",
2020-07-18 23:50:39 +02:00
"version": "1.10.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/cache.git",
2020-07-18 23:50:39 +02:00
"reference": "13e3381b25847283a91948d04640543941309727"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-07-18 23:50:39 +02:00
"url": "https://api.github.com/repos/doctrine/cache/zipball/13e3381b25847283a91948d04640543941309727",
"reference": "13e3381b25847283a91948d04640543941309727",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-27 22:56:28 +02:00
"php": "~7.1 || ^8.0"
2019-02-23 16:49:38 +01:00
},
"conflict": {
"doctrine/common": ">2.2,<2.4"
},
"require-dev": {
"alcaeus/mongo-php-adapter": "^1.1",
2019-11-16 17:59:32 +01:00
"doctrine/coding-standard": "^6.0",
2019-02-23 16:49:38 +01:00
"mongodb/mongodb": "^1.1",
"phpunit/phpunit": "^7.0",
"predis/predis": "~1.0"
},
"suggest": {
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-16 17:59:32 +01:00
"dev-master": "1.9.x-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2019-11-01 13:58:02 +01:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-02-23 16:49:38 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
2019-11-16 17:59:32 +01:00
"description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
"homepage": "https://www.doctrine-project.org/projects/cache.html",
2019-02-23 16:49:38 +01:00
"keywords": [
2019-11-16 17:59:32 +01:00
"abstraction",
"apcu",
2019-02-23 16:49:38 +01:00
"cache",
2019-11-16 17:59:32 +01:00
"caching",
"couchdb",
"memcached",
"php",
"redis",
"xcache"
2019-02-23 16:49:38 +01:00
],
2020-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
"type": "tidelift"
}
],
"time": "2020-07-07T18:54:01+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/collections",
2020-07-30 17:13:16 +02:00
"version": "1.6.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/collections.git",
2020-07-30 17:13:16 +02:00
"reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/doctrine/collections/zipball/55f8b799269a1a472457bd1a41b4f379d4cfba4a",
"reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-26 18:32:23 +02:00
"php": "^7.1.3 || ^8.0"
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",
2020-05-26 18:32:23 +02:00
"vimeo/psalm": "^3.8.1"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"autoload": {
2019-03-25 18:14:14 +01:00
"psr-4": {
"Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
2019-02-23 16:49:38 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2019-11-16 17:59:32 +01:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-02-23 16:49:38 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
2019-03-25 18:14:14 +01:00
"description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
"homepage": "https://www.doctrine-project.org/projects/collections.html",
2019-02-23 16:49:38 +01:00
"keywords": [
"array",
"collections",
2019-03-25 18:14:14 +01:00
"iterators",
"php"
2019-02-23 16:49:38 +01:00
],
2020-07-30 17:13:16 +02:00
"time": "2020-07-27T17:53:49+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/common",
2020-06-07 15:55:30 +02:00
"version": "2.13.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/common.git",
2020-06-07 15:55:30 +02:00
"reference": "f3812c026e557892c34ef37f6ab808a6b567da7f"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-06-07 15:55:30 +02:00
"url": "https://api.github.com/repos/doctrine/common/zipball/f3812c026e557892c34ef37f6ab808a6b567da7f",
"reference": "f3812c026e557892c34ef37f6ab808a6b567da7f",
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",
2020-05-16 21:05:25 +02:00
"doctrine/persistence": "^1.3.3",
2019-02-23 16:49:38 +01:00
"doctrine/reflection": "^1.0",
2020-05-26 18:32:23 +02:00
"php": "^7.1 || ^8.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
"doctrine/coding-standard": "^1.0",
2019-09-18 16:06:51 +02:00
"phpstan/phpstan": "^0.11",
"phpstan/phpstan-phpunit": "^0.11",
"phpunit/phpunit": "^7.0",
2019-02-23 16:49:38 +01:00
"squizlabs/php_codesniffer": "^3.0",
"symfony/phpunit-bridge": "^4.0.5"
},
"type": "library",
"extra": {
"branch-alias": {
2019-09-18 16:06:51 +02:00
"dev-master": "2.11.x-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\": "lib/Doctrine/Common"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2019-09-18 16:06:51 +02:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-02-23 16:49:38 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
"description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, persistence interfaces, proxies, event system and much more.",
"homepage": "https://www.doctrine-project.org/projects/common.html",
"keywords": [
"common",
"doctrine",
"php"
],
2020-06-07 15:55:30 +02:00
"time": "2020-06-05T16:46:05+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/dbal",
2020-04-28 16:39:48 +02:00
"version": "2.10.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
2020-04-28 16:39:48 +02:00
"reference": "aab745e7b6b2de3b47019da81e7225e14dcfdac8"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-04-28 16:39:48 +02:00
"url": "https://api.github.com/repos/doctrine/dbal/zipball/aab745e7b6b2de3b47019da81e7225e14dcfdac8",
"reference": "aab745e7b6b2de3b47019da81e7225e14dcfdac8",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"doctrine/cache": "^1.0",
"doctrine/event-manager": "^1.0",
"ext-pdo": "*",
2020-01-01 15:57:34 +01:00
"php": "^7.2"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2020-01-01 15:57:34 +01:00
"doctrine/coding-standard": "^6.0",
"jetbrains/phpstorm-stubs": "^2019.1",
2020-04-28 16:39:48 +02:00
"nikic/php-parser": "^4.4",
"phpstan/phpstan": "^0.12",
2020-01-01 15:57:34 +01:00
"phpunit/phpunit": "^8.4.1",
2020-04-28 16:39:48 +02:00
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
"vimeo/psalm": "^3.11"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
},
"bin": [
"bin/doctrine-dbal"
],
"type": "library",
"extra": {
"branch-alias": {
2020-01-01 15:57:34 +01:00
"dev-master": "2.10.x-dev",
2019-02-23 16:49:38 +01:00
"dev-develop": "3.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2019-11-08 20:25:47 +01:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-02-23 16:49:38 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
}
],
"description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
"homepage": "https://www.doctrine-project.org/projects/dbal.html",
"keywords": [
"abstraction",
"database",
2020-01-01 15:57:34 +01:00
"db2",
2019-02-23 16:49:38 +01:00
"dbal",
2020-01-01 15:57:34 +01:00
"mariadb",
"mssql",
2019-02-23 16:49:38 +01:00
"mysql",
2020-01-01 15:57:34 +01:00
"oci8",
"oracle",
"pdo",
2019-02-23 16:49:38 +01:00
"pgsql",
2020-01-01 15:57:34 +01:00
"postgresql",
"queryobject",
"sasql",
"sql",
"sqlanywhere",
"sqlite",
"sqlserver",
"sqlsrv"
2019-02-23 16:49:38 +01:00
],
2020-04-28 16:39:48 +02:00
"time": "2020-04-20T17:19:26+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/doctrine-bundle",
2020-05-26 18:32:23 +02:00
"version": "2.1.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineBundle.git",
2020-05-26 18:32:23 +02:00
"reference": "0fb513842c78b43770597ef3c487cdf79d944db3"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-05-26 18:32:23 +02:00
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/0fb513842c78b43770597ef3c487cdf79d944db3",
"reference": "0fb513842c78b43770597ef3c487cdf79d944db3",
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",
2020-05-26 18:32:23 +02:00
"doctrine/sql-formatter": "^1.0.1",
"php": "^7.1 || ^8.0",
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",
2020-01-18 20:42:26 +01:00
"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-05-26 18:32:23 +02:00
"dev-master": "2.1.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"
],
2020-05-26 18:32:23 +02:00
"time": "2020-05-25T19:56:00+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/doctrine-migrations-bundle",
2020-07-04 23:38:18 +02:00
"version": "3.0.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
2020-07-04 23:38:18 +02:00
"reference": "96e730b0ffa0bb39c0f913c1966213f1674bf249"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-07-04 23:38:18 +02:00
"url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/96e730b0ffa0bb39c0f913c1966213f1674bf249",
"reference": "96e730b0ffa0bb39c0f913c1966213f1674bf249",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2019-11-16 17:59:32 +01:00
"doctrine/doctrine-bundle": "~1.0|~2.0",
2020-07-04 23:38:18 +02:00
"doctrine/migrations": "~3.0",
"php": "^7.2",
2019-11-16 17:59:32 +01:00
"symfony/framework-bundle": "~3.4|~4.0|~5.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
"doctrine/coding-standard": "^5.0",
2020-07-04 23:38:18 +02:00
"doctrine/orm": "^2.6",
"phpstan/phpstan": "^0.11",
"phpstan/phpstan-deprecation-rules": "^0.11",
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-strict-rules": "^0.11",
2019-11-16 17:59:32 +01:00
"phpunit/phpunit": "^6.4|^7.0"
2019-02-23 16:49:38 +01:00
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
2020-07-04 23:38:18 +02:00
"dev-master": "3.0.x-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Bundle\\MigrationsBundle\\": ""
2019-11-16 17:59:32 +01:00
},
"exclude-from-classmap": [
"/Tests/"
]
2019-02-23 16:49:38 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-11-16 17:59:32 +01:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2019-02-23 16:49:38 +01:00
},
{
"name": "Doctrine Project",
"homepage": "http://www.doctrine-project.org"
},
{
2019-11-16 17:59:32 +01:00
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
2019-02-23 16:49:38 +01:00
}
],
"description": "Symfony DoctrineMigrationsBundle",
"homepage": "https://www.doctrine-project.org",
"keywords": [
"dbal",
"migrations",
"schema"
],
2020-07-04 23:38:18 +02:00
"time": "2020-06-15T06:04:38+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/event-manager",
2019-11-16 17:59:32 +01:00
"version": "1.1.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/event-manager.git",
2019-11-16 17:59:32 +01:00
"reference": "629572819973f13486371cb611386eb17851e85c"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-11-16 17:59:32 +01:00
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c",
"reference": "629572819973f13486371cb611386eb17851e85c",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.1"
},
"conflict": {
"doctrine/common": "<2.9@dev"
},
"require-dev": {
2019-11-16 17:59:32 +01:00
"doctrine/coding-standard": "^6.0",
2019-02-23 16:49:38 +01:00
"phpunit/phpunit": "^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\": "lib/Doctrine/Common"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2019-11-16 17:59:32 +01:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-02-23 16:49:38 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
2019-11-16 17:59:32 +01:00
"description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
2019-02-23 16:49:38 +01:00
"homepage": "https://www.doctrine-project.org/projects/event-manager.html",
"keywords": [
"event",
2019-11-16 17:59:32 +01:00
"event dispatcher",
"event manager",
"event system",
"events"
2019-02-23 16:49:38 +01:00
],
2019-11-16 17:59:32 +01:00
"time": "2019-11-10T09:48:07+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/inflector",
2020-05-30 21:09:55 +02:00
"version": "1.4.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
2020-05-30 21:09:55 +02:00
"reference": "4650c8b30c753a76bf44fb2ed00117d6f367490c"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-05-30 21:09:55 +02:00
"url": "https://api.github.com/repos/doctrine/inflector/zipball/4650c8b30c753a76bf44fb2ed00117d6f367490c",
"reference": "4650c8b30c753a76bf44fb2ed00117d6f367490c",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-26 18:32:23 +02:00
"php": "^7.2 || ^8.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2020-05-09 20:33:49 +02:00
"doctrine/coding-standard": "^7.0",
"phpstan/phpstan": "^0.11",
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-strict-rules": "^0.11",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-09 20:33:49 +02:00
"dev-master": "2.0.x-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
2020-05-09 20:33:49 +02:00
"Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector",
"Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
2019-02-23 16:49:38 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2019-11-16 17:59:32 +01:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-02-23 16:49:38 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
2020-05-09 20:33:49 +02:00
"description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
"homepage": "https://www.doctrine-project.org/projects/inflector.html",
2019-02-23 16:49:38 +01:00
"keywords": [
"inflection",
2020-05-09 20:33:49 +02:00
"inflector",
"lowercase",
"manipulation",
"php",
"plural",
"singular",
"strings",
"uppercase",
"words"
2019-02-23 16:49:38 +01:00
],
2020-05-30 21:09:55 +02:00
"time": "2020-05-29T07:19:59+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/instantiator",
2020-05-30 21:09:55 +02:00
"version": "1.3.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
2020-05-30 21:09:55 +02:00
"reference": "f350df0268e904597e3bd9c4685c53e0e333feea"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-05-30 21:09:55 +02:00
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea",
"reference": "f350df0268e904597e3bd9c4685c53e0e333feea",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-30 21:09:55 +02:00
"php": "^7.1 || ^8.0"
2019-02-23 16:49:38 +01:00
},
"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"
],
2020-05-30 21:09:55 +02:00
"time": "2020-05-29T17:27:14+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/lexer",
2020-05-26 18:32:23 +02:00
"version": "1.2.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
2020-05-26 18:32:23 +02:00
"reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-05-26 18:32:23 +02:00
"url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
"reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-26 18:32:23 +02:00
"php": "^7.2 || ^8.0"
2019-02-23 16:49:38 +01:00
},
2019-06-16 12:36:17 +02:00
"require-dev": {
2020-01-01 15:57:34 +01:00
"doctrine/coding-standard": "^6.0",
"phpstan/phpstan": "^0.11.8",
"phpunit/phpunit": "^8.2"
2019-06-16 12:36:17 +02:00
},
2019-02-23 16:49:38 +01:00
"type": "library",
"extra": {
"branch-alias": {
2020-01-01 15:57:34 +01:00
"dev-master": "1.2.x-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
2019-06-16 12:36:17 +02:00
"psr-4": {
"Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
2019-02-23 16:49:38 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2019-09-18 16:06:51 +02:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2020-01-01 15:57:34 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
2019-02-23 16:49:38 +01:00
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
2019-06-16 12:36:17 +02:00
"description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
"homepage": "https://www.doctrine-project.org/projects/lexer.html",
2019-02-23 16:49:38 +01:00
"keywords": [
2019-06-16 12:36:17 +02:00
"annotations",
"docblock",
2019-02-23 16:49:38 +01:00
"lexer",
2019-06-16 12:36:17 +02:00
"parser",
"php"
2019-02-23 16:49:38 +01:00
],
2020-05-26 18:32:23 +02:00
"time": "2020-05-25T17:44:05+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/migrations",
2020-07-04 23:38:18 +02:00
"version": "3.0.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/migrations.git",
2020-07-04 23:38:18 +02:00
"reference": "69eaf2ca5bc48357b43ddbdc31ccdffc0e2a0882"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-07-04 23:38:18 +02:00
"url": "https://api.github.com/repos/doctrine/migrations/zipball/69eaf2ca5bc48357b43ddbdc31ccdffc0e2a0882",
"reference": "69eaf2ca5bc48357b43ddbdc31ccdffc0e2a0882",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-07-04 23:38:18 +02:00
"doctrine/dbal": "^2.10",
"doctrine/event-manager": "^1.0",
2019-02-23 16:49:38 +01:00
"ocramius/package-versions": "^1.3",
"ocramius/proxy-manager": "^2.0.2",
2020-07-04 23:38:18 +02:00
"php": "^7.2",
"psr/log": "^1.1.3",
2019-11-16 17:59:32 +01:00
"symfony/console": "^3.4||^4.0||^5.0",
"symfony/stopwatch": "^3.4||^4.0||^5.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2020-07-04 23:38:18 +02:00
"doctrine/coding-standard": "^7.0",
2019-02-23 16:49:38 +01:00
"doctrine/orm": "^2.6",
2020-07-04 23:38:18 +02:00
"doctrine/persistence": "^1.3||^2.0",
"doctrine/sql-formatter": "^1.0",
2019-02-23 16:49:38 +01:00
"ext-pdo_sqlite": "*",
2020-07-04 23:38:18 +02:00
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-deprecation-rules": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12",
"phpstan/phpstan-symfony": "^0.12",
"phpunit/phpunit": "^8.4",
2019-11-16 17:59:32 +01:00
"symfony/process": "^3.4||^4.0||^5.0",
"symfony/yaml": "^3.4||^4.0||^5.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
2020-07-04 23:38:18 +02:00
"doctrine/sql-formatter": "Allows to generate formatted SQL with the diff command.",
2019-02-23 16:49:38 +01:00
"symfony/yaml": "Allows the use of yaml for migration configuration files."
},
"bin": [
"bin/doctrine-migrations"
],
"type": "library",
"extra": {
"branch-alias": {
2020-07-04 23:38:18 +02:00
"dev-master": "3.0.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-07-04 23:38:18 +02:00
"time": "2020-06-21T08:55:42+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/orm",
2020-05-27 22:56:28 +02:00
"version": "v2.7.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/orm.git",
2020-05-27 22:56:28 +02:00
"reference": "d95e03ba660d50d785a9925f41927fef0ee553cf"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-05-27 22:56:28 +02:00
"url": "https://api.github.com/repos/doctrine/orm/zipball/d95e03ba660d50d785a9925f41927fef0ee553cf",
"reference": "d95e03ba660d50d785a9925f41927fef0ee553cf",
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",
2020-05-27 22:56:28 +02:00
"doctrine/common": "^2.11 || ^3.0",
2019-11-21 21:52:41 +01:00
"doctrine/dbal": "^2.9.3",
"doctrine/event-manager": "^1.1",
2020-05-27 22:56:28 +02:00
"doctrine/inflector": "^1.0",
2019-11-21 21:52:41 +01:00
"doctrine/instantiator": "^1.3",
2020-05-27 22:56:28 +02:00
"doctrine/lexer": "^1.0",
"doctrine/persistence": "^1.3.3 || ^2.0",
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",
2020-05-27 22:56:28 +02:00
"phpstan/phpstan": "^0.12.18",
2019-10-03 18:14:45 +02:00
"phpunit/phpunit": "^7.5",
2020-05-27 22:56:28 +02:00
"symfony/yaml": "^3.4|^4.0|^5.0",
"vimeo/psalm": "^3.11"
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-05-27 22:56:28 +02:00
"time": "2020-05-26T16:03:49+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": [
2019-11-16 17:59:32 +01:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-02-23 16:49:38 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
"description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
"homepage": "https://doctrine-project.org/projects/persistence.html",
"keywords": [
"mapper",
"object",
"odm",
"orm",
"persistence"
],
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
},
2020-05-26 18:32:23 +02:00
{
"name": "doctrine/sql-formatter",
2020-05-30 21:09:55 +02:00
"version": "1.1.0",
2020-05-26 18:32:23 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/sql-formatter.git",
2020-05-30 21:09:55 +02:00
"reference": "5458bdcf176f6a53292e3f0cc73f292d6302fb0f"
2020-05-26 18:32:23 +02:00
},
"dist": {
"type": "zip",
2020-05-30 21:09:55 +02:00
"url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/5458bdcf176f6a53292e3f0cc73f292d6302fb0f",
"reference": "5458bdcf176f6a53292e3f0cc73f292d6302fb0f",
2020-05-26 18:32:23 +02:00
"shasum": ""
},
"require": {
2020-05-30 21:09:55 +02:00
"php": "^7.1 || ^8.0"
2020-05-26 18:32:23 +02:00
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4"
},
"bin": [
"bin/sql-formatter"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\SqlFormatter\\": "src"
}
},
"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/doctrine/sql-formatter/",
"keywords": [
"highlight",
"sql"
],
2020-05-30 21:09:55 +02:00
"time": "2020-05-29T18:32:49+00:00"
2020-05-26 18:32:23 +02:00
},
2020-04-14 11:07:07 +02:00
{
"name": "dompdf/dompdf",
"version": "v0.8.5",
"source": {
"type": "git",
"url": "https://github.com/dompdf/dompdf.git",
"reference": "6782abfc090b132134cd6cea0ec6d76f0fce2c56"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dompdf/dompdf/zipball/6782abfc090b132134cd6cea0ec6d76f0fce2c56",
"reference": "6782abfc090b132134cd6cea0ec6d76f0fce2c56",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-mbstring": "*",
"phenx/php-font-lib": "^0.5.1",
"phenx/php-svg-lib": "^0.3.3",
"php": "^7.1"
},
"require-dev": {
"phpunit/phpunit": "^7.5",
"squizlabs/php_codesniffer": "^3.5"
},
"suggest": {
"ext-gd": "Needed to process images",
"ext-gmagick": "Improves image processing performance",
"ext-imagick": "Improves image processing performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-develop": "0.7-dev"
}
},
"autoload": {
"psr-4": {
"Dompdf\\": "src/"
},
"classmap": [
"lib/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-2.1"
],
"authors": [
{
"name": "Fabien Ménager",
"email": "fabien.menager@gmail.com"
},
{
"name": "Brian Sweeney",
"email": "eclecticgeek@gmail.com"
},
{
"name": "Gabriel Bull",
"email": "me@gabrielbull.com"
}
],
"description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
"homepage": "https://github.com/dompdf/dompdf",
"time": "2020-02-20T03:52:51+00:00"
},
2019-11-24 22:49:22 +01:00
{
"name": "egulias/email-validator",
2020-07-04 23:38:18 +02:00
"version": "2.1.18",
2019-11-24 22:49:22 +01:00
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",
2020-07-04 23:38:18 +02:00
"reference": "cfa3d44471c7f5bfb684ac2b0da7114283d78441"
2019-11-24 22:49:22 +01:00
},
"dist": {
"type": "zip",
2020-07-04 23:38:18 +02:00
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/cfa3d44471c7f5bfb684ac2b0da7114283d78441",
"reference": "cfa3d44471c7f5bfb684ac2b0da7114283d78441",
2019-11-24 22:49:22 +01:00
"shasum": ""
},
"require": {
"doctrine/lexer": "^1.0.1",
2020-01-24 22:59:22 +01:00
"php": ">=5.5",
"symfony/polyfill-intl-idn": "^1.10"
2019-11-24 22:49:22 +01:00
},
"require-dev": {
2020-01-01 15:49:42 +01:00
"dominicsayers/isemail": "^3.0.7",
"phpunit/phpunit": "^4.8.36|^7.5.15",
"satooshi/php-coveralls": "^1.0.1"
2019-11-24 22:49:22 +01:00
},
"suggest": {
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1.x-dev"
}
},
"autoload": {
"psr-4": {
2020-07-04 23:38:18 +02:00
"Egulias\\EmailValidator\\": "src"
2019-11-24 22:49:22 +01:00
}
},
"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-07-04 23:38:18 +02:00
"time": "2020-06-16T20:11:17+00:00"
2019-11-24 22:49:22 +01:00
},
2020-04-14 17:21:30 +02:00
{
"name": "erusev/parsedown",
"version": "1.7.4",
"source": {
"type": "git",
"url": "https://github.com/erusev/parsedown.git",
"reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
"reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35"
},
"type": "library",
"autoload": {
"psr-0": {
"Parsedown": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Emanuil Rusev",
"email": "hello@erusev.com",
"homepage": "http://erusev.com"
}
],
"description": "Parser for Markdown.",
"homepage": "http://parsedown.org",
"keywords": [
"markdown",
"parser"
],
"time": "2019-12-30T22:54:17+00:00"
},
2019-08-13 13:04:31 +02:00
{
"name": "florianv/exchanger",
2020-07-30 17:13:16 +02:00
"version": "2.5.1",
2019-08-13 13:04:31 +02:00
"source": {
"type": "git",
"url": "https://github.com/florianv/exchanger.git",
2020-07-30 17:13:16 +02:00
"reference": "67bc64c5b683d1c608b3b673c88cf19e8514457d"
2019-08-13 13:04:31 +02:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/florianv/exchanger/zipball/67bc64c5b683d1c608b3b673c88cf19e8514457d",
"reference": "67bc64c5b683d1c608b3b673c88cf19e8514457d",
2019-08-13 13:04:31 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"php-http/client-implementation": "^1.0",
"php-http/discovery": "^1.6",
"php-http/httplug": "^1.0 || ^2.0",
"php-http/message-factory": "^1.0.2",
"psr/simple-cache": "^1.0"
},
"require-dev": {
"nyholm/psr7": "^1.0",
"php-http/message": "^1.7",
"php-http/mock-client": "^1.0",
"phpunit/phpunit": "^7.5"
},
"suggest": {
"php-http/guzzle6-adapter": "Required to use Guzzle for sending HTTP requests",
"php-http/message": "Required to use Guzzle for sending HTTP requests"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"Exchanger\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Florian Voutzinos",
"email": "florian@voutzinos.com",
"homepage": "https://voutzinos.com"
}
],
"description": "Currency exchange rates framework for PHP",
"homepage": "https://github.com/florianv/exchanger",
"keywords": [
"Rate",
"conversion",
"currency",
"exchange rates",
"money"
],
2020-07-30 17:13:16 +02:00
"time": "2020-07-28T07:00:54+00:00"
2019-08-13 13:04:31 +02:00
},
{
"name": "florianv/swap",
2020-06-07 15:55:30 +02:00
"version": "4.1.0",
2019-08-13 13:04:31 +02:00
"source": {
"type": "git",
"url": "https://github.com/florianv/swap.git",
2020-06-07 15:55:30 +02:00
"reference": "21c03ef429b5dd4ab4e84f06e9881ad2246c405c"
2019-08-13 13:04:31 +02:00
},
"dist": {
"type": "zip",
2020-06-07 15:55:30 +02:00
"url": "https://api.github.com/repos/florianv/swap/zipball/21c03ef429b5dd4ab4e84f06e9881ad2246c405c",
"reference": "21c03ef429b5dd4ab4e84f06e9881ad2246c405c",
2019-08-13 13:04:31 +02:00
"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"
],
2020-06-07 15:55:30 +02:00
"time": "2020-06-05T12:28:59+00:00"
2019-08-13 13:04:31 +02:00
},
2020-06-07 22:38:10 +02:00
{
"name": "florianv/swap-bundle",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/florianv/symfony-swap.git",
2020-07-04 23:38:18 +02:00
"reference": "f06e70e5236facec98eda68f1541e987cd75f8d4"
2020-06-07 22:38:10 +02:00
},
"dist": {
"type": "zip",
2020-07-04 23:38:18 +02:00
"url": "https://api.github.com/repos/florianv/symfony-swap/zipball/f06e70e5236facec98eda68f1541e987cd75f8d4",
"reference": "f06e70e5236facec98eda68f1541e987cd75f8d4",
2020-06-07 22:38:10 +02:00
"shasum": ""
},
"require": {
"florianv/swap": "^4.0",
"php": "^5.6|^7.0",
"symfony/framework-bundle": "~3.0|~4.0|~5.0"
},
"require-dev": {
"nyholm/psr7": "^1.1",
"php-http/guzzle6-adapter": "^1.0",
"php-http/message": "^1.7",
"phpunit/phpunit": "~5.0",
"symfony/cache": "~3.0|~4.0|~5.0"
},
"suggest": {
"symfony/cache": "For caching"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "5.0-dev"
}
},
"autoload": {
"psr-4": {
"Florianv\\SwapBundle\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Florian Voutzinos",
"email": "florian@voutzinos.com",
"homepage": "http://florian.voutzinos.com"
}
],
"description": "Integrates the Swap library with Symfony",
"homepage": "https://github.com/florianv/FlorianvSwapBundle",
"keywords": [
"Rate",
"bundle",
"conversion",
"currency",
"exchange",
"money",
"symfony"
],
2020-07-04 23:38:18 +02:00
"time": "2020-06-25T06:36:30+00:00"
2020-06-07 22:38:10 +02:00
},
2019-03-13 19:36:46 +01:00
{
"name": "friendsofsymfony/ckeditor-bundle",
2020-01-01 15:49:42 +01:00
"version": "2.2.0",
2019-03-13 19:36:46 +01:00
"source": {
"type": "git",
"url": "https://github.com/FriendsOfSymfony/FOSCKEditorBundle.git",
2020-01-01 15:49:42 +01:00
"reference": "7e1cfe2a83faba0be02661d44289d35e940bb5ea"
2019-03-13 19:36:46 +01:00
},
"dist": {
"type": "zip",
2020-01-01 15:49:42 +01:00
"url": "https://api.github.com/repos/FriendsOfSymfony/FOSCKEditorBundle/zipball/7e1cfe2a83faba0be02661d44289d35e940bb5ea",
"reference": "7e1cfe2a83faba0be02661d44289d35e940bb5ea",
2019-03-13 19:36:46 +01:00
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-zip": "*",
"php": "^7.1",
2020-01-01 15:49:42 +01:00
"symfony/asset": "^3.4 || ^4.0 || ^5.0",
"symfony/config": "^3.4 || ^4.0 || ^5.0",
"symfony/dependency-injection": "^3.4 || ^4.0 || ^5.0",
"symfony/expression-language": "^3.4 || ^4.0 || ^5.0",
"symfony/form": "^3.4 || ^4.0 || ^5.0",
"symfony/framework-bundle": "^3.4 || ^4.0 || ^5.0",
"symfony/http-foundation": "^3.4 || ^4.0 || ^5.0",
"symfony/http-kernel": "^3.4 || ^4.0 || ^5.0",
"symfony/options-resolver": "^3.4 || ^4.0 || ^5.0",
"symfony/property-access": "^3.4 || ^4.0 || ^5.0",
"symfony/routing": "^3.4 || ^4.0 || ^5.0",
"symfony/twig-bundle": "^3.4 || ^4.0 || ^5.0",
"twig/twig": "^2.4 || ^3.0"
2019-03-13 19:36:46 +01:00
},
"conflict": {
"sebastian/environment": "<1.3.4",
"sebastian/exporter": "<2.0.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.0",
"matthiasnoback/symfony-dependency-injection-test": "^1.0 || ^2.0",
"phpunit/phpunit": "^6.0",
2020-01-01 15:49:42 +01:00
"symfony/console": "^3.4 || ^4.0 || ^5.0",
"symfony/phpunit-bridge": "^4.1 || ^5.0",
"symfony/yaml": "^3.4 || ^4.0 || ^5.0"
2019-03-13 19:36:46 +01:00
},
"suggest": {
"egeloen/form-extra-bundle": "Allows to load CKEditor asynchronously"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"FOS\\CKEditorBundle\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Eric GELOEN",
"email": "geloen.eric@gmail.com"
},
{
"name": "FriendsOfSymfony Community",
"homepage": "https://github.com/FriendsOfSymfony/FOSCKEditorBundle/graphs/contributors"
}
],
"description": "Provides a CKEditor integration for your Symfony project.",
"keywords": [
"CKEditor"
],
2020-01-01 15:49:42 +01:00
"time": "2019-12-23T15:31:36+00:00"
2019-03-13 19:36:46 +01:00
},
2019-11-24 22:49:22 +01:00
{
"name": "gregwar/captcha",
2020-01-24 22:59:22 +01:00
"version": "v1.1.8",
2019-11-24 22:49:22 +01:00
"source": {
"type": "git",
"url": "https://github.com/Gregwar/Captcha.git",
2020-01-24 22:59:22 +01:00
"reference": "6088ad3db59bc226423ad1476a9f0424b19b1866"
2019-11-24 22:49:22 +01:00
},
"dist": {
"type": "zip",
2020-01-24 22:59:22 +01:00
"url": "https://api.github.com/repos/Gregwar/Captcha/zipball/6088ad3db59bc226423ad1476a9f0424b19b1866",
"reference": "6088ad3db59bc226423ad1476a9f0424b19b1866",
2019-11-24 22:49:22 +01:00
"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"
2019-11-24 22:49:22 +01:00
},
{
"name": "gregwar/captcha-bundle",
2020-05-09 20:33:49 +02:00
"version": "v2.1.3",
2019-11-24 22:49:22 +01:00
"source": {
"type": "git",
"url": "https://github.com/Gregwar/CaptchaBundle.git",
2020-05-09 20:33:49 +02:00
"reference": "df6915eb5e23c25f32f2a2ad3ed07b275a0f005f"
2019-11-24 22:49:22 +01:00
},
"dist": {
"type": "zip",
2020-05-09 20:33:49 +02:00
"url": "https://api.github.com/repos/Gregwar/CaptchaBundle/zipball/df6915eb5e23c25f32f2a2ad3ed07b275a0f005f",
"reference": "df6915eb5e23c25f32f2a2ad3ed07b275a0f005f",
2019-11-24 22:49:22 +01:00
"shasum": ""
},
"require": {
2020-01-09 19:37:04 +01:00
"ext-gd": "*",
2019-11-24 22:49:22 +01:00
"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"
2019-11-24 22:49:22 +01:00
},
2020-03-04 20:48:09 +01:00
"type": "symfony-bundle",
2019-11-24 22:49:22 +01:00
"autoload": {
"psr-4": {
"Gregwar\\CaptchaBundle\\": "/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Grégoire Passault",
"email": "g.passault@gmail.com",
"homepage": "http://www.gregwar.com/"
},
{
"name": "Jeremy Livingston",
"email": "jeremy.j.livingston@gmail.com"
}
],
"description": "Captcha bundle",
"homepage": "https://github.com/Gregwar/CaptchaBundle",
"keywords": [
"Symfony2",
"bot",
"captcha",
"code",
"security",
"spam",
2019-12-11 20:12:42 +01:00
"symfony",
2019-11-24 22:49:22 +01:00
"visual"
],
2020-05-09 20:33:49 +02:00
"time": "2020-04-28T08:45:36+00:00"
2019-11-24 22:49:22 +01:00
},
2019-10-05 20:30:27 +02:00
{
"name": "imagine/imagine",
2019-12-11 20:12:42 +01:00
"version": "1.2.3",
2019-10-05 20:30:27 +02:00
"source": {
"type": "git",
"url": "https://github.com/avalanche123/Imagine.git",
2019-12-11 20:12:42 +01:00
"reference": "cb2361e5bb4410b681462d8e4f912bc5dabf84ab"
2019-10-05 20:30:27 +02:00
},
"dist": {
"type": "zip",
2019-12-11 20:12:42 +01:00
"url": "https://api.github.com/repos/avalanche123/Imagine/zipball/cb2361e5bb4410b681462d8e4f912bc5dabf84ab",
"reference": "cb2361e5bb4410b681462d8e4f912bc5dabf84ab",
2019-10-05 20:30:27 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "2.2.*",
2019-12-11 20:12:42 +01:00
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4"
2019-10-05 20:30:27 +02:00
},
"suggest": {
"ext-gd": "to use the GD implementation",
"ext-gmagick": "to use the Gmagick implementation",
"ext-imagick": "to use the Imagick implementation"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-develop": "0.7-dev"
}
},
"autoload": {
"psr-4": {
"Imagine\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bulat Shakirzyanov",
"email": "mallluhuct@gmail.com",
"homepage": "http://avalanche123.com"
}
],
"description": "Image processing for PHP 5.3",
"homepage": "http://imagine.readthedocs.org/",
"keywords": [
"drawing",
"graphics",
"image manipulation",
"image processing"
],
2019-12-11 20:12:42 +01:00
"time": "2019-12-04T09:55:33+00:00"
2019-10-05 20:30:27 +02:00
},
2019-12-14 16:35:19 +01:00
{
"name": "lcobucci/jwt",
2020-05-22 12:30:25 +02:00
"version": "3.3.2",
2019-12-14 16:35:19 +01:00
"source": {
"type": "git",
"url": "https://github.com/lcobucci/jwt.git",
2020-05-22 12:30:25 +02:00
"reference": "56f10808089e38623345e28af2f2d5e4eb579455"
2019-12-14 16:35:19 +01:00
},
"dist": {
"type": "zip",
2020-05-22 12:30:25 +02:00
"url": "https://api.github.com/repos/lcobucci/jwt/zipball/56f10808089e38623345e28af2f2d5e4eb579455",
"reference": "56f10808089e38623345e28af2f2d5e4eb579455",
2019-12-14 16:35:19 +01:00
"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"
],
2020-05-22 12:30:25 +02:00
"time": "2020-05-22T08:21:12+00:00"
2019-12-14 16:35:19 +01:00
},
2019-10-13 00:32:09 +02:00
{
"name": "league/html-to-markdown",
2020-07-04 23:38:18 +02:00
"version": "4.10.0",
2019-10-13 00:32:09 +02:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/html-to-markdown.git",
2020-07-04 23:38:18 +02:00
"reference": "0868ae7a552e809e5cd8f93ba022071640408e88"
2019-10-13 00:32:09 +02:00
},
"dist": {
"type": "zip",
2020-07-04 23:38:18 +02:00
"url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/0868ae7a552e809e5cd8f93ba022071640408e88",
"reference": "0868ae7a552e809e5cd8f93ba022071640408e88",
2019-10-13 00:32:09 +02:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-xml": "*",
"php": ">=5.3.3"
},
"require-dev": {
"mikehaertl/php-shellcommand": "~1.1.0",
2019-11-08 20:25:47 +01:00
"phpunit/phpunit": "^4.8|^5.7",
2019-10-13 00:32:09 +02:00
"scrutinizer/ocular": "~1.1"
},
"bin": [
"bin/html-to-markdown"
],
"type": "library",
"extra": {
"branch-alias": {
2019-11-08 20:25:47 +01:00
"dev-master": "4.10-dev"
2019-10-13 00:32:09 +02:00
}
},
"autoload": {
"psr-4": {
"League\\HTMLToMarkdown\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Colin O'Dell",
"email": "colinodell@gmail.com",
"homepage": "https://www.colinodell.com",
"role": "Lead Developer"
},
{
"name": "Nick Cernis",
"email": "nick@cern.is",
"homepage": "http://modernnerd.net",
"role": "Original Author"
}
],
"description": "An HTML-to-markdown conversion helper for PHP",
"homepage": "https://github.com/thephpleague/html-to-markdown",
"keywords": [
"html",
"markdown"
],
2020-07-04 23:38:18 +02:00
"time": "2020-07-01T00:34:03+00:00"
2019-10-13 00:32:09 +02:00
},
2019-10-05 20:30:27 +02:00
{
"name": "liip/imagine-bundle",
2020-07-04 23:38:18 +02:00
"version": "2.3.1",
2019-10-05 20:30:27 +02:00
"source": {
"type": "git",
"url": "https://github.com/liip/LiipImagineBundle.git",
2020-07-04 23:38:18 +02:00
"reference": "d0819fc9b1cd4e9e16db204467b6fe1a5316a163"
2019-10-05 20:30:27 +02:00
},
"dist": {
"type": "zip",
2020-07-04 23:38:18 +02:00
"url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/d0819fc9b1cd4e9e16db204467b6fe1a5316a163",
"reference": "d0819fc9b1cd4e9e16db204467b6fe1a5316a163",
2019-10-05 20:30:27 +02:00
"shasum": ""
},
"require": {
"imagine/imagine": "^0.7.1|^1.1",
"php": "^7.1",
2020-01-09 19:37:04 +01:00
"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",
2020-07-04 23:38:18 +02:00
"symfony/mime": "^4.3|^5.0",
2020-01-09 19:37:04 +01:00
"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",
2020-07-04 23:38:18 +02:00
"twig/twig": "^1.40|^2.9|^3.0"
2019-10-05 20:30:27 +02:00
},
"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",
2019-10-05 20:30:27 +02:00
"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",
2020-07-04 23:38:18 +02:00
"symfony/yaml": "^3.4|^4.3|^5.0"
2019-10-05 20:30:27 +02:00
},
"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",
2020-07-04 23:38:18 +02:00
"monolog/monolog": "A psr/log compatible logger is required to enable logging"
2019-10-05 20:30:27 +02:00
},
"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-07-04 23:38:18 +02:00
"time": "2020-06-26T05:55:54+00:00"
2019-10-05 20:30:27 +02:00
},
2019-11-24 22:49:22 +01:00
{
"name": "lorenzo/pinky",
"version": "1.0.5",
"source": {
"type": "git",
"url": "https://github.com/lorenzo/pinky.git",
"reference": "2bc1a9d5696d6496df5d5682962929165a823e57"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/lorenzo/pinky/zipball/2bc1a9d5696d6496df5d5682962929165a823e57",
"reference": "2bc1a9d5696d6496df5d5682962929165a823e57",
"shasum": ""
},
"require": {
"ext-xsl": "*",
"php": ">=5.6.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
},
"type": "library",
"autoload": {
"files": [
"src/pinky.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jose Lorenzo Rodriguez",
"email": "jose.zap@gmail.com"
}
],
"description": "A Foundation for Emails (Inky) template transpiler",
"keywords": [
"email",
"foundation",
"inky",
"template",
"zurb"
],
"time": "2019-09-16T21:23:31+00:00"
},
2019-02-23 16:49:38 +01:00
{
"name": "monolog/monolog",
2020-07-30 17:13:16 +02:00
"version": "2.1.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
2020-07-30 17:13:16 +02:00
"reference": "f9eee5cec93dfb313a38b6b288741e84e53f02d5"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/f9eee5cec93dfb313a38b6b288741e84e53f02d5",
"reference": "f9eee5cec93dfb313a38b6b288741e84e53f02d5",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-22 12:30:25 +02:00
"php": ">=7.2",
2020-05-10 15:55:37 +02:00
"psr/log": "^1.0.1"
2019-02-23 16:49:38 +01:00
},
"provide": {
"psr/log-implementation": "1.0.0"
},
"require-dev": {
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
"doctrine/couchdb": "~1.0@dev",
2020-05-10 15:55:37 +02:00
"elasticsearch/elasticsearch": "^6.0",
"graylog2/gelf-php": "^1.4.2",
2019-02-23 16:49:38 +01:00
"php-amqplib/php-amqplib": "~2.4",
"php-console/php-console": "^3.1.3",
2020-05-22 12:30:25 +02:00
"php-parallel-lint/php-parallel-lint": "^1.0",
2020-05-10 15:55:37 +02:00
"phpspec/prophecy": "^1.6.1",
2020-05-22 12:30:25 +02:00
"phpunit/phpunit": "^8.5",
2020-05-10 15:55:37 +02:00
"predis/predis": "^1.1",
"rollbar/rollbar": "^1.3",
2019-02-23 16:49:38 +01:00
"ruflin/elastica": ">=0.90 <3.0",
"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",
2020-05-10 15:55:37 +02:00
"elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
2019-02-23 16:49:38 +01:00
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
2020-05-10 15:55:37 +02:00
"ext-mbstring": "Allow to work properly with unicode symbols",
"ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
2019-02-23 16:49:38 +01:00
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
2020-05-10 15:55:37 +02:00
"mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
2019-02-23 16:49:38 +01:00
"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",
2020-05-10 15:55:37 +02:00
"ruflin/elastica": "Allow sending log messages to an Elastic Search server"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-10 15:55:37 +02:00
"dev-master": "2.x-dev"
2019-02-23 16:49:38 +01:00
}
},
"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"
],
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://github.com/Seldaek",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
"type": "tidelift"
}
],
"time": "2020-07-23T08:41:23+00:00"
2019-02-23 16:49:38 +01:00
},
2020-06-08 20:23:35 +02:00
{
"name": "nelmio/security-bundle",
2020-07-04 23:38:18 +02:00
"version": "v2.10.1",
2020-06-08 20:23:35 +02:00
"source": {
"type": "git",
"url": "https://github.com/nelmio/NelmioSecurityBundle.git",
2020-07-04 23:38:18 +02:00
"reference": "80d6e1091aadf55eab6a79be97a91c06d55e8223"
2020-06-08 20:23:35 +02:00
},
"dist": {
"type": "zip",
2020-07-04 23:38:18 +02:00
"url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/80d6e1091aadf55eab6a79be97a91c06d55e8223",
"reference": "80d6e1091aadf55eab6a79be97a91c06d55e8223",
2020-06-08 20:23:35 +02:00
"shasum": ""
},
"require": {
"paragonie/random_compat": "~1.0|~2.0|9.99.99",
"php": ">5.4",
"symfony/framework-bundle": "~2.3|~v3.0|~4.0|~5.0",
"symfony/security-core": "~2.3|~3.0|~4.0|~5.0",
"symfony/security-csrf": "~2.3|~3.0|~4.0|~5.0",
"symfony/security-http": "~2.3|~3.0|~4.0|~5.0",
"ua-parser/uap-php": "^3.4.4"
},
"require-dev": {
"doctrine/cache": "^1.0",
"psr/cache": "^1.0",
"symfony/phpunit-bridge": "^5.0.5",
"symfony/yaml": "~2.3|~3.0|~4.0|~5.0",
"twig/twig": "^1.38|^2.10|^3.0"
},
"suggest": {
"ua-parser/uap-php": "To allow adapt CSP directives given the user-agent"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "2.9.x-dev"
}
},
"autoload": {
"psr-4": {
"Nelmio\\SecurityBundle\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nelmio",
"homepage": "http://nelm.io"
},
{
"name": "Symfony Community",
"homepage": "https://github.com/nelmio/NelmioSecurityBundle/contributors"
}
],
"description": "Extra security-related features for Symfony: signed/encrypted cookies, HTTPS/SSL/HSTS handling, cookie session storage, ...",
"keywords": [
"security"
],
2020-07-04 23:38:18 +02:00
"time": "2020-06-18T12:49:09+00:00"
2020-06-08 20:23:35 +02:00
},
2019-12-26 13:16:27 +01:00
{
"name": "nikic/php-parser",
2020-07-30 17:13:16 +02:00
"version": "v4.7.0",
2019-12-26 13:16:27 +01:00
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
2020-07-30 17:13:16 +02:00
"reference": "21dce06dfbf0365c6a7cc8fdbdc995926c6a9300"
2019-12-26 13:16:27 +01:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/21dce06dfbf0365c6a7cc8fdbdc995926c6a9300",
"reference": "21dce06dfbf0365c6a7cc8fdbdc995926c6a9300",
2019-12-26 13:16:27 +01:00
"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": {
2020-07-30 17:13:16 +02:00
"dev-master": "4.7-dev"
2019-12-26 13:16:27 +01:00
}
},
"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"
],
2020-07-30 17:13:16 +02:00
"time": "2020-07-25T13:18:53+00:00"
2019-12-26 13:16:27 +01:00
},
2019-03-12 13:34:33 +01:00
{
"name": "nikolaposa/version",
2020-01-01 15:57:34 +01:00
"version": "3.2.0",
2019-03-12 13:34:33 +01:00
"source": {
"type": "git",
"url": "https://github.com/nikolaposa/version.git",
2020-01-01 15:57:34 +01:00
"reference": "7ff2bbf2fe6a47efe47832d6198924e99b4a4f5a"
2019-03-12 13:34:33 +01:00
},
"dist": {
"type": "zip",
2020-01-01 15:57:34 +01:00
"url": "https://api.github.com/repos/nikolaposa/version/zipball/7ff2bbf2fe6a47efe47832d6198924e99b4a4f5a",
"reference": "7ff2bbf2fe6a47efe47832d6198924e99b4a4f5a",
2019-03-12 13:34:33 +01:00
"shasum": ""
},
"require": {
2020-01-01 15:57:34 +01:00
"php": "^7.2.0"
2019-03-12 13:34:33 +01:00
},
"require-dev": {
2019-08-13 13:04:31 +02:00
"friendsofphp/php-cs-fixer": "^2.0",
"phpunit/phpunit": "^6.0 || ^7.0"
2019-03-12 13:34:33 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-01 15:57:34 +01:00
"dev-master": "3.2.x-dev"
2019-03-12 13:34:33 +01:00
}
},
"autoload": {
"psr-4": {
"Version\\": "src/"
2019-08-13 13:04:31 +02:00
}
2019-03-12 13:34:33 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nikola Poša",
"email": "posa.nikola@gmail.com",
2019-08-13 13:04:31 +02:00
"homepage": "https://www.nikolaposa.in.rs"
2019-03-12 13:34:33 +01:00
}
],
"description": "Value Object that represents a SemVer-compliant version number.",
"homepage": "https://github.com/nikolaposa/version",
"keywords": [
"semantic",
"semver",
"version",
"versioning"
],
2020-01-01 15:57:34 +01:00
"time": "2019-08-11T08:31:54+00:00"
2019-03-12 13:34:33 +01:00
},
2019-12-26 13:16:27 +01:00
{
"name": "nyholm/nsa",
2020-06-07 15:55:30 +02:00
"version": "1.2.0",
2019-12-26 13:16:27 +01:00
"source": {
"type": "git",
"url": "https://github.com/Nyholm/NSA.git",
2020-06-07 15:55:30 +02:00
"reference": "2606ebf15fb24e15a8ca8d02977ad77082d391ef"
2019-12-26 13:16:27 +01:00
},
"dist": {
"type": "zip",
2020-06-07 15:55:30 +02:00
"url": "https://api.github.com/repos/Nyholm/NSA/zipball/2606ebf15fb24e15a8ca8d02977ad77082d391ef",
"reference": "2606ebf15fb24e15a8ca8d02977ad77082d391ef",
2019-12-26 13:16:27 +01:00
"shasum": ""
},
"require": {
2020-06-07 15:55:30 +02:00
"php": "^7.1",
2019-12-26 13:16:27 +01:00
"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"
],
2020-06-07 15:55:30 +02:00
"time": "2020-06-05T07:41:45+00:00"
2019-12-26 13:16:27 +01:00
},
2019-02-23 16:49:38 +01:00
{
2019-08-13 13:04:31 +02:00
"name": "nyholm/psr7",
2020-05-24 20:33:05 +02:00
"version": "1.3.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
2019-08-13 13:04:31 +02:00
"url": "https://github.com/Nyholm/psr7.git",
2020-05-24 20:33:05 +02:00
"reference": "c17f4f73985f62054a331cbc4ffdf9868c4ef256"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-05-24 20:33:05 +02:00
"url": "https://api.github.com/repos/Nyholm/psr7/zipball/c17f4f73985f62054a331cbc4ffdf9868c4ef256",
"reference": "c17f4f73985f62054a331cbc4ffdf9868c4ef256",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2019-08-13 13:04:31 +02:00
"php": "^7.1",
"php-http/message-factory": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0"
},
"provide": {
"psr/http-factory-implementation": "1.0",
"psr/http-message-implementation": "1.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2019-08-13 13:04:31 +02:00
"http-interop/http-factory-tests": "dev-master",
2020-05-24 20:33:05 +02:00
"php-http/psr7-integration-tests": "^1.0",
"phpunit/phpunit": "^7.5",
"symfony/error-handler": "^4.4"
2019-02-23 16:49:38 +01:00
},
2019-08-13 13:04:31 +02:00
"type": "library",
2019-02-23 16:49:38 +01:00
"extra": {
"branch-alias": {
2019-08-13 13:04:31 +02:00
"dev-master": "1.0-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
2019-08-13 13:04:31 +02:00
"Nyholm\\Psr7\\": "src/"
2019-02-23 16:49:38 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-08-13 13:04:31 +02:00
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com"
},
{
"name": "Martijn van der Ven",
"email": "martijn@vanderven.se"
}
],
"description": "A fast PHP7 implementation of PSR-7",
"homepage": "http://tnyholm.se",
"keywords": [
"psr-17",
"psr-7"
],
2020-05-24 20:33:05 +02:00
"time": "2020-05-23T11:29:07+00:00"
2019-08-13 13:04:31 +02:00
},
2019-02-23 16:49:38 +01:00
{
"name": "ocramius/proxy-manager",
2020-01-01 17:39:28 +01:00
"version": "2.2.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/Ocramius/ProxyManager.git",
2020-01-01 17:39:28 +01:00
"reference": "4d154742e31c35137d5374c998e8f86b54db2e2f"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-01-01 17:39:28 +01:00
"url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/4d154742e31c35137d5374c998e8f86b54db2e2f",
"reference": "4d154742e31c35137d5374c998e8f86b54db2e2f",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-01-01 17:39:28 +01:00
"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": {
2020-01-01 17:39:28 +01:00
"couscous/couscous": "^1.6.1",
2019-02-23 16:49:38 +01:00
"ext-phar": "*",
2020-01-01 17:39:28 +01:00
"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",
2020-01-01 17:39:28 +01:00
"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/"
}
],
2019-08-13 13:04:31 +02:00
"description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
"homepage": "https://github.com/Ocramius/ProxyManager",
"keywords": [
"aop",
"lazy loading",
"proxy",
"proxy pattern",
"service proxies"
],
2020-01-01 17:39:28 +01:00
"time": "2019-08-10T08:37:15+00:00"
2019-08-13 13:04:31 +02:00
},
{
"name": "omines/datatables-bundle",
2020-07-04 23:49:25 +02:00
"version": "0.5.0",
2019-08-13 13:04:31 +02:00
"source": {
"type": "git",
"url": "https://github.com/omines/datatables-bundle.git",
2020-07-04 23:49:25 +02:00
"reference": "64e6f1b5a247829134d747051805901b5290669e"
2019-08-13 13:04:31 +02:00
},
"dist": {
"type": "zip",
2020-07-04 23:49:25 +02:00
"url": "https://api.github.com/repos/omines/datatables-bundle/zipball/64e6f1b5a247829134d747051805901b5290669e",
"reference": "64e6f1b5a247829134d747051805901b5290669e",
2019-08-13 13:04:31 +02:00
"shasum": ""
},
"require": {
2020-01-01 17:39:28 +01:00
"php": "^7.2",
2020-07-04 23:49:25 +02:00
"symfony/event-dispatcher": "^4.4|^5.0",
"symfony/framework-bundle": "^4.4|^5.0",
"symfony/property-access": "^4.4|^5.0",
"symfony/translation": "^4.4|^5.0"
2019-08-13 13:04:31 +02:00
},
"require-dev": {
"doctrine/common": "^2.6",
2020-07-04 23:49:25 +02:00
"doctrine/doctrine-bundle": "^2.1",
2020-04-10 12:34:54 +02:00
"doctrine/orm": "^2.6.3",
"doctrine/persistence": "^1.3.4",
"ext-curl": "*",
"ext-json": "*",
2019-08-13 13:04:31 +02:00
"ext-pdo_sqlite": "*",
2020-04-10 12:34:54 +02:00
"ext-zip": "*",
2019-08-13 13:04:31 +02:00
"friendsofphp/php-cs-fixer": "^2.7",
"mongodb/mongodb": "^1.2",
2020-04-10 12:34:54 +02:00
"ocramius/package-versions": "1.4.*",
2020-07-04 23:49:25 +02:00
"phpoffice/phpspreadsheet": "^1.6",
2020-04-10 12:34:54 +02:00
"phpunit/phpunit": "^8.5|^9.0",
2020-07-04 23:49:25 +02:00
"ruflin/elastica": "^6.0",
"symfony/browser-kit": "^4.4|^5.0",
"symfony/css-selector": "^4.4|^5.0",
"symfony/dom-crawler": "^4.4|^5.0",
"symfony/intl": "^4.4|^5.0",
"symfony/mime": "^4.4|^5.0",
"symfony/phpunit-bridge": "^4.4|^5.0",
"symfony/twig-bundle": "^4.4|^5.0",
"symfony/var-dumper": "^4.4|^5.0",
"symfony/yaml": "^4.4|^5.0"
2019-08-13 13:04:31 +02:00
},
"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",
2020-07-04 23:49:25 +02:00
"phpoffice/phpspreadsheet": "To export the data from DataTables to Excel",
2019-08-13 13:04:31 +02:00
"ruflin/elastica": "For integration with Elasticsearch indexes",
"symfony/twig-bundle": "To use default Twig based rendering and TwigColumn"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
2020-07-04 23:49:25 +02:00
"dev-master": "0.5-dev"
2019-08-13 13:04:31 +02:00
}
},
"autoload": {
"psr-4": {
"Omines\\DataTablesBundle\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-09-06 15:49:46 +02:00
"name": "Robbert Beesems",
"email": "robbert.beesems@omines.com",
2019-08-13 13:04:31 +02:00
"homepage": "https://omines.nl/"
},
{
2019-09-06 15:49:46 +02:00
"name": "Niels Keurentjes",
"email": "niels.keurentjes@omines.com",
2019-08-13 13:04:31 +02:00
"homepage": "https://omines.nl/"
}
],
"description": "Symfony DataTables Bundle with native Doctrine ORM, Elastica and MongoDB support",
"keywords": [
"bundle",
"datatable",
"datatables",
"doctrine",
"elastica",
"jquery",
"mongodb",
"orm",
"symfony"
],
2020-07-04 23:49:25 +02:00
"time": "2020-07-02T23:30:24+00:00"
2019-08-13 13:04:31 +02:00
},
2019-12-14 16:35:19 +01:00
{
"name": "paragonie/constant_time_encoding",
"version": "v2.3.0",
"source": {
"type": "git",
"url": "https://github.com/paragonie/constant_time_encoding.git",
"reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2",
"reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2",
"shasum": ""
},
"require": {
"php": "^7|^8"
},
"require-dev": {
"phpunit/phpunit": "^6|^7",
"vimeo/psalm": "^1|^2|^3"
},
"type": "library",
"autoload": {
"psr-4": {
"ParagonIE\\ConstantTime\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paragon Initiative Enterprises",
"email": "security@paragonie.com",
"homepage": "https://paragonie.com",
"role": "Maintainer"
},
{
"name": "Steve 'Sc00bz' Thomas",
"email": "steve@tobtu.com",
"homepage": "https://www.tobtu.com",
"role": "Original Developer"
}
],
"description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
"keywords": [
"base16",
"base32",
"base32_decode",
"base32_encode",
"base64",
"base64_decode",
"base64_encode",
"bin2hex",
"encoding",
"hex",
"hex2bin",
"rfc4648"
],
"time": "2019-11-06T19:20:29+00:00"
},
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"
},
2020-04-14 11:07:07 +02:00
{
"name": "phenx/php-font-lib",
2020-04-28 16:39:48 +02:00
"version": "0.5.2",
2020-04-14 11:07:07 +02:00
"source": {
"type": "git",
"url": "https://github.com/PhenX/php-font-lib.git",
2020-04-28 16:39:48 +02:00
"reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8"
2020-04-14 11:07:07 +02:00
},
"dist": {
"type": "zip",
2020-04-28 16:39:48 +02:00
"url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/ca6ad461f032145fff5971b5985e5af9e7fa88d8",
"reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8",
2020-04-14 11:07:07 +02:00
"shasum": ""
},
"require-dev": {
2020-04-28 16:39:48 +02:00
"phpunit/phpunit": "^4.8.35 || ^5 || ^6 || ^7"
2020-04-14 11:07:07 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"FontLib\\": "src/FontLib"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0"
],
"authors": [
{
"name": "Fabien Ménager",
"email": "fabien.menager@gmail.com"
}
],
"description": "A library to read, parse, export and make subsets of different types of font files.",
"homepage": "https://github.com/PhenX/php-font-lib",
2020-04-28 16:39:48 +02:00
"time": "2020-03-08T15:31:32+00:00"
2020-04-14 11:07:07 +02:00
},
{
"name": "phenx/php-svg-lib",
"version": "v0.3.3",
"source": {
"type": "git",
"url": "https://github.com/PhenX/php-svg-lib.git",
"reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
"reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
"shasum": ""
},
"require": {
"sabberworm/php-css-parser": "^8.3"
},
"require-dev": {
"phpunit/phpunit": "^5.5|^6.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Svg\\": "src/Svg"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0"
],
"authors": [
{
"name": "Fabien Ménager",
"email": "fabien.menager@gmail.com"
}
],
"description": "A library to read, parse and export to PDF SVG files.",
"homepage": "https://github.com/PhenX/php-svg-lib",
"time": "2019-09-11T20:02:13+00:00"
},
2019-08-13 13:04:31 +02:00
{
"name": "php-http/discovery",
2020-07-18 23:50:39 +02:00
"version": "1.9.1",
2019-08-13 13:04:31 +02:00
"source": {
"type": "git",
"url": "https://github.com/php-http/discovery.git",
2020-07-18 23:50:39 +02:00
"reference": "64a18cc891957e05d91910b3c717d6bd11fbede9"
2019-08-13 13:04:31 +02:00
},
"dist": {
"type": "zip",
2020-07-18 23:50:39 +02:00
"url": "https://api.github.com/repos/php-http/discovery/zipball/64a18cc891957e05d91910b3c717d6bd11fbede9",
"reference": "64a18cc891957e05d91910b3c717d6bd11fbede9",
2019-08-13 13:04:31 +02:00
"shasum": ""
},
"require": {
2020-07-18 23:50:39 +02:00
"php": "^7.1 || ^8.0"
2019-08-13 13:04:31 +02:00
},
"conflict": {
"nyholm/psr7": "<1.0"
},
"require-dev": {
2020-07-18 23:50:39 +02:00
"graham-campbell/phpspec-skip-example-extension": "^5.0",
2019-08-13 13:04:31 +02:00
"php-http/httplug": "^1.0 || ^2.0",
"php-http/message-factory": "^1.0",
2020-07-18 23:50:39 +02:00
"phpspec/phpspec": "^5.1 || ^6.1",
2019-08-13 13:04:31 +02:00
"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": {
2020-07-04 23:38:18 +02:00
"dev-master": "1.9-dev"
2019-08-13 13:04:31 +02:00
}
},
"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-07-18 23:50:39 +02:00
"time": "2020-07-13T15:44:45+00:00"
2019-08-13 13:04:31 +02:00
},
{
"name": "php-http/httplug",
2020-07-18 23:50:39 +02:00
"version": "2.2.0",
2019-08-13 13:04:31 +02:00
"source": {
"type": "git",
"url": "https://github.com/php-http/httplug.git",
2020-07-18 23:50:39 +02:00
"reference": "191a0a1b41ed026b717421931f8d3bd2514ffbf9"
2019-08-13 13:04:31 +02:00
},
"dist": {
"type": "zip",
2020-07-18 23:50:39 +02:00
"url": "https://api.github.com/repos/php-http/httplug/zipball/191a0a1b41ed026b717421931f8d3bd2514ffbf9",
"reference": "191a0a1b41ed026b717421931f8d3bd2514ffbf9",
2019-08-13 13:04:31 +02:00
"shasum": ""
},
"require": {
2020-07-18 23:50:39 +02:00
"php": "^7.1 || ^8.0",
"php-http/promise": "^1.1",
2019-08-13 13:04:31 +02:00
"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",
2020-07-18 23:50:39 +02:00
"phpspec/phpspec": "^5.1 || ^6.0"
2019-08-13 13:04:31 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-27 15:38:56 +01:00
"dev-master": "2.x-dev"
2019-08-13 13:04:31 +02:00
}
},
"autoload": {
"psr-4": {
"Http\\Client\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Eric GELOEN",
"email": "geloen.eric@gmail.com"
},
{
"name": "Márk Sági-Kazár",
2020-07-18 23:50:39 +02:00
"email": "mark.sagikazar@gmail.com",
"homepage": "https://sagikazarmark.hu"
2019-08-13 13:04:31 +02:00
}
],
"description": "HTTPlug, the HTTP client abstraction for PHP",
"homepage": "http://httplug.io",
"keywords": [
"client",
"http"
],
2020-07-18 23:50:39 +02:00
"time": "2020-07-13T15:43:23+00:00"
2019-08-13 13:04:31 +02:00
},
{
"name": "php-http/message-factory",
"version": "v1.0.2",
"source": {
"type": "git",
"url": "https://github.com/php-http/message-factory.git",
"reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
"reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
"shasum": ""
},
"require": {
"php": ">=5.4",
"psr/http-message": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
}
],
"description": "Factory interfaces for PSR-7 HTTP Message",
"homepage": "http://php-http.org",
2019-02-23 16:49:38 +01:00
"keywords": [
2019-08-13 13:04:31 +02:00
"factory",
"http",
"message",
"stream",
"uri"
2019-02-23 16:49:38 +01:00
],
2019-08-13 13:04:31 +02:00
"time": "2015-12-19T14:08:53+00:00"
2019-02-23 16:49:38 +01:00
},
2019-03-05 23:52:45 +01:00
{
2019-08-13 13:04:31 +02:00
"name": "php-http/promise",
2020-07-18 23:50:39 +02:00
"version": "1.1.0",
2019-03-05 23:52:45 +01:00
"source": {
"type": "git",
2019-08-13 13:04:31 +02:00
"url": "https://github.com/php-http/promise.git",
2020-07-18 23:50:39 +02:00
"reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88"
2019-03-05 23:52:45 +01:00
},
"dist": {
"type": "zip",
2020-07-18 23:50:39 +02:00
"url": "https://api.github.com/repos/php-http/promise/zipball/4c4c1f9b7289a2ec57cde7f1e9762a5789506f88",
"reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88",
2019-03-05 23:52:45 +01:00
"shasum": ""
},
2020-07-18 23:50:39 +02:00
"require": {
"php": "^7.1 || ^8.0"
},
2019-03-05 23:52:45 +01:00
"require-dev": {
2020-07-18 23:50:39 +02:00
"friends-of-phpspec/phpspec-code-coverage": "^4.3.2",
"phpspec/phpspec": "^5.1.2 || ^6.2"
2019-03-05 23:52:45 +01:00
},
2019-08-13 13:04:31 +02:00
"type": "library",
2019-03-05 23:52:45 +01:00
"extra": {
"branch-alias": {
2019-08-13 13:04:31 +02:00
"dev-master": "1.1-dev"
2019-03-05 23:52:45 +01:00
}
},
"autoload": {
"psr-4": {
2019-08-13 13:04:31 +02:00
"Http\\Promise\\": "src/"
2019-03-05 23:52:45 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-08-13 13:04:31 +02:00
"name": "Joel Wurtz",
"email": "joel.wurtz@gmail.com"
2020-07-18 23:50:39 +02:00
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
2019-03-05 23:52:45 +01:00
}
],
2019-08-13 13:04:31 +02:00
"description": "Promise used for asynchronous HTTP requests",
"homepage": "http://httplug.io",
2019-03-05 23:52:45 +01:00
"keywords": [
2019-08-13 13:04:31 +02:00
"promise"
2019-03-05 23:52:45 +01:00
],
2020-07-18 23:50:39 +02:00
"time": "2020-07-07T09:29:14+00:00"
2019-03-05 23:52:45 +01:00
},
2019-12-26 13:16:27 +01:00
{
"name": "php-translation/common",
2020-01-18 20:42:26 +01:00
"version": "3.0.1",
2019-12-26 13:16:27 +01:00
"source": {
"type": "git",
"url": "https://github.com/php-translation/common.git",
2020-01-18 20:42:26 +01:00
"reference": "b786f49d7f222ca345b0e4c32d4a205a845b0e27"
2019-12-26 13:16:27 +01:00
},
"dist": {
"type": "zip",
2020-01-18 20:42:26 +01:00
"url": "https://api.github.com/repos/php-translation/common/zipball/b786f49d7f222ca345b0e4c32d4a205a845b0e27",
"reference": "b786f49d7f222ca345b0e4c32d4a205a845b0e27",
2019-12-26 13:16:27 +01:00
"shasum": ""
},
"require": {
2020-01-01 17:39:28 +01:00
"php": "^7.2",
"symfony/translation": " ^3.4 || ^4.3 || ^5.0"
2019-12-26 13:16:27 +01:00
},
"require-dev": {
2020-01-01 17:39:28 +01:00
"phpunit/phpunit": "^8.4",
"symfony/phpunit-bridge": "^4.3 || ^5.0"
2019-12-26 13:16:27 +01:00
},
"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",
2020-01-18 20:42:26 +01:00
"time": "2020-01-18T09:48:23+00:00"
2019-12-26 13:16:27 +01:00
},
{
"name": "php-translation/extractor",
2020-06-13 16:09:06 +02:00
"version": "2.0.2",
2019-12-26 13:16:27 +01:00
"source": {
"type": "git",
"url": "https://github.com/php-translation/extractor.git",
2020-06-13 16:09:06 +02:00
"reference": "e2703aea3a35361bd9e3130253c8a82c14119f10"
2019-12-26 13:16:27 +01:00
},
"dist": {
"type": "zip",
2020-06-13 16:09:06 +02:00
"url": "https://api.github.com/repos/php-translation/extractor/zipball/e2703aea3a35361bd9e3130253c8a82c14119f10",
"reference": "e2703aea3a35361bd9e3130253c8a82c14119f10",
2019-12-26 13:16:27 +01:00
"shasum": ""
},
"require": {
"doctrine/annotations": "^1.2",
"nikic/php-parser": "^3.0 || ^4.0",
2020-01-01 17:39:28 +01:00
"php": "^7.2",
"symfony/finder": "^3.4 || ^4.3 || ^5.0",
"twig/twig": "^2.0 || ^3.0"
2019-12-26 13:16:27 +01:00
},
"require-dev": {
2020-06-13 16:09:06 +02:00
"knplabs/knp-menu": "^3.1",
2020-01-01 17:39:28 +01:00
"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"
2019-12-26 13:16:27 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-01 17:39:28 +01:00
"dev-master": "2.0-dev"
2019-12-26 13:16:27 +01:00
}
},
"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-06-13 16:09:06 +02:00
"time": "2020-06-10T08:44:05+00:00"
2019-12-26 13:16:27 +01:00
},
{
"name": "php-translation/symfony-bundle",
2020-02-29 23:20:38 +01:00
"version": "0.12.1",
2019-12-26 13:16:27 +01:00
"source": {
"type": "git",
"url": "https://github.com/php-translation/symfony-bundle.git",
2020-02-29 23:20:38 +01:00
"reference": "7fbc991062d6cf7d862122d07428adfa972fce78"
2019-12-26 13:16:27 +01:00
},
"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",
2019-12-26 13:16:27 +01:00
"shasum": ""
},
"require": {
"nyholm/nsa": "^1.1",
"php": "^7.1",
2020-01-01 17:39:28 +01:00
"php-translation/extractor": "^2.0",
2020-02-22 17:49:33 +01:00
"php-translation/symfony-storage": "^2.1",
2020-01-01 17:39:28 +01:00
"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"
2019-12-26 13:16:27 +01:00
},
"require-dev": {
2020-01-01 17:39:28 +01:00
"matthiasnoback/symfony-config-test": "^4.1",
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
2019-12-26 13:16:27 +01:00
"nyholm/psr7": "^1.1",
2020-01-01 17:39:28 +01:00
"nyholm/symfony-bundle-test": "^1.6.1",
2019-12-26 13:16:27 +01:00
"php-http/curl-client": "^1.7",
"php-http/message": "^1.6",
"php-http/message-factory": "^1.0.2",
"php-translation/translator": "^1.0",
2020-01-01 17:39:28 +01:00
"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"
2019-12-26 13:16:27 +01:00
},
"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"
2019-12-26 13:16:27 +01:00
}
},
"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"
2019-12-26 13:16:27 +01:00
},
{
"name": "php-translation/symfony-storage",
2020-02-13 22:04:40 +01:00
"version": "2.2.0",
2019-12-26 13:16:27 +01:00
"source": {
"type": "git",
"url": "https://github.com/php-translation/symfony-storage.git",
2020-02-13 22:04:40 +01:00
"reference": "9d6e34d6ed662a6438365bc891768b701fdd6c24"
2019-12-26 13:16:27 +01:00
},
"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",
2019-12-26 13:16:27 +01:00
"shasum": ""
},
"require": {
2020-01-01 15:57:34 +01:00
"php": "^7.2",
2020-01-01 17:39:28 +01:00
"php-translation/common": "^3.0",
2020-01-01 15:57:34 +01:00
"symfony/translation": "^3.4 || ^4.2 || ^5.0"
2019-12-26 13:16:27 +01:00
},
"require-dev": {
2020-01-01 15:57:34 +01:00
"phpunit/phpunit": "^8.4",
"symfony/framework-bundle": " ^3.4 || ^4.2 || ^5.0",
"symfony/phpunit-bridge": "^4.2 || ^5.0"
2019-12-26 13:16:27 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-13 22:04:40 +01:00
"dev-master": "2.2-dev"
2019-12-26 13:16:27 +01:00
}
},
"autoload": {
"psr-4": {
"Translation\\SymfonyStorage\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com"
}
],
"description": "A translation file storage using Symfony translation component.",
2020-02-13 22:04:40 +01:00
"time": "2020-02-11T12:49:11+00:00"
2019-12-26 13:16:27 +01:00
},
2019-03-19 15:06:14 +01:00
{
"name": "phpdocumentor/reflection-common",
2020-07-04 23:38:18 +02:00
"version": "2.2.0",
2019-03-19 15:06:14 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2020-07-04 23:38:18 +02:00
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
2019-03-19 15:06:14 +01:00
},
"dist": {
"type": "zip",
2020-07-04 23:38:18 +02:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
2019-03-19 15:06:14 +01:00
"shasum": ""
},
"require": {
2020-07-04 23:38:18 +02:00
"php": "^7.2 || ^8.0"
2019-03-19 15:06:14 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-07-04 23:38:18 +02:00
"dev-2.x": "2.x-dev"
2019-03-19 15:06:14 +01:00
}
},
"autoload": {
"psr-4": {
2019-09-18 16:06:51 +02:00
"phpDocumentor\\Reflection\\": "src/"
2019-03-19 15:06:14 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jaap van Otterdijk",
"email": "opensource@ijaap.nl"
}
],
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
"homepage": "http://www.phpdoc.org",
"keywords": [
"FQSEN",
"phpDocumentor",
"phpdoc",
"reflection",
"static analysis"
],
2020-07-04 23:38:18 +02:00
"time": "2020-06-27T09:03:43+00:00"
2019-03-19 15:06:14 +01:00
},
{
"name": "phpdocumentor/reflection-docblock",
2020-07-30 17:13:16 +02:00
"version": "5.2.0",
2019-03-19 15:06:14 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2020-07-30 17:13:16 +02:00
"reference": "3170448f5769fe19f456173d833734e0ff1b84df"
2019-03-19 15:06:14 +01:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/3170448f5769fe19f456173d833734e0ff1b84df",
"reference": "3170448f5769fe19f456173d833734e0ff1b84df",
2019-03-19 15:06:14 +01:00
"shasum": ""
},
"require": {
2020-07-30 17:13:16 +02:00
"ext-filter": "*",
"php": "^7.2 || ^8.0",
"phpdocumentor/reflection-common": "^2.2",
"phpdocumentor/type-resolver": "^1.3",
"webmozart/assert": "^1.9.1"
2019-03-19 15:06:14 +01:00
},
"require-dev": {
2020-07-30 17:13:16 +02:00
"mockery/mockery": "~1.3.2"
2019-03-19 15:06:14 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-03-28 17:52:19 +01:00
"dev-master": "5.x-dev"
2019-03-19 15:06:14 +01:00
}
},
"autoload": {
"psr-4": {
2020-03-28 17:52:19 +01:00
"phpDocumentor\\Reflection\\": "src"
2019-03-19 15:06:14 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
2020-03-28 17:52:19 +01:00
},
{
"name": "Jaap van Otterdijk",
"email": "account@ijaap.nl"
2019-03-19 15:06:14 +01:00
}
],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2020-07-30 17:13:16 +02:00
"time": "2020-07-20T20:05:34+00:00"
2019-03-19 15:06:14 +01:00
},
{
"name": "phpdocumentor/type-resolver",
2020-07-04 23:38:18 +02:00
"version": "1.3.0",
2019-03-19 15:06:14 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
2020-07-04 23:38:18 +02:00
"reference": "e878a14a65245fbe78f8080eba03b47c3b705651"
2019-03-19 15:06:14 +01:00
},
"dist": {
"type": "zip",
2020-07-04 23:38:18 +02:00
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e878a14a65245fbe78f8080eba03b47c3b705651",
"reference": "e878a14a65245fbe78f8080eba03b47c3b705651",
2019-03-19 15:06:14 +01:00
"shasum": ""
},
"require": {
2020-07-04 23:38:18 +02:00
"php": "^7.2 || ^8.0",
2019-09-18 16:06:51 +02:00
"phpdocumentor/reflection-common": "^2.0"
2019-03-19 15:06:14 +01:00
},
"require-dev": {
2020-07-04 23:38:18 +02:00
"ext-tokenizer": "*"
2019-03-19 15:06:14 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-07-04 23:38:18 +02:00
"dev-1.x": "1.x-dev"
2019-03-19 15:06:14 +01:00
}
},
"autoload": {
"psr-4": {
2019-09-18 16:06:51 +02:00
"phpDocumentor\\Reflection\\": "src"
2019-03-19 15:06:14 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
}
],
2019-09-18 16:06:51 +02:00
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
2020-07-04 23:38:18 +02:00
"time": "2020-06-27T10:12:23+00:00"
2019-03-19 15:06:14 +01:00
},
{
"name": "psr/cache",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/cache.git",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
2019-02-23 16:49:38 +01:00
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Cache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for caching libraries",
"keywords": [
"cache",
"psr",
"psr-6"
],
"time": "2016-08-06T20:24:11+00:00"
},
{
"name": "psr/container",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Container\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
"keywords": [
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
],
"time": "2017-02-14T16:28:37+00:00"
},
2020-05-10 15:55:37 +02:00
{
"name": "psr/event-dispatcher",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/event-dispatcher.git",
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
"shasum": ""
},
"require": {
"php": ">=7.2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\EventDispatcher\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Standard interfaces for event handling.",
"keywords": [
"events",
"psr",
"psr-14"
],
"time": "2019-01-08T18:20:26+00:00"
},
2019-08-13 13:04:31 +02:00
{
"name": "psr/http-client",
2020-07-04 23:38:18 +02:00
"version": "1.0.1",
2019-08-13 13:04:31 +02:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-client.git",
2020-07-04 23:38:18 +02:00
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
2019-08-13 13:04:31 +02:00
},
"dist": {
"type": "zip",
2020-07-04 23:38:18 +02:00
"url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
2019-08-13 13:04:31 +02:00
"shasum": ""
},
"require": {
2020-07-04 23:38:18 +02:00
"php": "^7.0 || ^8.0",
2019-08-13 13:04:31 +02:00
"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"
],
2020-07-04 23:38:18 +02:00
"time": "2020-06-29T06:28:15+00:00"
2019-08-13 13:04:31 +02: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": {
2019-11-01 13:58:02 +01:00
"dev-master": "1.1.x-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Psr\\Log\\": "Psr/Log/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
2020-03-24 21:52:55 +01:00
"time": "2020-03-23T09:12:05+00:00"
2019-02-23 16:49:38 +01:00
},
2019-08-13 13:04:31 +02:00
{
"name": "psr/simple-cache",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/simple-cache.git",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\SimpleCache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interfaces for simple caching",
"keywords": [
"cache",
"caching",
"psr",
"psr-16",
"simple-cache"
],
"time": "2017-10-23T01:57:42+00:00"
},
2019-12-14 16:35:19 +01:00
{
"name": "r/u2f-two-factor-bundle",
2020-05-26 18:35:09 +02:00
"version": "0.8.0",
2019-12-14 16:35:19 +01:00
"source": {
"type": "git",
2020-05-26 18:35:09 +02:00
"url": "https://github.com/darookee/u2f-two-factor-bundle.git",
"reference": "36d8b6af1976b6959d32ccc9081c6ae7d842cf09"
2019-12-14 16:35:19 +01:00
},
"dist": {
"type": "zip",
2020-05-26 18:35:09 +02:00
"url": "https://api.github.com/repos/darookee/u2f-two-factor-bundle/zipball/36d8b6af1976b6959d32ccc9081c6ae7d842cf09",
"reference": "36d8b6af1976b6959d32ccc9081c6ae7d842cf09",
2019-12-14 16:35:19 +01:00
"shasum": ""
},
"require": {
"doctrine/collections": "^1.6",
"doctrine/common": "*",
"ext-json": "*",
"php": "^7.1.3",
"scheb/two-factor-bundle": "^3.2.0|^4.0.0",
2020-05-10 15:55:37 +02:00
"symfony/event-dispatcher-contracts": "^2.0",
"symfony/framework-bundle": "^3.4|^4.0|^5.0",
"symfony/templating": "^3.4|^4.0|^5.0",
2019-12-14 16:35:19 +01:00
"yubico/u2flib-server": "^1.0.0"
},
"conflict": {
"godzillante/u2f-two-factor-bundle": "*",
"tubssz/u2f-two-factor-bundle": "*"
},
"require-dev": {
2020-05-10 19:49:35 +02:00
"phpstan/phpstan": "^0.11.6"
2019-12-14 16:35:19 +01:00
},
"type": "symfony-bundle",
"autoload": {
"psr-4": {
"R\\U2FTwoFactorBundle\\": ""
}
},
2020-05-26 18:35:09 +02:00
"notification-url": "https://packagist.org/downloads/",
2019-12-14 16:35:19 +01:00
"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": [
2020-05-26 18:35:09 +02:00
"Authentication",
"Symfony2",
2019-12-14 16:35:19 +01:00
"fido",
"two-factor",
"two-step",
"yubikey"
],
2020-05-26 18:35:09 +02:00
"time": "2020-05-19T07:35:18+00:00"
2019-12-14 16:35:19 +01: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
},
2020-05-30 21:09:55 +02:00
{
"name": "s9e/sweetdom",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/s9e/SweetDOM.git",
"reference": "f3a58c723fbe04d92ebcef5c8c7913bb364f58cd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/s9e/SweetDOM/zipball/f3a58c723fbe04d92ebcef5c8c7913bb364f58cd",
"reference": "f3a58c723fbe04d92ebcef5c8c7913bb364f58cd",
"shasum": ""
},
"require": {
"ext-dom": "*",
"php": ">=7.1"
},
"require-dev": {
"phpunit/phpunit": "*"
},
"type": "library",
"autoload": {
"psr-4": {
"s9e\\SweetDOM\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Syntactic sugar for the DOM API with a focus on XSLT 1.0 template manipulation.",
"homepage": "https://github.com/s9e/SweetDOM/",
"keywords": [
"dom",
"xsl",
"xslt"
],
"time": "2020-05-25T15:01:02+00:00"
},
2019-03-13 20:14:19 +01:00
{
"name": "s9e/text-formatter",
2020-07-30 17:13:16 +02:00
"version": "2.7.3",
2019-03-13 20:14:19 +01:00
"source": {
"type": "git",
"url": "https://github.com/s9e/TextFormatter.git",
2020-07-30 17:13:16 +02:00
"reference": "af4a87455710a5c83d54d71938fbb0e359e852c3"
2019-03-13 20:14:19 +01:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/s9e/TextFormatter/zipball/af4a87455710a5c83d54d71938fbb0e359e852c3",
"reference": "af4a87455710a5c83d54d71938fbb0e359e852c3",
2019-03-13 20:14:19 +01:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-filter": "*",
2019-06-16 12:50:40 +02:00
"lib-pcre": ">=8.13",
"php": ">=7.1",
2020-05-30 21:09:55 +02:00
"s9e/regexp-builder": "^1.4",
"s9e/sweetdom": "^1.0"
2019-03-13 20:14:19 +01:00
},
"require-dev": {
"matthiasmullie/minify": "*",
2020-02-22 17:49:33 +01:00
"phpunit/phpunit": "*",
"sami/sami": "4.*"
2019-03-13 20:14:19 +01:00
},
"suggest": {
"ext-curl": "Improves the performance of the MediaEmbed plugin and some JavaScript minifiers",
"ext-intl": "Allows international URLs to be accepted by the URL filter",
"ext-json": "Enables the generation of a JavaScript parser",
"ext-mbstring": "Improves the performance of the PHP renderer",
"ext-tokenizer": "Improves the performance of the PHP renderer",
"ext-xsl": "Enables the XSLT renderer",
"ext-zlib": "Enables gzip compression when scraping content via the MediaEmbed plugin"
},
"type": "library",
2019-06-16 12:50:40 +02:00
"extra": {
2020-07-30 17:13:16 +02:00
"version": "2.7.3"
2019-06-16 12:50:40 +02:00
},
2019-03-13 20:14:19 +01:00
"autoload": {
"psr-4": {
"s9e\\TextFormatter\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Multi-purpose text formatting and markup library. Plugins offer support for BBCodes, Markdown, emoticons, HTML, embedding media (YouTube, etc...), enhanced typography and more.",
"homepage": "https://github.com/s9e/TextFormatter/",
"keywords": [
"bbcode",
"bbcodes",
"blog",
"censor",
"embed",
"emoji",
"emoticons",
"engine",
"forum",
"html",
"markdown",
"markup",
"media",
"parser",
"shortcodes"
],
2020-07-30 17:13:16 +02:00
"time": "2020-07-20T18:56:00+00:00"
2019-03-13 20:14:19 +01:00
},
2020-04-14 11:07:07 +02:00
{
"name": "sabberworm/php-css-parser",
2020-06-01 21:59:51 +02:00
"version": "8.3.1",
2020-04-14 11:07:07 +02:00
"source": {
"type": "git",
"url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
2020-06-01 21:59:51 +02:00
"reference": "d217848e1396ef962fb1997cf3e2421acba7f796"
2020-04-14 11:07:07 +02:00
},
"dist": {
"type": "zip",
2020-06-01 21:59:51 +02:00
"url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/d217848e1396ef962fb1997cf3e2421acba7f796",
"reference": "d217848e1396ef962fb1997cf3e2421acba7f796",
2020-04-14 11:07:07 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"codacy/coverage": "^1.4",
"phpunit/phpunit": "~4.8"
},
"type": "library",
"autoload": {
"psr-0": {
"Sabberworm\\CSS": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Raphael Schweikert"
}
],
"description": "Parser for CSS Files written in PHP",
"homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
"keywords": [
"css",
"parser",
"stylesheet"
],
2020-06-01 21:59:51 +02:00
"time": "2020-06-01T09:10:00+00:00"
2020-04-14 11:07:07 +02:00
},
2019-12-14 16:35:19 +01:00
{
"name": "scheb/two-factor-bundle",
2020-06-07 15:55:30 +02:00
"version": "v4.18.0",
2019-12-14 16:35:19 +01:00
"source": {
"type": "git",
"url": "https://github.com/scheb/two-factor-bundle.git",
2020-06-07 15:55:30 +02:00
"reference": "37ec5f078ce565aa408d1279060353de6ad8cd3b"
2019-12-14 16:35:19 +01:00
},
"dist": {
"type": "zip",
2020-06-07 15:55:30 +02:00
"url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/37ec5f078ce565aa408d1279060353de6ad8cd3b",
"reference": "37ec5f078ce565aa408d1279060353de6ad8cd3b",
2019-12-14 16:35:19 +01:00
"shasum": ""
},
"require": {
"lcobucci/jwt": "^3.2",
"paragonie/constant_time_encoding": "^2.2",
"php": "^7.1.3",
"spomky-labs/otphp": "^9.1|^10.0",
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/event-dispatcher": "^3.4|^4.0|^5.0",
"symfony/framework-bundle": "^3.4|^4.0|^5.0",
"symfony/http-foundation": "^3.4|^4.0|^5.0",
"symfony/http-kernel": "^3.4|^4.0|^5.0",
"symfony/property-access": "^3.4|^4.0|^5.0",
"symfony/security-bundle": "^3.4|^4.0|^5.0",
"symfony/twig-bundle": "^3.4|^4.0|^5.0"
},
"require-dev": {
2020-06-07 15:55:30 +02:00
"doctrine/persistence": "^1.3|^2.0",
2019-12-14 16:35:19 +01:00
"escapestudios/symfony2-coding-standard": "^3.9",
2020-05-09 20:33:49 +02:00
"phpunit/phpunit": "^7.0|^8.0|^9.0",
2019-12-14 16:35:19 +01:00
"squizlabs/php_codesniffer": "^3.5",
"swiftmailer/swiftmailer": "^6.0",
2020-05-09 20:33:49 +02:00
"symfony/polyfill-php80": "^1.15",
"symfony/yaml": "^3.4|^4.0|^5.0",
"vimeo/psalm": "^3.11"
2019-12-14 16:35:19 +01:00
},
"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": [
2020-06-01 21:59:51 +02:00
"2fa",
2019-12-14 16:35:19 +01:00
"Authentication",
"symfony",
"two-factor",
"two-step"
],
2020-06-07 15:55:30 +02:00
"time": "2020-06-03T13:11:55+00:00"
2019-12-14 16:35:19 +01:00
},
2019-02-23 16:49:38 +01:00
{
"name": "sensio/framework-extra-bundle",
2020-07-04 23:38:18 +02:00
"version": "v5.5.6",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
2020-07-04 23:38:18 +02:00
"reference": "b49f079d8a87a6e6dd434062085ff5a132af466b"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-07-04 23:38:18 +02:00
"url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/b49f079d8a87a6e6dd434062085ff5a132af466b",
"reference": "b49f079d8a87a6e6dd434062085ff5a132af466b",
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",
2020-04-07 12:34:34 +02:00
"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",
2020-04-07 12:34:34 +02:00
"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",
2020-04-07 12:34:34 +02:00
"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"
],
2020-07-04 23:38:18 +02:00
"time": "2020-06-15T20:28:02+00:00"
2019-02-23 16:49:38 +01:00
},
2019-03-12 13:34:33 +01:00
{
"name": "shivas/versioning-bundle",
2019-12-11 20:12:42 +01:00
"version": "3.2.3",
2019-03-12 13:34:33 +01:00
"source": {
"type": "git",
"url": "https://github.com/shivas/versioning-bundle.git",
2019-12-11 20:12:42 +01:00
"reference": "44611dbbeeef81376baa32d65ac8c263fe307f62"
2019-03-12 13:34:33 +01:00
},
"dist": {
"type": "zip",
2019-12-11 20:12:42 +01:00
"url": "https://api.github.com/repos/shivas/versioning-bundle/zipball/44611dbbeeef81376baa32d65ac8c263fe307f62",
"reference": "44611dbbeeef81376baa32d65ac8c263fe307f62",
2019-03-12 13:34:33 +01:00
"shasum": ""
},
"require": {
2019-12-11 20:12:42 +01:00
"nikolaposa/version": "^2.2 || ^3",
2019-03-12 13:34:33 +01:00
"php": "^7.0",
2019-12-11 20:12:42 +01:00
"symfony/console": "^3.4 || ^4 || ^5",
"symfony/framework-bundle": "^3.4 || ^4 || ^5",
"symfony/process": "^3.4 || ^4 || ^5"
2019-03-12 13:34:33 +01:00
},
"require-dev": {
2019-08-13 13:04:31 +02:00
"mikey179/vfsstream": "^1.6",
"phpunit/phpunit": "^6.5 || ^7",
"symfony/phpunit-bridge": "^4.3"
2019-03-12 13:34:33 +01:00
},
"type": "symfony-bundle",
"autoload": {
"psr-4": {
"Shivas\\VersioningBundle\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Audrius Karabanovas",
2019-11-21 21:52:41 +01:00
"email": "audrius@karabanovas.net",
"role": "Developer"
2019-03-12 13:34:33 +01:00
}
],
"description": "Symfony3|4 application versioning, simple console command to manage version (with providers e.g. git tag) of your application using Semantic Versioning 2.0.0 recommendations",
"homepage": "https://github.com/shivas/versioning-bundle",
"keywords": [
"semantic",
"semver",
"version",
"versioning"
],
2019-12-11 20:12:42 +01:00
"time": "2019-12-08T15:52:26+00:00"
2019-03-12 13:34:33 +01:00
},
2019-12-14 16:35:19 +01:00
{
"name": "spomky-labs/otphp",
2020-02-22 17:49:33 +01:00
"version": "v10.0.1",
2019-12-14 16:35:19 +01:00
"source": {
"type": "git",
"url": "https://github.com/Spomky-Labs/otphp.git",
2020-02-22 17:49:33 +01:00
"reference": "f44cce5a9db4b8da410215d992110482c931232f"
2019-12-14 16:35:19 +01:00
},
"dist": {
"type": "zip",
2020-02-22 17:49:33 +01:00
"url": "https://api.github.com/repos/Spomky-Labs/otphp/zipball/f44cce5a9db4b8da410215d992110482c931232f",
"reference": "f44cce5a9db4b8da410215d992110482c931232f",
2019-12-14 16:35:19 +01:00
"shasum": ""
},
"require": {
2020-01-01 15:57:34 +01:00
"beberlei/assert": "^3.0",
"ext-mbstring": "*",
2019-12-14 16:35:19 +01:00
"paragonie/constant_time_encoding": "^2.0",
2020-01-01 15:57:34 +01:00
"php": "^7.2|^8.0",
2020-02-22 17:49:33 +01:00
"thecodingmachine/safe": "^0.1.14|^1.0"
2019-12-14 16:35:19 +01:00
},
"require-dev": {
2020-01-01 15:57:34 +01:00
"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",
2020-01-01 15:57:34 +01:00
"phpunit/phpunit": "^8.0",
2020-02-22 17:49:33 +01:00
"thecodingmachine/phpstan-safe-rule": "^1.0"
2019-12-14 16:35:19 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-01 15:57:34 +01:00
"v10.0": "10.0.x-dev",
"v9.0": "9.0.x-dev",
"v8.3": "8.3.x-dev"
2019-12-14 16:35:19 +01:00
}
},
"autoload": {
"psr-4": {
"OTPHP\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Florent Morselli",
"homepage": "https://github.com/Spomky"
},
{
"name": "All contributors",
"homepage": "https://github.com/Spomky-Labs/otphp/contributors"
}
],
"description": "A PHP library for generating one time passwords according to RFC 4226 (HOTP Algorithm) and the RFC 6238 (TOTP Algorithm) and compatible with Google Authenticator",
"homepage": "https://github.com/Spomky-Labs/otphp",
"keywords": [
"FreeOTP",
"RFC 4226",
"RFC 6238",
"google authenticator",
"hotp",
"otp",
"totp"
],
2020-02-22 17:49:33 +01:00
"time": "2020-01-28T09:24:19+00:00"
2019-12-14 16:35:19 +01:00
},
2019-03-25 16:42:50 +01:00
{
"name": "symfony/apache-pack",
"version": "v1.0.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/apache-pack.git",
"reference": "3aa5818d73ad2551281fc58a75afd9ca82622e6c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/apache-pack/zipball/3aa5818d73ad2551281fc58a75afd9ca82622e6c",
"reference": "3aa5818d73ad2551281fc58a75afd9ca82622e6c",
"shasum": ""
},
"type": "symfony-pack",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A pack for Apache support in Symfony",
"time": "2017-12-12T01:46:35+00:00"
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/asset",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/asset.git",
2020-05-31 13:47:29 +02:00
"reference": "2f07b5993f1607c1c489bac3e15a000c33668b4b"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-05-31 13:47:29 +02:00
"url": "https://api.github.com/repos/symfony/asset/zipball/2f07b5993f1607c1c489bac3e15a000c33668b4b",
"reference": "2f07b5993f1607c1c489bac3e15a000c33668b4b",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2020-05-31 13:47:29 +02:00
"symfony/http-client": "^4.4|^5.0",
2020-05-10 15:55:37 +02:00
"symfony/http-foundation": "^4.4|^5.0",
"symfony/http-kernel": "^4.4|^5.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"symfony/http-foundation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-05-31 13:47:29 +02:00
"time": "2020-05-30T20:35:19+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/cache",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/cache.git",
2020-07-30 17:13:16 +02:00
"reference": "a9ac09a5e9786b734a4baa98158c2cd3251f1e4c"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/symfony/cache/zipball/a9ac09a5e9786b734a4baa98158c2cd3251f1e4c",
"reference": "a9ac09a5e9786b734a4baa98158c2cd3251f1e4c",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2019-02-23 16:49:38 +01:00
"psr/cache": "~1.0",
"psr/log": "~1.0",
2019-11-21 22:16:30 +01:00
"symfony/cache-contracts": "^1.1.7|^2",
2020-05-31 13:47:29 +02:00
"symfony/polyfill-php80": "^1.15",
2019-11-21 22:16:30 +01:00
"symfony/service-contracts": "^1.1|^2",
2020-05-10 15:55:37 +02:00
"symfony/var-exporter": "^4.4|^5.0"
2019-02-23 16:49:38 +01:00
},
"conflict": {
"doctrine/dbal": "<2.5",
2020-05-10 15:55:37 +02:00
"symfony/dependency-injection": "<4.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",
2020-05-31 13:47:29 +02:00
"doctrine/cache": "^1.6",
"doctrine/dbal": "^2.5|^3.0",
"predis/predis": "^1.1",
2019-06-16 12:36:17 +02:00
"psr/simple-cache": "^1.0",
2020-05-10 15:55:37 +02:00
"symfony/config": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
2019-11-21 22:16:30 +01:00
"symfony/var-dumper": "^4.4|^5.0"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-23T17:22:30+00:00"
2019-07-12 21:00:29 +02:00
},
{
"name": "symfony/cache-contracts",
2020-07-18 23:50:39 +02:00
"version": "v2.1.3",
2019-07-12 21:00:29 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/cache-contracts.git",
2020-07-18 23:50:39 +02:00
"reference": "9771a09d2e6b84ecb8c9f0a7dbc72ee92aeba009"
2019-07-12 21:00:29 +02:00
},
"dist": {
"type": "zip",
2020-07-18 23:50:39 +02:00
"url": "https://api.github.com/repos/symfony/cache-contracts/zipball/9771a09d2e6b84ecb8c9f0a7dbc72ee92aeba009",
"reference": "9771a09d2e6b84ecb8c9f0a7dbc72ee92aeba009",
2019-07-12 21:00:29 +02:00
"shasum": ""
},
"require": {
2020-05-30 21:09:55 +02:00
"php": ">=7.2.5",
2019-07-12 21:00:29 +02:00
"psr/cache": "^1.0"
},
"suggest": {
"symfony/cache-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-30 21:09:55 +02:00
"dev-master": "2.1-dev"
2020-07-18 23:50:39 +02:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
2019-07-12 21:00:29 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Cache\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to caching",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2020-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-06T13:23:11+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/config",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
2020-07-30 17:13:16 +02:00
"reference": "cf63f0613a6c6918e96db39c07a43b01e19a0773"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/symfony/config/zipball/cf63f0613a6c6918e96db39c07a43b01e19a0773",
"reference": "cf63f0613a6c6918e96db39c07a43b01e19a0773",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1",
2020-05-10 15:55:37 +02:00
"symfony/filesystem": "^4.4|^5.0",
2020-05-31 13:47:29 +02:00
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-php80": "^1.15"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2020-05-10 15:55:37 +02:00
"symfony/finder": "<4.4"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2020-05-10 15:55:37 +02:00
"symfony/event-dispatcher": "^4.4|^5.0",
"symfony/finder": "^4.4|^5.0",
"symfony/messenger": "^4.4|^5.0",
2019-11-21 22:16:30 +01:00
"symfony/service-contracts": "^1.1|^2",
2020-05-10 15:55:37 +02:00
"symfony/yaml": "^4.4|^5.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"symfony/yaml": "To use the yaml reference dumper"
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-15T10:53:22+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/console",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
2020-07-30 17:13:16 +02:00
"reference": "2226c68009627934b8cfc01260b4d287eab070df"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/symfony/console/zipball/2226c68009627934b8cfc01260b4d287eab070df",
"reference": "2226c68009627934b8cfc01260b4d287eab070df",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2019-06-16 12:36:17 +02:00
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "^1.8",
2020-05-31 13:47:29 +02:00
"symfony/polyfill-php80": "^1.15",
"symfony/service-contracts": "^1.1|^2",
"symfony/string": "^5.1"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2020-05-10 15:55:37 +02:00
"symfony/dependency-injection": "<4.4",
2020-05-31 13:47:29 +02:00
"symfony/dotenv": "<5.1",
2020-05-10 15:55:37 +02:00
"symfony/event-dispatcher": "<4.4",
2019-11-21 22:16:30 +01:00
"symfony/lock": "<4.4",
2020-05-10 15:55:37 +02:00
"symfony/process": "<4.4"
2019-02-23 16:49:38 +01:00
},
"provide": {
"psr/log-implementation": "1.0"
},
"require-dev": {
"psr/log": "~1.0",
2020-05-10 15:55:37 +02:00
"symfony/config": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/event-dispatcher": "^4.4|^5.0",
2019-11-21 22:16:30 +01:00
"symfony/lock": "^4.4|^5.0",
2020-05-10 15:55:37 +02:00
"symfony/process": "^4.4|^5.0",
"symfony/var-dumper": "^4.4|^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": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-06T13:23:11+00:00"
2019-02-23 16:49:38 +01:00
},
2019-11-24 22:49:22 +01:00
{
"name": "symfony/css-selector",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-11-24 22:49:22 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
2020-05-31 13:47:29 +02:00
"reference": "e544e24472d4c97b2d11ade7caacd446727c6bf9"
2019-11-24 22:49:22 +01:00
},
"dist": {
"type": "zip",
2020-05-31 13:47:29 +02:00
"url": "https://api.github.com/repos/symfony/css-selector/zipball/e544e24472d4c97b2d11ade7caacd446727c6bf9",
"reference": "e544e24472d4c97b2d11ade7caacd446727c6bf9",
2019-11-24 22:49:22 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5"
2019-11-24 22:49:22 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-dev"
2019-11-24 22:49:22 +01:00
}
},
"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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-05-31 13:47:29 +02:00
"time": "2020-05-20T17:43:50+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/dependency-injection",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
2020-07-30 17:13:16 +02:00
"reference": "c45c3f26d2ae7c5239e5ad420b0c2717dbbc0bcb"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/c45c3f26d2ae7c5239e5ad420b0c2717dbbc0bcb",
"reference": "c45c3f26d2ae7c5239e5ad420b0c2717dbbc0bcb",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2019-02-23 16:49:38 +01:00
"psr/container": "^1.0",
2020-05-31 13:47:29 +02:00
"symfony/deprecation-contracts": "^2.1",
"symfony/polyfill-php80": "^1.15",
2019-11-21 22:16:30 +01:00
"symfony/service-contracts": "^1.1.6|^2"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2020-05-31 13:47:29 +02:00
"symfony/config": "<5.1",
2020-05-10 15:55:37 +02:00
"symfony/finder": "<4.4",
"symfony/proxy-manager-bridge": "<4.4",
"symfony/yaml": "<4.4"
2019-02-23 16:49:38 +01:00
},
"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": {
2020-05-31 13:47:29 +02:00
"symfony/config": "^5.1",
2020-05-10 15:55:37 +02:00
"symfony/expression-language": "^4.4|^5.0",
"symfony/yaml": "^4.4|^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": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-23T08:36:24+00:00"
2020-05-31 13:47:29 +02:00
},
{
"name": "symfony/deprecation-contracts",
2020-07-18 23:50:39 +02:00
"version": "v2.1.3",
2020-05-31 13:47:29 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
2020-07-18 23:50:39 +02:00
"reference": "5e20b83385a77593259c9f8beb2c43cd03b2ac14"
2020-05-31 13:47:29 +02:00
},
"dist": {
"type": "zip",
2020-07-18 23:50:39 +02:00
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5e20b83385a77593259c9f8beb2c43cd03b2ac14",
"reference": "5e20b83385a77593259c9f8beb2c43cd03b2ac14",
2020-05-31 13:47:29 +02:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
2020-07-18 23:50:39 +02:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
2020-05-31 13:47:29 +02:00
}
},
"autoload": {
"files": [
"function.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": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
2020-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-06-06T08:49:21+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/doctrine-bridge",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/doctrine-bridge.git",
2020-07-30 17:13:16 +02:00
"reference": "e88743167c3edc667f809f9b3558954bde1fbd89"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/e88743167c3edc667f809f9b3558954bde1fbd89",
"reference": "e88743167c3edc667f809f9b3558954bde1fbd89",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"doctrine/event-manager": "~1.0",
2020-07-30 17:13:16 +02:00
"doctrine/persistence": "^1.3|^2",
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2019-02-23 16:49:38 +01:00
"symfony/polyfill-ctype": "~1.8",
2019-06-16 12:36:17 +02:00
"symfony/polyfill-mbstring": "~1.0",
2020-05-31 13:47:29 +02:00
"symfony/polyfill-php80": "^1.15",
2019-11-21 22:16:30 +01:00
"symfony/service-contracts": "^1.1|^2"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2020-05-10 15:55:37 +02:00
"phpunit/phpunit": "<5.4.3",
"symfony/dependency-injection": "<4.4",
2020-05-31 13:47:29 +02:00
"symfony/form": "<5.1",
2020-05-10 15:55:37 +02:00
"symfony/http-kernel": "<5",
"symfony/messenger": "<4.4",
"symfony/property-info": "<5",
"symfony/security-bundle": "<5",
"symfony/security-core": "<5",
"symfony/validator": "<5.0.2"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2020-07-30 17:13:16 +02:00
"composer/package-versions-deprecated": "^1.8",
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",
2020-07-30 17:13:16 +02:00
"doctrine/data-fixtures": "^1.1",
2019-02-23 16:49:38 +01:00
"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",
2020-05-31 13:47:29 +02:00
"symfony/cache": "^5.1",
2020-05-10 15:55:37 +02:00
"symfony/config": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
2020-05-31 13:47:29 +02:00
"symfony/doctrine-messenger": "^5.1",
2020-05-10 15:55:37 +02:00
"symfony/expression-language": "^4.4|^5.0",
2020-05-31 13:47:29 +02:00
"symfony/form": "^5.1",
2020-05-10 15:55:37 +02:00
"symfony/http-kernel": "^5.0",
2019-11-21 22:16:30 +01:00
"symfony/messenger": "^4.4|^5.0",
2020-05-10 15:55:37 +02:00
"symfony/property-access": "^4.4|^5.0",
"symfony/property-info": "^5.0",
"symfony/proxy-manager-bridge": "^4.4|^5.0",
"symfony/security-core": "^5.0",
"symfony/stopwatch": "^4.4|^5.0",
"symfony/translation": "^4.4|^5.0",
"symfony/validator": "^5.0.2",
"symfony/var-dumper": "^4.4|^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": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-23T16:55:47+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/dotenv",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/dotenv.git",
2020-05-31 13:47:29 +02:00
"reference": "42d2a18597f4c7cafc0e25b1ad6a1cbb4f2caf05"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-05-31 13:47:29 +02:00
"url": "https://api.github.com/repos/symfony/dotenv/zipball/42d2a18597f4c7cafc0e25b1ad6a1cbb4f2caf05",
"reference": "42d2a18597f4c7cafc0e25b1ad6a1cbb4f2caf05",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2020-05-10 15:55:37 +02:00
"symfony/process": "^4.4|^5.0"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-05-31 13:47:29 +02:00
"time": "2020-05-28T08:20:44+00:00"
2019-11-21 22:16:30 +01:00
},
{
"name": "symfony/error-handler",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-11-21 22:16:30 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
2020-07-30 17:13:16 +02:00
"reference": "4a0d1673a4731c3cb2dea3580c73a676ecb9ed4b"
2019-11-21 22:16:30 +01:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/symfony/error-handler/zipball/4a0d1673a4731c3cb2dea3580c73a676ecb9ed4b",
"reference": "4a0d1673a4731c3cb2dea3580c73a676ecb9ed4b",
2019-11-21 22:16:30 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2020-05-10 15:55:37 +02:00
"psr/log": "^1.0",
2020-05-31 13:47:29 +02:00
"symfony/polyfill-php80": "^1.15",
2019-11-21 22:16:30 +01:00
"symfony/var-dumper": "^4.4|^5.0"
},
"require-dev": {
2020-05-31 13:47:29 +02:00
"symfony/deprecation-contracts": "^2.1",
2019-11-21 22:16:30 +01:00
"symfony/http-kernel": "^4.4|^5.0",
"symfony/serializer": "^4.4|^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-dev"
2019-11-21 22:16:30 +01:00
}
},
"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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-23T08:36:24+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/event-dispatcher",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
2020-07-30 17:13:16 +02:00
"reference": "7827d55911f91c070fc293ea51a06eec80797d76"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/7827d55911f91c070fc293ea51a06eec80797d76",
"reference": "7827d55911f91c070fc293ea51a06eec80797d76",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1",
"symfony/event-dispatcher-contracts": "^2",
"symfony/polyfill-php80": "^1.15"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2020-05-10 15:55:37 +02:00
"symfony/dependency-injection": "<4.4"
2019-02-23 16:49:38 +01:00
},
2019-06-16 12:36:17 +02:00
"provide": {
"psr/event-dispatcher-implementation": "1.0",
2020-05-10 15:55:37 +02:00
"symfony/event-dispatcher-implementation": "2.0"
2019-06-16 12:36:17 +02:00
},
2019-02-23 16:49:38 +01:00
"require-dev": {
"psr/log": "~1.0",
2020-05-10 15:55:37 +02:00
"symfony/config": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/expression-language": "^4.4|^5.0",
"symfony/http-foundation": "^4.4|^5.0",
2019-11-21 22:16:30 +01:00
"symfony/service-contracts": "^1.1|^2",
2020-05-10 15:55:37 +02:00
"symfony/stopwatch": "^4.4|^5.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-06-18T18:24:02+00:00"
2019-07-12 21:00:29 +02:00
},
{
"name": "symfony/event-dispatcher-contracts",
2020-07-18 23:50:39 +02:00
"version": "v2.1.3",
2019-07-12 21:00:29 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
2020-07-18 23:50:39 +02:00
"reference": "f6f613d74cfc5a623fc36294d3451eb7fa5a042b"
2019-07-12 21:00:29 +02:00
},
"dist": {
"type": "zip",
2020-07-18 23:50:39 +02:00
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/f6f613d74cfc5a623fc36294d3451eb7fa5a042b",
"reference": "f6f613d74cfc5a623fc36294d3451eb7fa5a042b",
2019-07-12 21:00:29 +02:00
"shasum": ""
},
"require": {
2020-05-30 21:09:55 +02:00
"php": ">=7.2.5",
2020-05-10 15:55:37 +02:00
"psr/event-dispatcher": "^1"
2019-07-12 21:00:29 +02:00
},
"suggest": {
"symfony/event-dispatcher-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-30 21:09:55 +02:00
"dev-master": "2.1-dev"
2020-07-18 23:50:39 +02:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
2019-07-12 21:00:29 +02:00
}
},
"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"
],
2020-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-06T13:23:11+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/expression-language",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/expression-language.git",
2020-06-13 16:09:06 +02:00
"reference": "6675d937852379a251017db6e5144dd57506fbbd"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-06-13 16:09:06 +02:00
"url": "https://api.github.com/repos/symfony/expression-language/zipball/6675d937852379a251017db6e5144dd57506fbbd",
"reference": "6675d937852379a251017db6e5144dd57506fbbd",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2020-05-10 15:55:37 +02:00
"symfony/cache": "^4.4|^5.0",
2020-05-31 13:47:29 +02:00
"symfony/polyfill-php80": "^1.15",
2019-11-21 22:16:30 +01:00
"symfony/service-contracts": "^1.1|^2"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-06-13 16:09:06 +02:00
"time": "2020-05-31T07:33:39+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/filesystem",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
2020-05-31 13:47:29 +02:00
"reference": "6e4320f06d5f2cce0d96530162491f4465179157"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-05-31 13:47:29 +02:00
"url": "https://api.github.com/repos/symfony/filesystem/zipball/6e4320f06d5f2cce0d96530162491f4465179157",
"reference": "6e4320f06d5f2cce0d96530162491f4465179157",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2019-02-23 16:49:38 +01:00
"symfony/polyfill-ctype": "~1.8"
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-05-31 13:47:29 +02:00
"time": "2020-05-30T20:35:19+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/finder",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
2020-05-31 13:47:29 +02:00
"reference": "4298870062bfc667cb78d2b379be4bf5dec5f187"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-05-31 13:47:29 +02:00
"url": "https://api.github.com/repos/symfony/finder/zipball/4298870062bfc667cb78d2b379be4bf5dec5f187",
"reference": "4298870062bfc667cb78d2b379be4bf5dec5f187",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-05-31 13:47:29 +02:00
"time": "2020-05-20T17:43:50+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/flex",
2020-07-18 23:50:39 +02:00
"version": "v1.9.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/flex.git",
2020-07-18 23:50:39 +02:00
"reference": "0e752e47d8382361ca2d7ef016f549828185ddb6"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-07-18 23:50:39 +02:00
"url": "https://api.github.com/repos/symfony/flex/zipball/0e752e47d8382361ca2d7ef016f549828185ddb6",
"reference": "0e752e47d8382361ca2d7ef016f549828185ddb6",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-06-14 22:39:59 +02:00
"composer-plugin-api": "^1.0|^2.0",
2020-05-22 12:30:25 +02:00
"php": ">=7.1"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2020-06-14 22:39:59 +02:00
"composer/composer": "^1.0.2|^2.0",
2020-05-22 12:30:25 +02:00
"symfony/dotenv": "^4.4|^5.0",
"symfony/phpunit-bridge": "^4.4|^5.0",
2020-06-14 22:39:59 +02:00
"symfony/process": "^3.4|^4.4|^5.0"
2019-02-23 16:49:38 +01:00
},
"type": "composer-plugin",
"extra": {
"branch-alias": {
2020-06-14 22:39:59 +02:00
"dev-master": "1.8-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-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-14T15:18:33+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/form",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/form.git",
2020-07-30 17:13:16 +02:00
"reference": "bd264b81ab801abea3c44f43aeb6eacf68beaca7"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/symfony/form/zipball/bd264b81ab801abea3c44f43aeb6eacf68beaca7",
"reference": "bd264b81ab801abea3c44f43aeb6eacf68beaca7",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1",
2020-05-10 15:55:37 +02:00
"symfony/event-dispatcher": "^4.4|^5.0",
2019-11-21 22:16:30 +01:00
"symfony/intl": "^4.4|^5.0",
2020-05-31 13:47:29 +02:00
"symfony/options-resolver": "^5.1",
2019-02-23 16:49:38 +01:00
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.0",
2020-05-31 13:47:29 +02:00
"symfony/polyfill-php80": "^1.15",
2020-07-30 17:13:16 +02:00
"symfony/property-access": "^5.0.8",
2019-11-21 22:16:30 +01:00
"symfony/service-contracts": "^1.1|^2"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2020-05-10 15:55:37 +02:00
"phpunit/phpunit": "<5.4.3",
"symfony/console": "<4.4",
"symfony/dependency-injection": "<4.4",
"symfony/doctrine-bridge": "<4.4",
2020-05-31 13:47:29 +02:00
"symfony/error-handler": "<4.4.5",
2020-05-10 15:55:37 +02:00
"symfony/framework-bundle": "<4.4",
2019-11-21 22:16:30 +01:00
"symfony/http-kernel": "<4.4",
2020-05-10 15:55:37 +02:00
"symfony/intl": "<4.4",
"symfony/translation": "<4.4",
2020-05-31 13:47:29 +02:00
"symfony/translation-contracts": "<1.1.7",
2020-05-10 15:55:37 +02:00
"symfony/twig-bridge": "<4.4"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
"doctrine/collections": "~1.0",
2020-05-10 15:55:37 +02:00
"symfony/config": "^4.4|^5.0",
"symfony/console": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
2020-06-13 16:09:06 +02:00
"symfony/expression-language": "^4.4|^5.0",
2020-05-10 15:55:37 +02:00
"symfony/http-foundation": "^4.4|^5.0",
"symfony/http-kernel": "^4.4|^5.0",
"symfony/security-csrf": "^4.4|^5.0",
"symfony/translation": "^4.4|^5.0",
"symfony/validator": "^4.4|^5.0",
"symfony/var-dumper": "^4.4|^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": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-12T12:58:00+00:00"
},
{
"name": "symfony/framework-bundle",
"version": "v5.1.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/framework-bundle.git",
"reference": "f9be9af9092f165b9b809d870289b57330301dc6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/framework-bundle/zipball/f9be9af9092f165b9b809d870289b57330301dc6",
"reference": "f9be9af9092f165b9b809d870289b57330301dc6",
"shasum": ""
2019-02-23 16:49:38 +01:00
},
"require": {
"ext-xml": "*",
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2019-11-21 22:16:30 +01:00
"symfony/cache": "^4.4|^5.0",
2020-05-10 15:55:37 +02:00
"symfony/config": "^5.0",
2020-05-31 13:47:29 +02:00
"symfony/dependency-injection": "^5.1",
2019-12-01 15:18:44 +01:00
"symfony/error-handler": "^4.4.1|^5.0.1",
2020-05-31 13:47:29 +02:00
"symfony/event-dispatcher": "^5.1",
2020-05-10 15:55:37 +02:00
"symfony/filesystem": "^4.4|^5.0",
"symfony/finder": "^4.4|^5.0",
2019-11-21 22:16:30 +01:00
"symfony/http-foundation": "^4.4|^5.0",
2020-05-10 15:55:37 +02:00
"symfony/http-kernel": "^5.0",
2019-02-23 16:49:38 +01:00
"symfony/polyfill-mbstring": "~1.0",
2020-05-31 13:47:29 +02:00
"symfony/polyfill-php80": "^1.15",
"symfony/routing": "^5.1"
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",
2020-05-10 15:55:37 +02:00
"phpunit/phpunit": "<5.4.3",
2020-05-31 13:47:29 +02:00
"symfony/asset": "<5.1",
2020-05-10 15:55:37 +02:00
"symfony/browser-kit": "<4.4",
"symfony/console": "<4.4",
"symfony/dom-crawler": "<4.4",
2020-05-31 13:47:29 +02:00
"symfony/dotenv": "<5.1",
2020-05-10 15:55:37 +02:00
"symfony/form": "<4.4",
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",
2020-05-10 15:55:37 +02:00
"symfony/property-info": "<4.4",
2019-11-21 22:16:30 +01:00
"symfony/serializer": "<4.4",
2020-05-10 15:55:37 +02:00
"symfony/stopwatch": "<4.4",
"symfony/translation": "<5.0",
"symfony/twig-bridge": "<4.4",
2019-11-21 22:16:30 +01:00
"symfony/twig-bundle": "<4.4",
"symfony/validator": "<4.4",
"symfony/web-profiler-bundle": "<4.4",
2020-05-10 15:55:37 +02:00
"symfony/workflow": "<4.4"
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",
2020-05-31 13:47:29 +02:00
"symfony/asset": "^5.1",
2020-05-10 15:55:37 +02:00
"symfony/browser-kit": "^4.4|^5.0",
"symfony/console": "^4.4|^5.0",
"symfony/css-selector": "^4.4|^5.0",
"symfony/dom-crawler": "^4.4|^5.0",
2020-05-31 13:47:29 +02:00
"symfony/dotenv": "^5.1",
2020-05-10 15:55:37 +02:00
"symfony/expression-language": "^4.4|^5.0",
"symfony/form": "^4.4|^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",
2020-05-10 15:55:37 +02:00
"symfony/process": "^4.4|^5.0",
"symfony/property-info": "^4.4|^5.0",
2020-05-31 13:47:29 +02:00
"symfony/security-bundle": "^5.1",
2020-05-10 15:55:37 +02:00
"symfony/security-csrf": "^4.4|^5.0",
"symfony/security-http": "^4.4|^5.0",
2019-11-21 22:16:30 +01:00
"symfony/serializer": "^4.4|^5.0",
2020-05-10 15:55:37 +02:00
"symfony/stopwatch": "^4.4|^5.0",
2020-05-31 13:47:29 +02:00
"symfony/string": "^5.0",
2020-05-10 15:55:37 +02:00
"symfony/translation": "^5.0",
2019-11-21 22:16:30 +01:00
"symfony/twig-bundle": "^4.4|^5.0",
"symfony/validator": "^4.4|^5.0",
"symfony/web-link": "^4.4|^5.0",
2020-05-10 15:55:37 +02:00
"symfony/workflow": "^4.4|^5.0",
"symfony/yaml": "^4.4|^5.0",
"twig/twig": "^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": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-23T08:36:24+00:00"
2019-02-23 16:49:38 +01:00
},
2019-10-19 18:42:06 +02:00
{
"name": "symfony/http-client",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-10-19 18:42:06 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client.git",
2020-07-30 17:13:16 +02:00
"reference": "050dc633a598bdadbd49449500c87e30dabe5c58"
2019-10-19 18:42:06 +02:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/symfony/http-client/zipball/050dc633a598bdadbd49449500c87e30dabe5c58",
"reference": "050dc633a598bdadbd49449500c87e30dabe5c58",
2019-10-19 18:42:06 +02:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2019-10-19 18:42:06 +02:00
"psr/log": "^1.0",
2020-05-31 13:47:29 +02:00
"symfony/http-client-contracts": "^2.1.1",
2019-12-01 15:18:44 +01:00
"symfony/polyfill-php73": "^1.11",
2020-05-31 13:47:29 +02:00
"symfony/polyfill-php80": "^1.15",
2019-12-01 15:18:44 +01:00
"symfony/service-contracts": "^1.0|^2"
2019-11-21 22:16:30 +01:00
},
2019-10-19 18:42:06 +02:00
"provide": {
2019-11-21 22:16:30 +01:00
"php-http/async-client-implementation": "*",
"php-http/client-implementation": "*",
2019-10-19 18:42:06 +02:00
"psr/http-client-implementation": "1.0",
"symfony/http-client-implementation": "1.1"
},
"require-dev": {
2020-05-31 13:47:29 +02:00
"amphp/http-client": "^4.2.1",
"amphp/http-tunnel": "^1.0",
"amphp/socket": "^1.1",
2019-11-21 22:16:30 +01:00
"guzzlehttp/promises": "^1.3.1",
2019-10-19 18:42:06 +02:00
"nyholm/psr7": "^1.0",
2019-11-21 22:16:30 +01:00
"php-http/httplug": "^1.0|^2.0",
2019-10-19 18:42:06 +02:00
"psr/http-client": "^1.0",
2020-05-10 15:55:37 +02:00
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/http-kernel": "^4.4|^5.0",
"symfony/process": "^4.4|^5.0"
2019-10-19 18:42:06 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-dev"
2019-10-19 18:42:06 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\HttpClient\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony HttpClient component",
"homepage": "https://symfony.com",
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-06T13:23:11+00:00"
2019-10-19 18:42:06 +02:00
},
{
"name": "symfony/http-client-contracts",
2020-07-18 23:50:39 +02:00
"version": "v2.1.3",
2019-10-19 18:42:06 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client-contracts.git",
2020-07-18 23:50:39 +02:00
"reference": "cd88921e9add61f2064c9c6b30de4f589db42962"
2019-10-19 18:42:06 +02:00
},
"dist": {
"type": "zip",
2020-07-18 23:50:39 +02:00
"url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/cd88921e9add61f2064c9c6b30de4f589db42962",
"reference": "cd88921e9add61f2064c9c6b30de4f589db42962",
2019-10-19 18:42:06 +02:00
"shasum": ""
},
"require": {
2020-05-30 21:09:55 +02:00
"php": ">=7.2.5"
2019-10-19 18:42:06 +02:00
},
"suggest": {
"symfony/http-client-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-16 21:05:25 +02:00
"dev-master": "2.1-dev"
2020-07-18 23:50:39 +02:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
2019-10-19 18:42:06 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\HttpClient\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to HTTP clients",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2020-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-06T13:23:11+00:00"
2019-10-19 18:42:06 +02:00
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/http-foundation",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
2020-07-30 17:13:16 +02:00
"reference": "1f0d6627e680591c61e9176f04a0dc887b4e6702"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/1f0d6627e680591c61e9176f04a0dc887b4e6702",
"reference": "1f0d6627e680591c61e9176f04a0dc887b4e6702",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1",
"symfony/polyfill-mbstring": "~1.1",
"symfony/polyfill-php80": "^1.15"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
"predis/predis": "~1.0",
2020-05-31 13:47:29 +02:00
"symfony/cache": "^4.4|^5.0",
"symfony/expression-language": "^4.4|^5.0",
"symfony/mime": "^4.4|^5.0"
},
"suggest": {
"symfony/mime": "To use the file extension guesser"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-23T10:04:31+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/http-kernel",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
2020-07-30 17:13:16 +02:00
"reference": "d6dd8f6420e377970ddad0d6317d4ce4186fc6b3"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/d6dd8f6420e377970ddad0d6317d4ce4186fc6b3",
"reference": "d6dd8f6420e377970ddad0d6317d4ce4186fc6b3",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2019-02-23 16:49:38 +01:00
"psr/log": "~1.0",
2020-05-31 13:47:29 +02:00
"symfony/deprecation-contracts": "^2.1",
2020-05-10 15:55:37 +02:00
"symfony/error-handler": "^4.4|^5.0",
"symfony/event-dispatcher": "^5.0",
2019-11-21 22:16:30 +01:00
"symfony/http-foundation": "^4.4|^5.0",
"symfony/polyfill-ctype": "^1.8",
2020-05-31 13:47:29 +02:00
"symfony/polyfill-php73": "^1.9",
"symfony/polyfill-php80": "^1.15"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2020-05-10 15:55:37 +02:00
"symfony/browser-kit": "<4.4",
"symfony/cache": "<5.0",
"symfony/config": "<5.0",
"symfony/console": "<4.4",
"symfony/dependency-injection": "<4.4",
"symfony/doctrine-bridge": "<5.0",
"symfony/form": "<5.0",
"symfony/http-client": "<5.0",
"symfony/mailer": "<5.0",
"symfony/messenger": "<5.0",
"symfony/translation": "<5.0",
"symfony/twig-bridge": "<5.0",
"symfony/validator": "<5.0",
"twig/twig": "<2.4"
2019-02-23 16:49:38 +01:00
},
"provide": {
"psr/log-implementation": "1.0"
},
"require-dev": {
"psr/cache": "~1.0",
2020-05-10 15:55:37 +02:00
"symfony/browser-kit": "^4.4|^5.0",
"symfony/config": "^5.0",
"symfony/console": "^4.4|^5.0",
"symfony/css-selector": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/dom-crawler": "^4.4|^5.0",
"symfony/expression-language": "^4.4|^5.0",
"symfony/finder": "^4.4|^5.0",
"symfony/process": "^4.4|^5.0",
"symfony/routing": "^4.4|^5.0",
"symfony/stopwatch": "^4.4|^5.0",
"symfony/translation": "^4.4|^5.0",
2019-11-21 22:16:30 +01:00
"symfony/translation-contracts": "^1.1|^2",
2020-05-10 15:55:37 +02:00
"twig/twig": "^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": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
2019-02-23 16:49:38 +01:00
},
{
2020-07-30 17:13:16 +02:00
"url": "https://github.com/fabpot",
"type": "github"
2019-02-23 16:49:38 +01:00
},
{
2020-07-30 17:13:16 +02:00
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2019-02-23 16:49:38 +01:00
}
],
2020-07-30 17:13:16 +02:00
"time": "2020-07-24T04:22:56+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/intl",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/intl.git",
2020-07-30 17:13:16 +02:00
"reference": "7299f8c95ffd2623986c976fb8c48beb4c4cb44d"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/symfony/intl/zipball/7299f8c95ffd2623986c976fb8c48beb4c4cb44d",
"reference": "7299f8c95ffd2623986c976fb8c48beb4c4cb44d",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
"symfony/polyfill-intl-icu": "~1.0",
"symfony/polyfill-php80": "^1.15"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2020-05-10 15:55:37 +02:00
"symfony/filesystem": "^4.4|^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": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-06-18T18:24:02+00:00"
2019-06-16 12:36:17 +02:00
},
2019-11-24 22:49:22 +01:00
{
"name": "symfony/mailer",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-11-24 22:49:22 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/mailer.git",
2020-07-30 17:13:16 +02:00
"reference": "90c5023ca4be2d2f403a1b6e068395c516a97fce"
2019-11-24 22:49:22 +01:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/symfony/mailer/zipball/90c5023ca4be2d2f403a1b6e068395c516a97fce",
"reference": "90c5023ca4be2d2f403a1b6e068395c516a97fce",
2019-11-24 22:49:22 +01:00
"shasum": ""
},
"require": {
"egulias/email-validator": "^2.1.10",
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2019-11-24 22:49:22 +01:00
"psr/log": "~1.0",
2020-05-10 15:55:37 +02:00
"symfony/event-dispatcher": "^4.4|^5.0",
2019-11-24 22:49:22 +01:00
"symfony/mime": "^4.4|^5.0",
2020-05-31 13:47:29 +02:00
"symfony/polyfill-php80": "^1.15",
2019-11-24 22:49:22 +01:00
"symfony/service-contracts": "^1.1|^2"
},
"conflict": {
2020-05-10 15:55:37 +02:00
"symfony/http-kernel": "<4.4"
2019-11-24 22:49:22 +01:00
},
"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": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-dev"
2019-11-24 22:49:22 +01:00
}
},
"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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-20T14:15:11+00:00"
2019-11-24 22:49:22 +01:00
},
2019-06-16 12:36:17 +02:00
{
"name": "symfony/mime",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-06-16 12:36:17 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
2020-07-30 17:13:16 +02:00
"reference": "149fb0ad35aae3c7637b496b38478797fa6a7ea6"
2019-06-16 12:36:17 +02:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/symfony/mime/zipball/149fb0ad35aae3c7637b496b38478797fa6a7ea6",
"reference": "149fb0ad35aae3c7637b496b38478797fa6a7ea6",
2019-06-16 12:36:17 +02:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2019-06-16 12:36:17 +02:00
"symfony/polyfill-intl-idn": "^1.10",
2020-05-31 13:47:29 +02:00
"symfony/polyfill-mbstring": "^1.0",
"symfony/polyfill-php80": "^1.15"
2019-06-16 12:36:17 +02:00
},
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",
2020-05-10 15:55:37 +02:00
"symfony/dependency-injection": "^4.4|^5.0"
2019-06-16 12:36:17 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-23T10:04:31+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/monolog-bridge",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/monolog-bridge.git",
2020-07-30 17:13:16 +02:00
"reference": "81e8c7692b78161a06f779c741ef21d80f217175"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/81e8c7692b78161a06f779c741ef21d80f217175",
"reference": "81e8c7692b78161a06f779c741ef21d80f217175",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-10 15:55:37 +02:00
"monolog/monolog": "^1.25.1|^2",
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2020-05-10 15:55:37 +02:00
"symfony/http-kernel": "^4.4|^5.0",
2019-11-21 22:16:30 +01:00
"symfony/service-contracts": "^1.1|^2"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2020-05-10 15:55:37 +02:00
"symfony/console": "<4.4",
"symfony/http-foundation": "<4.4"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2020-05-10 15:55:37 +02:00
"symfony/console": "^4.4|^5.0",
2019-11-21 22:16:30 +01:00
"symfony/http-client": "^4.4|^5.0",
2020-05-31 13:47:29 +02:00
"symfony/mailer": "^4.4|^5.0",
"symfony/mime": "^4.4|^5.0",
2020-05-10 15:55:37 +02:00
"symfony/security-core": "^4.4|^5.0",
"symfony/var-dumper": "^4.4|^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": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-06-18T18:24:02+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/monolog-bundle",
2019-11-16 17:59:32 +01:00
"version": "v3.5.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/monolog-bundle.git",
2019-11-16 17:59:32 +01:00
"reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-11-16 17:59:32 +01:00
"url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
"reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2019-11-16 17:59:32 +01:00
"monolog/monolog": "~1.22 || ~2.0",
2019-02-23 16:49:38 +01:00
"php": ">=5.6",
2019-11-16 17:59:32 +01:00
"symfony/config": "~3.4 || ~4.0 || ^5.0",
"symfony/dependency-injection": "~3.4.10 || ^4.0.10 || ^5.0",
"symfony/http-kernel": "~3.4 || ~4.0 || ^5.0",
"symfony/monolog-bridge": "~3.4 || ~4.0 || ^5.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2019-11-16 17:59:32 +01:00
"symfony/console": "~3.4 || ~4.0 || ^5.0",
"symfony/phpunit-bridge": "^3.4.19 || ^4.0 || ^5.0",
"symfony/yaml": "~3.4 || ~4.0 || ^5.0"
2019-02-23 16:49:38 +01:00
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Bundle\\MonologBundle\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2019-11-16 17:59:32 +01:00
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
2019-02-23 16:49:38 +01:00
}
],
"description": "Symfony MonologBundle",
"homepage": "http://symfony.com",
"keywords": [
"log",
"logging"
],
2019-11-16 17:59:32 +01:00
"time": "2019-11-13T13:11:14+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/options-resolver",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/options-resolver.git",
2020-07-30 17:13:16 +02:00
"reference": "9ff59517938f88d90b6e65311fef08faa640f681"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/9ff59517938f88d90b6e65311fef08faa640f681",
"reference": "9ff59517938f88d90b6e65311fef08faa640f681",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1",
"symfony/polyfill-php80": "^1.15"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-12T12:58:00+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/orm-pack",
2020-07-18 23:50:39 +02:00
"version": "v2.0.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/orm-pack.git",
2020-07-18 23:50:39 +02:00
"reference": "46aa731f213140388ee11ff3d2b6776a3b4a0d90"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-07-18 23:50:39 +02:00
"url": "https://api.github.com/repos/symfony/orm-pack/zipball/46aa731f213140388ee11ff3d2b6776a3b4a0d90",
"reference": "46aa731f213140388ee11ff3d2b6776a3b4a0d90",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-07-18 23:50:39 +02:00
"composer/package-versions-deprecated": "*",
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-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-14T14:34:28+00:00"
2019-02-23 16:49:38 +01:00
},
2020-03-15 13:56:31 +01:00
{
"name": "symfony/polyfill-ctype",
2020-07-18 23:50:39 +02:00
"version": "v1.18.0",
2020-03-15 13:56:31 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
2020-07-18 23:50:39 +02:00
"reference": "1c302646f6efc070cd46856e600e5e0684d6b454"
2020-03-15 13:56:31 +01:00
},
"dist": {
"type": "zip",
2020-07-18 23:50:39 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454",
"reference": "1c302646f6efc070cd46856e600e5e0684d6b454",
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-07-18 23:50:39 +02:00
"dev-master": "1.18-dev"
2020-07-04 23:38:18 +02:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
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-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-14T12:35:20+00:00"
2020-03-15 13:56:31 +01:00
},
2020-05-31 13:47:29 +02:00
{
"name": "symfony/polyfill-intl-grapheme",
2020-07-18 23:50:39 +02:00
"version": "v1.18.0",
2020-05-31 13:47:29 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
2020-07-18 23:50:39 +02:00
"reference": "b740103edbdcc39602239ee8860f0f45a8eb9aa5"
2020-05-31 13:47:29 +02:00
},
"dist": {
"type": "zip",
2020-07-18 23:50:39 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b740103edbdcc39602239ee8860f0f45a8eb9aa5",
"reference": "b740103edbdcc39602239ee8860f0f45a8eb9aa5",
2020-05-31 13:47:29 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2020-07-18 23:50:39 +02:00
"dev-master": "1.18-dev"
2020-07-04 23:38:18 +02:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2020-05-31 13:47:29 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
},
"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 grapheme_* functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"grapheme",
"intl",
"polyfill",
"portable",
"shim"
],
2020-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-14T12:35:20+00:00"
2020-05-31 13:47:29 +02:00
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/polyfill-intl-icu",
2020-07-18 23:50:39 +02:00
"version": "v1.18.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-icu.git",
2020-07-18 23:50:39 +02:00
"reference": "4e45a6e39041a9cc78835b11abc47874ae302a55"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-07-18 23:50:39 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/4e45a6e39041a9cc78835b11abc47874ae302a55",
"reference": "4e45a6e39041a9cc78835b11abc47874ae302a55",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=5.3.3",
2019-08-13 13:04:31 +02:00
"symfony/intl": "~2.3|~3.0|~4.0|~5.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2020-07-18 23:50:39 +02:00
"dev-master": "1.18-dev"
2020-07-04 23:38:18 +02:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
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-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-14T12:35:20+00:00"
2019-02-23 16:49:38 +01:00
},
2019-03-12 12:40:35 +01:00
{
"name": "symfony/polyfill-intl-idn",
2020-07-18 23:50:39 +02:00
"version": "v1.18.0",
2019-03-12 12:40:35 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
2020-07-18 23:50:39 +02:00
"reference": "bc6549d068d0160e0f10f7a5a23c7d1406b95ebe"
2019-03-12 12:40:35 +01:00
},
"dist": {
"type": "zip",
2020-07-18 23:50:39 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/bc6549d068d0160e0f10f7a5a23c7d1406b95ebe",
"reference": "bc6549d068d0160e0f10f7a5a23c7d1406b95ebe",
2019-03-12 12:40:35 +01:00
"shasum": ""
},
"require": {
"php": ">=5.3.3",
2020-07-18 23:50:39 +02:00
"symfony/polyfill-intl-normalizer": "^1.10",
"symfony/polyfill-php70": "^1.10",
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-07-18 23:50:39 +02:00
"dev-master": "1.18-dev"
2020-07-04 23:38:18 +02:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2019-03-12 12:40:35 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Intl\\Idn\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Laurent Bassin",
"email": "laurent@bassin.info"
2019-08-13 13:04:31 +02:00
},
2020-07-18 23:50:39 +02:00
{
"name": "Trevor Rowbotham",
"email": "trevor.rowbotham@pm.me"
},
2019-08-13 13:04:31 +02:00
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2019-03-12 12:40:35 +01:00
}
],
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"idn",
"intl",
"polyfill",
"portable",
"shim"
],
2020-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-14T12:35:20+00:00"
2019-03-12 12:40:35 +01:00
},
2020-05-31 13:47:29 +02:00
{
"name": "symfony/polyfill-intl-normalizer",
2020-07-18 23:50:39 +02:00
"version": "v1.18.0",
2020-05-31 13:47:29 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
2020-07-18 23:50:39 +02:00
"reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e"
2020-05-31 13:47:29 +02:00
},
"dist": {
"type": "zip",
2020-07-18 23:50:39 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e",
"reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e",
2020-05-31 13:47:29 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2020-07-18 23:50:39 +02:00
"dev-master": "1.18-dev"
2020-07-04 23:38:18 +02:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2020-05-31 13:47:29 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
},
"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 for intl's Normalizer class and related functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"intl",
"normalizer",
"polyfill",
"portable",
"shim"
],
2020-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-14T12:35:20+00:00"
2020-05-31 13:47:29 +02:00
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/polyfill-mbstring",
2020-07-18 23:50:39 +02:00
"version": "v1.18.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2020-07-18 23:50:39 +02:00
"reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-07-18 23:50:39 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/a6977d63bf9a0ad4c65cd352709e230876f9904a",
"reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a",
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-07-18 23:50:39 +02:00
"dev-master": "1.18-dev"
2020-07-04 23:38:18 +02:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
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-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-14T12:35:20+00:00"
},
{
"name": "symfony/polyfill-php70",
"version": "v1.18.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php70.git",
"reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0dd93f2c578bdc9c72697eaa5f1dd25644e618d3",
"reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3",
"shasum": ""
},
"require": {
"paragonie/random_compat": "~1.0|~2.0|~9.99",
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.18-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php70\\": ""
},
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-14T12:35:20+00:00"
2019-02-23 16:49:38 +01:00
},
2019-03-12 12:40:35 +01:00
{
"name": "symfony/polyfill-php72",
2020-07-18 23:50:39 +02:00
"version": "v1.18.0",
2019-03-12 12:40:35 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
2020-07-18 23:50:39 +02:00
"reference": "639447d008615574653fb3bc60d1986d7172eaae"
2019-03-12 12:40:35 +01:00
},
"dist": {
"type": "zip",
2020-07-18 23:50:39 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/639447d008615574653fb3bc60d1986d7172eaae",
"reference": "639447d008615574653fb3bc60d1986d7172eaae",
2019-03-12 12:40:35 +01:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
2020-07-18 23:50:39 +02:00
"dev-master": "1.18-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
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-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-14T12:35:20+00:00"
2019-03-12 12:40:35 +01:00
},
2019-06-16 12:36:17 +02:00
{
"name": "symfony/polyfill-php73",
2020-07-18 23:50:39 +02:00
"version": "v1.18.0",
2019-06-16 12:36:17 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php73.git",
2020-07-18 23:50:39 +02:00
"reference": "fffa1a52a023e782cdcc221d781fe1ec8f87fcca"
2019-06-16 12:36:17 +02:00
},
"dist": {
"type": "zip",
2020-07-18 23:50:39 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fffa1a52a023e782cdcc221d781fe1ec8f87fcca",
"reference": "fffa1a52a023e782cdcc221d781fe1ec8f87fcca",
2019-06-16 12:36:17 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
2020-07-18 23:50:39 +02:00
"dev-master": "1.18-dev"
2020-07-04 23:38:18 +02:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
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-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-14T12:35:20+00:00"
2019-06-16 12:36:17 +02:00
},
2020-05-31 13:47:29 +02:00
{
"name": "symfony/polyfill-php80",
2020-07-18 23:50:39 +02:00
"version": "v1.18.0",
2020-05-31 13:47:29 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
2020-07-18 23:50:39 +02:00
"reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981"
2020-05-31 13:47:29 +02:00
},
"dist": {
"type": "zip",
2020-07-18 23:50:39 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/d87d5766cbf48d72388a9f6b85f280c8ad51f981",
"reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981",
2020-05-31 13:47:29 +02:00
"shasum": ""
},
"require": {
"php": ">=7.0.8"
},
"type": "library",
"extra": {
"branch-alias": {
2020-07-18 23:50:39 +02:00
"dev-master": "1.18-dev"
2020-07-04 23:38:18 +02:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2020-05-31 13:47:29 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php80\\": ""
},
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ion Bazan",
"email": "ion.bazan@gmail.com"
},
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2020-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-14T12:35:20+00:00"
2020-05-31 13:47:29 +02:00
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/process",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
2020-07-30 17:13:16 +02:00
"reference": "1864216226af21eb76d9477f691e7cbf198e0402"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/symfony/process/zipball/1864216226af21eb76d9477f691e7cbf198e0402",
"reference": "1864216226af21eb76d9477f691e7cbf198e0402",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.15"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-23T08:36:24+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/property-access",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/property-access.git",
2020-07-30 17:13:16 +02:00
"reference": "eb617a57fc38f43bf4208dcbdb2dab3c14d9cbd9"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/symfony/property-access/zipball/eb617a57fc38f43bf4208dcbdb2dab3c14d9cbd9",
"reference": "eb617a57fc38f43bf4208dcbdb2dab3c14d9cbd9",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.15",
2020-06-13 16:09:06 +02:00
"symfony/property-info": "^5.1.1"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2020-05-10 15:55:37 +02:00
"symfony/cache": "^4.4|^5.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"psr/cache-implementation": "To cache access methods."
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-03T07:49:29+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/property-info",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/property-info.git",
2020-07-30 17:13:16 +02:00
"reference": "0c4813930953f6db6c62ebec8ee695a897b89020"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/symfony/property-info/zipball/0c4813930953f6db6c62ebec8ee695a897b89020",
"reference": "0c4813930953f6db6c62ebec8ee695a897b89020",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.15",
"symfony/string": "^5.1"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2020-05-10 15:55:37 +02:00
"phpdocumentor/reflection-docblock": "<3.2.2",
2019-02-23 16:49:38 +01:00
"phpdocumentor/type-resolver": "<0.3.0",
2020-05-10 15:55:37 +02:00
"symfony/dependency-injection": "<4.4"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2019-08-27 13:34:33 +02:00
"doctrine/annotations": "~1.7",
2020-07-04 23:38:18 +02:00
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
2020-05-10 15:55:37 +02:00
"symfony/cache": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/serializer": "^4.4|^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": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-06-18T21:19:28+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/routing",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
2020-07-30 17:13:16 +02:00
"reference": "08c9a82f09d12ee048f85e76e0d783f82844eb5d"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/symfony/routing/zipball/08c9a82f09d12ee048f85e76e0d783f82844eb5d",
"reference": "08c9a82f09d12ee048f85e76e0d783f82844eb5d",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1",
"symfony/polyfill-php80": "^1.15"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2020-05-10 15:55:37 +02:00
"symfony/config": "<5.0",
"symfony/dependency-injection": "<4.4",
"symfony/yaml": "<4.4"
2019-02-23 16:49:38 +01:00
},
"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",
2020-05-10 15:55:37 +02:00
"symfony/config": "^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/expression-language": "^4.4|^5.0",
"symfony/http-foundation": "^4.4|^5.0",
"symfony/yaml": "^4.4|^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": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-06-18T18:24:02+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/security-bundle",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/security-bundle.git",
2020-07-30 17:13:16 +02:00
"reference": "7e64ee9df4f7565133c745244816be65db8aed0a"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/symfony/security-bundle/zipball/7e64ee9df4f7565133c745244816be65db8aed0a",
"reference": "7e64ee9df4f7565133c745244816be65db8aed0a",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"ext-xml": "*",
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2020-05-10 15:55:37 +02:00
"symfony/config": "^4.4|^5.0",
2020-05-31 13:47:29 +02:00
"symfony/dependency-injection": "^5.1",
"symfony/event-dispatcher": "^5.1",
2020-05-10 15:55:37 +02:00
"symfony/http-kernel": "^5.0",
2020-05-31 13:47:29 +02:00
"symfony/polyfill-php80": "^1.15",
"symfony/security-core": "^5.1",
2020-05-10 15:55:37 +02:00
"symfony/security-csrf": "^4.4|^5.0",
2020-05-31 13:47:29 +02:00
"symfony/security-guard": "^5.1",
2020-07-04 23:38:18 +02:00
"symfony/security-http": "^5.1,>=5.1.2"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2020-05-10 15:55:37 +02:00
"symfony/browser-kit": "<4.4",
"symfony/console": "<4.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": {
2020-05-10 15:55:37 +02:00
"doctrine/doctrine-bundle": "^2.0",
"symfony/asset": "^4.4|^5.0",
"symfony/browser-kit": "^4.4|^5.0",
"symfony/console": "^4.4|^5.0",
"symfony/css-selector": "^4.4|^5.0",
"symfony/dom-crawler": "^4.4|^5.0",
"symfony/expression-language": "^4.4|^5.0",
"symfony/form": "^4.4|^5.0",
2019-11-21 22:16:30 +01:00
"symfony/framework-bundle": "^4.4|^5.0",
2020-05-10 15:55:37 +02:00
"symfony/process": "^4.4|^5.0",
2019-11-21 22:16:30 +01:00
"symfony/serializer": "^4.4|^5.0",
2020-05-10 15:55:37 +02:00
"symfony/translation": "^4.4|^5.0",
"symfony/twig-bridge": "^4.4|^5.0",
2019-11-21 22:16:30 +01:00
"symfony/twig-bundle": "^4.4|^5.0",
2020-05-10 15:55:37 +02:00
"symfony/validator": "^4.4|^5.0",
"symfony/yaml": "^4.4|^5.0",
"twig/twig": "^2.10|^3.0"
2019-02-23 16:49:38 +01:00
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-23T08:36:24+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/security-core",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/security-core.git",
2020-07-30 17:13:16 +02:00
"reference": "18551ee726b18591d1da5c3209d61f5904fff3b3"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/symfony/security-core/zipball/18551ee726b18591d1da5c3209d61f5904fff3b3",
"reference": "18551ee726b18591d1da5c3209d61f5904fff3b3",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1",
2019-11-21 22:16:30 +01:00
"symfony/event-dispatcher-contracts": "^1.1|^2",
2020-05-31 13:47:29 +02:00
"symfony/polyfill-php80": "^1.15",
2019-11-21 22:16:30 +01:00
"symfony/service-contracts": "^1.1.6|^2"
2019-06-16 12:36:17 +02:00
},
"conflict": {
2020-05-10 15:55:37 +02:00
"symfony/event-dispatcher": "<4.4",
2019-11-21 22:16:30 +01:00
"symfony/ldap": "<4.4",
2020-05-10 15:55:37 +02:00
"symfony/security-guard": "<4.4"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
"psr/container": "^1.0",
"psr/log": "~1.0",
2020-05-10 15:55:37 +02:00
"symfony/event-dispatcher": "^4.4|^5.0",
"symfony/expression-language": "^4.4|^5.0",
"symfony/http-foundation": "^4.4|^5.0",
2019-11-21 22:16:30 +01:00
"symfony/ldap": "^4.4|^5.0",
2020-05-10 15:55:37 +02:00
"symfony/validator": "^4.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": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-06-28T15:32:35+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/security-csrf",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/security-csrf.git",
2020-05-31 13:47:29 +02:00
"reference": "962323e4db4458d731d5006f14019a22a2f84b06"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-05-31 13:47:29 +02:00
"url": "https://api.github.com/repos/symfony/security-csrf/zipball/962323e4db4458d731d5006f14019a22a2f84b06",
"reference": "962323e4db4458d731d5006f14019a22a2f84b06",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2020-05-10 15:55:37 +02:00
"symfony/security-core": "^4.4|^5.0"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2020-05-10 15:55:37 +02:00
"symfony/http-foundation": "<4.4"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2020-05-10 15:55:37 +02:00
"symfony/http-foundation": "^4.4|^5.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"symfony/http-foundation": "For using the class SessionTokenStorage."
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-05-31 13:47:29 +02:00
"time": "2020-05-20T17:43:50+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/security-guard",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/security-guard.git",
2020-05-31 13:47:29 +02:00
"reference": "85c368be963e9f0df9e93d830f966fc0af531703"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-05-31 13:47:29 +02:00
"url": "https://api.github.com/repos/symfony/security-guard/zipball/85c368be963e9f0df9e93d830f966fc0af531703",
"reference": "85c368be963e9f0df9e93d830f966fc0af531703",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.15",
2020-05-10 15:55:37 +02:00
"symfony/security-core": "^5.0",
"symfony/security-http": "^4.4.1|^5.0.1"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
"psr/log": "~1.0"
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-05-31 13:47:29 +02:00
"time": "2020-05-20T17:43:50+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/security-http",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/security-http.git",
2020-07-30 17:13:16 +02:00
"reference": "436e749842736bd047c96ae53e86a8b6dc9d2222"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/symfony/security-http/zipball/436e749842736bd047c96ae53e86a8b6dc9d2222",
"reference": "436e749842736bd047c96ae53e86a8b6dc9d2222",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1",
2020-05-10 15:55:37 +02:00
"symfony/http-foundation": "^4.4.7|^5.0.7",
"symfony/http-kernel": "^4.4|^5.0",
2020-05-31 13:47:29 +02:00
"symfony/polyfill-php80": "^1.15",
2020-05-10 15:55:37 +02:00
"symfony/property-access": "^4.4|^5.0",
2020-05-31 13:47:29 +02:00
"symfony/security-core": "^5.1"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2020-05-31 13:47:29 +02:00
"symfony/event-dispatcher": "<4.3",
2020-05-10 15:55:37 +02:00
"symfony/security-csrf": "<4.4"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
"psr/log": "~1.0",
2020-05-10 15:55:37 +02:00
"symfony/routing": "^4.4|^5.0",
"symfony/security-csrf": "^4.4|^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": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-06T10:10:25+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/serializer",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/serializer.git",
2020-07-30 17:13:16 +02:00
"reference": "c977301a898088f483f7a9b479dd050d84ef3fed"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/symfony/serializer/zipball/c977301a898088f483f7a9b479dd050d84ef3fed",
"reference": "c977301a898088f483f7a9b479dd050d84ef3fed",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-php80": "^1.15"
2019-02-23 16:49:38 +01:00
},
"conflict": {
"phpdocumentor/type-resolver": "<0.2.1",
2020-05-10 15:55:37 +02:00
"symfony/dependency-injection": "<4.4",
"symfony/property-access": "<4.4",
"symfony/property-info": "<4.4",
"symfony/yaml": "<4.4"
2019-02-23 16:49:38 +01:00
},
"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",
2020-05-10 15:55:37 +02:00
"symfony/cache": "^4.4|^5.0",
"symfony/config": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
2019-11-21 22:16:30 +01:00
"symfony/error-handler": "^4.4|^5.0",
2020-05-10 15:55:37 +02:00
"symfony/http-foundation": "^4.4|^5.0",
2020-02-29 23:20:38 +01:00
"symfony/mime": "^4.4|^5.0",
2020-05-10 15:55:37 +02:00
"symfony/property-access": "^4.4|^5.0",
"symfony/property-info": "^4.4|^5.0",
"symfony/validator": "^4.4|^5.0",
"symfony/yaml": "^4.4|^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.",
2020-05-10 15:55:37 +02:00
"symfony/mime": "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": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-23T08:36:24+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",
2020-07-18 23:50:39 +02:00
"version": "v2.1.3",
2019-07-12 21:00:29 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
2020-07-18 23:50:39 +02:00
"reference": "58c7475e5457c5492c26cc740cc0ad7464be9442"
2019-07-12 21:00:29 +02:00
},
"dist": {
"type": "zip",
2020-07-18 23:50:39 +02:00
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/58c7475e5457c5492c26cc740cc0ad7464be9442",
"reference": "58c7475e5457c5492c26cc740cc0ad7464be9442",
2019-07-12 21:00:29 +02:00
"shasum": ""
},
"require": {
2020-05-30 21:09:55 +02:00
"php": ">=7.2.5",
2019-07-12 21:00:29 +02:00
"psr/container": "^1.0"
},
"suggest": {
"symfony/service-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-30 21:09:55 +02:00
"dev-master": "2.1-dev"
2020-07-18 23:50:39 +02:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
2019-07-12 21:00:29 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Service\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to writing services",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2020-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-06T13:23:11+00:00"
2019-07-12 21:00:29 +02:00
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/stopwatch",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/stopwatch.git",
2020-05-31 13:47:29 +02:00
"reference": "0f7c58cf81dbb5dd67d423a89d577524a2ec0323"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-05-31 13:47:29 +02:00
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/0f7c58cf81dbb5dd67d423a89d577524a2ec0323",
"reference": "0f7c58cf81dbb5dd67d423a89d577524a2ec0323",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
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": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-05-31 13:47:29 +02:00
"time": "2020-05-20T17:43:50+00:00"
},
{
"name": "symfony/string",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2020-05-31 13:47:29 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
2020-07-30 17:13:16 +02:00
"reference": "f629ba9b611c76224feb21fe2bcbf0b6f992300b"
2020-05-31 13:47:29 +02:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/symfony/string/zipball/f629ba9b611c76224feb21fe2bcbf0b6f992300b",
"reference": "f629ba9b611c76224feb21fe2bcbf0b6f992300b",
2020-05-31 13:47:29 +02:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-intl-grapheme": "~1.0",
"symfony/polyfill-intl-normalizer": "~1.0",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "~1.15"
},
"require-dev": {
"symfony/error-handler": "^4.4|^5.0",
"symfony/http-client": "^4.4|^5.0",
"symfony/translation-contracts": "^1.1|^2",
"symfony/var-exporter": "^4.4|^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.1-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\String\\": ""
},
"files": [
"Resources/functions.php"
],
"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 String component",
"homepage": "https://symfony.com",
"keywords": [
"grapheme",
"i18n",
"string",
"unicode",
"utf-8",
"utf8"
],
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-08T08:27:49+00:00"
2019-02-23 16:49:38 +01:00
},
2019-10-05 20:30:27 +02:00
{
"name": "symfony/templating",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-10-05 20:30:27 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/templating.git",
2020-07-30 17:13:16 +02:00
"reference": "e999847b7584a8d3f364eecd444615604b0d831c"
2019-10-05 20:30:27 +02:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/symfony/templating/zipball/e999847b7584a8d3f364eecd444615604b0d831c",
"reference": "e999847b7584a8d3f364eecd444615604b0d831c",
2019-10-05 20:30:27 +02:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2019-10-05 20:30:27 +02:00
"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": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-dev"
2019-10-05 20:30:27 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Templating\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Templating Component",
"homepage": "https://symfony.com",
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-23T08:36:24+00:00"
2019-10-05 20:30:27 +02:00
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/translation",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
2020-07-30 17:13:16 +02:00
"reference": "4b9bf719f0fa5b05253c37fc7b335337ec7ec427"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/symfony/translation/zipball/4b9bf719f0fa5b05253c37fc7b335337ec7ec427",
"reference": "4b9bf719f0fa5b05253c37fc7b335337ec7ec427",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2019-06-16 12:36:17 +02:00
"symfony/polyfill-mbstring": "~1.0",
2020-05-31 13:47:29 +02:00
"symfony/polyfill-php80": "^1.15",
2020-05-10 15:55:37 +02:00
"symfony/translation-contracts": "^2"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2020-05-10 15:55:37 +02:00
"symfony/config": "<4.4",
"symfony/dependency-injection": "<5.0",
"symfony/http-kernel": "<5.0",
"symfony/twig-bundle": "<5.0",
"symfony/yaml": "<4.4"
2019-02-23 16:49:38 +01:00
},
"provide": {
2020-05-10 15:55:37 +02:00
"symfony/translation-implementation": "2.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
"psr/log": "~1.0",
2020-05-10 15:55:37 +02:00
"symfony/config": "^4.4|^5.0",
"symfony/console": "^4.4|^5.0",
"symfony/dependency-injection": "^5.0",
"symfony/finder": "^4.4|^5.0",
"symfony/http-kernel": "^5.0",
"symfony/intl": "^4.4|^5.0",
2019-11-21 22:16:30 +01:00
"symfony/service-contracts": "^1.1.2|^2",
2020-05-10 15:55:37 +02:00
"symfony/yaml": "^4.4|^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": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-06-30T17:42:22+00:00"
2019-07-12 21:00:29 +02:00
},
{
"name": "symfony/translation-contracts",
2020-07-18 23:50:39 +02:00
"version": "v2.1.3",
2019-07-12 21:00:29 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
2020-07-18 23:50:39 +02:00
"reference": "616a9773c853097607cf9dd6577d5b143ffdcd63"
2019-07-12 21:00:29 +02:00
},
"dist": {
"type": "zip",
2020-07-18 23:50:39 +02:00
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/616a9773c853097607cf9dd6577d5b143ffdcd63",
"reference": "616a9773c853097607cf9dd6577d5b143ffdcd63",
2019-07-12 21:00:29 +02:00
"shasum": ""
},
"require": {
2020-05-30 21:09:55 +02:00
"php": ">=7.2.5"
2019-07-12 21:00:29 +02:00
},
"suggest": {
"symfony/translation-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-30 21:09:55 +02:00
"dev-master": "2.1-dev"
2020-07-18 23:50:39 +02:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
2019-07-12 21:00:29 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Translation\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to translation",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2020-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-06T13:23:11+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/twig-bridge",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/twig-bridge.git",
2020-07-30 17:13:16 +02:00
"reference": "44bba5d7e5cb8a3ddeb640ae00938cc768c55797"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/symfony/twig-bridge/zipball/44bba5d7e5cb8a3ddeb640ae00938cc768c55797",
"reference": "44bba5d7e5cb8a3ddeb640ae00938cc768c55797",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.15",
2019-11-21 22:16:30 +01:00
"symfony/translation-contracts": "^1.1|^2",
2020-05-10 15:55:37 +02:00
"twig/twig": "^2.10|^3.0"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2020-05-10 15:55:37 +02:00
"symfony/console": "<4.4",
2020-05-31 13:47:29 +02:00
"symfony/form": "<5.1",
2020-05-10 15:55:37 +02:00
"symfony/http-foundation": "<4.4",
"symfony/http-kernel": "<4.4",
"symfony/translation": "<5.0",
"symfony/workflow": "<4.4"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2019-08-27 13:34:33 +02:00
"egulias/email-validator": "^2.1.10",
2020-05-10 15:55:37 +02:00
"symfony/asset": "^4.4|^5.0",
"symfony/console": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/expression-language": "^4.4|^5.0",
"symfony/finder": "^4.4|^5.0",
2020-05-31 13:47:29 +02:00
"symfony/form": "^5.1",
2020-05-10 15:55:37 +02:00
"symfony/http-foundation": "^4.4|^5.0",
"symfony/http-kernel": "^4.4|^5.0",
"symfony/mime": "^4.4|^5.0",
2019-02-23 16:49:38 +01:00
"symfony/polyfill-intl-icu": "~1.0",
2020-05-10 15:55:37 +02:00
"symfony/routing": "^4.4|^5.0",
2019-11-21 22:16:30 +01:00
"symfony/security-acl": "^2.8|^3.0",
2020-05-10 15:55:37 +02:00
"symfony/security-core": "^4.4|^5.0",
"symfony/security-csrf": "^4.4|^5.0",
"symfony/security-http": "^4.4|^5.0",
"symfony/stopwatch": "^4.4|^5.0",
"symfony/translation": "^5.0",
2019-11-21 22:16:30 +01:00
"symfony/web-link": "^4.4|^5.0",
2020-05-10 15:55:37 +02:00
"symfony/workflow": "^4.4|^5.0",
"symfony/yaml": "^4.4|^5.0",
2019-11-21 22:16:30 +01:00
"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/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": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-06-30T17:59:51+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/twig-bundle",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/twig-bundle.git",
2020-05-31 13:47:29 +02:00
"reference": "8898ef8aea8fa48638e15ce00c7c6318ce570ce1"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-05-31 13:47:29 +02:00
"url": "https://api.github.com/repos/symfony/twig-bundle/zipball/8898ef8aea8fa48638e15ce00c7c6318ce570ce1",
"reference": "8898ef8aea8fa48638e15ce00c7c6318ce570ce1",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2020-05-10 15:55:37 +02:00
"symfony/config": "^4.4|^5.0",
"symfony/http-foundation": "^4.4|^5.0",
"symfony/http-kernel": "^5.0",
2019-02-23 16:49:38 +01:00
"symfony/polyfill-ctype": "~1.8",
2020-05-10 15:55:37 +02:00
"symfony/twig-bridge": "^5.0",
"twig/twig": "^2.10|^3.0"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2020-05-10 15:55:37 +02:00
"symfony/dependency-injection": "<4.4",
"symfony/framework-bundle": "<5.0",
"symfony/translation": "<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.0",
2020-05-10 15:55:37 +02:00
"symfony/asset": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/expression-language": "^4.4|^5.0",
"symfony/finder": "^4.4|^5.0",
"symfony/form": "^4.4|^5.0",
"symfony/framework-bundle": "^5.0",
"symfony/routing": "^4.4|^5.0",
"symfony/stopwatch": "^4.4|^5.0",
"symfony/translation": "^5.0",
"symfony/web-link": "^4.4|^5.0",
"symfony/yaml": "^4.4|^5.0"
2019-02-23 16:49:38 +01:00
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-05-31 13:47:29 +02:00
"time": "2020-05-20T17:43:50+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/validator",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/validator.git",
2020-07-30 17:13:16 +02:00
"reference": "03aeabbff76771ef467a4d9a0574c427bb81d932"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/symfony/validator/zipball/03aeabbff76771ef467a4d9a0574c427bb81d932",
"reference": "03aeabbff76771ef467a4d9a0574c427bb81d932",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2019-02-23 16:49:38 +01:00
"symfony/polyfill-ctype": "~1.8",
2019-06-16 12:36:17 +02:00
"symfony/polyfill-mbstring": "~1.0",
2020-05-31 13:47:29 +02:00
"symfony/polyfill-php80": "^1.15",
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",
2020-05-10 15:55:37 +02:00
"phpunit/phpunit": "<5.4.3",
"symfony/dependency-injection": "<4.4",
2020-05-31 13:47:29 +02:00
"symfony/expression-language": "<5.1",
2019-11-21 22:16:30 +01:00
"symfony/http-kernel": "<4.4",
2020-05-10 15:55:37 +02:00
"symfony/intl": "<4.4",
"symfony/translation": "<4.4",
"symfony/yaml": "<4.4"
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-08-27 13:34:33 +02:00
"egulias/email-validator": "^2.1.10",
2020-05-10 15:55:37 +02:00
"symfony/cache": "^4.4|^5.0",
"symfony/config": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
2020-05-31 13:47:29 +02:00
"symfony/expression-language": "^5.1",
2020-05-10 15:55:37 +02:00
"symfony/http-client": "^4.4|^5.0",
"symfony/http-foundation": "^4.4|^5.0",
"symfony/http-kernel": "^4.4|^5.0",
"symfony/intl": "^4.4|^5.0",
2020-02-29 23:20:38 +01:00
"symfony/mime": "^4.4|^5.0",
2020-05-10 15:55:37 +02:00
"symfony/property-access": "^4.4|^5.0",
"symfony/property-info": "^4.4|^5.0",
"symfony/translation": "^4.4|^5.0",
"symfony/yaml": "^4.4|^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": "",
2020-05-31 13:47:29 +02:00
"symfony/expression-language": "For using the Expression validator and the ExpressionLanguageSyntax constraints",
2019-02-23 16:49:38 +01:00
"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": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-23T06:35:25+00:00"
2019-11-21 22:16:30 +01:00
},
{
"name": "symfony/var-dumper",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-11-21 22:16:30 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
2020-07-30 17:13:16 +02:00
"reference": "2ebe1c7bb52052624d6dc1250f4abe525655d75a"
2019-11-21 22:16:30 +01:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/2ebe1c7bb52052624d6dc1250f4abe525655d75a",
"reference": "2ebe1c7bb52052624d6dc1250f4abe525655d75a",
2019-11-21 22:16:30 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "^1.15"
2019-11-21 22:16:30 +01:00
},
"conflict": {
2020-05-10 15:55:37 +02:00
"phpunit/phpunit": "<5.4.3",
"symfony/console": "<4.4"
2019-11-21 22:16:30 +01:00
},
"require-dev": {
"ext-iconv": "*",
2020-05-10 15:55:37 +02:00
"symfony/console": "^4.4|^5.0",
2019-11-21 22:16:30 +01:00
"symfony/process": "^4.4|^5.0",
2020-05-10 15:55:37 +02:00
"twig/twig": "^2.4|^3.0"
2019-11-21 22:16:30 +01:00
},
"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": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-dev"
2019-11-21 22:16:30 +01:00
}
},
"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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-06-24T13:36:18+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/var-exporter",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/var-exporter.git",
2020-06-13 16:09:06 +02:00
"reference": "eabaabfe1485ca955c5b53307eade15ccda57a15"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-06-13 16:09:06 +02:00
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/eabaabfe1485ca955c5b53307eade15ccda57a15",
"reference": "eabaabfe1485ca955c5b53307eade15ccda57a15",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.15"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2020-05-31 13:47:29 +02:00
"symfony/var-dumper": "^4.4.9|^5.0.9"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-06-13 16:09:06 +02:00
"time": "2020-06-07T15:42:22+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/web-link",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/web-link.git",
2020-05-31 13:47:29 +02:00
"reference": "ba2554887e34e693e3888f23f83c72d5ce04bfb2"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-05-31 13:47:29 +02:00
"url": "https://api.github.com/repos/symfony/web-link/zipball/ba2554887e34e693e3888f23f83c72d5ce04bfb2",
"reference": "ba2554887e34e693e3888f23f83c72d5ce04bfb2",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2020-05-10 15:55:37 +02:00
"psr/link": "^1.0"
2019-02-23 16:49:38 +01:00
},
2019-06-16 12:36:17 +02:00
"conflict": {
2020-05-10 15:55:37 +02:00
"symfony/http-kernel": "<4.4"
2019-06-16 12:36:17 +02:00
},
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",
2020-05-10 15:55:37 +02:00
"symfony/http-kernel": "^4.4|^5.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"symfony/http-kernel": ""
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-05-31 13:47:29 +02:00
"time": "2020-05-28T08:20:44+00:00"
2019-02-23 16:49:38 +01:00
},
2019-02-24 18:05:06 +01:00
{
"name": "symfony/webpack-encore-bundle",
2020-02-01 16:02:43 +01:00
"version": "v1.7.3",
2019-02-24 18:05:06 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/webpack-encore-bundle.git",
2020-02-01 16:02:43 +01:00
"reference": "5c0f659eceae87271cce54bbdfb05ed8ec9007bd"
2019-02-24 18:05:06 +01:00
},
"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",
2019-02-24 18:05:06 +01:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
2019-11-01 13:58:02 +01:00
"symfony/asset": "^3.4 || ^4.0 || ^5.0",
"symfony/config": "^3.4 || ^4.0 || ^5.0",
"symfony/dependency-injection": "^3.4 || ^4.0 || ^5.0",
"symfony/http-kernel": "^3.4 || ^4.0 || ^5.0",
2019-11-16 17:59:32 +01:00
"symfony/service-contracts": "^1.0 || ^2.0"
2019-02-24 18:05:06 +01:00
},
"require-dev": {
2019-11-01 13:58:02 +01:00
"symfony/framework-bundle": "^3.4 || ^4.0 || ^5.0",
"symfony/phpunit-bridge": "^4.3.5 || ^5.0",
"symfony/twig-bundle": "^3.4 || ^4.0 || ^5.0",
"symfony/web-link": "^3.4 || ^4.0 || ^5.0"
2019-02-24 18:05:06 +01:00
},
"type": "symfony-bundle",
"extra": {
"thanks": {
"name": "symfony/webpack-encore",
"url": "https://github.com/symfony/webpack-encore"
}
},
"autoload": {
"psr-4": {
"Symfony\\WebpackEncoreBundle\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Integration with your Symfony app & Webpack Encore!",
2020-02-01 16:02:43 +01:00
"time": "2020-01-31T15:31:59+00:00"
2019-02-24 18:05:06 +01:00
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/yaml",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
2020-05-31 13:47:29 +02:00
"reference": "ea342353a3ef4f453809acc4ebc55382231d4d23"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-05-31 13:47:29 +02:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/ea342353a3ef4f453809acc4ebc55382231d4d23",
"reference": "ea342353a3ef4f453809acc4ebc55382231d4d23",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1",
2019-02-23 16:49:38 +01:00
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
2020-05-10 15:55:37 +02:00
"symfony/console": "<4.4"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2020-05-10 15:55:37 +02:00
"symfony/console": "^4.4|^5.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
},
2020-05-31 13:47:29 +02:00
"bin": [
"Resources/bin/yaml-lint"
],
2019-02-23 16:49:38 +01:00
"type": "library",
"extra": {
"branch-alias": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-05-31 13:47:29 +02:00
"time": "2020-05-20T17:43:50+00:00"
2019-02-23 16:49:38 +01:00
},
2020-04-24 22:10:49 +02:00
{
"name": "tecnickcom/tc-lib-barcode",
2020-07-18 23:50:39 +02:00
"version": "1.16.1",
2020-04-24 22:10:49 +02:00
"source": {
"type": "git",
"url": "https://github.com/tecnickcom/tc-lib-barcode.git",
2020-07-18 23:50:39 +02:00
"reference": "ce05b56aba72be67df862e397189d29b151801ce"
2020-04-24 22:10:49 +02:00
},
"dist": {
"type": "zip",
2020-07-18 23:50:39 +02:00
"url": "https://api.github.com/repos/tecnickcom/tc-lib-barcode/zipball/ce05b56aba72be67df862e397189d29b151801ce",
"reference": "ce05b56aba72be67df862e397189d29b151801ce",
2020-04-24 22:10:49 +02:00
"shasum": ""
},
"require": {
"ext-bcmath": "*",
"ext-date": "*",
"ext-gd": "*",
"ext-pcre": "*",
2020-07-18 23:50:39 +02:00
"php": ">=5.4",
2020-04-24 22:10:49 +02:00
"tecnickcom/tc-lib-color": "^1.12.15"
},
"require-dev": {
"apigen/apigen": "^2.8.1 || ^4.1.2",
"bartlett/php-compatinfo": "^4.5.2 || ^5.0.10 || ^5.0.12",
"pdepend/pdepend": "^2.5.2",
"phploc/phploc": "^2.1 || ^3.0 || ^4.0",
"phpmd/phpmd": "^2.6.0",
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.1",
"sebastian/phpcpd": "^2.0 || ^3.0 || ^4.0",
"squizlabs/php_codesniffer": "^2.8.0 || ^3.2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Com\\Tecnick\\Barcode\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0"
],
"authors": [
{
"name": "Nicola Asuni",
"email": "info@tecnick.com",
"role": "lead"
}
],
"description": "PHP library to generate linear and bidimensional barcodes",
"homepage": "http://www.tecnick.com",
"keywords": [
"3 of 9",
"ANSI MH10.8M-1983",
"CBC",
"CODABAR",
"CODE 11",
"CODE 128 A B C",
"CODE 39",
"CODE 93",
"EAN 13",
"EAN 8",
"ECC200",
"Intelligent Mail Barcode",
"Interleaved 2 of 5",
"KIX",
"Klant",
"MSI",
"Onecode",
"PHARMACODE",
"PHARMACODE TWO-TRACKS",
"POSTNET",
"RMS4CC",
"Standard 2 of 5",
"UPC-A",
"UPC-E",
"USD-3",
"USPS-B-3200",
"USS-93",
"barcode",
"datamatrix",
"pdf417",
"planet",
"qr-code",
"royal mail",
"tc-lib-barcode",
"upc"
],
2020-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations¤cy_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tc-lib-barcode%20project",
"type": "custom"
}
],
"time": "2020-07-13T21:52:53+00:00"
2020-04-24 22:10:49 +02:00
},
{
"name": "tecnickcom/tc-lib-color",
"version": "1.12.15",
"source": {
"type": "git",
"url": "https://github.com/tecnickcom/tc-lib-color.git",
"reference": "2f4860cbac4d58c210b6bec4c5806906278962c1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tecnickcom/tc-lib-color/zipball/2f4860cbac4d58c210b6bec4c5806906278962c1",
"reference": "2f4860cbac4d58c210b6bec4c5806906278962c1",
"shasum": ""
},
"require": {
"ext-pcre": "*",
"php": ">=5.3"
},
"require-dev": {
"apigen/apigen": "^2.8.1 || ^4.1.2",
"bartlett/php-compatinfo": "^4.5.2 || ^5.0.10 || ^5.0.12",
"pdepend/pdepend": "^2.5.2",
"phploc/phploc": "^2.1 || ^3.0 || ^4.0",
"phpmd/phpmd": "^2.6.0",
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.1",
"sebastian/phpcpd": "^2.0 || ^3.0 || ^4.0",
"squizlabs/php_codesniffer": "^2.8.0 || ^3.2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Com\\Tecnick\\Color\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0"
],
"authors": [
{
"name": "Nicola Asuni",
"email": "info@tecnick.com",
"role": "lead"
}
],
"description": "PHP library to manipulate various color representations",
"homepage": "http://www.tecnick.com",
"keywords": [
"cmyk",
"color",
"colors",
"colour",
"colours",
"hsl",
"hsla",
"javascript",
"rgb",
"rgba",
"tc-lib-color",
"web"
],
"time": "2020-01-02T16:01:17+00:00"
},
2020-01-01 15:57:34 +01:00
{
"name": "thecodingmachine/safe",
2020-07-18 23:50:39 +02:00
"version": "v1.1.3",
2020-01-01 15:57:34 +01:00
"source": {
"type": "git",
"url": "https://github.com/thecodingmachine/safe.git",
2020-07-18 23:50:39 +02:00
"reference": "9f277171e296a3c8629c04ac93ec95ff0f208ccb"
2020-01-01 15:57:34 +01:00
},
"dist": {
"type": "zip",
2020-07-18 23:50:39 +02:00
"url": "https://api.github.com/repos/thecodingmachine/safe/zipball/9f277171e296a3c8629c04ac93ec95ff0f208ccb",
"reference": "9f277171e296a3c8629c04ac93ec95ff0f208ccb",
2020-01-01 15:57:34 +01:00
"shasum": ""
},
"require": {
2020-02-22 17:49:33 +01:00
"php": ">=7.2"
2020-01-01 15:57:34 +01:00
},
"require-dev": {
2020-02-22 17:49:33 +01:00
"phpstan/phpstan": "^0.12",
2020-01-01 15:57:34 +01:00
"squizlabs/php_codesniffer": "^3.2",
2020-02-22 17:49:33 +01:00
"thecodingmachine/phpstan-strict-rules": "^0.12"
2020-01-01 15:57:34 +01:00
},
"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",
2020-05-09 20:33:49 +02:00
"generated/rpminfo.php",
2020-01-01 15:57:34 +01:00
"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-07-18 23:50:39 +02:00
"time": "2020-07-10T09:34:29+00:00"
2020-01-01 15:57:34 +01:00
},
2019-11-24 22:49:22 +01:00
{
"name": "tijsverkoyen/css-to-inline-styles",
2020-07-18 23:50:39 +02:00
"version": "2.2.3",
2019-11-24 22:49:22 +01:00
"source": {
"type": "git",
"url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
2020-07-18 23:50:39 +02:00
"reference": "b43b05cf43c1b6d849478965062b6ef73e223bb5"
2019-11-24 22:49:22 +01:00
},
"dist": {
"type": "zip",
2020-07-18 23:50:39 +02:00
"url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/b43b05cf43c1b6d849478965062b6ef73e223bb5",
"reference": "b43b05cf43c1b6d849478965062b6ef73e223bb5",
2019-11-24 22:49:22 +01:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*",
2020-07-18 23:50:39 +02:00
"php": "^5.5 || ^7.0 || ^8.0",
2019-11-24 22:49:22 +01:00
"symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0"
},
"require-dev": {
2020-07-18 23:50:39 +02:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5"
2019-11-24 22:49:22 +01:00
},
"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",
2020-07-18 23:50:39 +02:00
"time": "2020-07-13T06:12:54+00:00"
2019-11-24 22:49:22 +01:00
},
{
"name": "twig/cssinliner-extra",
2020-07-18 23:50:39 +02:00
"version": "v3.0.4",
2019-11-24 22:49:22 +01:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/cssinliner-extra.git",
2020-07-18 23:50:39 +02:00
"reference": "0c837fec0bdcb723e84346df421c5a3f4e696e3c"
2019-11-24 22:49:22 +01:00
},
"dist": {
"type": "zip",
2020-07-18 23:50:39 +02:00
"url": "https://api.github.com/repos/twigphp/cssinliner-extra/zipball/0c837fec0bdcb723e84346df421c5a3f4e696e3c",
"reference": "0c837fec0bdcb723e84346df421c5a3f4e696e3c",
2019-11-24 22:49:22 +01:00
"shasum": ""
},
"require": {
2020-07-18 23:50:39 +02:00
"php": ">=7.1.3",
2019-11-24 22:49:22 +01:00
"tijsverkoyen/css-to-inline-styles": "^2.0",
"twig/twig": "^2.4|^3.0"
},
"require-dev": {
2020-07-18 23:50:39 +02:00
"symfony/phpunit-bridge": "^4.4.9|^5.0.9"
2019-11-24 22:49:22 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.12-dev"
}
},
"autoload": {
"psr-4": {
"Twig\\Extra\\CssInliner\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
}
],
"description": "A Twig extension to allow inlining CSS",
"homepage": "https://twig.symfony.com",
"keywords": [
"css",
"inlining",
"twig"
],
2020-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://certification.symfony.com/",
"type": "custom"
},
{
"url": "https://live.symfony.com/",
"type": "custom"
},
{
"url": "https://symfony.com/cloud/",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/twig/twig",
"type": "tidelift"
}
],
"time": "2020-05-21T09:54:27+00:00"
2019-11-24 22:49:22 +01:00
},
2019-08-12 23:45:21 +02:00
{
"name": "twig/extra-bundle",
2020-07-18 23:50:39 +02:00
"version": "v3.0.4",
2019-08-12 23:45:21 +02:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/twig-extra-bundle.git",
2020-07-18 23:50:39 +02:00
"reference": "a7c5799cf742ab0827f5d32df37528ee8bf5a233"
2019-08-12 23:45:21 +02:00
},
"dist": {
"type": "zip",
2020-07-18 23:50:39 +02:00
"url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/a7c5799cf742ab0827f5d32df37528ee8bf5a233",
"reference": "a7c5799cf742ab0827f5d32df37528ee8bf5a233",
2019-08-12 23:45:21 +02:00
"shasum": ""
},
"require": {
2020-07-18 23:50:39 +02:00
"php": "^7.1.3|^8.0",
2019-08-12 23:45:21 +02:00
"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-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://certification.symfony.com/",
"type": "custom"
},
{
"url": "https://live.symfony.com/",
"type": "custom"
},
{
"url": "https://symfony.com/cloud/",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/twig/twig",
"type": "tidelift"
}
],
"time": "2020-05-21T09:56:39+00:00"
2019-08-12 23:45:21 +02:00
},
2020-05-07 23:35:20 +02:00
{
"name": "twig/html-extra",
2020-07-18 23:50:39 +02:00
"version": "v3.0.4",
2020-05-07 23:35:20 +02:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/html-extra.git",
2020-07-18 23:50:39 +02:00
"reference": "07e2cd13227e0f2b3ecfc0a859ef4d7c140ac98a"
2020-05-07 23:35:20 +02:00
},
"dist": {
"type": "zip",
2020-07-18 23:50:39 +02:00
"url": "https://api.github.com/repos/twigphp/html-extra/zipball/07e2cd13227e0f2b3ecfc0a859ef4d7c140ac98a",
"reference": "07e2cd13227e0f2b3ecfc0a859ef4d7c140ac98a",
2020-05-07 23:35:20 +02:00
"shasum": ""
},
"require": {
2020-07-18 23:50:39 +02:00
"php": ">=7.1.3",
2020-05-07 23:35:20 +02:00
"symfony/mime": "^4.3|^5.0",
"twig/twig": "^2.4|^3.0"
},
"require-dev": {
2020-07-18 23:50:39 +02:00
"symfony/phpunit-bridge": "^4.4.9|^5.0.9"
2020-05-07 23:35:20 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"psr-4": {
"Twig\\Extra\\Html\\": "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 HTML",
"homepage": "https://twig.symfony.com",
"keywords": [
"html",
"twig"
],
2020-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://certification.symfony.com/",
"type": "custom"
},
{
"url": "https://live.symfony.com/",
"type": "custom"
},
{
"url": "https://symfony.com/cloud/",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/twig/twig",
"type": "tidelift"
}
],
"time": "2020-05-21T09:56:39+00:00"
2020-05-07 23:35:20 +02:00
},
2019-11-24 22:49:22 +01:00
{
"name": "twig/inky-extra",
2020-07-18 23:50:39 +02:00
"version": "v3.0.4",
2019-11-24 22:49:22 +01:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/inky-extra.git",
2020-07-18 23:50:39 +02:00
"reference": "b5749085e976a8a1d01b251149b41544db50f669"
2019-11-24 22:49:22 +01:00
},
"dist": {
"type": "zip",
2020-07-18 23:50:39 +02:00
"url": "https://api.github.com/repos/twigphp/inky-extra/zipball/b5749085e976a8a1d01b251149b41544db50f669",
"reference": "b5749085e976a8a1d01b251149b41544db50f669",
2019-11-24 22:49:22 +01:00
"shasum": ""
},
"require": {
"lorenzo/pinky": "^1.0.5",
2020-07-18 23:50:39 +02:00
"php": ">=7.1.3",
2019-11-24 22:49:22 +01:00
"twig/twig": "^2.4|^3.0"
},
"require-dev": {
2020-07-18 23:50:39 +02:00
"symfony/phpunit-bridge": "^4.4.9|^5.0.9"
2019-11-24 22:49:22 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.12-dev"
}
},
"autoload": {
"psr-4": {
"Twig\\Extra\\Inky\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
}
],
"description": "A Twig extension for the inky email templating engine",
"homepage": "https://twig.symfony.com",
"keywords": [
"email",
"emails",
"inky",
"twig"
],
2020-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://certification.symfony.com/",
"type": "custom"
},
{
"url": "https://live.symfony.com/",
"type": "custom"
},
{
"url": "https://symfony.com/cloud/",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/twig/twig",
"type": "tidelift"
}
],
"time": "2020-05-21T09:54:27+00:00"
2019-11-24 22:49:22 +01:00
},
2019-08-12 23:45:21 +02:00
{
"name": "twig/intl-extra",
2020-07-18 23:50:39 +02:00
"version": "v3.0.4",
2019-08-12 23:45:21 +02:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/intl-extra.git",
2020-07-18 23:50:39 +02:00
"reference": "6f1889920753e6ffd72b06fc1d9b363ec2cec540"
2019-08-12 23:45:21 +02:00
},
"dist": {
"type": "zip",
2020-07-18 23:50:39 +02:00
"url": "https://api.github.com/repos/twigphp/intl-extra/zipball/6f1889920753e6ffd72b06fc1d9b363ec2cec540",
"reference": "6f1889920753e6ffd72b06fc1d9b363ec2cec540",
2019-08-12 23:45:21 +02:00
"shasum": ""
},
"require": {
2020-07-18 23:50:39 +02:00
"php": ">=7.1.3",
2019-11-01 13:58:02 +01:00
"symfony/intl": "^4.3|^5.0",
2019-08-12 23:45:21 +02:00
"twig/twig": "^2.4|^3.0"
},
"require-dev": {
2020-07-18 23:50:39 +02:00
"symfony/phpunit-bridge": "^4.4.9|^5.0.9"
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-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://certification.symfony.com/",
"type": "custom"
},
{
"url": "https://live.symfony.com/",
"type": "custom"
},
{
"url": "https://symfony.com/cloud/",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/twig/twig",
"type": "tidelift"
}
],
"time": "2020-06-22T06:17:05+00:00"
2019-08-12 23:45:21 +02:00
},
2019-12-01 13:50:43 +01:00
{
"name": "twig/markdown-extra",
2020-07-18 23:50:39 +02:00
"version": "v3.0.4",
2019-12-01 13:50:43 +01:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/markdown-extra.git",
2020-07-18 23:50:39 +02:00
"reference": "32db423d2d359bd46591a3a8ac0cdc5935a394fc"
2019-12-01 13:50:43 +01:00
},
"dist": {
"type": "zip",
2020-07-18 23:50:39 +02:00
"url": "https://api.github.com/repos/twigphp/markdown-extra/zipball/32db423d2d359bd46591a3a8ac0cdc5935a394fc",
"reference": "32db423d2d359bd46591a3a8ac0cdc5935a394fc",
2019-12-01 13:50:43 +01:00
"shasum": ""
},
"require": {
2020-07-18 23:50:39 +02:00
"php": ">=7.1.3",
2019-12-01 13:50:43 +01:00
"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",
2020-07-18 23:50:39 +02:00
"symfony/phpunit-bridge": "^4.4.9|^5.0.9"
2019-12-01 13:50:43 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"psr-4": {
"Twig\\Extra\\Markdown\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
}
],
"description": "A Twig extension for Markdown",
"homepage": "https://twig.symfony.com",
"keywords": [
"html",
"markdown",
"twig"
],
2020-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://certification.symfony.com/",
"type": "custom"
},
{
"url": "https://live.symfony.com/",
"type": "custom"
},
{
"url": "https://symfony.com/cloud/",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/twig/twig",
"type": "tidelift"
}
],
"time": "2020-05-21T09:56:39+00:00"
2019-12-01 13:50:43 +01:00
},
2019-02-23 16:49:38 +01:00
{
"name": "twig/twig",
2020-07-18 23:50:39 +02:00
"version": "v3.0.4",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
2020-07-18 23:50:39 +02:00
"reference": "582bdbdc173027ebfba3c93dc750a40b8f9ebc02"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-07-18 23:50:39 +02:00
"url": "https://api.github.com/repos/twigphp/Twig/zipball/582bdbdc173027ebfba3c93dc750a40b8f9ebc02",
"reference": "582bdbdc173027ebfba3c93dc750a40b8f9ebc02",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-07-18 23:50:39 +02:00
"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",
2020-07-18 23:50:39 +02:00
"symfony/phpunit-bridge": "^4.4.9|^5.0.9"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-01 17:39:28 +01:00
"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"
2019-10-05 21:01:24 +02:00
},
{
"name": "Armin Ronacher",
"email": "armin.ronacher@active-4.com",
"role": "Project Founder"
2019-02-23 16:49:38 +01:00
}
],
"description": "Twig, the flexible, fast, and secure template language for PHP",
"homepage": "https://twig.symfony.com",
"keywords": [
"templating"
],
2020-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://certification.symfony.com/",
"type": "custom"
},
{
"url": "https://live.symfony.com/",
"type": "custom"
},
{
"url": "https://symfony.com/cloud/",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/twig/twig",
"type": "tidelift"
}
],
"time": "2020-07-05T13:18:14+00:00"
2019-02-23 16:49:38 +01:00
},
2020-06-08 20:23:35 +02:00
{
"name": "ua-parser/uap-php",
2020-07-30 17:13:16 +02:00
"version": "v3.9.9",
2020-06-08 20:23:35 +02:00
"source": {
"type": "git",
"url": "https://github.com/ua-parser/uap-php.git",
2020-07-30 17:13:16 +02:00
"reference": "f2664da75642ee4df0df1824795afe50ecf83381"
2020-06-08 20:23:35 +02:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/ua-parser/uap-php/zipball/f2664da75642ee4df0df1824795afe50ecf83381",
"reference": "f2664da75642ee4df0df1824795afe50ecf83381",
2020-06-08 20:23:35 +02:00
"shasum": ""
},
"require": {
"composer/ca-bundle": "^1.1",
"php": "^7.2"
},
"require-dev": {
"phpunit/phpunit": "^7 || ^8 || ^9",
"symfony/console": "^3.4 || ^4.3 || ^5.0",
"symfony/filesystem": "^3.4 || ^4.3 || ^5.0",
"symfony/finder": "^3.4 || ^4.3 || ^5.0",
"symfony/yaml": "^3.4 || ^4.3 || ^5.0"
},
"suggest": {
"symfony/console": "Required for CLI usage - ^3.4 || ^4.3 || ^5.0",
"symfony/filesystem": "Required for CLI usage - ^3.4 || ^4.3 || ^5.0",
"symfony/finder": "Required for CLI usage - ^3.4 || ^4.3 || ^5.0",
"symfony/yaml": "Required for CLI usage - ^3.4 || ^4.3 || ^5.0"
},
"bin": [
"bin/uaparser"
],
"type": "library",
"autoload": {
"psr-4": {
"UAParser\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dave Olsen",
"email": "dmolsen@gmail.com"
},
{
"name": "Lars Strojny",
"email": "lars@strojny.net"
}
],
"description": "A multi-language port of Browserscope's user agent parser.",
2020-07-30 17:13:16 +02:00
"time": "2020-07-29T07:45:18+00:00"
2020-06-08 20:23:35 +02:00
},
2019-02-23 16:49:38 +01:00
{
"name": "webmozart/assert",
2020-07-18 23:50:39 +02:00
"version": "1.9.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/webmozart/assert.git",
2020-07-18 23:50:39 +02:00
"reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-07-18 23:50:39 +02:00
"url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
"reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-07-18 23:50:39 +02:00
"php": "^5.3.3 || ^7.0 || ^8.0",
2019-02-23 16:49:38 +01:00
"symfony/polyfill-ctype": "^1.8"
},
2019-11-30 15:43:30 +01:00
"conflict": {
2020-07-04 23:38:18 +02:00
"phpstan/phpstan": "<0.12.20",
2020-04-28 16:39:48 +02:00
"vimeo/psalm": "<3.9.1"
2019-11-30 15:43:30 +01:00
},
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-07-18 23:50:39 +02:00
"time": "2020-07-08T17:02:28+00:00"
2019-02-23 16:49:38 +01:00
},
2019-12-14 16:35:19 +01:00
{
"name": "yubico/u2flib-server",
"version": "1.0.2",
"source": {
"type": "git",
"url": "https://github.com/Yubico/php-u2flib-server.git",
"reference": "55d813acf68212ad2cadecde07551600d6971939"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/55d813acf68212ad2cadecde07551600d6971939",
"reference": "55d813acf68212ad2cadecde07551600d6971939",
"shasum": ""
},
"require": {
"ext-openssl": "*",
"paragonie/random_compat": ">= 1",
"php": ">=5.6"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"vimeo/psalm": "^0|^1|^2"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"description": "Library for U2F implementation",
"homepage": "https://developers.yubico.com/php-u2flib-server",
"time": "2018-09-07T08:16:44+00:00"
},
2019-02-23 16:49:38 +01:00
{
"name": "zendframework/zend-code",
2019-12-11 20:12:42 +01:00
"version": "3.4.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-code.git",
2019-12-11 20:12:42 +01:00
"reference": "268040548f92c2bfcba164421c1add2ba43abaaa"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-12-11 20:12:42 +01:00
"url": "https://api.github.com/repos/zendframework/zend-code/zipball/268040548f92c2bfcba164421c1add2ba43abaaa",
"reference": "268040548f92c2bfcba164421c1add2ba43abaaa",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.1",
"zendframework/zend-eventmanager": "^2.6 || ^3.0"
},
2019-12-11 20:12:42 +01:00
"conflict": {
"phpspec/prophecy": "<1.9.0"
},
2019-02-23 16:49:38 +01:00
"require-dev": {
2019-12-11 20:12:42 +01:00
"doctrine/annotations": "^1.7",
2019-02-23 16:49:38 +01:00
"ext-phar": "*",
2019-10-11 23:53:12 +02:00
"phpunit/phpunit": "^7.5.16 || ^8.4",
2019-09-01 13:56:14 +02:00
"zendframework/zend-coding-standard": "^1.0",
2019-02-23 16:49:38 +01:00
"zendframework/zend-stdlib": "^2.7 || ^3.0"
},
"suggest": {
"doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
"zendframework/zend-stdlib": "Zend\\Stdlib component"
},
"type": "library",
"extra": {
"branch-alias": {
2019-10-11 23:53:12 +02:00
"dev-master": "3.4.x-dev",
2019-12-11 20:12:42 +01:00
"dev-develop": "3.5.x-dev",
"dev-dev-4.0": "4.0.x-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Zend\\Code\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
2019-09-01 13:56:14 +02:00
"description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
2019-02-23 16:49:38 +01:00
"keywords": [
2019-09-01 13:56:14 +02:00
"ZendFramework",
2019-02-23 16:49:38 +01:00
"code",
2019-09-01 13:56:14 +02:00
"zf"
2019-02-23 16:49:38 +01:00
],
2020-01-01 15:49:42 +01:00
"abandoned": "laminas/laminas-code",
2019-12-11 20:12:42 +01:00
"time": "2019-12-10T19:21:15+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "zendframework/zend-eventmanager",
"version": "3.2.1",
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-eventmanager.git",
"reference": "a5e2583a211f73604691586b8406ff7296a946dd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
"reference": "a5e2583a211f73604691586b8406ff7296a946dd",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"require-dev": {
"athletic/athletic": "^0.1",
"container-interop/container-interop": "^1.1.0",
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
"zendframework/zend-coding-standard": "~1.0.0",
"zendframework/zend-stdlib": "^2.7.3 || ^3.0"
},
"suggest": {
"container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
"zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2-dev",
"dev-develop": "3.3-dev"
}
},
"autoload": {
"psr-4": {
"Zend\\EventManager\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Trigger and listen to events within a PHP application",
"homepage": "https://github.com/zendframework/zend-eventmanager",
"keywords": [
"event",
"eventmanager",
"events",
"zf2"
],
2020-01-01 15:49:42 +01:00
"abandoned": "laminas/laminas-eventmanager",
2019-02-23 16:49:38 +01:00
"time": "2018-04-25T15:33:34+00:00"
}
],
"packages-dev": [
2019-09-23 13:29:51 +02:00
{
"name": "amphp/amp",
2020-07-18 23:50:39 +02:00
"version": "v2.5.0",
2019-09-23 13:29:51 +02:00
"source": {
"type": "git",
"url": "https://github.com/amphp/amp.git",
2020-07-18 23:50:39 +02:00
"reference": "f220a51458bf4dd0dedebb171ac3457813c72bbc"
2019-09-23 13:29:51 +02:00
},
"dist": {
"type": "zip",
2020-07-18 23:50:39 +02:00
"url": "https://api.github.com/repos/amphp/amp/zipball/f220a51458bf4dd0dedebb171ac3457813c72bbc",
"reference": "f220a51458bf4dd0dedebb171ac3457813c72bbc",
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-07-18 23:50:39 +02:00
"psalm/phar": "^3.11@dev",
"react/promise": "^2"
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-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
"time": "2020-07-14T21:47:18+00:00"
2019-09-23 13:29:51 +02:00
},
{
"name": "amphp/byte-stream",
2020-07-30 17:13:16 +02:00
"version": "v1.8.0",
2019-09-23 13:29:51 +02:00
"source": {
"type": "git",
"url": "https://github.com/amphp/byte-stream.git",
2020-07-30 17:13:16 +02:00
"reference": "f0c20cf598a958ba2aa8c6e5a71c697d652c7088"
2019-09-23 13:29:51 +02:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/amphp/byte-stream/zipball/f0c20cf598a958ba2aa8c6e5a71c697d652c7088",
"reference": "f0c20cf598a958ba2aa8c6e5a71c697d652c7088",
2019-09-23 13:29:51 +02:00
"shasum": ""
},
"require": {
2020-07-30 17:13:16 +02:00
"amphp/amp": "^2",
"php": ">=7.1"
2019-09-23 13:29:51 +02:00
},
"require-dev": {
"amphp/php-cs-fixer-config": "dev-master",
2020-07-30 17:13:16 +02:00
"amphp/phpunit-util": "^1.4",
2019-09-23 13:29:51 +02:00
"friendsofphp/php-cs-fixer": "^2.3",
2020-04-04 19:35:02 +02:00
"jetbrains/phpstorm-stubs": "^2019.3",
"phpunit/phpunit": "^6 || ^7 || ^8",
2020-07-30 17:13:16 +02:00
"psalm/phar": "^3.11.4"
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-07-30 17:13:16 +02:00
"time": "2020-06-29T18:35:05+00:00"
2019-09-23 13:29:51 +02:00
},
2020-01-05 14:29:19 +01:00
{
"name": "composer/semver",
2020-01-16 20:38:39 +01:00
"version": "1.5.1",
2020-01-05 14:29:19 +01:00
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
2020-01-16 20:38:39 +01:00
"reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de"
2020-01-05 14:29:19 +01:00
},
"dist": {
"type": "zip",
2020-01-16 20:38:39 +01:00
"url": "https://api.github.com/repos/composer/semver/zipball/c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
"reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
2020-01-05 14:29:19 +01:00
"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"
2020-01-05 14:29:19 +01:00
},
"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"
2020-01-05 14:29:19 +01:00
},
2019-09-23 13:29:51 +02:00
{
"name": "composer/xdebug-handler",
2020-06-07 15:55:30 +02:00
"version": "1.4.2",
2019-09-23 13:29:51 +02:00
"source": {
"type": "git",
"url": "https://github.com/composer/xdebug-handler.git",
2020-06-07 15:55:30 +02:00
"reference": "fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51"
2019-09-23 13:29:51 +02:00
},
"dist": {
"type": "zip",
2020-06-07 15:55:30 +02:00
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51",
"reference": "fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51",
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-06-07 15:55:30 +02:00
"time": "2020-06-04T11:16:35+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": {
2019-11-16 17:59:32 +01:00
"doctrine/dbal": "^2.9,>=2.9.3",
2019-12-27 15:38:56 +01:00
"doctrine/doctrine-bundle": "^1.11 || ^2.0",
2019-10-20 14:35:19 +02:00
"php": "^7.1",
2019-12-27 15:38:56 +01:00
"symfony/framework-bundle": "^3.4 || ^4.3 || ^5.0"
2019-10-20 14:35:19 +02:00
},
"require-dev": {
2019-12-27 15:38:56 +01:00
"phpstan/phpstan": "^0.12",
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",
2020-05-26 18:32:23 +02:00
"version": "1.4.3",
2019-10-20 14:35:19 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/data-fixtures.git",
2020-05-26 18:32:23 +02:00
"reference": "7ebac50901eb4516816ac39100dba1759d843943"
2019-10-20 14:35:19 +02:00
},
"dist": {
"type": "zip",
2020-05-26 18:32:23 +02:00
"url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/7ebac50901eb4516816ac39100dba1759d843943",
"reference": "7ebac50901eb4516816ac39100dba1759d843943",
2019-10-20 14:35:19 +02:00
"shasum": ""
},
"require": {
2020-01-01 15:57:34 +01:00
"doctrine/common": "^2.11",
2020-01-16 20:38:39 +01:00
"doctrine/persistence": "^1.3.3",
2020-05-26 18:32:23 +02:00
"php": "^7.2 || ^8.0"
2019-10-20 14:35:19 +02:00
},
"conflict": {
"doctrine/phpcr-odm": "<1.3.0"
},
"require-dev": {
2019-11-16 17:59:32 +01:00
"alcaeus/mongo-php-adapter": "^1.1",
2020-01-01 15:57:34 +01:00
"doctrine/coding-standard": "^6.0",
2019-10-20 14:35:19 +02:00
"doctrine/dbal": "^2.5.4",
2019-11-16 17:59:32 +01:00
"doctrine/mongodb-odm": "^1.3.0",
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": {
2020-01-01 15:57:34 +01:00
"dev-master": "1.4.x-dev"
2019-10-20 14:35:19 +02:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
}
],
"description": "Data Fixtures for all Doctrine Object Managers",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"database"
],
2020-05-26 18:32:23 +02:00
"time": "2020-05-25T19:45:03+00:00"
2019-10-20 14:35:19 +02:00
},
{
"name": "doctrine/doctrine-fixtures-bundle",
2020-04-28 16:39:48 +02:00
"version": "3.3.1",
2019-10-20 14:35:19 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
2020-04-28 16:39:48 +02:00
"reference": "39defca57ee0949e1475c46177b30b6d1b732e8f"
2019-10-20 14:35:19 +02:00
},
"dist": {
"type": "zip",
2020-04-28 16:39:48 +02:00
"url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/39defca57ee0949e1475c46177b30b6d1b732e8f",
"reference": "39defca57ee0949e1475c46177b30b6d1b732e8f",
2019-10-20 14:35:19 +02:00
"shasum": ""
},
"require": {
"doctrine/data-fixtures": "^1.3",
2019-11-16 17:59:32 +01:00
"doctrine/doctrine-bundle": "^1.11|^2.0",
2019-10-20 14:35:19 +02:00
"doctrine/orm": "^2.6.0",
2020-04-28 16:39:48 +02:00
"doctrine/persistence": "^1.3",
2019-10-20 14:35:19 +02:00
"php": "^7.1",
2019-11-16 17:59:32 +01:00
"symfony/config": "^3.4|^4.3|^5.0",
"symfony/console": "^3.4|^4.3|^5.0",
"symfony/dependency-injection": "^3.4|^4.3|^5.0",
"symfony/doctrine-bridge": "^3.4|^4.1|^5.0",
"symfony/http-kernel": "^3.4|^4.3|^5.0"
2019-10-20 14:35:19 +02:00
},
"require-dev": {
"doctrine/coding-standard": "^6.0",
"phpunit/phpunit": "^7.4",
2019-11-16 17:59:32 +01:00
"symfony/phpunit-bridge": "^4.1|^5.0"
2019-10-20 14:35:19 +02:00
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
2019-11-16 17:59:32 +01:00
"dev-master": "3.3.x-dev"
2019-10-20 14:35:19 +02:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Bundle\\FixturesBundle\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-11-16 17:59:32 +01:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2019-10-20 14:35:19 +02:00
},
{
"name": "Doctrine Project",
"homepage": "http://www.doctrine-project.org"
},
{
2019-11-16 17:59:32 +01:00
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
2019-10-20 14:35:19 +02:00
}
],
"description": "Symfony DoctrineFixturesBundle",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"Fixture",
"persistence"
],
2020-04-28 16:39:48 +02:00
"time": "2020-04-02T16:40:37+00:00"
2019-10-20 14:35:19 +02:00
},
2020-04-06 18:26:42 +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"
},
2020-01-05 14:29:19 +01:00
{
"name": "friendsofphp/php-cs-fixer",
2020-07-04 23:38:18 +02:00
"version": "v2.16.4",
2020-01-05 14:29:19 +01:00
"source": {
"type": "git",
"url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
2020-07-04 23:38:18 +02:00
"reference": "1023c3458137ab052f6ff1e09621a721bfdeca13"
2020-01-05 14:29:19 +01:00
},
"dist": {
"type": "zip",
2020-07-04 23:38:18 +02:00
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/1023c3458137ab052f6ff1e09621a721bfdeca13",
"reference": "1023c3458137ab052f6ff1e09621a721bfdeca13",
2020-01-05 14:29:19 +01:00
"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",
2020-07-04 23:38:18 +02:00
"symfony/phpunit-bridge": "^5.1",
2020-01-05 14:29:19 +01:00
"symfony/yaml": "^3.0 || ^4.0 || ^5.0"
},
"suggest": {
2020-04-28 16:39:48 +02:00
"ext-dom": "For handling output formats in XML",
2020-07-04 23:38:18 +02:00
"ext-mbstring": "For handling non-UTF8 characters.",
2020-01-05 14:29:19 +01:00
"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",
2020-04-28 16:39:48 +02:00
"tests/Test/IsIdenticalConstraint.php",
2020-01-05 14:29:19 +01:00
"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",
2020-07-04 23:38:18 +02:00
"time": "2020-06-27T23:57:46+00:00"
2020-01-05 14:29:19 +01:00
},
{
"name": "jean85/pretty-package-versions",
2020-07-18 23:50:39 +02:00
"version": "1.5.0",
2020-01-05 14:29:19 +01:00
"source": {
"type": "git",
"url": "https://github.com/Jean85/pretty-package-versions.git",
2020-07-18 23:50:39 +02:00
"reference": "e9f4324e88b8664be386d90cf60fbc202e1f7fc9"
2020-01-05 14:29:19 +01:00
},
"dist": {
"type": "zip",
2020-07-18 23:50:39 +02:00
"url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/e9f4324e88b8664be386d90cf60fbc202e1f7fc9",
"reference": "e9f4324e88b8664be386d90cf60fbc202e1f7fc9",
2020-01-05 14:29:19 +01:00
"shasum": ""
},
"require": {
2020-07-18 23:50:39 +02:00
"composer/package-versions-deprecated": "^1.8.0",
2020-01-05 14:29:19 +01:00
"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"
],
2020-07-18 23:50:39 +02:00
"time": "2020-06-23T06:23:06+00:00"
2020-01-05 14:29:19 +01:00
},
2019-09-23 13:29:51 +02:00
{
"name": "netresearch/jsonmapper",
2020-04-28 16:39:48 +02:00
"version": "v2.1.0",
2019-09-23 13:29:51 +02:00
"source": {
"type": "git",
"url": "https://github.com/cweiske/jsonmapper.git",
2020-04-28 16:39:48 +02:00
"reference": "e0f1e33a71587aca81be5cffbb9746510e1fe04e"
2019-09-23 13:29:51 +02:00
},
"dist": {
"type": "zip",
2020-04-28 16:39:48 +02:00
"url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/e0f1e33a71587aca81be5cffbb9746510e1fe04e",
"reference": "e0f1e33a71587aca81be5cffbb9746510e1fe04e",
2019-09-23 13:29:51 +02:00
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-pcre": "*",
"ext-reflection": "*",
"ext-spl": "*",
"php": ">=5.6"
},
"require-dev": {
2020-04-28 16:39:48 +02:00
"phpunit/phpunit": "~4.8.35 || ~5.7 || ~6.4 || ~7.0",
"squizlabs/php_codesniffer": "~3.5"
2019-09-23 13:29:51 +02:00
},
"type": "library",
"autoload": {
"psr-0": {
"JsonMapper": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"OSL-3.0"
],
"authors": [
{
"name": "Christian Weiske",
"email": "cweiske@cweiske.de",
2020-04-24 22:10:49 +02:00
"homepage": "http://github.com/cweiske/jsonmapper/",
"role": "Developer"
2019-09-23 13:29:51 +02:00
}
],
"description": "Map nested JSON structures onto PHP classes",
2020-04-28 16:39:48 +02:00
"time": "2020-04-16T18:48:43+00:00"
2020-01-09 19:37:04 +01:00
},
2020-01-05 14:29:19 +01: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"
},
{
"name": "nette/robot-loader",
2020-07-30 17:13:16 +02:00
"version": "v3.3.0",
2020-01-05 14:29:19 +01:00
"source": {
"type": "git",
"url": "https://github.com/nette/robot-loader.git",
2020-07-30 17:13:16 +02:00
"reference": "737ff8ee1709eff053d9cc27e6c661d82395bd8b"
2020-01-05 14:29:19 +01:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/nette/robot-loader/zipball/737ff8ee1709eff053d9cc27e6c661d82395bd8b",
"reference": "737ff8ee1709eff053d9cc27e6c661d82395bd8b",
2020-01-05 14:29:19 +01:00
"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": {
2020-07-30 17:13:16 +02:00
"dev-master": "3.3-dev"
2020-01-05 14:29:19 +01:00
}
},
"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"
2020-01-05 14:29:19 +01:00
],
"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-07-30 17:13:16 +02:00
"time": "2020-07-28T13:34:12+00:00"
2020-01-05 14:29:19 +01:00
},
{
"name": "nette/utils",
2020-05-27 22:56:28 +02:00
"version": "v3.1.2",
2020-01-05 14:29:19 +01:00
"source": {
"type": "git",
"url": "https://github.com/nette/utils.git",
2020-05-27 22:56:28 +02:00
"reference": "488f58378bba71767e7831c83f9e0fa808bf83b9"
2020-01-05 14:29:19 +01:00
},
"dist": {
"type": "zip",
2020-05-27 22:56:28 +02:00
"url": "https://api.github.com/repos/nette/utils/zipball/488f58378bba71767e7831c83f9e0fa808bf83b9",
"reference": "488f58378bba71767e7831c83f9e0fa808bf83b9",
2020-01-05 14:29:19 +01:00
"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",
2020-05-27 22:56:28 +02:00
"ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
2020-01-05 14:29:19 +01:00
"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"
2020-01-05 14:29:19 +01:00
],
"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-05-27 22:56:28 +02:00
"time": "2020-05-27T09:58:51+00:00"
2020-01-05 14:29:19 +01: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"
},
2020-01-05 14:29:19 +01: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
},
2020-01-05 14:29:19 +01:00
{
"name": "phpstan/phpdoc-parser",
2020-04-28 16:39:48 +02:00
"version": "0.4.4",
2020-01-05 14:29:19 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git",
2020-04-28 16:39:48 +02:00
"reference": "d8d9d4645379e677466d407034436bb155b11c65"
2020-01-05 14:29:19 +01:00
},
"dist": {
"type": "zip",
2020-04-28 16:39:48 +02:00
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/d8d9d4645379e677466d407034436bb155b11c65",
"reference": "d8d9d4645379e677466d407034436bb155b11c65",
2020-01-05 14:29:19 +01:00
"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",
2020-01-05 14:29:19 +01:00
"jakub-onderka/php-parallel-lint": "^0.9.2",
"phing/phing": "^2.16.0",
"phpstan/extension-installer": "^1.0",
2020-04-28 16:39:48 +02:00
"phpstan/phpstan": "^0.12.19",
2020-01-05 14:29:19 +01:00
"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-04-28 16:39:48 +02:00
"time": "2020-04-13T16:28:46+00:00"
2020-01-05 14:29:19 +01:00
},
2020-02-01 17:00:03 +01:00
{
"name": "phpstan/phpstan",
2020-07-30 17:13:16 +02:00
"version": "0.12.33",
2020-02-01 17:00:03 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
2020-07-30 17:13:16 +02:00
"reference": "46e698a0452526a05c4a351d7c47c4b8c37a548d"
2020-02-01 17:00:03 +01:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/46e698a0452526a05c4a351d7c47c4b8c37a548d",
"reference": "46e698a0452526a05c4a351d7c47c4b8c37a548d",
2020-02-01 17:00:03 +01:00
"shasum": ""
},
"require": {
2020-07-30 17:13:16 +02:00
"php": "^7.1|^8.0"
2020-02-01 17:00:03 +01:00
},
2020-04-28 16:39:48 +02:00
"conflict": {
"phpstan/phpstan-shim": "*"
},
2020-02-01 17:00:03 +01:00
"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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://github.com/ondrejmirtes",
"type": "github"
},
{
"url": "https://www.patreon.com/phpstan",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
"type": "tidelift"
}
],
"time": "2020-07-19T22:10:11+00:00"
2020-02-01 17:00:03 +01:00
},
{
"name": "phpstan/phpstan-doctrine",
2020-07-30 17:13:16 +02:00
"version": "0.12.19",
2020-02-01 17:00:03 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
2020-07-30 17:13:16 +02:00
"reference": "78376cbf68e0c30c2ff16d6e38f3acf1fdd386b4"
2020-02-01 17:00:03 +01:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/78376cbf68e0c30c2ff16d6e38f3acf1fdd386b4",
"reference": "78376cbf68e0c30c2ff16d6e38f3acf1fdd386b4",
2020-02-01 17:00:03 +01:00
"shasum": ""
},
"require": {
2020-07-30 17:13:16 +02:00
"php": "^7.1 || ^8.0",
"phpstan/phpstan": "^0.12.33"
2020-02-01 17:00:03 +01:00
},
"conflict": {
"doctrine/collections": "<1.0",
"doctrine/common": "<2.7",
"doctrine/mongodb-odm": "<1.2",
2020-06-13 16:09:06 +02:00
"doctrine/orm": "<2.5",
"doctrine/persistence": "<1.3"
2020-02-01 17:00:03 +01:00
},
"require-dev": {
"consistence/coding-standard": "^3.0.1",
2020-07-30 17:13:16 +02:00
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
2020-02-01 17:00:03 +01:00
"doctrine/collections": "^1.0",
2020-06-13 16:09:06 +02:00
"doctrine/common": "^2.7 || ^3.0",
"doctrine/mongodb-odm": "^1.3 || ^2.1",
2020-02-01 17:00:03 +01:00
"doctrine/orm": "^2.5",
2020-06-13 16:09:06 +02:00
"doctrine/persistence": "^1.1 || ^2.0",
2020-02-01 17:00:03 +01:00
"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-07-30 17:13:16 +02:00
"time": "2020-07-21T14:46:27+00:00"
2020-02-01 17:00:03 +01:00
},
{
"name": "phpstan/phpstan-symfony",
2020-07-30 17:13:16 +02:00
"version": "0.12.7",
2020-02-01 17:00:03 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-symfony.git",
2020-07-30 17:13:16 +02:00
"reference": "86bb993d4f343fd6ee5570633d3fbd08b4d4bc4a"
2020-02-01 17:00:03 +01:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/86bb993d4f343fd6ee5570633d3fbd08b4d4bc4a",
"reference": "86bb993d4f343fd6ee5570633d3fbd08b4d4bc4a",
2020-02-01 17:00:03 +01:00
"shasum": ""
},
"require": {
"ext-simplexml": "*",
2020-07-30 17:13:16 +02:00
"php": "^7.1 || ^8.0",
"phpstan/phpstan": "^0.12.26"
2020-02-01 17:00:03 +01:00
},
"conflict": {
"symfony/framework-bundle": "<3.0"
},
"require-dev": {
"consistence/coding-standard": "^3.0.1",
2020-07-30 17:13:16 +02:00
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
2020-02-01 17:00:03 +01:00
"ergebnis/composer-normalize": "^2.0.2",
"jakub-onderka/php-parallel-lint": "^1.0",
"phing/phing": "^2.16.0",
2020-07-30 17:13:16 +02:00
"phpstan/phpstan-phpunit": "^0.12.8",
"phpstan/phpstan-strict-rules": "^0.12.2",
"phpunit/phpunit": "^7.5.20",
2020-02-01 17:00:03 +01:00
"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-07-30 17:13:16 +02:00
"time": "2020-07-21T14:56:43+00:00"
2020-02-01 17:00:03 +01:00
},
2020-03-29 23:13:25 +02:00
{
"name": "psalm/plugin-symfony",
2020-07-30 17:13:16 +02:00
"version": "v1.4.1",
2020-03-29 23:13:25 +02:00
"source": {
"type": "git",
"url": "https://github.com/psalm/psalm-plugin-symfony.git",
2020-07-30 17:13:16 +02:00
"reference": "d13b6aa27aa0d5b8fab0e5874630c2e2c4546d21"
2020-03-29 23:13:25 +02:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/psalm/psalm-plugin-symfony/zipball/d13b6aa27aa0d5b8fab0e5874630c2e2c4546d21",
"reference": "d13b6aa27aa0d5b8fab0e5874630c2e2c4546d21",
2020-03-29 23:13:25 +02:00
"shasum": ""
},
"require": {
"ext-simplexml": "*",
"php": "^7.1",
"symfony/framework-bundle": "^3.0 || ^4.0 || ^5.0",
2020-07-18 23:50:39 +02:00
"vimeo/psalm": "^3.12"
2020-03-29 23:13:25 +02:00
},
"require-dev": {
2020-07-04 23:38:18 +02:00
"doctrine/orm": "^2.7",
2020-03-29 23:13:25 +02:00
"phpunit/phpunit": "~7.5",
2020-04-28 16:39:48 +02:00
"symfony/console": "*",
2020-07-18 23:50:39 +02:00
"symfony/messenger": "^4.2 || ^5.0",
"weirdan/codeception-psalm-module": "~0.8"
2020-03-29 23:13:25 +02:00
},
2020-05-27 22:56:28 +02:00
"suggest": {
"weirdan/doctrine-psalm-plugin": "If Doctrine is used, it is recommended install this plugin"
},
2020-03-29 23:13:25 +02:00
"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",
2020-07-30 17:13:16 +02:00
"time": "2020-07-28T18:21:03+00:00"
2020-03-29 23:13:25 +02: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-07-30 17:13:16 +02:00
"reference": "f693c37873d31bff5adb1279cb05a2f4ce5efb43"
2019-03-27 19:19:50 +01:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/f693c37873d31bff5adb1279cb05a2f4ce5efb43",
"reference": "f693c37873d31bff5adb1279cb05a2f4ce5efb43",
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",
2020-07-04 23:38:18 +02:00
"amphp/http-client": ">=4,<4.4",
2019-03-27 19:19:50 +01:00
"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",
2020-05-16 21:05:25 +02:00
"barrelstrength/sprout-base-email": "<1.2.7",
"barrelstrength/sprout-forms": "<3.9",
2020-06-13 16:09:06 +02:00
"bolt/bolt": "<3.7.1",
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-05-22 12:30:25 +02:00
"dolibarr/dolibarr": "<11.0.4",
2019-03-27 19:19:50 +01:00
"dompdf/dompdf": ">=0.6,<0.6.2",
2020-07-04 23:38:18 +02:00
"drupal/core": ">=7,<7.72|>=8,<8.8.8|>=8.9,<8.9.1|>=9,<9.0.1",
"drupal/drupal": ">=7,<7.72|>=8,<8.8.8|>=8.9,<8.9.1|>=9,<9.0.1",
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-04-28 16:39:48 +02:00
"ezsystems/demobundle": ">=5.4,<5.4.6.1",
"ezsystems/ezdemo-ls-extension": ">=5.4,<5.4.2.1",
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",
2020-06-07 15:55:30 +02:00
"ezsystems/ezplatform-kernel": ">=1,<1.0.2.1",
2020-02-09 21:25:03 +01:00
"ezsystems/ezplatform-user": ">=1,<1.0.1",
2020-06-07 15:55:30 +02:00
"ezsystems/ezpublish-kernel": ">=5.3,<5.3.12.1|>=5.4,<5.4.14.2|>=6,<6.7.9.1|>=6.8,<6.13.6.3|>=7,<7.2.4.1|>=7.3,<7.3.2.1|>=7.5,<7.5.7.1",
2020-03-04 20:48:09 +01:00
"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",
2020-07-30 17:13:16 +02:00
"friendsoftypo3/mediace": ">=7.6.2,<7.6.5",
2019-03-27 19:19:50 +01:00
"fuel/core": "<1.8.1",
2020-02-13 22:04:40 +01:00
"getgrav/grav": "<1.7-beta.8",
2020-07-18 23:50:39 +02:00
"gos/web-socket-bundle": "<1.10.4|>=2,<2.6.1|>=3,<3.3",
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",
2020-07-30 17:13:16 +02:00
"marcwillmann/turn": "<0.3.3",
"mittwald/typo3_forum": "<1.2.1",
2019-03-27 19:19:50 +01:00
"monolog/monolog": ">=1.8,<1.12",
"namshi/jose": "<2.2",
2020-07-04 23:38:18 +02:00
"nystudio107/craft-seomatic": "<3.3",
2020-05-09 20:33:49 +02:00
"nzo/url-encryptor-bundle": ">=4,<4.3.2|>=5,<5.0.1",
2020-07-30 17:13:16 +02:00
"october/backend": ">=1.0.319,<1.0.467",
"october/cms": ">=1.0.319,<1.0.466",
"october/october": ">=1.0.319,<1.0.466",
2019-03-27 19:19:50 +01:00
"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",
2020-05-30 21:09:55 +02:00
"phpmailer/phpmailer": "<6.1.6",
2020-06-13 16:09:06 +02:00
"phpmussel/phpmussel": ">=1,<1.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-06-07 15:55:30 +02:00
"rainlab/debugbar-plugin": "<3.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-04-28 16:39:48 +02:00
"silverstripe/assets": ">=1,<1.4.7|>=1.5,<1.5.2",
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-07-18 23:50:39 +02:00
"silverstripe/framework": "<4.4.7|>=4.5,<4.5.4",
"silverstripe/graphql": ">=2,<2.0.5|>=3,<3.1.2|>=3.2,<3.2.4",
2019-06-16 12:36:17 +02:00
"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-04-28 16:39:48 +02:00
"simplesamlphp/simplesamlphp": "<1.18.6",
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-05-09 20:33:49 +02:00
"ssddanbrown/bookstack": "<0.29.2",
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",
2019-11-16 17:59:32 +01:00
"symfony/cache": ">=3.1,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
2019-04-26 18:20:45 +02:00
"symfony/dependency-injection": ">=2,<2.0.17|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
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",
2019-11-16 17:59:32 +01:00
"symfony/http-kernel": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
2019-03-27 19:19:50 +01:00
"symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
2019-11-16 17:59:32 +01:00
"symfony/mime": ">=4.3,<4.3.8",
2019-04-26 18:20:45 +02:00
"symfony/phpunit-bridge": ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
2019-03-27 19:19:50 +01:00
"symfony/polyfill": ">=1,<1.10",
"symfony/polyfill-php55": ">=1,<1.10",
2019-04-26 18:20:45 +02:00
"symfony/proxy-manager-bridge": ">=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
2019-03-27 19:19:50 +01:00
"symfony/routing": ">=2,<2.0.19",
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",
2019-11-16 17:59:32 +01:00
"symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8",
2019-03-27 19:19:50 +01:00
"symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
"symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
2020-05-16 21:05:25 +02:00
"t3g/svg-sanitizer": "<1.0.3",
2019-03-27 19:19:50 +01:00
"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",
2020-07-30 17:13:16 +02:00
"typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.30|>=9,<9.5.20|>=10,<10.4.6",
"typo3/cms-core": ">=8,<8.7.30|>=9,<9.5.20|>=10,<10.4.6",
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-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://github.com/Ocramius",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/roave/security-advisories",
"type": "tidelift"
}
],
2020-07-30 17:13:16 +02:00
"time": "2020-07-29T19:02:51+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"
},
2020-01-05 14:29:19 +01:00
{
"name": "slevomat/coding-standard",
2020-07-04 23:38:18 +02:00
"version": "6.3.10",
2020-01-05 14:29:19 +01:00
"source": {
"type": "git",
"url": "https://github.com/slevomat/coding-standard.git",
2020-07-04 23:38:18 +02:00
"reference": "58fa5ea2c048357ae55185eb5e93ca2826fffde0"
2020-01-05 14:29:19 +01:00
},
"dist": {
"type": "zip",
2020-07-04 23:38:18 +02:00
"url": "https://api.github.com/repos/slevomat/coding-standard/zipball/58fa5ea2c048357ae55185eb5e93ca2826fffde0",
"reference": "58fa5ea2c048357ae55185eb5e93ca2826fffde0",
2020-01-05 14:29:19 +01:00
"shasum": ""
},
"require": {
"php": "^7.1",
2020-04-28 16:39:48 +02:00
"phpstan/phpdoc-parser": "0.4.0 - 0.4.4",
"squizlabs/php_codesniffer": "^3.5.5"
2020-01-05 14:29:19 +01:00
},
"require-dev": {
2020-02-09 21:25:03 +01:00
"dealerdirect/phpcodesniffer-composer-installer": "0.6.2",
"phing/phing": "2.16.3",
2020-04-28 16:39:48 +02:00
"php-parallel-lint/php-parallel-lint": "1.2.0",
"phpstan/phpstan": "0.12.19",
"phpstan/phpstan-deprecation-rules": "0.12.2",
"phpstan/phpstan-phpunit": "0.12.8",
2020-03-30 19:34:07 +02:00
"phpstan/phpstan-strict-rules": "0.12.2",
2020-04-28 16:39:48 +02:00
"phpunit/phpunit": "7.5.20|8.5.2|9.1.2"
2020-01-05 14:29:19 +01:00
},
"type": "phpcodesniffer-standard",
2020-03-30 19:34:07 +02:00
"extra": {
"branch-alias": {
"dev-master": "6.x-dev"
}
},
2020-01-05 14:29:19 +01:00
"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-07-04 23:38:18 +02:00
"time": "2020-06-22T11:33:09+00:00"
2020-01-05 14:29:19 +01:00
},
{
"name": "squizlabs/php_codesniffer",
2020-04-28 16:39:48 +02:00
"version": "3.5.5",
2020-01-05 14:29:19 +01:00
"source": {
"type": "git",
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
2020-04-28 16:39:48 +02:00
"reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6"
2020-01-05 14:29:19 +01:00
},
"dist": {
"type": "zip",
2020-04-28 16:39:48 +02:00
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/73e2e7f57d958e7228fce50dc0c61f58f017f9f6",
"reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6",
2020-01-05 14:29:19 +01:00
"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-04-28 16:39:48 +02:00
"time": "2020-04-17T01:09:41+00:00"
2020-01-05 14:29:19 +01:00
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/browser-kit",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/browser-kit.git",
2020-07-30 17:13:16 +02:00
"reference": "b9545e08790be2d3d7d92306e339bbcd79f461e4"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/b9545e08790be2d3d7d92306e339bbcd79f461e4",
"reference": "b9545e08790be2d3d7d92306e339bbcd79f461e4",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2020-05-10 15:55:37 +02:00
"symfony/dom-crawler": "^4.4|^5.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2020-05-10 15:55:37 +02:00
"symfony/css-selector": "^4.4|^5.0",
"symfony/http-client": "^4.4|^5.0",
"symfony/mime": "^4.4|^5.0",
"symfony/process": "^4.4|^5.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"symfony/process": ""
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-06-24T13:36:18+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/debug-bundle",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/debug-bundle.git",
2020-05-31 13:47:29 +02:00
"reference": "3f4bcea52678eedf19260973217f5ae7b835edf5"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-05-31 13:47:29 +02:00
"url": "https://api.github.com/repos/symfony/debug-bundle/zipball/3f4bcea52678eedf19260973217f5ae7b835edf5",
"reference": "3f4bcea52678eedf19260973217f5ae7b835edf5",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"ext-xml": "*",
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2020-05-10 15:55:37 +02:00
"symfony/http-kernel": "^4.4|^5.0",
"symfony/twig-bridge": "^4.4|^5.0",
"symfony/var-dumper": "^4.4|^5.0"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2020-05-10 15:55:37 +02:00
"symfony/config": "<4.4",
"symfony/dependency-injection": "<4.4"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2020-05-10 15:55:37 +02:00
"symfony/config": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/web-profiler-bundle": "^4.4|^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": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-05-31 13:47:29 +02:00
"time": "2020-05-20T17:43:50+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/debug-pack",
2020-04-07 12:34:34 +02:00
"version": "v1.0.8",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/debug-pack.git",
2020-04-07 12:34:34 +02:00
"reference": "7310a66f9f81c9f292ff9089f0b0062386cb83fb"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-04-07 12:34:34 +02:00
"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",
2020-04-07 12:34:34 +02:00
"time": "2020-04-07T10:08:51+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/dom-crawler",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/dom-crawler.git",
2020-07-30 17:13:16 +02:00
"reference": "a96aecb36aaf081f1b012e1e62d71f1069ab3dca"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/a96aecb36aaf081f1b012e1e62d71f1069ab3dca",
"reference": "a96aecb36aaf081f1b012e1e62d71f1069ab3dca",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2019-02-23 16:49:38 +01:00
"symfony/polyfill-ctype": "~1.8",
2020-05-31 13:47:29 +02:00
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "^1.15"
2019-02-23 16:49:38 +01:00
},
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",
2020-05-10 15:55:37 +02:00
"symfony/css-selector": "^4.4|^5.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"symfony/css-selector": ""
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-23T08:36:24+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/maker-bundle",
2020-07-18 23:50:39 +02:00
"version": "v1.20.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/maker-bundle.git",
2020-07-18 23:50:39 +02:00
"reference": "b048c7b2be5bce9024ae3b0db97d44a107029c27"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-07-18 23:50:39 +02:00
"url": "https://api.github.com/repos/symfony/maker-bundle/zipball/b048c7b2be5bce9024ae3b0db97d44a107029c27",
"reference": "b048c7b2be5bce9024ae3b0db97d44a107029c27",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-16 21:05:25 +02:00
"doctrine/inflector": "^1.2",
2019-02-23 16:49:38 +01:00
"nikic/php-parser": "^4.0",
2020-05-09 20:33:49 +02:00
"php": "^7.1.3",
2019-11-01 13:58:02 +01:00
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/console": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/filesystem": "^3.4|^4.0|^5.0",
"symfony/finder": "^3.4|^4.0|^5.0",
"symfony/framework-bundle": "^3.4|^4.0|^5.0",
"symfony/http-kernel": "^3.4|^4.0|^5.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2020-07-18 23:50:39 +02:00
"composer/semver": "^3.0@dev",
2019-11-01 13:58:02 +01:00
"doctrine/doctrine-bundle": "^1.8|^2.0",
2019-02-23 16:49:38 +01:00
"doctrine/orm": "^2.3",
"friendsofphp/php-cs-fixer": "^2.8",
2019-07-12 21:00:29 +02:00
"friendsoftwig/twigcs": "^3.1.2",
2019-11-01 13:58:02 +01:00
"symfony/http-client": "^4.3|^5.0",
"symfony/phpunit-bridge": "^4.3|^5.0",
"symfony/process": "^3.4|^4.0|^5.0",
"symfony/security-core": "^3.4|^4.0|^5.0",
"symfony/yaml": "^3.4|^4.0|^5.0"
2019-02-23 16:49:38 +01:00
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Bundle\\MakerBundle\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.",
"homepage": "https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html",
"keywords": [
"code generator",
"generator",
"scaffold",
"scaffolding"
],
2020-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-14T11:22:04+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/phpunit-bridge",
2020-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/phpunit-bridge.git",
2020-07-30 17:13:16 +02:00
"reference": "964bd57046dfa48687e1412fe5f8006adfcb9675"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/964bd57046dfa48687e1412fe5f8006adfcb9675",
"reference": "964bd57046dfa48687e1412fe5f8006adfcb9675",
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-04-29 21:56:26 +02:00
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0|<6.4,>=6.0|9.1.2"
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": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-23T09:26:24+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-07-30 17:13:16 +02:00
"version": "v5.1.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/web-profiler-bundle.git",
2020-07-30 17:13:16 +02:00
"reference": "6d32d311d9d599830f57a2fe6bb6e38970150acd"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-07-30 17:13:16 +02:00
"url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/6d32d311d9d599830f57a2fe6bb6e38970150acd",
"reference": "6d32d311d9d599830f57a2fe6bb6e38970150acd",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2020-05-10 15:55:37 +02:00
"symfony/config": "^4.4|^5.0",
2020-05-31 13:47:29 +02:00
"symfony/framework-bundle": "^5.1",
2020-05-10 15:55:37 +02:00
"symfony/http-kernel": "^4.4|^5.0",
"symfony/routing": "^4.4|^5.0",
"symfony/twig-bundle": "^4.4|^5.0",
"twig/twig": "^2.10|^3.0"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2020-05-10 15:55:37 +02:00
"symfony/form": "<4.4",
"symfony/messenger": "<4.4"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2020-05-10 15:55:37 +02:00
"symfony/browser-kit": "^4.4|^5.0",
"symfony/console": "^4.4|^5.0",
"symfony/css-selector": "^4.4|^5.0",
"symfony/stopwatch": "^4.4|^5.0"
2019-02-23 16:49:38 +01:00
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
2020-05-31 13:47:29 +02:00
"dev-master": "5.1-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-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-23T08:36:24+00:00"
2019-09-23 13:29:51 +02:00
},
2020-01-09 19:37:04 +01:00
{
"name": "symplify/auto-bind-parameter",
2020-05-16 21:05:25 +02:00
"version": "v7.3.18",
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-05-16 21:05:25 +02:00
"reference": "e7a0a774ea48a7eb29868a8af9d2f995f48c2148"
2020-01-09 19:37:04 +01:00
},
"dist": {
"type": "zip",
2020-05-16 21:05:25 +02:00
"url": "https://api.github.com/repos/symplify/auto-bind-parameter/zipball/e7a0a774ea48a7eb29868a8af9d2f995f48c2148",
"reference": "e7a0a774ea48a7eb29868a8af9d2f995f48c2148",
2020-01-09 19:37:04 +01:00
"shasum": ""
},
"require": {
"nette/utils": "^3.0",
"php": "^7.2",
"symfony/dependency-injection": "^4.4|^5.0",
2020-04-28 16:39:48 +02:00
"symfony/http-kernel": "^4.4|^5.0"
2020-01-09 19:37:04 +01:00
},
"require-dev": {
2020-04-28 16:39:48 +02:00
"phpunit/phpunit": "^8.5|^9.0",
2020-05-16 21:05:25 +02:00
"symplify/package-builder": "^7.3.18"
2020-01-09 19:37:04 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-09 20:33:49 +02:00
"dev-master": "7.4-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-05-16 21:05:25 +02:00
"time": "2020-05-15T21:39:16+00:00"
2020-01-09 19:37:04 +01:00
},
{
"name": "symplify/autowire-array-parameter",
2020-05-16 21:05:25 +02:00
"version": "v7.3.18",
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-05-16 21:05:25 +02:00
"reference": "69c5a70a107e3161b2e4c49c498399640d622396"
2020-01-09 19:37:04 +01:00
},
"dist": {
"type": "zip",
2020-05-16 21:05:25 +02:00
"url": "https://api.github.com/repos/symplify/autowire-array-parameter/zipball/69c5a70a107e3161b2e4c49c498399640d622396",
"reference": "69c5a70a107e3161b2e4c49c498399640d622396",
2020-01-09 19:37:04 +01:00
"shasum": ""
},
"require": {
"nette/utils": "^3.0",
"php": "^7.2",
"symfony/dependency-injection": "^4.4|^5.0",
2020-05-16 21:05:25 +02:00
"symplify/package-builder": "^7.3.18"
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-05-09 20:33:49 +02:00
"dev-master": "7.4-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-05-16 21:05:25 +02:00
"time": "2020-05-15T21:39:16+00:00"
2020-01-09 19:37:04 +01:00
},
2020-01-05 14:29:19 +01:00
{
"name": "symplify/coding-standard",
2020-05-16 21:05:25 +02:00
"version": "v7.3.18",
2020-01-05 14:29:19 +01:00
"source": {
"type": "git",
2020-02-29 23:20:38 +01:00
"url": "https://github.com/symplify/coding-standard.git",
2020-05-16 21:05:25 +02:00
"reference": "5b81d99e263c0dbc156e1e360ecdd9c2ee58694f"
2020-01-05 14:29:19 +01:00
},
"dist": {
"type": "zip",
2020-05-16 21:05:25 +02:00
"url": "https://api.github.com/repos/symplify/coding-standard/zipball/5b81d99e263c0dbc156e1e360ecdd9c2ee58694f",
"reference": "5b81d99e263c0dbc156e1e360ecdd9c2ee58694f",
2020-01-05 14:29:19 +01:00
"shasum": ""
},
"require": {
"friendsofphp/php-cs-fixer": "^2.16",
"nette/finder": "^2.5",
"nette/utils": "^3.0",
2020-05-09 20:33:49 +02:00
"nikic/php-parser": "^4.4",
2020-01-05 14:29:19 +01:00
"php": "^7.2",
"phpstan/phpdoc-parser": "^0.4",
2020-05-09 20:33:49 +02:00
"phpstan/phpstan": "^0.12.23",
2020-04-28 16:39:48 +02:00
"slevomat/coding-standard": "^6.3.2",
2020-01-05 14:29:19 +01:00
"squizlabs/php_codesniffer": "^3.5",
2020-05-16 21:05:25 +02:00
"symplify/autowire-array-parameter": "^7.3.18",
"symplify/package-builder": "^7.3.18",
"symplify/phpstan-extensions": "^7.3.18",
"symplify/smart-file-system": "^7.3.18"
2020-01-05 14:29:19 +01:00
},
"require-dev": {
"nette/application": "^3.0",
2020-05-09 20:33:49 +02:00
"nette/bootstrap": "^3.0",
2020-02-29 23:20:38 +01:00
"phpunit/phpunit": "^8.5|^9.0",
2020-05-16 21:05:25 +02:00
"symplify/easy-coding-standard-tester": "^7.3.18",
"symplify/package-builder": "^7.3.18"
2020-01-05 14:29:19 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-09 20:33:49 +02:00
"dev-master": "7.4-dev"
2020-01-05 14:29:19 +01:00
}
},
"autoload": {
"psr-4": {
2020-05-09 20:33:49 +02:00
"Symplify\\CodingStandard\\": "src",
"Symplify\\CodingStandard\\CognitiveComplexity\\": "packages/cognitive-complexity/src",
"Symplify\\CodingStandard\\ObjectCalisthenics\\": "packages/object-calisthenics/src"
2020-01-05 14:29:19 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Set of Symplify rules for PHP_CodeSniffer and PHP CS Fixer.",
2020-05-16 21:05:25 +02:00
"time": "2020-05-15T21:39:16+00:00"
2020-05-09 20:33:49 +02:00
},
{
"name": "symplify/console-color-diff",
2020-05-16 21:05:25 +02:00
"version": "v7.3.18",
2020-05-09 20:33:49 +02:00
"source": {
"type": "git",
"url": "https://github.com/symplify/console-color-diff.git",
2020-05-16 21:05:25 +02:00
"reference": "fac793d7b4debd24c1af70aa2eb9467e07520d63"
2020-05-09 20:33:49 +02:00
},
"dist": {
"type": "zip",
2020-05-16 21:05:25 +02:00
"url": "https://api.github.com/repos/symplify/console-color-diff/zipball/fac793d7b4debd24c1af70aa2eb9467e07520d63",
"reference": "fac793d7b4debd24c1af70aa2eb9467e07520d63",
2020-05-09 20:33:49 +02:00
"shasum": ""
},
"require": {
"nette/utils": "^3.0",
"php": "^7.2",
"sebastian/diff": "^3.0|^4.0",
"symfony/console": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/http-kernel": "^4.4|^5.0",
2020-05-16 21:05:25 +02:00
"symplify/package-builder": "^7.3.18"
2020-05-09 20:33:49 +02:00
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "7.4-dev"
}
},
"autoload": {
"psr-4": {
"Symplify\\ConsoleColorDiff\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Package to print diffs in console with colors",
2020-05-16 21:05:25 +02:00
"time": "2020-05-15T21:39:16+00:00"
2020-01-05 14:29:19 +01:00
},
{
"name": "symplify/easy-coding-standard",
2020-05-16 21:05:25 +02:00
"version": "v7.3.18",
2020-01-05 14:29:19 +01:00
"source": {
"type": "git",
2020-03-15 13:56:31 +01:00
"url": "https://github.com/symplify/easy-coding-standard.git",
2020-05-16 21:05:25 +02:00
"reference": "bd605c874804880171f49cdfc4da78d6fbf89092"
2020-01-05 14:29:19 +01:00
},
"dist": {
"type": "zip",
2020-05-16 21:05:25 +02:00
"url": "https://api.github.com/repos/symplify/easy-coding-standard/zipball/bd605c874804880171f49cdfc4da78d6fbf89092",
"reference": "bd605c874804880171f49cdfc4da78d6fbf89092",
2020-01-05 14:29:19 +01:00
"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",
2020-04-28 16:39:48 +02:00
"slevomat/coding-standard": "^6.3.2",
2020-01-05 14:29:19 +01:00
"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-05-16 21:05:25 +02:00
"symplify/auto-bind-parameter": "^7.3.18",
"symplify/autowire-array-parameter": "^7.3.18",
"symplify/coding-standard": "^7.3.18",
"symplify/console-color-diff": "^7.3.18",
"symplify/package-builder": "^7.3.18",
"symplify/parameter-name-guard": "^7.3.18",
"symplify/set-config-resolver": "^7.3.18",
"symplify/smart-file-system": "^7.3.18"
2020-01-05 14:29:19 +01:00
},
"require-dev": {
2020-03-15 13:56:31 +01:00
"phpunit/phpunit": "^8.5|^9.0",
2020-05-16 21:05:25 +02:00
"symplify/easy-coding-standard-tester": "^7.3.18"
2020-01-05 14:29:19 +01:00
},
"bin": [
"bin/ecs"
],
"type": "library",
"extra": {
"branch-alias": {
2020-05-09 20:33:49 +02:00
"dev-master": "7.4-dev"
2020-01-05 14:29:19 +01:00
}
},
"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"
2020-01-05 14:29:19 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Use Coding Standard with 0-knowledge of PHP-CS-Fixer and PHP_CodeSniffer.",
2020-05-16 21:05:25 +02:00
"time": "2020-05-15T21:39:16+00:00"
2020-01-05 14:29:19 +01:00
},
{
"name": "symplify/package-builder",
2020-05-16 21:05:25 +02:00
"version": "v7.3.18",
2020-01-05 14:29:19 +01:00
"source": {
"type": "git",
2020-02-29 23:20:38 +01:00
"url": "https://github.com/symplify/package-builder.git",
2020-05-13 19:35:14 +02:00
"reference": "f788a2846bfc53cf32bac91340e60eee6a869630"
2020-01-05 14:29:19 +01:00
},
"dist": {
"type": "zip",
2020-05-13 19:35:14 +02:00
"url": "https://api.github.com/repos/symplify/package-builder/zipball/f788a2846bfc53cf32bac91340e60eee6a869630",
"reference": "f788a2846bfc53cf32bac91340e60eee6a869630",
2020-01-05 14:29:19 +01:00
"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"
2020-01-05 14:29:19 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-09 20:33:49 +02:00
"dev-master": "7.4-dev"
2020-01-05 14:29:19 +01:00
}
},
"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-05-13 19:35:14 +02:00
"time": "2020-05-12T10:03:20+00:00"
},
{
"name": "symplify/parameter-name-guard",
2020-05-16 21:05:25 +02:00
"version": "v7.3.18",
2020-05-13 19:35:14 +02:00
"source": {
"type": "git",
"url": "https://github.com/symplify/parameter-name-guard.git",
"reference": "f6d460e47753a84163c749336ad8b49aef946dfb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symplify/parameter-name-guard/zipball/f6d460e47753a84163c749336ad8b49aef946dfb",
"reference": "f6d460e47753a84163c749336ad8b49aef946dfb",
"shasum": ""
},
"require": {
"nette/utils": "^3.0",
"php": "^7.2",
"symfony/config": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/http-kernel": "^4.4|^5.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.0"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "7.4-dev"
}
},
"autoload": {
"psr-4": {
"Symplify\\ParameterNameGuard\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Prevent silent parameter typos that silently break your app",
"time": "2020-05-11T14:13:48+00:00"
2020-05-09 20:33:49 +02:00
},
{
"name": "symplify/phpstan-extensions",
2020-05-16 21:05:25 +02:00
"version": "v7.3.18",
2020-05-09 20:33:49 +02:00
"source": {
"type": "git",
"url": "https://github.com/symplify/phpstan-extensions.git",
2020-05-16 21:05:25 +02:00
"reference": "d91e5932dcc3a1622c98dd37d7b57294adaff91e"
2020-05-09 20:33:49 +02:00
},
"dist": {
"type": "zip",
2020-05-16 21:05:25 +02:00
"url": "https://api.github.com/repos/symplify/phpstan-extensions/zipball/d91e5932dcc3a1622c98dd37d7b57294adaff91e",
"reference": "d91e5932dcc3a1622c98dd37d7b57294adaff91e",
2020-05-09 20:33:49 +02:00
"shasum": ""
},
"require": {
"friendsofphp/php-cs-fixer": "^2.16",
"nette/utils": "^3.0",
"php": "^7.2",
"phpstan/phpstan": "^0.12.23",
2020-05-16 21:05:25 +02:00
"symplify/coding-standard": "^7.3.18",
"symplify/package-builder": "^7.3.18",
"symplify/smart-file-system": "^7.3.18"
2020-05-09 20:33:49 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "7.4-dev"
}
},
"autoload": {
"psr-4": {
"Symplify\\PHPStanExtensions\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "'stats' and 'ignore' error format, solid Symfony SplFileInfo and other useful extensions for PHPStan.",
2020-05-16 21:05:25 +02:00
"time": "2020-05-15T21:39:16+00:00"
2020-01-05 14:29:19 +01:00
},
{
"name": "symplify/set-config-resolver",
2020-05-16 21:05:25 +02:00
"version": "v7.3.18",
2020-01-05 14:29:19 +01:00
"source": {
"type": "git",
2020-02-29 23:20:38 +01:00
"url": "https://github.com/symplify/set-config-resolver.git",
2020-05-16 21:05:25 +02:00
"reference": "a38226701981872a4bb3b96543ad2d647041c130"
2020-01-05 14:29:19 +01:00
},
"dist": {
"type": "zip",
2020-05-16 21:05:25 +02:00
"url": "https://api.github.com/repos/symplify/set-config-resolver/zipball/a38226701981872a4bb3b96543ad2d647041c130",
"reference": "a38226701981872a4bb3b96543ad2d647041c130",
2020-01-05 14:29:19 +01:00
"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",
2020-01-05 14:29:19 +01:00
"symfony/finder": "^4.4|^5.0",
2020-05-16 21:05:25 +02:00
"symplify/smart-file-system": "^7.3.18"
2020-01-05 14:29:19 +01:00
},
"require-dev": {
2020-02-29 23:20:38 +01:00
"phpunit/phpunit": "^8.5|^9.0"
2020-01-05 14:29:19 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-09 20:33:49 +02:00
"dev-master": "7.4-dev"
2020-01-05 14:29:19 +01:00
}
},
"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-05-16 21:05:25 +02:00
"time": "2020-05-15T21:39:16+00:00"
2020-01-05 14:29:19 +01:00
},
{
"name": "symplify/smart-file-system",
2020-05-16 21:05:25 +02:00
"version": "v7.3.18",
2020-01-05 14:29:19 +01:00
"source": {
"type": "git",
2020-02-29 23:20:38 +01:00
"url": "https://github.com/symplify/smart-file-system.git",
2020-05-13 19:35:14 +02:00
"reference": "06b5bcdf4cafbc55ea8a497888f2e71d9b0cd837"
2020-01-05 14:29:19 +01:00
},
"dist": {
"type": "zip",
2020-05-13 19:35:14 +02:00
"url": "https://api.github.com/repos/symplify/smart-file-system/zipball/06b5bcdf4cafbc55ea8a497888f2e71d9b0cd837",
"reference": "06b5bcdf4cafbc55ea8a497888f2e71d9b0cd837",
2020-01-05 14:29:19 +01:00
"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"
2020-01-05 14:29:19 +01:00
},
"require-dev": {
2020-01-09 19:37:04 +01:00
"nette/finder": "^2.5",
2020-05-09 20:33:49 +02:00
"phpstan/phpstan": "^0.12.23",
2020-02-29 23:20:38 +01:00
"phpunit/phpunit": "^8.5|^9.0"
2020-01-05 14:29:19 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-09 20:33:49 +02:00
"dev-master": "7.4-dev"
2020-01-05 14:29:19 +01:00
}
},
"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-05-13 19:35:14 +02:00
"time": "2020-05-09T12:47:21+00:00"
2020-01-05 14:29:19 +01:00
},
2019-09-23 13:29:51 +02:00
{
"name": "vimeo/psalm",
2020-07-04 23:38:18 +02:00
"version": "3.12.2",
2019-09-23 13:29:51 +02:00
"source": {
"type": "git",
"url": "https://github.com/vimeo/psalm.git",
2020-07-04 23:38:18 +02:00
"reference": "7c7ebd068f8acaba211d4a2c707c4ba90874fa26"
2019-09-23 13:29:51 +02:00
},
"dist": {
"type": "zip",
2020-07-04 23:38:18 +02:00
"url": "https://api.github.com/repos/vimeo/psalm/zipball/7c7ebd068f8acaba211d4a2c707c4ba90874fa26",
"reference": "7c7ebd068f8acaba211d4a2c707c4ba90874fa26",
2019-09-23 13:29:51 +02:00
"shasum": ""
},
"require": {
"amphp/amp": "^2.1",
"amphp/byte-stream": "^1.5",
2020-07-04 23:38:18 +02:00
"composer/semver": "^1.4 || ^2.0 || ^3.0",
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",
2020-04-28 16:39:48 +02:00
"netresearch/jsonmapper": "^1.0 || ^2.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": {
2020-04-28 16:39:48 +02:00
"amphp/amp": "^2.4.2",
2019-09-23 13:29:51 +02:00
"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-04-28 16:39:48 +02:00
"php-coveralls/php-coveralls": "^2.2",
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-04-28 16:39:48 +02:00
"phpunit/phpunit": "^7.5.16 || ^8.5 || ^9.0",
"psalm/plugin-phpunit": "^0.10",
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": {
2020-05-27 22:56:28 +02:00
"Psalm\\": "src/Psalm/"
2019-09-23 13:29:51 +02:00
},
"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-07-04 23:38:18 +02:00
"time": "2020-07-03T16:59:07+00:00"
2019-09-23 13:29:51 +02:00
},
{
"name": "webmozart/glob",
"version": "4.1.0",
"source": {
"type": "git",
"url": "https://github.com/webmozart/glob.git",
"reference": "3cbf63d4973cf9d780b93d2da8eec7e4a9e63bbe"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webmozart/glob/zipball/3cbf63d4973cf9d780b93d2da8eec7e4a9e63bbe",
"reference": "3cbf63d4973cf9d780b93d2da8eec7e4a9e63bbe",
"shasum": ""
},
"require": {
"php": "^5.3.3|^7.0",
"webmozart/path-util": "^2.2"
},
"require-dev": {
"phpunit/phpunit": "^4.6",
"sebastian/version": "^1.0.1",
"symfony/filesystem": "^2.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.1-dev"
}
},
"autoload": {
"psr-4": {
"Webmozart\\Glob\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "A PHP implementation of Ant's glob.",
"time": "2015-12-29T11:14:33+00:00"
},
{
"name": "webmozart/path-util",
"version": "2.3.0",
"source": {
"type": "git",
"url": "https://github.com/webmozart/path-util.git",
"reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
"reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"webmozart/assert": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.6",
"sebastian/version": "^1.0.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.3-dev"
}
},
"autoload": {
"psr-4": {
"Webmozart\\PathUtil\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.",
"time": "2015-12-17T08:42:14+00:00"
2019-02-23 16:49:38 +01:00
}
],
"aliases": [],
"minimum-stability": "stable",
2019-03-27 19:19:50 +01:00
"stability-flags": {
2020-06-07 22:38:10 +02:00
"florianv/swap-bundle": 20,
2019-03-27 19:19:50 +01:00
"roave/security-advisories": 20
},
2019-02-23 16:49:38 +01:00
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
2020-01-01 15:57:34 +01:00
"php": "^7.2.5",
2019-02-23 16:49:38 +01:00
"ext-ctype": "*",
2019-10-11 23:53:12 +02:00
"ext-gd": "*",
2019-03-25 18:14:14 +01:00
"ext-iconv": "*",
2019-08-02 12:17:56 +02:00
"ext-intl": "*",
2019-10-05 20:30:27 +02:00
"ext-json": "*",
2019-10-11 23:53:12 +02:00
"ext-mbstring": "*"
2019-02-23 16:49:38 +01:00
},
2019-09-18 16:06:51 +02:00
"platform-dev": [],
"platform-overrides": {
2020-01-01 15:57:34 +01:00
"php": "7.2.5"
2020-07-18 23:50:39 +02:00
},
"plugin-api-version": "1.1.0"
2019-02-23 16:49:38 +01:00
}