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

15086 lines
557 KiB
Text
Raw Normal View History

2019-02-23 16:49:38 +01:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2019-03-27 19:19:50 +01:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2019-02-23 16:49:38 +01:00
"This file is @generated automatically"
],
2020-08-21 21:21:27 +02:00
"content-hash": "19917d7ff29f5a1140d8d9d578661809",
2019-02-23 16:49:38 +01:00
"packages": [
{
"name": "beberlei/assert",
"version": "v3.3.0",
"source": {
"type": "git",
"url": "https://github.com/beberlei/assert.git",
"reference": "5367e3895976b49704ae671f75bc5f0ba1b986ab"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/beberlei/assert/zipball/5367e3895976b49704ae671f75bc5f0ba1b986ab",
"reference": "5367e3895976b49704ae671f75bc5f0ba1b986ab",
"shasum": ""
},
"require": {
"ext-ctype": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-simplexml": "*",
"php": "^7.0 || ^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "*",
"phpstan/phpstan": "*",
"phpunit/phpunit": ">=6.0.0",
"yoast/phpunit-polyfills": "^0.1.0"
},
"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"
],
"support": {
"issues": "https://github.com/beberlei/assert/issues",
"source": "https://github.com/beberlei/assert/tree/v3.3.0"
},
"time": "2020-11-13T20:02:54+00:00"
},
{
"name": "beberlei/doctrineextensions",
"version": "v1.3.0",
"source": {
"type": "git",
"url": "https://github.com/beberlei/DoctrineExtensions.git",
"reference": "008f162f191584a6c37c03a803f718802ba9dd9a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/beberlei/DoctrineExtensions/zipball/008f162f191584a6c37c03a803f718802ba9dd9a",
"reference": "008f162f191584a6c37c03a803f718802ba9dd9a",
"shasum": ""
},
"require": {
"doctrine/orm": "^2.7",
"php": "^7.2 || ^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.14",
"nesbot/carbon": "*",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
"symfony/yaml": "^4.2 || ^5.0",
"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",
2020-10-02 12:16:12 +02:00
"email": "steve@steve.ly"
}
],
"description": "A set of extensions to Doctrine 2 that add support for additional query functions available in MySQL, Oracle, PostgreSQL and SQLite.",
"keywords": [
"database",
"doctrine",
"orm"
],
"support": {
"source": "https://github.com/beberlei/DoctrineExtensions/tree/v1.3.0"
},
"time": "2020-11-29T07:37:23+00:00"
},
{
"name": "brick/math",
2020-08-21 21:19:15 +02:00
"version": "0.9.1",
"source": {
"type": "git",
"url": "https://github.com/brick/math.git",
2020-08-21 21:19:15 +02:00
"reference": "283a40c901101e66de7061bd359252c013dcc43c"
},
"dist": {
"type": "zip",
2020-08-21 21:19:15 +02:00
"url": "https://api.github.com/repos/brick/math/zipball/283a40c901101e66de7061bd359252c013dcc43c",
"reference": "283a40c901101e66de7061bd359252c013dcc43c",
"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"
],
"support": {
"issues": "https://github.com/brick/math/issues",
"source": "https://github.com/brick/math/tree/master"
},
2020-08-21 21:10:47 +02:00
"funding": [
{
"url": "https://tidelift.com/funding/github/packagist/brick/math",
"type": "tidelift"
}
],
2020-08-21 21:19:15 +02:00
"time": "2020-08-18T23:57:15+00:00"
},
{
"name": "composer/ca-bundle",
"version": "1.2.8",
"source": {
"type": "git",
"url": "https://github.com/composer/ca-bundle.git",
"reference": "8a7ecad675253e4654ea05505233285377405215"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/8a7ecad675253e4654ea05505233285377405215",
"reference": "8a7ecad675253e4654ea05505233285377405215",
"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"
],
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/ca-bundle/issues",
"source": "https://github.com/composer/ca-bundle/tree/1.2.8"
},
"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-08-23T12:54:47+00:00"
},
2020-07-18 23:50:39 +02:00
{
"name": "composer/package-versions-deprecated",
"version": "1.11.99.1",
2020-07-18 23:50:39 +02:00
"source": {
"type": "git",
"url": "https://github.com/composer/package-versions-deprecated.git",
"reference": "7413f0b55a051e89485c5cb9f765fe24bb02a7b6"
2020-07-18 23:50:39 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/7413f0b55a051e89485c5cb9f765fe24bb02a7b6",
"reference": "7413f0b55a051e89485c5cb9f765fe24bb02a7b6",
2020-07-18 23:50:39 +02:00
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.1.0 || ^2.0",
2020-08-21 21:10:47 +02:00
"php": "^7 || ^8"
2020-07-18 23:50:39 +02:00
},
"replace": {
"ocramius/package-versions": "1.11.99"
2020-07-18 23:50:39 +02:00
},
"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)",
"support": {
"issues": "https://github.com/composer/package-versions-deprecated/issues",
"source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.1"
},
2020-07-18 23:50:39 +02:00
"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-11-11T10:22:58+00:00"
2020-07-18 23:50:39 +02:00
},
2019-02-23 16:49:38 +01:00
{
"name": "doctrine/annotations",
"version": "1.11.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
"reference": "ce77a7ba1770462cd705a91a151b6c3746f9c6ad"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/ce77a7ba1770462cd705a91a151b6c3746f9c6ad",
"reference": "ce77a7ba1770462cd705a91a151b6c3746f9c6ad",
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.*",
"doctrine/coding-standard": "^6.0 || ^8.1",
2020-08-21 21:10:47 +02:00
"phpstan/phpstan": "^0.12.20",
"phpunit/phpunit": "^7.5 || ^9.1.5"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.11.x-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-02-23 16:49:38 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Docblock Annotations Parser",
"homepage": "https://www.doctrine-project.org/projects/annotations.html",
2019-02-23 16:49:38 +01:00
"keywords": [
"annotations",
"docblock",
"parser"
],
"support": {
"issues": "https://github.com/doctrine/annotations/issues",
"source": "https://github.com/doctrine/annotations/tree/1.11.1"
},
"time": "2020-10-26T10:28:16+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",
"doctrine/coding-standard": "^6.0",
2019-02-23 16:49:38 +01:00
"mongodb/mongodb": "^1.1",
"phpunit/phpunit": "^7.0",
"predis/predis": "~1.0"
},
"suggest": {
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.9.x-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-02-23 16:49:38 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
"homepage": "https://www.doctrine-project.org/projects/cache.html",
2019-02-23 16:49:38 +01:00
"keywords": [
"abstraction",
"apcu",
2019-02-23 16:49:38 +01:00
"cache",
"caching",
"couchdb",
"memcached",
"php",
"redis",
"xcache"
2019-02-23 16:49:38 +01:00
],
"support": {
"issues": "https://github.com/doctrine/cache/issues",
"source": "https://github.com/doctrine/cache/tree/1.10.x"
},
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",
"version": "1.6.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/collections.git",
"reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"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": [
{
"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
],
"support": {
"issues": "https://github.com/doctrine/collections/issues",
"source": "https://github.com/doctrine/collections/tree/1.6.7"
},
"time": "2020-07-27T17:53:49+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/common",
"version": "3.1.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/common.git",
"reference": "9f3e3f3cc5399604c0325d5ffa92609d694d950d"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/common/zipball/9f3e3f3cc5399604c0325d5ffa92609d694d950d",
"reference": "9f3e3f3cc5399604c0325d5ffa92609d694d950d",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"doctrine/persistence": "^2.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": "^6.0 || ^8.0",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.0",
2019-02-23 16:49:38 +01:00
"squizlabs/php_codesniffer": "^3.0",
"symfony/phpunit-bridge": "^4.0.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Common\\": "lib/Doctrine/Common"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-02-23 16:49:38 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
"description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, proxies and much more.",
2019-02-23 16:49:38 +01:00
"homepage": "https://www.doctrine-project.org/projects/common.html",
"keywords": [
"common",
"doctrine",
"php"
],
"support": {
"issues": "https://github.com/doctrine/common/issues",
"source": "https://github.com/doctrine/common/tree/3.1.0"
},
"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%2Fcommon",
"type": "tidelift"
}
],
"time": "2020-12-03T21:02:31+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/dbal",
2020-09-22 10:22:22 +02:00
"version": "2.10.4",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
2020-09-22 10:22:22 +02:00
"reference": "47433196b6390d14409a33885ee42b6208160643"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-09-22 10:22:22 +02:00
"url": "https://api.github.com/repos/doctrine/dbal/zipball/47433196b6390d14409a33885ee42b6208160643",
"reference": "47433196b6390d14409a33885ee42b6208160643",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"doctrine/cache": "^1.0",
"doctrine/event-manager": "^1.0",
"ext-pdo": "*",
"php": "^7.2"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
"doctrine/coding-standard": "^8.1",
"jetbrains/phpstorm-stubs": "^2019.1",
2020-04-28 16:39:48 +02:00
"nikic/php-parser": "^4.4",
"phpstan/phpstan": "^0.12.40",
"phpunit/phpunit": "^8.5.5",
"psalm/plugin-phpunit": "^0.10.0",
2020-04-28 16:39:48 +02:00
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
"vimeo/psalm": "^3.14.2"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
},
"bin": [
"bin/doctrine-dbal"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.10.x-dev",
2019-02-23 16:49:38 +01:00
"dev-develop": "3.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2019-11-08 20:25:47 +01:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-02-23 16:49:38 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
}
],
"description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
"homepage": "https://www.doctrine-project.org/projects/dbal.html",
"keywords": [
"abstraction",
"database",
"db2",
2019-02-23 16:49:38 +01:00
"dbal",
"mariadb",
"mssql",
2019-02-23 16:49:38 +01:00
"mysql",
"oci8",
"oracle",
"pdo",
2019-02-23 16:49:38 +01:00
"pgsql",
"postgresql",
"queryobject",
"sasql",
"sql",
"sqlanywhere",
"sqlite",
"sqlserver",
"sqlsrv"
2019-02-23 16:49:38 +01:00
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
"source": "https://github.com/doctrine/dbal/tree/2.10.4"
},
"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%2Fdbal",
"type": "tidelift"
}
],
2020-09-22 10:22:22 +02:00
"time": "2020-09-12T21:20:41+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/doctrine-bundle",
"version": "2.2.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineBundle.git",
"reference": "044d33eeffdb236d5013b6b4af99f87519e10751"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/044d33eeffdb236d5013b6b4af99f87519e10751",
"reference": "044d33eeffdb236d5013b6b4af99f87519e10751",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"doctrine/dbal": "^2.9.0|^3.0",
"doctrine/persistence": "^1.3.3|^2.0",
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": {
"doctrine/coding-standard": "^8.0",
2019-05-25 21:57:00 +02:00
"doctrine/orm": "^2.6",
2019-12-23 13:51:16 +01:00
"ocramius/proxy-manager": "^2.1",
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.3",
2019-05-25 21:57:00 +02:00
"symfony/phpunit-bridge": "^4.2",
2020-01-01 18:02:53 +01:00
"symfony/property-info": "^4.3.3|^5.0",
"symfony/proxy-manager-bridge": "^3.4|^4.3.3|^5.0",
2020-01-01 18:02:53 +01:00
"symfony/twig-bridge": "^3.4.30|^4.3.3|^5.0",
"symfony/validator": "^3.4.30|^4.3.3|^5.0",
"symfony/web-profiler-bundle": "^3.4.30|^4.3.3|^5.0",
"symfony/yaml": "^3.4.30|^4.3.3|^5.0",
"twig/twig": "^1.34|^2.12|^3.0"
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": {
"dev-master": "2.3.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"
],
"support": {
"issues": "https://github.com/doctrine/DoctrineBundle/issues",
"source": "https://github.com/doctrine/DoctrineBundle/tree/2.2.2"
},
"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%2Fdoctrine-bundle",
"type": "tidelift"
}
],
"time": "2020-12-05T15:07:10+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/doctrine-migrations-bundle",
"version": "3.0.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
"reference": "b8de89fe811e62f1dea8cf9aafda0ea45ca6f1f3"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/b8de89fe811e62f1dea8cf9aafda0ea45ca6f1f3",
"reference": "b8de89fe811e62f1dea8cf9aafda0ea45ca6f1f3",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"doctrine/doctrine-bundle": "~1.0|~2.0",
2020-07-04 23:38:18 +02:00
"doctrine/migrations": "~3.0",
"php": "^7.2|^8.0",
"symfony/framework-bundle": "~3.4|~4.0|~5.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
"doctrine/coding-standard": "^8.0",
2020-07-04 23:38:18 +02:00
"doctrine/orm": "^2.6",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-deprecation-rules": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12",
"phpunit/phpunit": "^7.0|^8.0|^9.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\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2019-02-23 16:49:38 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2019-02-23 16:49:38 +01:00
},
{
"name": "Doctrine Project",
"homepage": "http://www.doctrine-project.org"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
2019-02-23 16:49:38 +01:00
}
],
"description": "Symfony DoctrineMigrationsBundle",
"homepage": "https://www.doctrine-project.org",
"keywords": [
"dbal",
"migrations",
"schema"
],
"support": {
"issues": "https://github.com/doctrine/DoctrineMigrationsBundle/issues",
"source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/3.0.2"
},
"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%2Fdoctrine-migrations-bundle",
"type": "tidelift"
}
],
"time": "2020-12-23T15:13:22+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/event-manager",
2020-08-21 21:10:47 +02:00
"version": "1.1.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/event-manager.git",
2020-08-21 21:10:47 +02:00
"reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-08-21 21:10:47 +02:00
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f",
"reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-08-21 21:10:47 +02:00
"php": "^7.1 || ^8.0"
2019-02-23 16:49:38 +01:00
},
"conflict": {
"doctrine/common": "<2.9@dev"
},
"require-dev": {
"doctrine/coding-standard": "^6.0",
2019-02-23 16:49:38 +01:00
"phpunit/phpunit": "^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\": "lib/Doctrine/Common"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-02-23 16:49:38 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
"description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
2019-02-23 16:49:38 +01:00
"homepage": "https://www.doctrine-project.org/projects/event-manager.html",
"keywords": [
"event",
"event dispatcher",
"event manager",
"event system",
"events"
2019-02-23 16:49:38 +01:00
],
"support": {
"issues": "https://github.com/doctrine/event-manager/issues",
"source": "https://github.com/doctrine/event-manager/tree/1.1.x"
},
2020-08-21 21:10:47 +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%2Fevent-manager",
"type": "tidelift"
}
],
"time": "2020-05-29T18:28:51+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/inflector",
"version": "2.0.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
"reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/9cf661f4eb38f7c881cac67c75ea9b00bf97b210",
"reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210",
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\\Inflector\\": "lib/Doctrine/Inflector"
2019-02-23 16:49:38 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-02-23 16:49:38 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
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
],
"support": {
"issues": "https://github.com/doctrine/inflector/issues",
"source": "https://github.com/doctrine/inflector/tree/2.0.x"
},
"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%2Finflector",
"type": "tidelift"
}
],
"time": "2020-05-29T15:13:26+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/instantiator",
"version": "1.4.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
"reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
"reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
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": {
"doctrine/coding-standard": "^8.0",
2019-02-23 16:49:38 +01:00
"ext-pdo": "*",
"ext-phar": "*",
"phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"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": "https://ocramius.github.io/"
2019-02-23 16:49:38 +01:00
}
],
"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"
],
"support": {
"issues": "https://github.com/doctrine/instantiator/issues",
"source": "https://github.com/doctrine/instantiator/tree/1.4.0"
},
"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%2Finstantiator",
"type": "tidelift"
}
],
"time": "2020-11-10T18:47:58+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": {
"doctrine/coding-standard": "^6.0",
"phpstan/phpstan": "^0.11.8",
"phpunit/phpunit": "^8.2"
2019-06-16 12:36:17 +02:00
},
2019-02-23 16:49:38 +01:00
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
2019-06-16 12:36:17 +02:00
"psr-4": {
"Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
2019-02-23 16:49:38 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
2019-02-23 16:49:38 +01:00
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
2019-06-16 12:36:17 +02:00
"description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
"homepage": "https://www.doctrine-project.org/projects/lexer.html",
2019-02-23 16:49:38 +01:00
"keywords": [
2019-06-16 12:36:17 +02:00
"annotations",
"docblock",
2019-02-23 16:49:38 +01:00
"lexer",
2019-06-16 12:36:17 +02:00
"parser",
"php"
2019-02-23 16:49:38 +01:00
],
"support": {
"issues": "https://github.com/doctrine/lexer/issues",
"source": "https://github.com/doctrine/lexer/tree/1.2.1"
},
"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%2Flexer",
"type": "tidelift"
}
],
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",
"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",
"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"
],
"support": {
"issues": "https://github.com/doctrine/migrations/issues",
"source": "https://github.com/doctrine/migrations/tree/3.0.1"
},
"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%2Fmigrations",
"type": "tidelift"
}
],
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",
"version": "2.8.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/orm.git",
"reference": "242cf1a33df1b8bc5e1b86c3ebd01db07851c833"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/orm/zipball/242cf1a33df1b8bc5e1b86c3ebd01db07851c833",
"reference": "242cf1a33df1b8bc5e1b86c3ebd01db07851c833",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"composer/package-versions-deprecated": "^1.8",
"doctrine/annotations": "^1.11.1",
2019-11-21 21:52:41 +01:00
"doctrine/cache": "^1.9.1",
"doctrine/collections": "^1.5",
"doctrine/common": "^3.0",
"doctrine/dbal": "^2.10.0",
2019-11-21 21:52:41 +01:00
"doctrine/event-manager": "^1.1",
"doctrine/inflector": "^1.4|^2.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": "^2.0",
2019-02-23 16:49:38 +01:00
"ext-pdo": "*",
"php": "^7.2|^8.0",
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": {
"doctrine/coding-standard": "^8.0",
2020-05-27 22:56:28 +02:00
"phpstan/phpstan": "^0.12.18",
"phpunit/phpunit": "^8.5|^9.4",
2020-05-27 22:56:28 +02:00
"symfony/yaml": "^3.4|^4.0|^5.0",
"vimeo/psalm": "4.1.1"
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"
],
"support": {
"issues": "https://github.com/doctrine/orm/issues",
"source": "https://github.com/doctrine/orm/tree/2.8.1"
},
"time": "2020-12-04T19:53:07+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/persistence",
"version": "2.1.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/persistence.git",
"reference": "9899c16934053880876b920a3b8b02ed2337ac1d"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/persistence/zipball/9899c16934053880876b920a3b8b02ed2337ac1d",
"reference": "9899c16934053880876b920a3b8b02ed2337ac1d",
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",
"php": "^7.1 || ^8.0"
2019-02-23 16:49:38 +01:00
},
"conflict": {
"doctrine/common": "<2.10@dev"
},
"require-dev": {
"composer/package-versions-deprecated": "^1.11",
"doctrine/coding-standard": "^6.0 || ^8.0",
"doctrine/common": "^3.0",
"phpstan/phpstan": "^0.12",
"phpunit/phpunit": "^7.5.20 || ^8.0 || ^9.0",
2020-08-21 21:10:47 +02:00
"vimeo/psalm": "^3.11"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
2019-12-23 13:51:16 +01:00
"Doctrine\\Common\\": "lib/Doctrine/Common",
"Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
2019-02-23 16:49:38 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-02-23 16:49:38 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
"description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
"homepage": "https://doctrine-project.org/projects/persistence.html",
"keywords": [
"mapper",
"object",
"odm",
"orm",
"persistence"
],
"support": {
"issues": "https://github.com/doctrine/persistence/issues",
"source": "https://github.com/doctrine/persistence/tree/2.1.0"
2019-02-23 16:49:38 +01:00
},
"time": "2020-10-24T22:13:54+00:00"
2019-02-23 16:49:38 +01:00
},
2020-05-26 18:32:23 +02:00
{
"name": "doctrine/sql-formatter",
2020-08-21 21:10:47 +02:00
"version": "1.1.1",
2020-05-26 18:32:23 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/sql-formatter.git",
2020-08-21 21:10:47 +02:00
"reference": "56070bebac6e77230ed7d306ad13528e60732871"
2020-05-26 18:32:23 +02:00
},
"dist": {
"type": "zip",
2020-08-21 21:10:47 +02:00
"url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/56070bebac6e77230ed7d306ad13528e60732871",
"reference": "56070bebac6e77230ed7d306ad13528e60732871",
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"
],
"support": {
"issues": "https://github.com/doctrine/sql-formatter/issues",
"source": "https://github.com/doctrine/sql-formatter/tree/1.1.x"
},
2020-08-21 21:10:47 +02:00
"time": "2020-07-30T16:57:33+00:00"
2020-05-26 18:32:23 +02:00
},
2020-04-14 11:07:07 +02:00
{
"name": "dompdf/dompdf",
2020-09-22 10:22:22 +02:00
"version": "v0.8.6",
2020-04-14 11:07:07 +02:00
"source": {
"type": "git",
"url": "https://github.com/dompdf/dompdf.git",
2020-09-22 10:22:22 +02:00
"reference": "db91d81866c69a42dad1d2926f61515a1e3f42c5"
2020-04-14 11:07:07 +02:00
},
"dist": {
"type": "zip",
2020-09-22 10:22:22 +02:00
"url": "https://api.github.com/repos/dompdf/dompdf/zipball/db91d81866c69a42dad1d2926f61515a1e3f42c5",
"reference": "db91d81866c69a42dad1d2926f61515a1e3f42c5",
2020-04-14 11:07:07 +02:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-mbstring": "*",
2020-09-22 10:22:22 +02:00
"phenx/php-font-lib": "^0.5.2",
2020-04-14 11:07:07 +02:00
"phenx/php-svg-lib": "^0.3.3",
"php": "^7.1"
},
"require-dev": {
2020-09-22 10:22:22 +02:00
"mockery/mockery": "^1.3",
2020-04-14 11:07:07 +02:00
"phpunit/phpunit": "^7.5",
"squizlabs/php_codesniffer": "^3.5"
},
"suggest": {
"ext-gd": "Needed to process images",
"ext-gmagick": "Improves image processing performance",
2020-09-22 10:22:22 +02:00
"ext-imagick": "Improves image processing performance",
"ext-zlib": "Needed for pdf stream compression"
2020-04-14 11:07:07 +02:00
},
"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",
"support": {
"issues": "https://github.com/dompdf/dompdf/issues",
"source": "https://github.com/dompdf/dompdf/tree/master"
},
2020-09-22 10:22:22 +02:00
"time": "2020-08-30T22:54:22+00:00"
2020-04-14 11:07:07 +02:00
},
{
"name": "egulias/email-validator",
"version": "2.1.25",
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",
"reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/0dbf5d78455d4d6a41d186da50adc1122ec066f4",
"reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4",
"shasum": ""
},
"require": {
"doctrine/lexer": "^1.0.1",
2020-01-24 22:59:22 +01:00
"php": ">=5.5",
"symfony/polyfill-intl-idn": "^1.10"
},
"require-dev": {
2020-01-01 15:49:42 +01:00
"dominicsayers/isemail": "^3.0.7",
"phpunit/phpunit": "^4.8.36|^7.5.15",
"satooshi/php-coveralls": "^1.0.1"
},
"suggest": {
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1.x-dev"
}
},
"autoload": {
"psr-4": {
2020-07-04 23:38:18 +02:00
"Egulias\\EmailValidator\\": "src"
}
},
"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"
],
"support": {
"issues": "https://github.com/egulias/EmailValidator/issues",
"source": "https://github.com/egulias/EmailValidator/tree/2.1.25"
},
"funding": [
{
"url": "https://github.com/egulias",
"type": "github"
}
],
"time": "2020-12-29T14:50:06+00: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"
],
"support": {
"issues": "https://github.com/erusev/parsedown/issues",
"source": "https://github.com/erusev/parsedown/tree/1.7.x"
},
"time": "2019-12-30T22:54:17+00:00"
},
{
"name": "florianv/exchanger",
"version": "2.6.0",
"source": {
"type": "git",
"url": "https://github.com/florianv/exchanger.git",
"reference": "6c2347ddcecbd53fb401787eda8be8f1f8a4c646"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/florianv/exchanger/zipball/6c2347ddcecbd53fb401787eda8be8f1f8a4c646",
"reference": "6c2347ddcecbd53fb401787eda8be8f1f8a4c646",
"shasum": ""
},
"require": {
2020-08-21 21:10:47 +02:00
"ext-simplexml": "*",
"php": "^7.1.3 || ^8.0",
"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 || ^8 || ^9.4"
},
"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"
],
"support": {
"issues": "https://github.com/florianv/exchanger/issues",
"source": "https://github.com/florianv/exchanger/tree/2.6.0"
},
"time": "2020-11-26T08:01:30+00:00"
},
{
"name": "florianv/swap",
"version": "4.3.0",
"source": {
"type": "git",
"url": "https://github.com/florianv/swap.git",
"reference": "88edd27fcb95bdc58bbbf9e4b00539a2843d97fd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/florianv/swap/zipball/88edd27fcb95bdc58bbbf9e4b00539a2843d97fd",
"reference": "88edd27fcb95bdc58bbbf9e4b00539a2843d97fd",
"shasum": ""
},
"require": {
"florianv/exchanger": "^2.0",
"php": "^7.1.3 || ^8.0"
},
"require-dev": {
"nyholm/psr7": "^1.0",
"php-http/message": "^1.7",
"php-http/mock-client": "^1.0",
"phpunit/phpunit": "^7 || ^8 || ^9"
},
"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"
],
"support": {
"issues": "https://github.com/florianv/swap/issues",
"source": "https://github.com/florianv/swap/tree/4.3.0"
},
"time": "2020-12-28T10:14:12+00:00"
},
{
"name": "florianv/swap-bundle",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/florianv/symfony-swap.git",
2020-08-21 21:10:47 +02:00
"reference": "6df46912ef4393c8ca9fe82a8588596e239da8fb"
},
"dist": {
"type": "zip",
2020-08-21 21:10:47 +02:00
"url": "https://api.github.com/repos/florianv/symfony-swap/zipball/6df46912ef4393c8ca9fe82a8588596e239da8fb",
"reference": "6df46912ef4393c8ca9fe82a8588596e239da8fb",
"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"
},
"default-branch": true,
"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"
],
"support": {
"issues": "https://github.com/florianv/symfony-swap/issues",
"source": "https://github.com/florianv/symfony-swap/tree/5.1"
},
2020-08-21 21:10:47 +02:00
"time": "2020-08-19T08:19:37+00:00"
},
{
"name": "friendsofsymfony/ckeditor-bundle",
2020-01-01 15:49:42 +01:00
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/FriendsOfSymfony/FOSCKEditorBundle.git",
2020-01-01 15:49:42 +01:00
"reference": "7e1cfe2a83faba0be02661d44289d35e940bb5ea"
},
"dist": {
"type": "zip",
2020-01-01 15:49:42 +01:00
"url": "https://api.github.com/repos/FriendsOfSymfony/FOSCKEditorBundle/zipball/7e1cfe2a83faba0be02661d44289d35e940bb5ea",
"reference": "7e1cfe2a83faba0be02661d44289d35e940bb5ea",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-zip": "*",
"php": "^7.1",
2020-01-01 15:49:42 +01:00
"symfony/asset": "^3.4 || ^4.0 || ^5.0",
"symfony/config": "^3.4 || ^4.0 || ^5.0",
"symfony/dependency-injection": "^3.4 || ^4.0 || ^5.0",
"symfony/expression-language": "^3.4 || ^4.0 || ^5.0",
"symfony/form": "^3.4 || ^4.0 || ^5.0",
"symfony/framework-bundle": "^3.4 || ^4.0 || ^5.0",
"symfony/http-foundation": "^3.4 || ^4.0 || ^5.0",
"symfony/http-kernel": "^3.4 || ^4.0 || ^5.0",
"symfony/options-resolver": "^3.4 || ^4.0 || ^5.0",
"symfony/property-access": "^3.4 || ^4.0 || ^5.0",
"symfony/routing": "^3.4 || ^4.0 || ^5.0",
"symfony/twig-bundle": "^3.4 || ^4.0 || ^5.0",
"twig/twig": "^2.4 || ^3.0"
},
"conflict": {
"sebastian/environment": "<1.3.4",
"sebastian/exporter": "<2.0.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.0",
"matthiasnoback/symfony-dependency-injection-test": "^1.0 || ^2.0",
"phpunit/phpunit": "^6.0",
2020-01-01 15:49:42 +01:00
"symfony/console": "^3.4 || ^4.0 || ^5.0",
"symfony/phpunit-bridge": "^4.1 || ^5.0",
"symfony/yaml": "^3.4 || ^4.0 || ^5.0"
},
"suggest": {
"egeloen/form-extra-bundle": "Allows to load CKEditor asynchronously"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"FOS\\CKEditorBundle\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Eric GELOEN",
"email": "geloen.eric@gmail.com"
},
{
"name": "FriendsOfSymfony Community",
"homepage": "https://github.com/FriendsOfSymfony/FOSCKEditorBundle/graphs/contributors"
}
],
"description": "Provides a CKEditor integration for your Symfony project.",
"keywords": [
"CKEditor"
],
"support": {
"issues": "https://github.com/FriendsOfSymfony/FOSCKEditorBundle/issues",
"source": "https://github.com/FriendsOfSymfony/FOSCKEditorBundle/tree/2.2.0"
},
2020-01-01 15:49:42 +01:00
"time": "2019-12-23T15:31:36+00:00"
},
{
"name": "gregwar/captcha",
2020-01-24 22:59:22 +01:00
"version": "v1.1.8",
"source": {
"type": "git",
"url": "https://github.com/Gregwar/Captcha.git",
2020-01-24 22:59:22 +01:00
"reference": "6088ad3db59bc226423ad1476a9f0424b19b1866"
},
"dist": {
"type": "zip",
2020-01-24 22:59:22 +01:00
"url": "https://api.github.com/repos/Gregwar/Captcha/zipball/6088ad3db59bc226423ad1476a9f0424b19b1866",
"reference": "6088ad3db59bc226423ad1476a9f0424b19b1866",
"shasum": ""
},
"require": {
"ext-gd": "*",
"ext-mbstring": "*",
"php": ">=5.3.0",
"symfony/finder": "*"
},
"require-dev": {
"phpunit/phpunit": "^6.4"
},
"type": "captcha",
"autoload": {
"psr-4": {
"Gregwar\\": "src/Gregwar"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Grégoire Passault",
"email": "g.passault@gmail.com",
"homepage": "http://www.gregwar.com/"
},
{
"name": "Jeremy Livingston",
"email": "jeremy.j.livingston@gmail.com"
}
],
"description": "Captcha generator",
"homepage": "https://github.com/Gregwar/Captcha",
"keywords": [
"bot",
"captcha",
"spam"
],
"support": {
"issues": "https://github.com/Gregwar/Captcha/issues",
"source": "https://github.com/Gregwar/Captcha/tree/master"
},
2020-01-24 22:59:22 +01:00
"time": "2020-01-22T14:54:02+00:00"
},
{
"name": "gregwar/captcha-bundle",
2020-05-09 20:33:49 +02:00
"version": "v2.1.3",
"source": {
"type": "git",
"url": "https://github.com/Gregwar/CaptchaBundle.git",
2020-05-09 20:33:49 +02:00
"reference": "df6915eb5e23c25f32f2a2ad3ed07b275a0f005f"
},
"dist": {
"type": "zip",
2020-05-09 20:33:49 +02:00
"url": "https://api.github.com/repos/Gregwar/CaptchaBundle/zipball/df6915eb5e23c25f32f2a2ad3ed07b275a0f005f",
"reference": "df6915eb5e23c25f32f2a2ad3ed07b275a0f005f",
"shasum": ""
},
"require": {
2020-01-09 19:37:04 +01:00
"ext-gd": "*",
"gregwar/captcha": "~1.1",
2020-01-09 19:37:04 +01:00
"php": "^7.1.3",
"symfony/form": "~4.0|~5.0",
"symfony/framework-bundle": "~4.0|~5.0",
"symfony/translation": "~4.0|^5.0",
"twig/twig": "^2.10|^3.0"
},
"require-dev": {
"symplify/easy-coding-standard": "^6.1"
},
2020-03-04 20:48:09 +01:00
"type": "symfony-bundle",
"autoload": {
"psr-4": {
"Gregwar\\CaptchaBundle\\": "/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Grégoire Passault",
"email": "g.passault@gmail.com",
"homepage": "http://www.gregwar.com/"
},
{
"name": "Jeremy Livingston",
"email": "jeremy.j.livingston@gmail.com"
}
],
"description": "Captcha bundle",
"homepage": "https://github.com/Gregwar/CaptchaBundle",
"keywords": [
"Symfony2",
"bot",
"captcha",
"code",
"security",
"spam",
2019-12-11 20:12:42 +01:00
"symfony",
"visual"
],
"support": {
"issues": "https://github.com/Gregwar/CaptchaBundle/issues",
"source": "https://github.com/Gregwar/CaptchaBundle/tree/master"
},
2020-05-09 20:33:49 +02:00
"time": "2020-04-28T08:45:36+00:00"
},
{
"name": "imagine/imagine",
"version": "1.2.4",
"source": {
"type": "git",
"url": "https://github.com/avalanche123/Imagine.git",
"reference": "d2e18be6e930ca169e4f921ef73ebfc061bf55d8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/avalanche123/Imagine/zipball/d2e18be6e930ca169e4f921ef73ebfc061bf55d8",
"reference": "d2e18be6e930ca169e4f921ef73ebfc061bf55d8",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.2",
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4 || ^9.3"
},
"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"
],
"support": {
"issues": "https://github.com/avalanche123/Imagine/issues",
"source": "https://github.com/avalanche123/Imagine/tree/1.2.4"
},
"time": "2020-11-03T22:35:03+00:00"
},
{
"name": "lcobucci/jwt",
"version": "3.4.2",
"source": {
"type": "git",
"url": "https://github.com/lcobucci/jwt.git",
"reference": "17cb82dd625ccb17c74bf8f38563d3b260306483"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/lcobucci/jwt/zipball/17cb82dd625ccb17c74bf8f38563d3b260306483",
"reference": "17cb82dd625ccb17c74bf8f38563d3b260306483",
"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"
},
"suggest": {
"lcobucci/clock": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
}
},
"autoload": {
"psr-4": {
"Lcobucci\\JWT\\": "src"
},
"files": [
"compat/class-aliases.php",
"compat/json-exception-polyfill.php",
"compat/lcobucci-clock-polyfill.php"
]
},
"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"
],
"support": {
"issues": "https://github.com/lcobucci/jwt/issues",
"source": "https://github.com/lcobucci/jwt/tree/3.4.2"
},
2020-08-21 21:10:47 +02:00
"funding": [
{
"url": "https://github.com/lcobucci",
"type": "github"
},
{
"url": "https://www.patreon.com/lcobucci",
"type": "patreon"
}
],
"time": "2020-12-03T13:43:45+00:00"
},
{
"name": "league/html-to-markdown",
2020-07-04 23:38:18 +02:00
"version": "4.10.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/html-to-markdown.git",
2020-07-04 23:38:18 +02:00
"reference": "0868ae7a552e809e5cd8f93ba022071640408e88"
},
"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",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-xml": "*",
"php": ">=5.3.3"
},
"require-dev": {
"mikehaertl/php-shellcommand": "~1.1.0",
2019-11-08 20:25:47 +01:00
"phpunit/phpunit": "^4.8|^5.7",
"scrutinizer/ocular": "~1.1"
},
"bin": [
"bin/html-to-markdown"
],
"type": "library",
"extra": {
"branch-alias": {
2019-11-08 20:25:47 +01:00
"dev-master": "4.10-dev"
}
},
"autoload": {
"psr-4": {
"League\\HTMLToMarkdown\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Colin O'Dell",
"email": "colinodell@gmail.com",
"homepage": "https://www.colinodell.com",
"role": "Lead Developer"
},
{
"name": "Nick Cernis",
"email": "nick@cern.is",
"homepage": "http://modernnerd.net",
"role": "Original Author"
}
],
"description": "An HTML-to-markdown conversion helper for PHP",
"homepage": "https://github.com/thephpleague/html-to-markdown",
"keywords": [
"html",
"markdown"
],
"support": {
"issues": "https://github.com/thephpleague/html-to-markdown/issues",
"source": "https://github.com/thephpleague/html-to-markdown/tree/4.10.0"
},
"funding": [
{
"url": "https://www.colinodell.com/sponsor",
"type": "custom"
},
{
"url": "https://www.paypal.me/colinpodell/10.00",
"type": "custom"
},
{
"url": "https://github.com/colinodell",
"type": "github"
},
{
"url": "https://www.patreon.com/colinodell",
"type": "patreon"
}
],
"time": "2020-07-01T00:34:03+00:00"
},
{
"name": "liip/imagine-bundle",
"version": "2.4.0",
"source": {
"type": "git",
"url": "https://github.com/liip/LiipImagineBundle.git",
"reference": "4704b34fb1c416f88d670e7b0427dd96cc256eac"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/4704b34fb1c416f88d670e7b0427dd96cc256eac",
"reference": "4704b34fb1c416f88d670e7b0427dd96cc256eac",
"shasum": ""
},
"require": {
"imagine/imagine": "^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"
},
"require-dev": {
"amazonwebservices/aws-sdk-for-php": "^1.0",
"aws/aws-sdk-php": "^2.4",
"doctrine/cache": "^1.1",
"doctrine/orm": "^2.3",
2020-01-09 19:37:04 +01:00
"enqueue/enqueue-bundle": "^0.9|^0.10",
"ext-gd": "*",
"friendsofphp/php-cs-fixer": "^2.10",
"league/flysystem": "^1.0",
"psr/log": "^1.0",
2020-01-09 19:37:04 +01:00
"symfony/browser-kit": "^3.4|^4.3|^5.0",
"symfony/console": "^3.4|^4.3|^5.0",
"symfony/dependency-injection": "^3.4|^4.3|^5.0",
"symfony/form": "^3.4|^4.3|^5.0",
"symfony/phpunit-bridge": "^5.2",
2020-01-09 19:37:04 +01:00
"symfony/validator": "^3.4|^4.3|^5.0",
2020-07-04 23:38:18 +02:00
"symfony/yaml": "^3.4|^4.3|^5.0"
},
"suggest": {
"alcaeus/mongo-php-adapter": "required on PHP >= 7.0 to use mongo components with mongodb extension",
"amazonwebservices/aws-sdk-for-php": "required to use AWS version 1 cache resolver",
"aws/aws-sdk-php": "required to use AWS version 2/3 cache resolver",
"doctrine/mongodb-odm": "required to use mongodb-backed doctrine components",
"enqueue/enqueue-bundle": "^0.9 add if you like to process images in background",
"ext-exif": "required to read EXIF metadata from images",
"ext-gd": "required to use gd driver",
"ext-gmagick": "required to use gmagick driver",
"ext-imagick": "required to use imagick driver",
"ext-mongo": "required for mongodb components on PHP <7.0",
"ext-mongodb": "required for mongodb components on PHP >=7.0",
"league/flysystem": "required to use FlySystem data loader or cache resolver",
2020-07-04 23:38:18 +02:00
"monolog/monolog": "A psr/log compatible logger is required to enable logging"
},
"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"
],
"support": {
"issues": "https://github.com/liip/LiipImagineBundle/issues",
"source": "https://github.com/liip/LiipImagineBundle/tree/2.4.0"
},
"time": "2020-12-16T07:14:53+00:00"
},
{
"name": "lorenzo/pinky",
"version": "1.0.5",
"source": {
"type": "git",
"url": "https://github.com/lorenzo/pinky.git",
"reference": "2bc1a9d5696d6496df5d5682962929165a823e57"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/lorenzo/pinky/zipball/2bc1a9d5696d6496df5d5682962929165a823e57",
"reference": "2bc1a9d5696d6496df5d5682962929165a823e57",
"shasum": ""
},
"require": {
"ext-xsl": "*",
"php": ">=5.6.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
},
"type": "library",
"autoload": {
"files": [
"src/pinky.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jose Lorenzo Rodriguez",
"email": "jose.zap@gmail.com"
}
],
"description": "A Foundation for Emails (Inky) template transpiler",
"keywords": [
"email",
"foundation",
"inky",
"template",
"zurb"
],
"support": {
"issues": "https://github.com/lorenzo/pinky/issues",
"source": "https://github.com/lorenzo/pinky/tree/1.0.5"
},
"time": "2019-09-16T21:23:31+00:00"
},
2019-02-23 16:49:38 +01:00
{
"name": "monolog/monolog",
"version": "2.2.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
"reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/1cb1cde8e8dd0f70cc0fe51354a59acad9302084",
"reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084",
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",
"elasticsearch/elasticsearch": "^7",
2020-05-10 15:55:37 +02:00
"graylog2/gelf-php": "^1.4.2",
"mongodb/mongodb": "^1.8",
2019-02-23 16:49:38 +01:00
"php-amqplib/php-amqplib": "~2.4",
"php-console/php-console": "^3.1.3",
2020-05-10 15:55:37 +02:00
"phpspec/prophecy": "^1.6.1",
"phpstan/phpstan": "^0.12.59",
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",
"ruflin/elastica": ">=0.90 <7.0.1",
2019-02-23 16:49:38 +01:00
"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": {
"dev-main": "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": "https://seld.be"
2019-02-23 16:49:38 +01:00
}
],
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
"homepage": "https://github.com/Seldaek/monolog",
2019-02-23 16:49:38 +01:00
"keywords": [
"log",
"logging",
"psr-3"
],
"support": {
"issues": "https://github.com/Seldaek/monolog/issues",
"source": "https://github.com/Seldaek/monolog/tree/2.2.0"
},
"funding": [
{
"url": "https://github.com/Seldaek",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
"type": "tidelift"
}
],
"time": "2020-12-14T13:15:25+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "nelmio/security-bundle",
2020-07-04 23:38:18 +02:00
"version": "v2.10.1",
"source": {
"type": "git",
"url": "https://github.com/nelmio/NelmioSecurityBundle.git",
2020-07-04 23:38:18 +02:00
"reference": "80d6e1091aadf55eab6a79be97a91c06d55e8223"
},
"dist": {
"type": "zip",
2020-07-04 23:38:18 +02:00
"url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/80d6e1091aadf55eab6a79be97a91c06d55e8223",
"reference": "80d6e1091aadf55eab6a79be97a91c06d55e8223",
"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"
],
"support": {
"issues": "https://github.com/nelmio/NelmioSecurityBundle/issues",
"source": "https://github.com/nelmio/NelmioSecurityBundle/tree/v2.10.1"
},
2020-07-04 23:38:18 +02:00
"time": "2020-06-18T12:49:09+00:00"
},
{
"name": "nikic/php-parser",
"version": "v4.10.4",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/c6d052fc58cb876152f89f532b95a8d7907e7f0e",
"reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e",
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": ">=7.0"
},
"require-dev": {
2020-08-21 21:10:47 +02:00
"ircmaxell/php-yacc": "^0.0.7",
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
},
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
2020-08-21 21:10:47 +02:00
"dev-master": "4.9-dev"
}
},
"autoload": {
"psr-4": {
"PhpParser\\": "lib/PhpParser"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov"
}
],
"description": "A PHP parser written in PHP",
"keywords": [
"parser",
"php"
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
"source": "https://github.com/nikic/PHP-Parser/tree/v4.10.4"
},
"time": "2020-12-20T10:01:03+00:00"
},
{
"name": "nikolaposa/version",
"version": "3.2.0",
"source": {
"type": "git",
"url": "https://github.com/nikolaposa/version.git",
"reference": "7ff2bbf2fe6a47efe47832d6198924e99b4a4f5a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikolaposa/version/zipball/7ff2bbf2fe6a47efe47832d6198924e99b4a4f5a",
"reference": "7ff2bbf2fe6a47efe47832d6198924e99b4a4f5a",
"shasum": ""
},
"require": {
"php": "^7.2.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.0",
"phpunit/phpunit": "^6.0 || ^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2.x-dev"
}
},
"autoload": {
"psr-4": {
"Version\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nikola Poša",
"email": "posa.nikola@gmail.com",
"homepage": "https://www.nikolaposa.in.rs"
}
],
"description": "Value Object that represents a SemVer-compliant version number.",
"homepage": "https://github.com/nikolaposa/version",
"keywords": [
"semantic",
"semver",
"version",
"versioning"
],
"support": {
"issues": "https://github.com/nikolaposa/version/issues",
"source": "https://github.com/nikolaposa/version/tree/master"
},
"time": "2019-08-11T08:31:54+00:00"
},
{
"name": "nyholm/nsa",
2020-09-22 10:22:22 +02:00
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/Nyholm/NSA.git",
2020-09-22 10:22:22 +02:00
"reference": "6d333d96948f94d498285cf01b60f6972f1dd903"
},
"dist": {
"type": "zip",
2020-09-22 10:22:22 +02:00
"url": "https://api.github.com/repos/Nyholm/NSA/zipball/6d333d96948f94d498285cf01b60f6972f1dd903",
"reference": "6d333d96948f94d498285cf01b60f6972f1dd903",
"shasum": ""
},
"require": {
2020-09-22 10:22:22 +02:00
"php": ">=7.1",
"webmozart/assert": "^1.1.0"
},
"require-dev": {
2020-09-22 10:22:22 +02:00
"symfony/phpunit-bridge": "^4.4 || ^5.1"
},
"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"
],
"support": {
"issues": "https://github.com/Nyholm/NSA/issues",
"source": "https://github.com/Nyholm/NSA/tree/1.2.1"
},
2020-09-22 10:22:22 +02:00
"funding": [
{
"url": "https://github.com/nyholm",
"type": "github"
}
],
"time": "2020-09-19T11:20:47+00:00"
},
2019-02-23 16:49:38 +01:00
{
"name": "nyholm/psr7",
"version": "1.3.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/Nyholm/psr7.git",
"reference": "a272953743c454ac4af9626634daaf5ab3ce1173"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Nyholm/psr7/zipball/a272953743c454ac4af9626634daaf5ab3ce1173",
"reference": "a272953743c454ac4af9626634daaf5ab3ce1173",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-09-22 10:22:22 +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": {
"http-interop/http-factory-tests": "^0.8",
2020-05-24 20:33:05 +02:00
"php-http/psr7-integration-tests": "^1.0",
"phpunit/phpunit": "^7.5 || 8.5 || 9.4",
2020-05-24 20:33:05 +02:00
"symfony/error-handler": "^4.4"
2019-02-23 16:49:38 +01:00
},
"type": "library",
2019-02-23 16:49:38 +01:00
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Nyholm\\Psr7\\": "src/"
2019-02-23 16:49:38 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com"
},
{
"name": "Martijn van der Ven",
"email": "martijn@vanderven.se"
}
],
"description": "A fast PHP7 implementation of PSR-7",
"homepage": "https://tnyholm.se",
"keywords": [
"psr-17",
"psr-7"
],
"support": {
"issues": "https://github.com/Nyholm/psr7/issues",
"source": "https://github.com/Nyholm/psr7/tree/1.3.2"
},
2020-09-22 10:22:22 +02:00
"funding": [
{
"url": "https://github.com/Zegnat",
"type": "github"
},
{
"url": "https://github.com/nyholm",
"type": "github"
}
],
"time": "2020-11-14T17:35:34+00:00"
},
2019-02-23 16:49:38 +01:00
{
"name": "ocramius/proxy-manager",
"version": "2.2.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/Ocramius/ProxyManager.git",
"reference": "4d154742e31c35137d5374c998e8f86b54db2e2f"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/4d154742e31c35137d5374c998e8f86b54db2e2f",
"reference": "4d154742e31c35137d5374c998e8f86b54db2e2f",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"ocramius/package-versions": "^1.1.3",
"php": "^7.2.0",
"zendframework/zend-code": "^3.3.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
"couscous/couscous": "^1.6.1",
2019-02-23 16:49:38 +01:00
"ext-phar": "*",
"humbug/humbug": "1.0.0-RC.0@RC",
"nikic/php-parser": "^3.1.1",
"padraic/phpunit-accelerator": "dev-master@DEV",
2019-02-23 16:49:38 +01:00
"phpbench/phpbench": "^0.12.2",
"phpstan/phpstan": "dev-master#856eb10a81c1d27c701a83f167dc870fd8f4236a as 0.9.999",
"phpstan/phpstan-phpunit": "dev-master#5629c0a1f4a9c417cb1077cf6693ad9753895761",
"phpunit/phpunit": "^6.4.3",
"squizlabs/php_codesniffer": "^2.9.1"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
"zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
"zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
"zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
},
"autoload": {
"psr-0": {
"ProxyManager\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://ocramius.github.io/"
}
],
"description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
"homepage": "https://github.com/Ocramius/ProxyManager",
"keywords": [
"aop",
"lazy loading",
"proxy",
"proxy pattern",
"service proxies"
],
"support": {
"issues": "https://github.com/Ocramius/ProxyManager/issues",
"source": "https://github.com/Ocramius/ProxyManager/tree/2.2.x"
},
"time": "2019-08-10T08:37:15+00:00"
},
{
"name": "omines/datatables-bundle",
"version": "0.5.1",
"source": {
"type": "git",
"url": "https://github.com/omines/datatables-bundle.git",
"reference": "83e57742c16a6c31bb28721fd4a81b3bfe8f27ce"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/omines/datatables-bundle/zipball/83e57742c16a6c31bb28721fd4a81b3bfe8f27ce",
"reference": "83e57742c16a6c31bb28721fd4a81b3bfe8f27ce",
"shasum": ""
},
"require": {
"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/options-resolver": "^4.4|^5.0",
2020-07-04 23:49:25 +02:00
"symfony/property-access": "^4.4|^5.0",
"symfony/translation": "^4.4|^5.0"
},
"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": "*",
"ext-pdo_sqlite": "*",
2020-04-10 12:34:54 +02:00
"ext-zip": "*",
"friendsofphp/php-cs-fixer": "^2.7",
"mongodb/mongodb": "^1.2",
2020-04-10 12:34:54 +02:00
"ocramius/package-versions": "1.4.*",
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"
},
"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",
"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"
}
},
"autoload": {
"psr-4": {
"Omines\\DataTablesBundle\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-09-06 15:49:46 +02:00
"name": "Robbert Beesems",
"email": "robbert.beesems@omines.com",
"homepage": "https://omines.nl/"
},
{
2019-09-06 15:49:46 +02:00
"name": "Niels Keurentjes",
"email": "niels.keurentjes@omines.com",
"homepage": "https://omines.nl/"
}
],
"description": "Symfony DataTables Bundle with native Doctrine ORM, Elastica and MongoDB support",
"keywords": [
"bundle",
"datatable",
"datatables",
"doctrine",
"elastica",
"jquery",
"mongodb",
"orm",
"symfony"
],
"support": {
"issues": "https://github.com/omines/datatables-bundle/issues",
"source": "https://github.com/omines/datatables-bundle/tree/master"
},
"time": "2020-08-24T13:13:59+00:00"
},
{
"name": "paragonie/constant_time_encoding",
"version": "v2.4.0",
"source": {
"type": "git",
"url": "https://github.com/paragonie/constant_time_encoding.git",
"reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c",
"reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c",
"shasum": ""
},
"require": {
"php": "^7|^8"
},
"require-dev": {
"phpunit/phpunit": "^6|^7|^8|^9",
"vimeo/psalm": "^1|^2|^3|^4"
},
"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"
],
"support": {
"email": "info@paragonie.com",
"issues": "https://github.com/paragonie/constant_time_encoding/issues",
"source": "https://github.com/paragonie/constant_time_encoding"
},
"time": "2020-12-06T15:14:20+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"
],
"support": {
"email": "info@paragonie.com",
"issues": "https://github.com/paragonie/random_compat/issues",
"source": "https://github.com/paragonie/random_compat"
},
2020-03-15 13:56:31 +01:00
"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",
"support": {
"issues": "https://github.com/PhenX/php-font-lib/issues",
"source": "https://github.com/PhenX/php-font-lib/tree/0.5.2"
},
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",
"support": {
"issues": "https://github.com/PhenX/php-svg-lib/issues",
"source": "https://github.com/PhenX/php-svg-lib/tree/master"
},
2020-04-14 11:07:07 +02:00
"time": "2019-09-11T20:02:13+00:00"
},
{
"name": "php-http/discovery",
"version": "1.13.0",
"source": {
"type": "git",
"url": "https://github.com/php-http/discovery.git",
"reference": "788f72d64c43dc361e7fcc7464c3d947c64984a7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-http/discovery/zipball/788f72d64c43dc361e7fcc7464c3d947c64984a7",
"reference": "788f72d64c43dc361e7fcc7464c3d947c64984a7",
"shasum": ""
},
"require": {
2020-07-18 23:50:39 +02:00
"php": "^7.1 || ^8.0"
},
"conflict": {
"nyholm/psr7": "<1.0"
},
"require-dev": {
2020-07-18 23:50:39 +02:00
"graham-campbell/phpspec-skip-example-extension": "^5.0",
"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",
"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"
}
},
"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"
],
"support": {
"issues": "https://github.com/php-http/discovery/issues",
"source": "https://github.com/php-http/discovery/tree/1.13.0"
},
"time": "2020-11-27T14:49:42+00:00"
},
{
"name": "php-http/httplug",
2020-07-18 23:50:39 +02:00
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/php-http/httplug.git",
2020-07-18 23:50:39 +02:00
"reference": "191a0a1b41ed026b717421931f8d3bd2514ffbf9"
},
"dist": {
"type": "zip",
2020-07-18 23:50:39 +02:00
"url": "https://api.github.com/repos/php-http/httplug/zipball/191a0a1b41ed026b717421931f8d3bd2514ffbf9",
"reference": "191a0a1b41ed026b717421931f8d3bd2514ffbf9",
"shasum": ""
},
"require": {
2020-07-18 23:50:39 +02:00
"php": "^7.1 || ^8.0",
"php-http/promise": "^1.1",
"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"
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-27 15:38:56 +01:00
"dev-master": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"Http\\Client\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Eric GELOEN",
"email": "geloen.eric@gmail.com"
},
{
"name": "Márk Sági-Kazár",
2020-07-18 23:50:39 +02:00
"email": "mark.sagikazar@gmail.com",
"homepage": "https://sagikazarmark.hu"
}
],
"description": "HTTPlug, the HTTP client abstraction for PHP",
"homepage": "http://httplug.io",
"keywords": [
"client",
"http"
],
"support": {
"issues": "https://github.com/php-http/httplug/issues",
"source": "https://github.com/php-http/httplug/tree/master"
},
2020-07-18 23:50:39 +02:00
"time": "2020-07-13T15:43:23+00:00"
},
{
"name": "php-http/message-factory",
"version": "v1.0.2",
"source": {
"type": "git",
"url": "https://github.com/php-http/message-factory.git",
"reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
"reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
"shasum": ""
},
"require": {
"php": ">=5.4",
"psr/http-message": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
}
],
"description": "Factory interfaces for PSR-7 HTTP Message",
"homepage": "http://php-http.org",
2019-02-23 16:49:38 +01:00
"keywords": [
"factory",
"http",
"message",
"stream",
"uri"
2019-02-23 16:49:38 +01:00
],
"support": {
"issues": "https://github.com/php-http/message-factory/issues",
"source": "https://github.com/php-http/message-factory/tree/master"
},
"time": "2015-12-19T14:08:53+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "php-http/promise",
2020-07-18 23:50:39 +02:00
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/php-http/promise.git",
2020-07-18 23:50:39 +02:00
"reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88"
},
"dist": {
"type": "zip",
2020-07-18 23:50:39 +02:00
"url": "https://api.github.com/repos/php-http/promise/zipball/4c4c1f9b7289a2ec57cde7f1e9762a5789506f88",
"reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88",
"shasum": ""
},
2020-07-18 23:50:39 +02:00
"require": {
"php": "^7.1 || ^8.0"
},
"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"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"psr-4": {
"Http\\Promise\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "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"
}
],
"description": "Promise used for asynchronous HTTP requests",
"homepage": "http://httplug.io",
"keywords": [
"promise"
],
"support": {
"issues": "https://github.com/php-http/promise/issues",
"source": "https://github.com/php-http/promise/tree/1.1.0"
},
2020-07-18 23:50:39 +02:00
"time": "2020-07-07T09:29:14+00:00"
},
{
"name": "php-translation/common",
"version": "3.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-translation/common.git",
"reference": "b786f49d7f222ca345b0e4c32d4a205a845b0e27"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-translation/common/zipball/b786f49d7f222ca345b0e4c32d4a205a845b0e27",
"reference": "b786f49d7f222ca345b0e4c32d4a205a845b0e27",
"shasum": ""
},
"require": {
"php": "^7.2",
"symfony/translation": " ^3.4 || ^4.3 || ^5.0"
},
"require-dev": {
"phpunit/phpunit": "^8.4",
"symfony/phpunit-bridge": "^4.3 || ^5.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Translation\\Common\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com"
}
],
"description": "Common translation stuff",
"support": {
"issues": "https://github.com/php-translation/common/issues",
"source": "https://github.com/php-translation/common/tree/master"
},
"time": "2020-01-18T09:48:23+00:00"
},
{
"name": "php-translation/extractor",
2020-06-13 16:09:06 +02:00
"version": "2.0.2",
"source": {
"type": "git",
"url": "https://github.com/php-translation/extractor.git",
2020-06-13 16:09:06 +02:00
"reference": "e2703aea3a35361bd9e3130253c8a82c14119f10"
},
"dist": {
"type": "zip",
2020-06-13 16:09:06 +02:00
"url": "https://api.github.com/repos/php-translation/extractor/zipball/e2703aea3a35361bd9e3130253c8a82c14119f10",
"reference": "e2703aea3a35361bd9e3130253c8a82c14119f10",
"shasum": ""
},
"require": {
"doctrine/annotations": "^1.2",
"nikic/php-parser": "^3.0 || ^4.0",
"php": "^7.2",
"symfony/finder": "^3.4 || ^4.3 || ^5.0",
"twig/twig": "^2.0 || ^3.0"
},
"require-dev": {
2020-06-13 16:09:06 +02:00
"knplabs/knp-menu": "^3.1",
"phpunit/phpunit": "^8.4",
"symfony/phpunit-bridge": "^5.0",
"symfony/translation": "^3.4 || ^4.3 || ^5.0",
"symfony/twig-bridge": "^3.4 || ^4.3 || ^5.0",
"symfony/validator": "^3.4 || ^4.3 || ^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"psr-4": {
"Translation\\Extractor\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com"
}
],
"description": "Extract translations form the source code",
"support": {
"issues": "https://github.com/php-translation/extractor/issues",
"source": "https://github.com/php-translation/extractor/tree/2.0.2"
},
2020-06-13 16:09:06 +02:00
"time": "2020-06-10T08:44:05+00:00"
},
{
"name": "php-translation/symfony-bundle",
2020-02-29 23:20:38 +01:00
"version": "0.12.1",
"source": {
"type": "git",
"url": "https://github.com/php-translation/symfony-bundle.git",
2020-02-29 23:20:38 +01:00
"reference": "7fbc991062d6cf7d862122d07428adfa972fce78"
},
"dist": {
"type": "zip",
2020-02-29 23:20:38 +01:00
"url": "https://api.github.com/repos/php-translation/symfony-bundle/zipball/7fbc991062d6cf7d862122d07428adfa972fce78",
"reference": "7fbc991062d6cf7d862122d07428adfa972fce78",
"shasum": ""
},
"require": {
"nyholm/nsa": "^1.1",
"php": "^7.1",
"php-translation/extractor": "^2.0",
2020-02-22 17:49:33 +01:00
"php-translation/symfony-storage": "^2.1",
"symfony/finder": "^3.4 || ^4.3 || ^5.0",
"symfony/framework-bundle": "^3.4 || ^4.3 || ^5.0",
"symfony/intl": "^3.4 || ^4.3 || ^5.0",
"symfony/translation": "^3.4 || ^4.3 || ^5.0",
"symfony/twig-bundle": "^3.4 || ^4.3 || ^5.0",
"symfony/validator": "^3.4 || ^4.3 || ^5.0",
"twig/twig": "^2.11 || ^3.0"
},
"conflict": {
"symfony/config": "<3.4.31"
},
"require-dev": {
"matthiasnoback/symfony-config-test": "^4.1",
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
"nyholm/psr7": "^1.1",
"nyholm/symfony-bundle-test": "^1.6.1",
"php-http/curl-client": "^1.7",
"php-http/message": "^1.6",
"php-http/message-factory": "^1.0.2",
"php-translation/translator": "^1.0",
"phpunit/phpunit": "^8.4",
"symfony/asset": "^3.4 || ^4.3 || ^5.0",
"symfony/console": "^3.4 || ^4.3 || ^5.0",
"symfony/dependency-injection": "^3.4 || ^4.3 || ^5.0",
"symfony/phpunit-bridge": "^4.4 || ^5.0",
"symfony/twig-bridge": "^3.4 || ^4.3 || ^5.0",
"symfony/web-profiler-bundle": "^3.4 || ^4.3 || ^5.0"
},
"suggest": {
"php-http/httplug-bundle": "To easier configure your httplug clients."
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
2020-02-29 23:20:38 +01:00
"dev-master": "0.12-dev"
}
},
"autoload": {
"psr-4": {
"Translation\\Bundle\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com"
}
],
"support": {
"issues": "https://github.com/php-translation/symfony-bundle/issues",
"source": "https://github.com/php-translation/symfony-bundle/tree/0.12.1"
},
2020-02-29 23:20:38 +01:00
"time": "2020-02-25T16:44:05+00:00"
},
{
"name": "php-translation/symfony-storage",
2020-02-13 22:04:40 +01:00
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/php-translation/symfony-storage.git",
2020-02-13 22:04:40 +01:00
"reference": "9d6e34d6ed662a6438365bc891768b701fdd6c24"
},
"dist": {
"type": "zip",
2020-02-13 22:04:40 +01:00
"url": "https://api.github.com/repos/php-translation/symfony-storage/zipball/9d6e34d6ed662a6438365bc891768b701fdd6c24",
"reference": "9d6e34d6ed662a6438365bc891768b701fdd6c24",
"shasum": ""
},
"require": {
"php": "^7.2",
"php-translation/common": "^3.0",
"symfony/translation": "^3.4 || ^4.2 || ^5.0"
},
"require-dev": {
"phpunit/phpunit": "^8.4",
"symfony/framework-bundle": " ^3.4 || ^4.2 || ^5.0",
"symfony/phpunit-bridge": "^4.2 || ^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-13 22:04:40 +01:00
"dev-master": "2.2-dev"
}
},
"autoload": {
"psr-4": {
"Translation\\SymfonyStorage\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com"
}
],
"description": "A translation file storage using Symfony translation component.",
"support": {
"issues": "https://github.com/php-translation/symfony-storage/issues",
"source": "https://github.com/php-translation/symfony-storage/tree/master"
},
2020-02-13 22:04:40 +01:00
"time": "2020-02-11T12:49:11+00:00"
},
{
"name": "phpdocumentor/reflection-common",
2020-07-04 23:38:18 +02:00
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2020-07-04 23:38:18 +02:00
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
},
"dist": {
"type": "zip",
2020-07-04 23:38:18 +02:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
"shasum": ""
},
"require": {
2020-07-04 23:38:18 +02:00
"php": "^7.2 || ^8.0"
},
"type": "library",
"extra": {
"branch-alias": {
2020-07-04 23:38:18 +02:00
"dev-2.x": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jaap van Otterdijk",
"email": "opensource@ijaap.nl"
}
],
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
"homepage": "http://www.phpdoc.org",
"keywords": [
"FQSEN",
"phpDocumentor",
"phpdoc",
"reflection",
"static analysis"
],
"support": {
"issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
"source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
},
2020-07-04 23:38:18 +02:00
"time": "2020-06-27T09:03:43+00:00"
},
{
"name": "phpdocumentor/reflection-docblock",
2020-09-22 10:22:22 +02:00
"version": "5.2.2",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2020-09-22 10:22:22 +02:00
"reference": "069a785b2141f5bcf49f3e353548dc1cce6df556"
},
"dist": {
"type": "zip",
2020-09-22 10:22:22 +02:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556",
"reference": "069a785b2141f5bcf49f3e353548dc1cce6df556",
"shasum": ""
},
"require": {
"ext-filter": "*",
"php": "^7.2 || ^8.0",
"phpdocumentor/reflection-common": "^2.2",
"phpdocumentor/type-resolver": "^1.3",
"webmozart/assert": "^1.9.1"
},
"require-dev": {
"mockery/mockery": "~1.3.2"
},
"type": "library",
"extra": {
"branch-alias": {
2020-03-28 17:52:19 +01:00
"dev-master": "5.x-dev"
}
},
"autoload": {
"psr-4": {
2020-03-28 17:52:19 +01:00
"phpDocumentor\\Reflection\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
2020-03-28 17:52:19 +01:00
},
{
"name": "Jaap van Otterdijk",
"email": "account@ijaap.nl"
}
],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
"support": {
"issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
"source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/master"
},
2020-09-22 10:22:22 +02:00
"time": "2020-09-03T19:13:55+00:00"
},
{
"name": "phpdocumentor/type-resolver",
2020-09-22 10:22:22 +02:00
"version": "1.4.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
2020-09-22 10:22:22 +02:00
"reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0"
},
"dist": {
"type": "zip",
2020-09-22 10:22:22 +02:00
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
"reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
"shasum": ""
},
"require": {
2020-07-04 23:38:18 +02:00
"php": "^7.2 || ^8.0",
"phpdocumentor/reflection-common": "^2.0"
},
"require-dev": {
2020-07-04 23:38:18 +02:00
"ext-tokenizer": "*"
},
"type": "library",
"extra": {
"branch-alias": {
2020-07-04 23:38:18 +02:00
"dev-1.x": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
}
],
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
"support": {
"issues": "https://github.com/phpDocumentor/TypeResolver/issues",
"source": "https://github.com/phpDocumentor/TypeResolver/tree/1.4.0"
},
2020-09-22 10:22:22 +02:00
"time": "2020-09-17T18:55:26+00:00"
},
{
"name": "psr/cache",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/cache.git",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
2019-02-23 16:49:38 +01:00
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Cache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for caching libraries",
"keywords": [
"cache",
"psr",
"psr-6"
],
"support": {
"source": "https://github.com/php-fig/cache/tree/master"
},
2019-02-23 16:49:38 +01:00
"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"
],
"support": {
"issues": "https://github.com/php-fig/container/issues",
"source": "https://github.com/php-fig/container/tree/master"
},
2019-02-23 16:49:38 +01:00
"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"
],
"support": {
"issues": "https://github.com/php-fig/event-dispatcher/issues",
"source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
},
2020-05-10 15:55:37 +02:00
"time": "2019-01-08T18:20:26+00:00"
},
{
"name": "psr/http-client",
2020-07-04 23:38:18 +02:00
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-client.git",
2020-07-04 23:38:18 +02:00
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
},
"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",
"shasum": ""
},
"require": {
2020-07-04 23:38:18 +02:00
"php": "^7.0 || ^8.0",
"psr/http-message": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Client\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP clients",
"homepage": "https://github.com/php-fig/http-client",
"keywords": [
"http",
"http-client",
"psr",
"psr-18"
],
"support": {
"source": "https://github.com/php-fig/http-client/tree/master"
},
2020-07-04 23:38:18 +02:00
"time": "2020-06-29T06:28:15+00:00"
},
{
"name": "psr/http-factory",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-factory.git",
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
"shasum": ""
},
"require": {
"php": ">=7.0.0",
"psr/http-message": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interfaces for PSR-7 HTTP message factories",
"keywords": [
"factory",
"http",
"message",
"psr",
"psr-17",
"psr-7",
"request",
"response"
],
"support": {
"source": "https://github.com/php-fig/http-factory/tree/master"
},
"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"
],
"support": {
"source": "https://github.com/php-fig/http-message/tree/master"
},
"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"
],
"support": {
"source": "https://github.com/php-fig/link/tree/master"
},
2019-02-23 16:49:38 +01:00
"time": "2016-10-28T16:06:13+00:00"
},
{
"name": "psr/log",
2020-03-24 21:52:55 +01:00
"version": "1.1.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
2020-03-24 21:52:55 +01:00
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-03-24 21:52:55 +01:00
"url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Psr\\Log\\": "Psr/Log/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
"support": {
"source": "https://github.com/php-fig/log/tree/1.1.3"
},
2020-03-24 21:52:55 +01:00
"time": "2020-03-23T09:12:05+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "psr/simple-cache",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/simple-cache.git",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\SimpleCache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interfaces for simple caching",
"keywords": [
"cache",
"caching",
"psr",
"psr-16",
"simple-cache"
],
"support": {
"source": "https://github.com/php-fig/simple-cache/tree/master"
},
"time": "2017-10-23T01:57:42+00:00"
},
{
"name": "r/u2f-two-factor-bundle",
"version": "0.8.0",
"source": {
"type": "git",
"url": "https://github.com/darookee/u2f-two-factor-bundle.git",
"reference": "36d8b6af1976b6959d32ccc9081c6ae7d842cf09"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/darookee/u2f-two-factor-bundle/zipball/36d8b6af1976b6959d32ccc9081c6ae7d842cf09",
"reference": "36d8b6af1976b6959d32ccc9081c6ae7d842cf09",
"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",
"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"
},
"type": "symfony-bundle",
"autoload": {
"psr-4": {
"R\\U2FTwoFactorBundle\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Uliczka",
"email": "nils.uliczka@darookee.net"
},
{
"name": "Francesco De Francesco",
"email": "francesco.defrancesco@gmail.com"
}
],
"description": "Use U2F-Keys as 2FA for Symfony2, using scheb/two-factor-bundle",
"homepage": "https://github.com/darookee/u2f-two-factor-bundle",
"keywords": [
"Authentication",
"Symfony2",
"fido",
"two-factor",
"two-step",
"yubikey"
],
"support": {
"issues": "https://github.com/darookee/u2f-two-factor-bundle/issues",
"source": "https://github.com/darookee/u2f-two-factor-bundle/tree/master"
},
"time": "2020-05-19T07:35:18+00:00"
},
2019-06-16 12:50:40 +02:00
{
"name": "s9e/regexp-builder",
2020-01-09 19:37:04 +01:00
"version": "1.4.4",
2019-06-16 12:50:40 +02:00
"source": {
"type": "git",
"url": "https://github.com/s9e/RegexpBuilder.git",
2020-01-09 19:37:04 +01:00
"reference": "605b33841a766abd40ba3d07c15d0f62b5e7f033"
2019-06-16 12:50:40 +02:00
},
"dist": {
"type": "zip",
2020-01-09 19:37:04 +01:00
"url": "https://api.github.com/repos/s9e/RegexpBuilder/zipball/605b33841a766abd40ba3d07c15d0f62b5e7f033",
"reference": "605b33841a766abd40ba3d07c15d0f62b5e7f033",
2019-06-16 12:50:40 +02:00
"shasum": ""
},
"require": {
"lib-pcre": ">=7.2",
"php": ">=5.5.1"
},
"require-dev": {
2020-01-09 19:37:04 +01:00
"phpunit/phpunit": "*"
2019-06-16 12:50:40 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"s9e\\RegexpBuilder\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Single-purpose library that generates regular expressions that match a list of strings.",
"homepage": "https://github.com/s9e/RegexpBuilder/",
"keywords": [
"regexp"
],
"support": {
"issues": "https://github.com/s9e/RegexpBuilder/issues",
"source": "https://github.com/s9e/RegexpBuilder/tree/1.4.4"
},
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": "2.0.0",
2020-05-30 21:09:55 +02:00
"source": {
"type": "git",
"url": "https://github.com/s9e/SweetDOM.git",
"reference": "5fc62bc1f4756650924e5cd1b429afcf34542722"
2020-05-30 21:09:55 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/s9e/SweetDOM/zipball/5fc62bc1f4756650924e5cd1b429afcf34542722",
"reference": "5fc62bc1f4756650924e5cd1b429afcf34542722",
2020-05-30 21:09:55 +02:00
"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"
],
"support": {
"issues": "https://github.com/s9e/SweetDOM/issues",
"source": "https://github.com/s9e/SweetDOM/tree/2.0.0"
},
"time": "2020-12-08T16:34:58+00:00"
2020-05-30 21:09:55 +02:00
},
{
"name": "s9e/text-formatter",
"version": "2.8.1",
"source": {
"type": "git",
"url": "https://github.com/s9e/TextFormatter.git",
"reference": "2ac2ab8c28849311424a78ea21a8368423053ce3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/s9e/TextFormatter/zipball/2ac2ab8c28849311424a78ea21a8368423053ce3",
"reference": "2ac2ab8c28849311424a78ea21a8368423053ce3",
"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": "^2.0"
},
"require-dev": {
2020-09-22 10:22:22 +02:00
"code-lts/doctum": "*",
"matthiasmullie/minify": "*",
2020-09-22 10:22:22 +02:00
"phpunit/phpunit": "*"
},
"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": {
"version": "2.8.1"
2019-06-16 12:50:40 +02:00
},
"autoload": {
"psr-4": {
"s9e\\TextFormatter\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2020-09-22 10:22:22 +02:00
"description": "Multi-purpose text formatting and markup library. Plugins offer support for BBCodes, Markdown, emoticons, HTML, embedding third-party 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"
],
"support": {
"issues": "https://github.com/s9e/TextFormatter/issues",
"source": "https://github.com/s9e/TextFormatter/tree/2.8.1"
},
"time": "2020-12-27T17:14:06+00: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"
],
"support": {
"issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues",
"source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.3.1"
},
2020-06-01 21:59:51 +02:00
"time": "2020-06-01T09:10:00+00:00"
2020-04-14 11:07:07 +02:00
},
{
"name": "scheb/two-factor-bundle",
"version": "v4.18.4",
"source": {
"type": "git",
"url": "https://github.com/scheb/two-factor-bundle.git",
"reference": "78f5832d59ec49491ef27edc0fa03a3110139f5c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/78f5832d59ec49491ef27edc0fa03a3110139f5c",
"reference": "78f5832d59ec49491ef27edc0fa03a3110139f5c",
"shasum": ""
},
"require": {
"lcobucci/jwt": "^3.2",
"paragonie/constant_time_encoding": "^2.2",
2020-08-21 21:10:47 +02:00
"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",
"escapestudios/symfony2-coding-standard": "^3.9",
2020-05-09 20:33:49 +02:00
"phpunit/phpunit": "^7.0|^8.0|^9.0",
"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"
},
"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",
"Authentication",
"symfony",
"two-factor",
"two-step"
],
"support": {
"issues": "https://github.com/scheb/two-factor-bundle/issues",
"source": "https://github.com/scheb/two-factor-bundle/tree/v4.18.4"
},
"time": "2020-10-30T19:24:18+00:00"
},
2019-02-23 16:49:38 +01:00
{
"name": "sensio/framework-extra-bundle",
"version": "v5.6.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
"reference": "430d14c01836b77c28092883d195a43ce413ee32"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/430d14c01836b77c28092883d195a43ce413ee32",
"reference": "430d14c01836b77c28092883d195a43ce413ee32",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2019-04-14 13:43:34 +02:00
"doctrine/annotations": "^1.0",
"php": ">=7.2.5",
"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",
"doctrine/persistence": "<1.3"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
"doctrine/dbal": "^2.10|^3.0",
2019-10-19 15:39:14 +02:00
"doctrine/doctrine-bundle": "^1.11|^2.0",
2019-02-23 16:49:38 +01:00
"doctrine/orm": "^2.5",
2019-04-14 13:43:34 +02:00
"nyholm/psr7": "^1.1",
"symfony/browser-kit": "^4.4|^5.0",
"symfony/doctrine-bridge": "^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",
"symfony/phpunit-bridge": "^4.4.9|^5.0.9",
2019-04-14 13:43:34 +02:00
"symfony/psr-http-message-bridge": "^1.1",
"symfony/security-bundle": "^4.4|^5.0",
"symfony/twig-bundle": "^4.4|^5.0",
"symfony/yaml": "^4.4|^5.0",
2019-10-19 15:39:14 +02:00
"twig/twig": "^1.34|^2.4|^3.0"
2019-02-23 16:49:38 +01:00
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "5.6.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"
],
"support": {
"issues": "https://github.com/sensiolabs/SensioFrameworkExtraBundle/issues",
"source": "https://github.com/sensiolabs/SensioFrameworkExtraBundle/tree/v5.6.1"
},
"time": "2020-08-25T19:10:18+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "shivas/versioning-bundle",
2019-12-11 20:12:42 +01:00
"version": "3.2.3",
"source": {
"type": "git",
"url": "https://github.com/shivas/versioning-bundle.git",
2019-12-11 20:12:42 +01:00
"reference": "44611dbbeeef81376baa32d65ac8c263fe307f62"
},
"dist": {
"type": "zip",
2019-12-11 20:12:42 +01:00
"url": "https://api.github.com/repos/shivas/versioning-bundle/zipball/44611dbbeeef81376baa32d65ac8c263fe307f62",
"reference": "44611dbbeeef81376baa32d65ac8c263fe307f62",
"shasum": ""
},
"require": {
2019-12-11 20:12:42 +01:00
"nikolaposa/version": "^2.2 || ^3",
"php": "^7.0",
2019-12-11 20:12:42 +01:00
"symfony/console": "^3.4 || ^4 || ^5",
"symfony/framework-bundle": "^3.4 || ^4 || ^5",
"symfony/process": "^3.4 || ^4 || ^5"
},
"require-dev": {
"mikey179/vfsstream": "^1.6",
"phpunit/phpunit": "^6.5 || ^7",
"symfony/phpunit-bridge": "^4.3"
},
"type": "symfony-bundle",
"autoload": {
"psr-4": {
"Shivas\\VersioningBundle\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Audrius Karabanovas",
2019-11-21 21:52:41 +01:00
"email": "audrius@karabanovas.net",
"role": "Developer"
}
],
"description": "Symfony3|4 application versioning, simple console command to manage version (with providers e.g. git tag) of your application using Semantic Versioning 2.0.0 recommendations",
"homepage": "https://github.com/shivas/versioning-bundle",
"keywords": [
"semantic",
"semver",
"version",
"versioning"
],
"support": {
"issues": "https://github.com/shivas/versioning-bundle/issues",
"source": "https://github.com/shivas/versioning-bundle/tree/master",
"wiki": "https://github.com/shivas/versioning-bundle/wiki"
},
2019-12-11 20:12:42 +01:00
"time": "2019-12-08T15:52:26+00:00"
},
{
"name": "spomky-labs/otphp",
2020-02-22 17:49:33 +01:00
"version": "v10.0.1",
"source": {
"type": "git",
"url": "https://github.com/Spomky-Labs/otphp.git",
2020-02-22 17:49:33 +01:00
"reference": "f44cce5a9db4b8da410215d992110482c931232f"
},
"dist": {
"type": "zip",
2020-02-22 17:49:33 +01:00
"url": "https://api.github.com/repos/Spomky-Labs/otphp/zipball/f44cce5a9db4b8da410215d992110482c931232f",
"reference": "f44cce5a9db4b8da410215d992110482c931232f",
"shasum": ""
},
"require": {
"beberlei/assert": "^3.0",
"ext-mbstring": "*",
"paragonie/constant_time_encoding": "^2.0",
"php": "^7.2|^8.0",
2020-02-22 17:49:33 +01:00
"thecodingmachine/safe": "^0.1.14|^1.0"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.0",
2020-02-22 17:49:33 +01:00
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-beberlei-assert": "^0.12",
"phpstan/phpstan-deprecation-rules": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12",
"phpunit/phpunit": "^8.0",
2020-02-22 17:49:33 +01:00
"thecodingmachine/phpstan-safe-rule": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"v10.0": "10.0.x-dev",
"v9.0": "9.0.x-dev",
"v8.3": "8.3.x-dev"
}
},
"autoload": {
"psr-4": {
"OTPHP\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Florent Morselli",
"homepage": "https://github.com/Spomky"
},
{
"name": "All contributors",
"homepage": "https://github.com/Spomky-Labs/otphp/contributors"
}
],
"description": "A PHP library for generating one time passwords according to RFC 4226 (HOTP Algorithm) and the RFC 6238 (TOTP Algorithm) and compatible with Google Authenticator",
"homepage": "https://github.com/Spomky-Labs/otphp",
"keywords": [
"FreeOTP",
"RFC 4226",
"RFC 6238",
"google authenticator",
"hotp",
"otp",
"totp"
],
"support": {
"issues": "https://github.com/Spomky-Labs/otphp/issues",
"source": "https://github.com/Spomky-Labs/otphp/tree/v10.0.1"
},
2020-02-22 17:49:33 +01:00
"time": "2020-01-28T09:24:19+00:00"
},
2019-03-25 16:42:50 +01:00
{
"name": "symfony/apache-pack",
"version": "v1.0.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/apache-pack.git",
"reference": "3aa5818d73ad2551281fc58a75afd9ca82622e6c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/apache-pack/zipball/3aa5818d73ad2551281fc58a75afd9ca82622e6c",
"reference": "3aa5818d73ad2551281fc58a75afd9ca82622e6c",
"shasum": ""
},
"type": "symfony-pack",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A pack for Apache support in Symfony",
"support": {
"issues": "https://github.com/symfony/apache-pack/issues",
"source": "https://github.com/symfony/apache-pack/tree/master"
},
2019-03-25 16:42:50 +01:00
"time": "2017-12-12T01:46:35+00:00"
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/asset",
"version": "v5.1.10",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/asset.git",
"reference": "d254631bc20fb82a5827602dc2fa84a3118ec3f5"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/asset/zipball/d254631bc20fb82a5827602dc2fa84a3118ec3f5",
"reference": "d254631bc20fb82a5827602dc2fa84a3118ec3f5",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=7.2.5"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
"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",
"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",
"support": {
"source": "https://github.com/symfony/asset/tree/v5.1.10"
},
"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-12-14T07:03:02+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/cache",
"version": "v5.2.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/cache.git",
"reference": "5e61d63b1ef4fb4852994038267ad45e12f3ec52"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/cache/zipball/5e61d63b1ef4fb4852994038267ad45e12f3ec52",
"reference": "5e61d63b1ef4fb4852994038267ad45e12f3ec52",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
2019-02-23 16:49:38 +01:00
"psr/cache": "~1.0",
"psr/log": "^1.1",
2019-11-21 22:16:30 +01:00
"symfony/cache-contracts": "^1.1.7|^2",
"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.10",
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",
"doctrine/cache": "^1.6",
"doctrine/dbal": "^2.10|^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",
"symfony/filesystem": "^4.4|^5.0",
"symfony/http-kernel": "^4.4|^5.0",
"symfony/messenger": "^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",
"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"
],
"support": {
"source": "https://github.com/symfony/cache/tree/v5.2.1"
},
"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-12-10T19:16:15+00:00"
2019-07-12 21:00:29 +02:00
},
{
"name": "symfony/cache-contracts",
2020-09-22 10:22:22 +02:00
"version": "v2.2.0",
2019-07-12 21:00:29 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/cache-contracts.git",
2020-09-22 10:22:22 +02:00
"reference": "8034ca0b61d4dd967f3698aaa1da2507b631d0cb"
2019-07-12 21:00:29 +02:00
},
"dist": {
"type": "zip",
2020-09-22 10:22:22 +02:00
"url": "https://api.github.com/repos/symfony/cache-contracts/zipball/8034ca0b61d4dd967f3698aaa1da2507b631d0cb",
"reference": "8034ca0b61d4dd967f3698aaa1da2507b631d0cb",
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-09-22 10:22:22 +02:00
"dev-master": "2.2-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"
],
"support": {
"source": "https://github.com/symfony/cache-contracts/tree/v2.2.0"
},
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"
}
],
2020-09-22 10:22:22 +02:00
"time": "2020-09-07T11:33:47+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/config",
"version": "v5.2.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
"reference": "d0a82d965296083fe463d655a3644cbe49cbaa80"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/d0a82d965296083fe463d655a3644cbe49cbaa80",
"reference": "d0a82d965296083fe463d655a3644cbe49cbaa80",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1",
2020-05-10 15:55:37 +02:00
"symfony/filesystem": "^4.4|^5.0",
"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",
"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",
"support": {
"source": "https://github.com/symfony/config/tree/v5.2.1"
},
"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-12-09T18:54:12+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/console",
"version": "v5.1.10",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "60aeac975b988cdc7b5e3ed0903aa4dfe9f9efd4"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/60aeac975b988cdc7b5e3ed0903aa4dfe9f9efd4",
"reference": "60aeac975b988cdc7b5e3ed0903aa4dfe9f9efd4",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
2019-06-16 12:36:17 +02:00
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "^1.8",
"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",
"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",
"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",
"support": {
"source": "https://github.com/symfony/console/tree/v5.1.10"
},
"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-12-18T08:02:46+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/css-selector",
"version": "v5.2.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
"reference": "f789e7ead4c79e04ca9a6d6162fc629c89bd8054"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/f789e7ead4c79e04ca9a6d6162fc629c89bd8054",
"reference": "f789e7ead4c79e04ca9a6d6162fc629c89bd8054",
"shasum": ""
},
"require": {
"php": ">=7.2.5"
},
"type": "library",
"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",
"support": {
"source": "https://github.com/symfony/css-selector/tree/v5.2.1"
},
"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-12-08T17:02:38+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/dependency-injection",
"version": "v5.2.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
"reference": "7f8a9e9eff0581a33e20f6c5d41096fe22832d25"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/7f8a9e9eff0581a33e20f6c5d41096fe22832d25",
"reference": "7f8a9e9eff0581a33e20f6c5d41096fe22832d25",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
2019-02-23 16:49:38 +01:00
"psr/container": "^1.0",
"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": {
"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": {
"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",
"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",
"support": {
"source": "https://github.com/symfony/dependency-injection/tree/v5.2.1"
},
"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-12-18T08:03:05+00:00"
},
{
"name": "symfony/deprecation-contracts",
2020-09-22 10:22:22 +02:00
"version": "v2.2.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
2020-09-22 10:22:22 +02:00
"reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665"
},
"dist": {
"type": "zip",
2020-09-22 10:22:22 +02:00
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5fa56b4074d1ae755beb55617ddafe6f5d78f665",
"reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
2020-09-22 10:22:22 +02:00
"dev-master": "2.2-dev"
2020-07-18 23:50:39 +02:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"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",
"support": {
"source": "https://github.com/symfony/deprecation-contracts/tree/master"
},
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"
}
],
2020-09-22 10:22:22 +02:00
"time": "2020-09-07T11:33:47+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/doctrine-bridge",
"version": "v5.1.10",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/doctrine-bridge.git",
"reference": "7c9886668f6a74611649cd037b07b996a0c58ad8"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/7c9886668f6a74611649cd037b07b996a0c58ad8",
"reference": "7c9886668f6a74611649cd037b07b996a0c58ad8",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"doctrine/event-manager": "~1.0",
"doctrine/persistence": "^1.3|^2",
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1",
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",
"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",
"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": {
"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",
"doctrine/data-fixtures": "^1.1",
"doctrine/dbal": "~2.4|^3.0",
2019-08-27 13:34:33 +02:00
"doctrine/orm": "^2.6.3",
"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",
"symfony/doctrine-messenger": "^5.1",
2020-05-10 15:55:37 +02:00
"symfony/expression-language": "^4.4|^5.0",
2020-10-02 12:16:12 +02:00
"symfony/form": "^5.1.3",
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",
"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",
"support": {
"source": "https://github.com/symfony/doctrine-bridge/tree/v5.1.10"
},
"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-12-14T14:33:09+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/dotenv",
"version": "v5.1.10",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/dotenv.git",
"reference": "204a9dc6f70a13d9d24ebbf2c5ce51be235f3d7b"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dotenv/zipball/204a9dc6f70a13d9d24ebbf2c5ce51be235f3d7b",
"reference": "204a9dc6f70a13d9d24ebbf2c5ce51be235f3d7b",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"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",
"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"
],
"support": {
"source": "https://github.com/symfony/dotenv/tree/v5.1.10"
},
"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-12-08T17:02:38+00:00"
2019-11-21 22:16:30 +01:00
},
{
"name": "symfony/error-handler",
"version": "v5.2.1",
2019-11-21 22:16:30 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
"reference": "59b190ce16ddf32771a22087b60f6dafd3407147"
2019-11-21 22:16:30 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/59b190ce16ddf32771a22087b60f6dafd3407147",
"reference": "59b190ce16ddf32771a22087b60f6dafd3407147",
2019-11-21 22:16:30 +01:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
2020-05-10 15:55:37 +02:00
"psr/log": "^1.0",
"symfony/polyfill-php80": "^1.15",
2019-11-21 22:16:30 +01:00
"symfony/var-dumper": "^4.4|^5.0"
},
"require-dev": {
"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",
"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",
"support": {
"source": "https://github.com/symfony/error-handler/tree/v5.2.1"
},
"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-12-09T18:54:12+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/event-dispatcher",
"version": "v5.2.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "1c93f7a1dff592c252574c79a8635a8a80856042"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1c93f7a1dff592c252574c79a8635a8a80856042",
"reference": "1c93f7a1dff592c252574c79a8635a8a80856042",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"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",
2020-10-02 12:16:12 +02:00
"symfony/error-handler": "^4.4|^5.0",
2020-05-10 15:55:37 +02:00
"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",
"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",
"support": {
"source": "https://github.com/symfony/event-dispatcher/tree/v5.2.1"
},
"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-12-18T08:03:05+00:00"
2019-07-12 21:00:29 +02:00
},
{
"name": "symfony/event-dispatcher-contracts",
2020-09-22 10:22:22 +02:00
"version": "v2.2.0",
2019-07-12 21:00:29 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
2020-09-22 10:22:22 +02:00
"reference": "0ba7d54483095a198fa51781bc608d17e84dffa2"
2019-07-12 21:00:29 +02:00
},
"dist": {
"type": "zip",
2020-09-22 10:22:22 +02:00
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/0ba7d54483095a198fa51781bc608d17e84dffa2",
"reference": "0ba7d54483095a198fa51781bc608d17e84dffa2",
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-09-22 10:22:22 +02:00
"dev-master": "2.2-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"
],
"support": {
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.2.0"
},
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"
}
],
2020-09-22 10:22:22 +02:00
"time": "2020-09-07T11:33:47+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/expression-language",
"version": "v5.1.10",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/expression-language.git",
"reference": "70ced958a50abbfb9e6a260fb2c60c8163021665"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/expression-language/zipball/70ced958a50abbfb9e6a260fb2c60c8163021665",
"reference": "70ced958a50abbfb9e6a260fb2c60c8163021665",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
2020-05-10 15:55:37 +02:00
"symfony/cache": "^4.4|^5.0",
"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",
"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",
"support": {
"source": "https://github.com/symfony/expression-language/tree/v5.1.10"
},
"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-12-08T17:02:38+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/filesystem",
"version": "v5.2.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
"reference": "fa8f8cab6b65e2d99a118e082935344c5ba8c60d"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/fa8f8cab6b65e2d99a118e082935344c5ba8c60d",
"reference": "fa8f8cab6b65e2d99a118e082935344c5ba8c60d",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
2019-02-23 16:49:38 +01:00
"symfony/polyfill-ctype": "~1.8"
},
"type": "library",
"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",
"support": {
"source": "https://github.com/symfony/filesystem/tree/v5.2.1"
},
"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-11-30T17:05:38+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/finder",
"version": "v5.2.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
"reference": "0b9231a5922fd7287ba5b411893c0ecd2733e5ba"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/0b9231a5922fd7287ba5b411893c0ecd2733e5ba",
"reference": "0b9231a5922fd7287ba5b411893c0ecd2733e5ba",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=7.2.5"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"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",
"support": {
"source": "https://github.com/symfony/finder/tree/v5.2.1"
},
"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-12-08T17:02:38+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/flex",
"version": "v1.11.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/flex.git",
"reference": "ceb2b4e612bd0b4bb36a4d7fb2e800c861652f48"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/flex/zipball/ceb2b4e612bd0b4bb36a4d7fb2e800c861652f48",
"reference": "ceb2b4e612bd0b4bb36a4d7fb2e800c861652f48",
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/filesystem": "^4.4|^5.0",
2020-05-22 12:30:25 +02:00
"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": {
"dev-main": "1.9-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",
"support": {
"issues": "https://github.com/symfony/flex/issues",
"source": "https://github.com/symfony/flex/tree/v1.11.0"
},
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-12-03T10:57:35+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/form",
"version": "v5.1.10",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/form.git",
"reference": "a75921b3c47a431b97aa4b8051893491ceb0a2aa"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/form/zipball/a75921b3c47a431b97aa4b8051893491ceb0a2aa",
"reference": "a75921b3c47a431b97aa4b8051893491ceb0a2aa",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"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",
"symfony/options-resolver": "^5.1",
2019-02-23 16:49:38 +01:00
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "^1.15",
"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",
"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",
"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.17|^5.1.9",
2020-05-10 15:55:37 +02:00
"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",
"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",
"support": {
"source": "https://github.com/symfony/form/tree/v5.1.10"
},
"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-12-18T08:02:46+00:00"
},
{
"name": "symfony/framework-bundle",
"version": "v5.1.10",
"source": {
"type": "git",
"url": "https://github.com/symfony/framework-bundle.git",
"reference": "a2d9f92436e7293f1941363312b530920d540e90"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/framework-bundle/zipball/a2d9f92436e7293f1941363312b530920d540e90",
"reference": "a2d9f92436e7293f1941363312b530920d540e90",
"shasum": ""
2019-02-23 16:49:38 +01:00
},
"require": {
"ext-xml": "*",
"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",
"symfony/dependency-injection": "^5.1",
"symfony/deprecation-contracts": "^2.1",
2019-12-01 15:18:44 +01:00
"symfony/error-handler": "^4.4.1|^5.0.1",
"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",
"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",
"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",
"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",
"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",
"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",
"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",
"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",
"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",
"support": {
"source": "https://github.com/symfony/framework-bundle/tree/v5.1.10"
},
"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-12-14T14:33:09+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/http-client",
"version": "v5.1.10",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client.git",
"reference": "81c60c5844e1e9e4913eb624bcd216f116d4e3e7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-client/zipball/81c60c5844e1e9e4913eb624bcd216f116d4e3e7",
"reference": "81c60c5844e1e9e4913eb624bcd216f116d4e3e7",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/log": "^1.0",
2020-10-02 12:16:12 +02:00
"symfony/http-client-contracts": "^2.2",
2019-12-01 15:18:44 +01:00
"symfony/polyfill-php73": "^1.11",
"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
},
"provide": {
2019-11-21 22:16:30 +01:00
"php-http/async-client-implementation": "*",
"php-http/client-implementation": "*",
"psr/http-client-implementation": "1.0",
"symfony/http-client-implementation": "1.1"
},
"require-dev": {
"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",
"nyholm/psr7": "^1.0",
2019-11-21 22:16:30 +01:00
"php-http/httplug": "^1.0|^2.0",
"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.13|^5.1.5",
2020-05-10 15:55:37 +02:00
"symfony/process": "^4.4|^5.0"
},
"type": "library",
"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",
"support": {
"source": "https://github.com/symfony/http-client/tree/v5.1.10"
},
"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-12-14T10:10:03+00:00"
},
{
"name": "symfony/http-client-contracts",
"version": "v2.3.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client-contracts.git",
"reference": "41db680a15018f9c1d4b23516059633ce280ca33"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/41db680a15018f9c1d4b23516059633ce280ca33",
"reference": "41db680a15018f9c1d4b23516059633ce280ca33",
"shasum": ""
},
"require": {
2020-05-30 21:09:55 +02:00
"php": ">=7.2.5"
},
"suggest": {
"symfony/http-client-implementation": ""
},
"type": "library",
"extra": {
"branch-version": "2.3",
"branch-alias": {
"dev-main": "2.3-dev"
2020-07-18 23:50:39 +02:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"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"
],
"support": {
"source": "https://github.com/symfony/http-client-contracts/tree/v2.3.1"
},
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-10-14T17:08:19+00:00"
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/http-foundation",
"version": "v5.2.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
"reference": "a1f6218b29897ab52acba58cfa905b83625bef8d"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/a1f6218b29897ab52acba58cfa905b83625bef8d",
"reference": "a1f6218b29897ab52acba58cfa905b83625bef8d",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"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",
"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",
"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",
"support": {
"source": "https://github.com/symfony/http-foundation/tree/v5.2.1"
},
"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-12-18T10:00:10+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/http-kernel",
"version": "v5.1.10",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
"reference": "006feae3085f3ae2ee392dd419e910fdfd20a2ea"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/006feae3085f3ae2ee392dd419e910fdfd20a2ea",
"reference": "006feae3085f3ae2ee392dd419e910fdfd20a2ea",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
2019-02-23 16:49:38 +01:00
"psr/log": "~1.0",
"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",
2020-10-02 12:16:12 +02:00
"symfony/http-client-contracts": "^1.1|^2",
2019-11-21 22:16:30 +01:00
"symfony/http-foundation": "^4.4|^5.0",
"symfony/polyfill-ctype": "^1.8",
"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",
"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",
"support": {
"source": "https://github.com/symfony/http-kernel/tree/v5.1.10"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
2019-02-23 16:49:38 +01:00
},
{
"url": "https://github.com/fabpot",
"type": "github"
2019-02-23 16:49:38 +01:00
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2019-02-23 16:49:38 +01:00
}
],
"time": "2020-12-18T13:43:29+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/intl",
"version": "v5.2.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/intl.git",
"reference": "53927f98c9201fe5db3cfc4d574b1f4039020297"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/intl/zipball/53927f98c9201fe5db3cfc4d574b1f4039020297",
"reference": "53927f98c9201fe5db3cfc4d574b1f4039020297",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"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",
"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"
],
"support": {
"source": "https://github.com/symfony/intl/tree/v5.2.1"
},
"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-12-14T10:10:03+00:00"
2019-06-16 12:36:17 +02:00
},
{
"name": "symfony/mailer",
"version": "v5.1.10",
"source": {
"type": "git",
"url": "https://github.com/symfony/mailer.git",
"reference": "bc6c244e27dbb1d843565b9905e50f318a9e675c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/mailer/zipball/bc6c244e27dbb1d843565b9905e50f318a9e675c",
"reference": "bc6c244e27dbb1d843565b9905e50f318a9e675c",
"shasum": ""
},
"require": {
"egulias/email-validator": "^2.1.10",
"php": ">=7.2.5",
"psr/log": "~1.0",
2020-05-10 15:55:37 +02:00
"symfony/event-dispatcher": "^4.4|^5.0",
"symfony/mime": "^4.4|^5.0",
"symfony/polyfill-php80": "^1.15",
"symfony/service-contracts": "^1.1|^2"
},
"conflict": {
2020-05-10 15:55:37 +02:00
"symfony/http-kernel": "<4.4"
},
"require-dev": {
"symfony/amazon-mailer": "^4.4|^5.0",
"symfony/google-mailer": "^4.4|^5.0",
"symfony/http-client-contracts": "^1.1|^2",
"symfony/mailchimp-mailer": "^4.4|^5.0",
"symfony/mailgun-mailer": "^4.4|^5.0",
"symfony/messenger": "^4.4|^5.0",
"symfony/postmark-mailer": "^4.4|^5.0",
"symfony/sendgrid-mailer": "^4.4|^5.0"
},
"type": "library",
"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",
"support": {
"source": "https://github.com/symfony/mailer/tree/v5.1.10"
},
"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-12-18T08:02:46+00:00"
},
2019-06-16 12:36:17 +02:00
{
"name": "symfony/mime",
"version": "v5.2.1",
2019-06-16 12:36:17 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
"reference": "de97005aef7426ba008c46ba840fc301df577ada"
2019-06-16 12:36:17 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/mime/zipball/de97005aef7426ba008c46ba840fc301df577ada",
"reference": "de97005aef7426ba008c46ba840fc301df577ada",
2019-06-16 12:36:17 +02:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1",
2019-06-16 12:36:17 +02:00
"symfony/polyfill-intl-idn": "^1.10",
"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",
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/property-access": "^4.4|^5.1",
"symfony/property-info": "^4.4|^5.1",
"symfony/serializer": "^5.2"
2019-06-16 12:36:17 +02:00
},
"type": "library",
"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"
],
"support": {
"source": "https://github.com/symfony/mime/tree/v5.2.1"
},
"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-12-09T18:54:12+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/monolog-bridge",
"version": "v5.2.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/monolog-bridge.git",
"reference": "c024671adcac903b142dd952306a243d35843963"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/c024671adcac903b142dd952306a243d35843963",
"reference": "c024671adcac903b142dd952306a243d35843963",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-10 15:55:37 +02:00
"monolog/monolog": "^1.25.1|^2",
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1",
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",
"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",
"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",
"support": {
"source": "https://github.com/symfony/monolog-bridge/tree/v5.2.1"
},
"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-12-10T19:16:15+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/monolog-bundle",
"version": "v3.6.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/monolog-bundle.git",
"reference": "e495f5c7e4e672ffef4357d4a4d85f010802f940"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/e495f5c7e4e672ffef4357d4a4d85f010802f940",
"reference": "e495f5c7e4e672ffef4357d4a4d85f010802f940",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"monolog/monolog": "~1.22 || ~2.0",
2019-02-23 16:49:38 +01:00
"php": ">=5.6",
"symfony/config": "~3.4 || ~4.0 || ^5.0",
"symfony/dependency-injection": "~3.4.10 || ^4.0.10 || ^5.0",
"symfony/http-kernel": "~3.4 || ~4.0 || ^5.0",
"symfony/monolog-bridge": "~3.4 || ~4.0 || ^5.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
"symfony/console": "~3.4 || ~4.0 || ^5.0",
"symfony/phpunit-bridge": "^4.4 || ^5.0",
"symfony/yaml": "~3.4 || ~4.0 || ^5.0"
2019-02-23 16:49:38 +01:00
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Bundle\\MonologBundle\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
2019-02-23 16:49:38 +01:00
}
],
"description": "Symfony MonologBundle",
"homepage": "http://symfony.com",
"keywords": [
"log",
"logging"
],
"support": {
"issues": "https://github.com/symfony/monolog-bundle/issues",
"source": "https://github.com/symfony/monolog-bundle/tree/v3.6.0"
},
"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-10-06T15:12:11+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/options-resolver",
"version": "v5.2.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/options-resolver.git",
"reference": "87a2a4a766244e796dd9cb9d6f58c123358cd986"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/87a2a4a766244e796dd9cb9d6f58c123358cd986",
"reference": "87a2a4a766244e796dd9cb9d6f58c123358cd986",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1",
"symfony/polyfill-php73": "~1.0",
"symfony/polyfill-php80": "^1.15"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"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"
],
"support": {
"source": "https://github.com/symfony/options-resolver/tree/v5.2.1"
},
"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-10-24T12:08:07+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/orm-pack",
"version": "v2.1.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/orm-pack.git",
"reference": "357f6362067b1ebb94af321b79f8939fc9118751"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/orm-pack/zipball/357f6362067b1ebb94af321b79f8939fc9118751",
"reference": "357f6362067b1ebb94af321b79f8939fc9118751",
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": "*",
"symfony/proxy-manager-bridge": "*"
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",
"support": {
"issues": "https://github.com/symfony/orm-pack/issues",
"source": "https://github.com/symfony/orm-pack/tree/v2.1.0"
},
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-12-22T16:33:52+00:00"
2019-02-23 16:49:38 +01:00
},
2020-03-15 13:56:31 +01:00
{
"name": "symfony/polyfill-ctype",
"version": "v1.20.0",
2020-03-15 13:56:31 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "f4ba089a5b6366e453971d3aad5fe8e897b37f41"
2020-03-15 13:56:31 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f4ba089a5b6366e453971d3aad5fe8e897b37f41",
"reference": "f4ba089a5b6366e453971d3aad5fe8e897b37f41",
2020-03-15 13:56:31 +01:00
"shasum": ""
},
"require": {
"php": ">=7.1"
2020-03-15 13:56:31 +01:00
},
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.20-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"
],
"support": {
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.20.0"
},
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-10-23T14:02:19+00:00"
2020-03-15 13:56:31 +01:00
},
{
"name": "symfony/polyfill-intl-grapheme",
"version": "v1.20.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
"reference": "c7cf3f858ec7d70b89559d6e6eb1f7c2517d479c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/c7cf3f858ec7d70b89559d6e6eb1f7c2517d479c",
"reference": "c7cf3f858ec7d70b89559d6e6eb1f7c2517d479c",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.20-dev"
2020-07-04 23:38:18 +02:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"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"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.20.0"
},
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-10-23T14:02:19+00:00"
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/polyfill-intl-icu",
"version": "v1.20.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-icu.git",
"reference": "c44d5bf6a75eed79555c6bf37505c6d39559353e"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/c44d5bf6a75eed79555c6bf37505c6d39559353e",
"reference": "c44d5bf6a75eed79555c6bf37505c6d39559353e",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=7.1",
"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": {
"dev-main": "1.20-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"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.20.0"
},
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-10-23T14:02:19+00:00"
2019-02-23 16:49:38 +01:00
},
2019-03-12 12:40:35 +01:00
{
"name": "symfony/polyfill-intl-idn",
"version": "v1.20.0",
2019-03-12 12:40:35 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
"reference": "3b75acd829741c768bc8b1f84eb33265e7cc5117"
2019-03-12 12:40:35 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/3b75acd829741c768bc8b1f84eb33265e7cc5117",
"reference": "3b75acd829741c768bc8b1f84eb33265e7cc5117",
2019-03-12 12:40:35 +01:00
"shasum": ""
},
"require": {
"php": ">=7.1",
2020-07-18 23:50:39 +02:00
"symfony/polyfill-intl-normalizer": "^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": {
"dev-main": "1.20-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"
},
2020-07-18 23:50:39 +02:00
{
"name": "Trevor Rowbotham",
"email": "trevor.rowbotham@pm.me"
},
{
"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"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.20.0"
},
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-10-23T14:02:19+00:00"
2019-03-12 12:40:35 +01:00
},
{
"name": "symfony/polyfill-intl-normalizer",
"version": "v1.20.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
"reference": "727d1096295d807c309fb01a851577302394c897"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/727d1096295d807c309fb01a851577302394c897",
"reference": "727d1096295d807c309fb01a851577302394c897",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.20-dev"
2020-07-04 23:38:18 +02:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"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"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.20.0"
},
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-10-23T14:02:19+00:00"
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/polyfill-mbstring",
"version": "v1.20.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "39d483bdf39be819deabf04ec872eb0b2410b531"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/39d483bdf39be819deabf04ec872eb0b2410b531",
"reference": "39d483bdf39be819deabf04ec872eb0b2410b531",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=7.1"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.20-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"
],
"support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.20.0"
},
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-10-23T14:02:19+00:00"
2020-07-18 23:50:39 +02:00
},
{
"name": "symfony/polyfill-php72",
"version": "v1.20.0",
2020-07-18 23:50:39 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
"reference": "cede45fcdfabdd6043b3592e83678e42ec69e930"
2020-07-18 23:50:39 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cede45fcdfabdd6043b3592e83678e42ec69e930",
"reference": "cede45fcdfabdd6043b3592e83678e42ec69e930",
2020-07-18 23:50:39 +02:00
"shasum": ""
},
"require": {
"php": ">=7.1"
2020-07-18 23:50:39 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.20-dev"
2020-07-18 23:50:39 +02:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php72\\": ""
2020-07-18 23:50:39 +02:00
},
"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",
2020-07-18 23:50:39 +02:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php72/tree/v1.20.0"
},
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-10-23T14:02:19+00:00"
2019-02-23 16:49:38 +01:00
},
2019-03-12 12:40:35 +01:00
{
"name": "symfony/polyfill-php73",
"version": "v1.20.0",
2019-03-12 12:40:35 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php73.git",
"reference": "8ff431c517be11c78c48a39a66d37431e26a6bed"
2019-03-12 12:40:35 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/8ff431c517be11c78c48a39a66d37431e26a6bed",
"reference": "8ff431c517be11c78c48a39a66d37431e26a6bed",
2019-03-12 12:40:35 +01:00
"shasum": ""
},
"require": {
"php": ">=7.1"
2019-03-12 12:40:35 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.20-dev"
2020-07-18 23:50:39 +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\\Php73\\": ""
2019-03-12 12:40:35 +01:00
},
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
2019-03-12 12:40:35 +01:00
]
},
"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",
2019-03-12 12:40:35 +01:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php73/tree/v1.20.0"
},
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-10-23T14:02:19+00:00"
2019-03-12 12:40:35 +01:00
},
2019-06-16 12:36:17 +02:00
{
"name": "symfony/polyfill-php80",
"version": "v1.20.0",
2019-06-16 12:36:17 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
"reference": "e70aa8b064c5b72d3df2abd5ab1e90464ad009de"
2019-06-16 12:36:17 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/e70aa8b064c5b72d3df2abd5ab1e90464ad009de",
"reference": "e70aa8b064c5b72d3df2abd5ab1e90464ad009de",
2019-06-16 12:36:17 +02:00
"shasum": ""
},
"require": {
"php": ">=7.1"
2019-06-16 12:36:17 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.20-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\\Php80\\": ""
2019-06-16 12:36:17 +02:00
},
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ion Bazan",
"email": "ion.bazan@gmail.com"
},
2019-06-16 12:36:17 +02:00
{
"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",
2019-06-16 12:36:17 +02:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php80/tree/v1.20.0"
},
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-10-23T14:02:19+00:00"
2019-06-16 12:36:17 +02:00
},
{
"name": "symfony/process",
"version": "v5.1.10",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
"reference": "8063b99558c9b104a1c54bfd2f0b69f43f1ed1bb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/8063b99558c9b104a1c54bfd2f0b69f43f1ed1bb",
"reference": "8063b99558c9b104a1c54bfd2f0b69f43f1ed1bb",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.15"
},
"type": "library",
"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",
"support": {
"source": "https://github.com/symfony/process/tree/v5.1.10"
},
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-12-08T17:02:38+00:00"
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/property-access",
"version": "v5.2.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/property-access.git",
"reference": "243dcdda2f276cb31efa31a015d0fdb5076931ce"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/property-access/zipball/243dcdda2f276cb31efa31a015d0fdb5076931ce",
"reference": "243dcdda2f276cb31efa31a015d0fdb5076931ce",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1",
"symfony/polyfill-php80": "^1.15",
"symfony/property-info": "^5.2"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
"symfony/cache": "^4.4|^5.0"
},
"suggest": {
"psr/cache-implementation": "To cache access methods."
2019-02-23 16:49:38 +01:00
},
"type": "library",
2019-02-23 16:49:38 +01:00
"autoload": {
"psr-4": {
"Symfony\\Component\\PropertyAccess\\": ""
2019-02-23 16:49:38 +01:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony PropertyAccess Component",
2019-02-23 16:49:38 +01:00
"homepage": "https://symfony.com",
"keywords": [
"access",
"array",
"extraction",
"index",
"injection",
"object",
"property",
"property path",
"reflection"
],
"support": {
"source": "https://github.com/symfony/property-access/tree/v5.2.1"
},
"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-12-10T19:16:15+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/property-info",
"version": "v5.2.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/property-info.git",
"reference": "f65694a05eb7742c5f2951f20676de367ffaaaea"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/property-info/zipball/f65694a05eb7742c5f2951f20676de367ffaaaea",
"reference": "f65694a05eb7742c5f2951f20676de367ffaaaea",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1",
"symfony/polyfill-php80": "^1.15",
"symfony/string": "^5.1"
},
"conflict": {
"phpdocumentor/reflection-docblock": "<3.2.2",
"phpdocumentor/type-resolver": "<0.3.0",
"symfony/dependency-injection": "<4.4"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
"doctrine/annotations": "~1.7",
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
"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"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\PropertyInfo\\": ""
2019-02-23 16:49:38 +01:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kévin Dunglas",
"email": "dunglas@gmail.com"
2019-02-23 16:49:38 +01:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Property Info Component",
2019-02-23 16:49:38 +01:00
"homepage": "https://symfony.com",
"keywords": [
"doctrine",
"phpdoc",
2019-02-23 16:49:38 +01:00
"property",
"symfony",
"type",
"validator"
2019-02-23 16:49:38 +01:00
],
"support": {
"source": "https://github.com/symfony/property-info/tree/v5.2.1"
},
"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-12-11T23:40:07+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/proxy-manager-bridge",
"version": "v5.2.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/proxy-manager-bridge.git",
"reference": "fba051ee1cb00d1d40672ee2da842ba23c572576"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/proxy-manager-bridge/zipball/fba051ee1cb00d1d40672ee2da842ba23c572576",
"reference": "fba051ee1cb00d1d40672ee2da842ba23c572576",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"composer/package-versions-deprecated": "^1.8",
"ocramius/proxy-manager": "~2.1",
"php": ">=7.2.5",
"symfony/dependency-injection": "^5.0"
2019-02-23 16:49:38 +01:00
},
"conflict": {
"zendframework/zend-eventmanager": "2.6.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
"symfony/config": "^4.4|^5.0"
2019-02-23 16:49:38 +01:00
},
"type": "symfony-bridge",
2019-02-23 16:49:38 +01:00
"autoload": {
"psr-4": {
"Symfony\\Bridge\\ProxyManager\\": ""
2019-02-23 16:49:38 +01:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2019-02-23 16:49:38 +01:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony ProxyManager Bridge",
2019-02-23 16:49:38 +01:00
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/proxy-manager-bridge/tree/v5.2.1"
},
"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-11-12T22:25:33+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/routing",
"version": "v5.2.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
"reference": "934ac2720dcc878a47a45c986b483a7ee7193620"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/934ac2720dcc878a47a45c986b483a7ee7193620",
"reference": "934ac2720dcc878a47a45c986b483a7ee7193620",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"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": {
"doctrine/annotations": "^1.7",
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",
"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"
],
"support": {
"source": "https://github.com/symfony/routing/tree/v5.2.1"
},
"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-12-08T17:03:37+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/security-bundle",
"version": "v5.1.10",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/security-bundle.git",
"reference": "b280a0130b48ce1afa2bd261d1fb15ada7e538ab"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/security-bundle/zipball/b280a0130b48ce1afa2bd261d1fb15ada7e538ab",
"reference": "b280a0130b48ce1afa2bd261d1fb15ada7e538ab",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"ext-xml": "*",
"php": ">=7.2.5",
2020-05-10 15:55:37 +02:00
"symfony/config": "^4.4|^5.0",
"symfony/dependency-injection": "^5.1",
"symfony/deprecation-contracts": "^2.1",
"symfony/event-dispatcher": "^5.1",
2020-05-10 15:55:37 +02:00
"symfony/http-kernel": "^5.0",
"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",
"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",
"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",
"support": {
"source": "https://github.com/symfony/security-bundle/tree/v5.1.10"
},
"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-12-18T07:32:24+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/security-core",
"version": "v5.1.10",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/security-core.git",
"reference": "fb6337d7f099cb3919c221f7ef3fd79a20d88095"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/security-core/zipball/fb6337d7f099cb3919c221f7ef3fd79a20d88095",
"reference": "fb6337d7f099cb3919c221f7ef3fd79a20d88095",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1",
2019-11-21 22:16:30 +01:00
"symfony/event-dispatcher-contracts": "^1.1|^2",
"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",
"symfony/translation": "^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",
"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",
"support": {
"source": "https://github.com/symfony/security-core/tree/v5.1.10"
},
"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-12-18T07:32:24+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/security-csrf",
"version": "v5.2.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/security-csrf.git",
"reference": "fc91cd67b6fcbeae3e5aff854c722fa05b5d133b"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/security-csrf/zipball/fc91cd67b6fcbeae3e5aff854c722fa05b5d133b",
"reference": "fc91cd67b6fcbeae3e5aff854c722fa05b5d133b",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"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",
"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",
"support": {
"source": "https://github.com/symfony/security-csrf/tree/v5.2.1"
},
"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-12-08T17:02:38+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/security-guard",
"version": "v5.2.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/security-guard.git",
"reference": "0fb0e644feac3d6a122c2c27c9ef8823ba7f1c49"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/security-guard/zipball/0fb0e644feac3d6a122c2c27c9ef8823ba7f1c49",
"reference": "0fb0e644feac3d6a122c2c27c9ef8823ba7f1c49",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"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",
"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",
"support": {
"source": "https://github.com/symfony/security-guard/tree/v5.2.1"
},
"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-11-27T10:24:53+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/security-http",
"version": "v5.1.10",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/security-http.git",
"reference": "399fb6a4d3408db98a3ca42da5ecf6a0a771bf89"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/security-http/zipball/399fb6a4d3408db98a3ca42da5ecf6a0a771bf89",
"reference": "399fb6a4d3408db98a3ca42da5ecf6a0a771bf89",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"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",
"symfony/polyfill-php80": "^1.15",
2020-05-10 15:55:37 +02:00
"symfony/property-access": "^4.4|^5.0",
"symfony/security-core": "^5.1"
2019-02-23 16:49:38 +01:00
},
"conflict": {
"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",
"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",
"support": {
"source": "https://github.com/symfony/security-http/tree/v5.1.10"
},
"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-12-08T17:02:38+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/serializer",
"version": "v5.2.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/serializer.git",
"reference": "4af81510bb603a6d255691a88e118add2bba6337"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/serializer/zipball/4af81510bb603a6d255691a88e118add2bba6337",
"reference": "4af81510bb603a6d255691a88e118add2bba6337",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"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",
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.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",
"symfony/filesystem": "^4.4|^5.0",
"symfony/form": "^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",
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/uid": "^5.1",
2020-05-10 15:55:37 +02:00
"symfony/validator": "^4.4|^5.0",
"symfony/var-exporter": "^4.4|^5.0",
2020-05-10 15:55:37 +02:00
"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/var-exporter": "For using the metadata compiler.",
2019-02-23 16:49:38 +01:00
"symfony/yaml": "For using the default YAML mapping loader."
},
"type": "library",
"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",
"support": {
"source": "https://github.com/symfony/serializer/tree/v5.2.1"
},
"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-12-18T08:03:05+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/serializer-pack",
"version": "v1.0.4",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/serializer-pack.git",
"reference": "61173947057d5e1bf1c79e2a6ab6a8430be0602e"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/serializer-pack/zipball/61173947057d5e1bf1c79e2a6ab6a8430be0602e",
"reference": "61173947057d5e1bf1c79e2a6ab6a8430be0602e",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"doctrine/annotations": "^1.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",
"support": {
"issues": "https://github.com/symfony/serializer-pack/issues",
"source": "https://github.com/symfony/serializer-pack/tree/v1.0.4"
},
"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-10-19T08:52:16+00:00"
2019-02-23 16:49:38 +01:00
},
2019-07-12 21:00:29 +02:00
{
"name": "symfony/service-contracts",
2020-09-22 10:22:22 +02:00
"version": "v2.2.0",
2019-07-12 21:00:29 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
2020-09-22 10:22:22 +02:00
"reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1"
2019-07-12 21:00:29 +02:00
},
"dist": {
"type": "zip",
2020-09-22 10:22:22 +02:00
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1",
"reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1",
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-09-22 10:22:22 +02:00
"dev-master": "2.2-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"
],
"support": {
"source": "https://github.com/symfony/service-contracts/tree/master"
},
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"
}
],
2020-09-22 10:22:22 +02:00
"time": "2020-09-07T11:33:47+00:00"
2019-07-12 21:00:29 +02:00
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/stopwatch",
"version": "v5.2.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/stopwatch.git",
"reference": "2b105c0354f39a63038a1d8bf776ee92852813af"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/2b105c0354f39a63038a1d8bf776ee92852813af",
"reference": "2b105c0354f39a63038a1d8bf776ee92852813af",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"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",
"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",
"support": {
"source": "https://github.com/symfony/stopwatch/tree/v5.2.1"
},
"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-11-01T16:14:45+00:00"
},
{
"name": "symfony/string",
"version": "v5.2.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
"reference": "5bd67751d2e3f7d6f770c9154b8fbcb2aa05f7ed"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/5bd67751d2e3f7d6f770c9154b8fbcb2aa05f7ed",
"reference": "5bd67751d2e3f7d6f770c9154b8fbcb2aa05f7ed",
"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",
"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"
],
"support": {
"source": "https://github.com/symfony/string/tree/v5.2.1"
},
"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-12-05T07:33:16+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/templating",
"version": "v5.2.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/templating.git",
"reference": "42fb44375553828eee4fa12bd255579b9ccfc871"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/templating/zipball/42fb44375553828eee4fa12bd255579b9ccfc871",
"reference": "42fb44375553828eee4fa12bd255579b9ccfc871",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-ctype": "~1.8"
},
"require-dev": {
"psr/log": "~1.0"
},
"suggest": {
"psr/log-implementation": "For using debug logging in loaders"
},
"type": "library",
"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",
"support": {
"source": "https://github.com/symfony/templating/tree/v5.2.1"
},
"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-10-24T12:01:57+00:00"
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/translation",
"version": "v5.1.10",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
"reference": "38c6ca559703dd677db000181ef1839d7c7147de"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/38c6ca559703dd677db000181ef1839d7c7147de",
"reference": "38c6ca559703dd677db000181ef1839d7c7147de",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
2019-06-16 12:36:17 +02:00
"symfony/polyfill-mbstring": "~1.0",
"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",
"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",
"support": {
"source": "https://github.com/symfony/translation/tree/v5.1.10"
},
"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-12-08T17:02:38+00:00"
2019-07-12 21:00:29 +02:00
},
{
"name": "symfony/translation-contracts",
"version": "v2.3.0",
2019-07-12 21:00:29 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
"reference": "e2eaa60b558f26a4b0354e1bbb25636efaaad105"
2019-07-12 21:00:29 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/e2eaa60b558f26a4b0354e1bbb25636efaaad105",
"reference": "e2eaa60b558f26a4b0354e1bbb25636efaaad105",
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": {
"dev-master": "2.3-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"
],
"support": {
"source": "https://github.com/symfony/translation-contracts/tree/v2.3.0"
},
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-09-28T13:05:58+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/twig-bridge",
"version": "v5.1.10",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/twig-bridge.git",
"reference": "205c8bf16ba83e83823d01a8525a593a1a946256"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/twig-bridge/zipball/205c8bf16ba83e83823d01a8525a593a1a946256",
"reference": "205c8bf16ba83e83823d01a8525a593a1a946256",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"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",
"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",
"symfony/form": "^5.1.9",
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",
"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",
"support": {
"source": "https://github.com/symfony/twig-bridge/tree/v5.1.10"
},
"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-12-11T23:11:02+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/twig-bundle",
"version": "v5.1.10",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/twig-bundle.git",
"reference": "c06696b0784da4d45087fb6ead8054fb100079e6"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/twig-bundle/zipball/c06696b0784da4d45087fb6ead8054fb100079e6",
"reference": "c06696b0784da4d45087fb6ead8054fb100079e6",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"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",
"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",
"support": {
"source": "https://github.com/symfony/twig-bundle/tree/v5.1.10"
},
"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-12-08T16:43:25+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/validator",
"version": "v5.1.10",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/validator.git",
"reference": "2100049d3fb13c65272ca278127083a2d2c89231"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/validator/zipball/2100049d3fb13c65272ca278127083a2d2c89231",
"reference": "2100049d3fb13c65272ca278127083a2d2c89231",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.0",
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",
"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",
"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",
"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": "",
"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",
"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",
"support": {
"source": "https://github.com/symfony/validator/tree/v5.1.10"
},
"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-12-18T07:32:24+00:00"
2019-11-21 22:16:30 +01:00
},
{
"name": "symfony/var-dumper",
"version": "v5.2.1",
2019-11-21 22:16:30 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
"reference": "13e7e882eaa55863faa7c4ad7c60f12f1a8b5089"
2019-11-21 22:16:30 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/13e7e882eaa55863faa7c4ad7c60f12f1a8b5089",
"reference": "13e7e882eaa55863faa7c4ad7c60f12f1a8b5089",
2019-11-21 22:16:30 +01:00
"shasum": ""
},
"require": {
"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",
"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"
],
"support": {
"source": "https://github.com/symfony/var-dumper/tree/v5.2.1"
},
"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-12-16T17:02:19+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/var-exporter",
"version": "v5.2.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/var-exporter.git",
"reference": "fbc3507f23d263d75417e09a12d77c009f39676c"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/fbc3507f23d263d75417e09a12d77c009f39676c",
"reference": "fbc3507f23d263d75417e09a12d77c009f39676c",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.15"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
"symfony/var-dumper": "^4.4.9|^5.0.9"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"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"
],
"support": {
"source": "https://github.com/symfony/var-exporter/tree/v5.2.1"
},
"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-10-28T21:31:18+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/web-link",
"version": "v5.1.10",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/web-link.git",
"reference": "e805314ad8c4298d9bfc75335e35f83d6db2f43f"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/web-link/zipball/e805314ad8c4298d9bfc75335e35f83d6db2f43f",
"reference": "e805314ad8c4298d9bfc75335e35f83d6db2f43f",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"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",
"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"
],
"support": {
"source": "https://github.com/symfony/web-link/tree/v5.2.0"
},
"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-10-24T12:01:57+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/webpack-encore-bundle",
"version": "v1.8.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/webpack-encore-bundle.git",
"reference": "c879bc50c69f6b4f2984b2bb5fe8190bbc5befdd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/webpack-encore-bundle/zipball/c879bc50c69f6b4f2984b2bb5fe8190bbc5befdd",
"reference": "c879bc50c69f6b4f2984b2bb5fe8190bbc5befdd",
"shasum": ""
},
"require": {
"php": ">=7.1.3",
"symfony/asset": "^3.4 || ^4.0 || ^5.0",
"symfony/config": "^3.4 || ^4.0 || ^5.0",
"symfony/dependency-injection": "^3.4 || ^4.0 || ^5.0",
"symfony/http-kernel": "^3.4 || ^4.0 || ^5.0",
"symfony/service-contracts": "^1.0 || ^2.0"
},
"require-dev": {
"symfony/framework-bundle": "^3.4 || ^4.0 || ^5.0",
"symfony/phpunit-bridge": "^4.3.5 || ^5.0",
"symfony/twig-bundle": "^3.4 || ^4.0 || ^5.0",
"symfony/web-link": "^3.4 || ^4.0 || ^5.0"
},
"type": "symfony-bundle",
"extra": {
"thanks": {
"name": "symfony/webpack-encore",
"url": "https://github.com/symfony/webpack-encore"
}
},
"autoload": {
"psr-4": {
"Symfony\\WebpackEncoreBundle\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Integration with your Symfony app & Webpack Encore!",
"support": {
"issues": "https://github.com/symfony/webpack-encore-bundle/issues",
"source": "https://github.com/symfony/webpack-encore-bundle/tree/v1.8.0"
},
"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-10-28T17:07:25+00:00"
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/yaml",
"version": "v5.1.10",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"reference": "290ea5e03b8cf9b42c783163123f54441fb06939"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/290ea5e03b8cf9b42c783163123f54441fb06939",
"reference": "290ea5e03b8cf9b42c783163123f54441fb06939",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"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"
},
"bin": [
"Resources/bin/yaml-lint"
],
2019-02-23 16:49:38 +01:00
"type": "library",
"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",
"support": {
"source": "https://github.com/symfony/yaml/tree/v5.1.10"
},
"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-12-08T17:02:38+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "tecnickcom/tc-lib-barcode",
"version": "1.17.1",
"source": {
"type": "git",
"url": "https://github.com/tecnickcom/tc-lib-barcode.git",
"reference": "cd555b642ce04de1b0ffbe6aff322df914e74ef0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tecnickcom/tc-lib-barcode/zipball/cd555b642ce04de1b0ffbe6aff322df914e74ef0",
"reference": "cd555b642ce04de1b0ffbe6aff322df914e74ef0",
"shasum": ""
},
"require": {
"ext-bcmath": "*",
"ext-date": "*",
"ext-gd": "*",
"ext-pcre": "*",
2020-07-18 23:50:39 +02:00
"php": ">=5.4",
"tecnickcom/tc-lib-color": "^1.14"
},
"require-dev": {
"pdepend/pdepend": "2.8.0",
"phploc/phploc": "7.0.2 || 6.0.2 || 5.0.0 || 4.0.1 || 3.0.1 || 2.1.5",
"phpmd/phpmd": "2.9.1",
"phpunit/phpunit": "9.5.0 || 8.5.13 || 7.5.20 || 6.5.14 || 5.7.27 || 4.8.36",
"sebastian/phpcpd": "6.0.3 || 5.0.2 || 4.1.0 || 3.0.1 || 2.0.4",
"squizlabs/php_codesniffer": "3.5.8 || 2.9.2"
},
"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"
],
"support": {
"issues": "https://github.com/tecnickcom/tc-lib-barcode/issues",
"source": "https://github.com/tecnickcom/tc-lib-barcode/tree/1.17.1"
},
2020-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&currency_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tc-lib-barcode%20project",
"type": "custom"
}
],
"time": "2020-12-20T12:26:10+00:00"
},
{
"name": "tecnickcom/tc-lib-color",
"version": "1.14.1",
"source": {
"type": "git",
"url": "https://github.com/tecnickcom/tc-lib-color.git",
"reference": "00c6c6e95df12448ecd758b64a70f2b2b2fe2367"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tecnickcom/tc-lib-color/zipball/00c6c6e95df12448ecd758b64a70f2b2b2fe2367",
"reference": "00c6c6e95df12448ecd758b64a70f2b2b2fe2367",
"shasum": ""
},
"require": {
"ext-pcre": "*",
"php": ">=5.3"
},
"require-dev": {
"pdepend/pdepend": "2.8.0",
"phploc/phploc": "7.0.2 || 6.0.2 || 5.0.0 || 4.0.1 || 3.0.1 || 2.1.5",
"phpmd/phpmd": "2.9.1",
"phpunit/phpunit": "9.5.0 || 8.5.13 || 7.5.20 || 6.5.14 || 5.7.27 || 4.8.36",
"sebastian/phpcpd": "6.0.3 || 5.0.2 || 4.1.0 || 3.0.1 || 2.0.4",
"squizlabs/php_codesniffer": "3.5.8 || 2.9.2"
},
"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"
],
"support": {
"issues": "https://github.com/tecnickcom/tc-lib-color/issues",
"source": "https://github.com/tecnickcom/tc-lib-color/tree/1.14.1"
},
"funding": [
{
"url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&currency_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tc-lib-color%20project",
"type": "custom"
}
],
"time": "2020-12-19T11:45:56+00:00"
},
{
"name": "thecodingmachine/safe",
"version": "v1.3.3",
"source": {
"type": "git",
"url": "https://github.com/thecodingmachine/safe.git",
"reference": "a8ab0876305a4cdaef31b2350fcb9811b5608dbc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thecodingmachine/safe/zipball/a8ab0876305a4cdaef31b2350fcb9811b5608dbc",
"reference": "a8ab0876305a4cdaef31b2350fcb9811b5608dbc",
"shasum": ""
},
"require": {
2020-02-22 17:49:33 +01:00
"php": ">=7.2"
},
"require-dev": {
2020-02-22 17:49:33 +01:00
"phpstan/phpstan": "^0.12",
"squizlabs/php_codesniffer": "^3.2",
2020-02-22 17:49:33 +01:00
"thecodingmachine/phpstan-strict-rules": "^0.12"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.1-dev"
}
},
"autoload": {
"psr-4": {
"Safe\\": [
"lib/",
"deprecated/",
"generated/"
]
},
"files": [
"deprecated/apc.php",
"deprecated/libevent.php",
"deprecated/mssql.php",
"deprecated/stats.php",
"lib/special_cases.php",
"generated/apache.php",
"generated/apcu.php",
"generated/array.php",
"generated/bzip2.php",
"generated/calendar.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/libxml.php",
"generated/lzf.php",
"generated/mailparse.php",
"generated/mbstring.php",
"generated/misc.php",
"generated/msql.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",
"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/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"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHP core functions that throw exceptions instead of returning FALSE on error",
"support": {
"issues": "https://github.com/thecodingmachine/safe/issues",
"source": "https://github.com/thecodingmachine/safe/tree/v1.3.3"
},
"time": "2020-10-28T17:51:34+00:00"
},
{
"name": "tijsverkoyen/css-to-inline-styles",
2020-07-18 23:50:39 +02:00
"version": "2.2.3",
"source": {
"type": "git",
"url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
2020-07-18 23:50:39 +02:00
"reference": "b43b05cf43c1b6d849478965062b6ef73e223bb5"
},
"dist": {
"type": "zip",
2020-07-18 23:50:39 +02:00
"url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/b43b05cf43c1b6d849478965062b6ef73e223bb5",
"reference": "b43b05cf43c1b6d849478965062b6ef73e223bb5",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*",
2020-07-18 23:50:39 +02:00
"php": "^5.5 || ^7.0 || ^8.0",
"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"
},
"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",
"support": {
"issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
"source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/2.2.3"
},
2020-07-18 23:50:39 +02:00
"time": "2020-07-13T06:12:54+00:00"
},
{
"name": "twig/cssinliner-extra",
"version": "v3.1.1",
"source": {
"type": "git",
"url": "https://github.com/twigphp/cssinliner-extra.git",
2020-07-18 23:50:39 +02:00
"reference": "0c837fec0bdcb723e84346df421c5a3f4e696e3c"
},
"dist": {
"type": "zip",
2020-07-18 23:50:39 +02:00
"url": "https://api.github.com/repos/twigphp/cssinliner-extra/zipball/0c837fec0bdcb723e84346df421c5a3f4e696e3c",
"reference": "0c837fec0bdcb723e84346df421c5a3f4e696e3c",
"shasum": ""
},
"require": {
2020-07-18 23:50:39 +02:00
"php": ">=7.1.3",
"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"
},
"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"
],
"support": {
"source": "https://github.com/twigphp/cssinliner-extra/tree/v3.0.5"
},
2020-07-18 23:50:39 +02:00
"funding": [
{
"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-08-12 23:45:21 +02:00
{
"name": "twig/extra-bundle",
"version": "v3.1.1",
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"
],
"support": {
"source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.1.1"
},
2020-07-18 23:50:39 +02:00
"funding": [
{
"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
},
{
"name": "twig/html-extra",
"version": "v3.1.1",
"source": {
"type": "git",
"url": "https://github.com/twigphp/html-extra.git",
2020-07-18 23:50:39 +02:00
"reference": "07e2cd13227e0f2b3ecfc0a859ef4d7c140ac98a"
},
"dist": {
"type": "zip",
2020-07-18 23:50:39 +02:00
"url": "https://api.github.com/repos/twigphp/html-extra/zipball/07e2cd13227e0f2b3ecfc0a859ef4d7c140ac98a",
"reference": "07e2cd13227e0f2b3ecfc0a859ef4d7c140ac98a",
"shasum": ""
},
"require": {
2020-07-18 23:50:39 +02:00
"php": ">=7.1.3",
"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"
},
"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"
],
"support": {
"source": "https://github.com/twigphp/html-extra/tree/v3.1.1"
},
2020-07-18 23:50:39 +02:00
"funding": [
{
"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"
},
{
"name": "twig/inky-extra",
"version": "v3.1.1",
"source": {
"type": "git",
"url": "https://github.com/twigphp/inky-extra.git",
2020-07-18 23:50:39 +02:00
"reference": "b5749085e976a8a1d01b251149b41544db50f669"
},
"dist": {
"type": "zip",
2020-07-18 23:50:39 +02:00
"url": "https://api.github.com/repos/twigphp/inky-extra/zipball/b5749085e976a8a1d01b251149b41544db50f669",
"reference": "b5749085e976a8a1d01b251149b41544db50f669",
"shasum": ""
},
"require": {
"lorenzo/pinky": "^1.0.5",
2020-07-18 23:50:39 +02:00
"php": ">=7.1.3",
"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"
},
"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"
],
"support": {
"source": "https://github.com/twigphp/inky-extra/tree/v3.1.1"
},
2020-07-18 23:50:39 +02:00
"funding": [
{
"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-08-12 23:45:21 +02:00
{
"name": "twig/intl-extra",
"version": "v3.1.1",
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",
"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"
],
"support": {
"source": "https://github.com/twigphp/intl-extra/tree/v3.1.1"
},
2020-07-18 23:50:39 +02:00
"funding": [
{
"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
},
{
"name": "twig/markdown-extra",
"version": "v3.1.1",
"source": {
"type": "git",
"url": "https://github.com/twigphp/markdown-extra.git",
2020-08-21 21:10:47 +02:00
"reference": "1fe798d559665b64bda4b08eda10793427d7e3bc"
},
"dist": {
"type": "zip",
2020-08-21 21:10:47 +02:00
"url": "https://api.github.com/repos/twigphp/markdown-extra/zipball/1fe798d559665b64bda4b08eda10793427d7e3bc",
"reference": "1fe798d559665b64bda4b08eda10793427d7e3bc",
"shasum": ""
},
"require": {
2020-07-18 23:50:39 +02:00
"php": ">=7.1.3",
"twig/twig": "^2.4|^3.0"
},
"require-dev": {
"erusev/parsedown": "^1.7",
"league/commonmark": "^1.0",
"league/html-to-markdown": "^4.8",
"michelf/php-markdown": "^1.8",
2020-07-18 23:50:39 +02:00
"symfony/phpunit-bridge": "^4.4.9|^5.0.9"
},
"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"
],
"support": {
"source": "https://github.com/twigphp/markdown-extra/tree/v3.1.1"
},
2020-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/twig/twig",
"type": "tidelift"
}
],
2020-08-21 21:10:47 +02:00
"time": "2020-08-05T14:54:08+00:00"
},
2019-02-23 16:49:38 +01:00
{
"name": "twig/twig",
"version": "v3.1.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
"reference": "b02fa41f3783a2616eccef7b92fbc2343ffed737"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/b02fa41f3783a2616eccef7b92fbc2343ffed737",
"reference": "b02fa41f3783a2616eccef7b92fbc2343ffed737",
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": {
"dev-master": "3.1-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Twig\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
},
{
"name": "Twig Team",
"role": "Contributors"
},
{
"name": "Armin Ronacher",
"email": "armin.ronacher@active-4.com",
"role": "Project Founder"
2019-02-23 16:49:38 +01:00
}
],
"description": "Twig, the flexible, fast, and secure template language for PHP",
"homepage": "https://twig.symfony.com",
"keywords": [
"templating"
],
"support": {
"issues": "https://github.com/twigphp/Twig/issues",
"source": "https://github.com/twigphp/Twig/tree/v3.1.1"
},
2020-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/twig/twig",
"type": "tidelift"
}
],
"time": "2020-10-27T19:28:23+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "ua-parser/uap-php",
2020-10-03 11:52:32 +02:00
"version": "v3.9.14",
"source": {
"type": "git",
"url": "https://github.com/ua-parser/uap-php.git",
2020-10-03 11:52:32 +02:00
"reference": "b796c5ea5df588e65aeb4e2c6cce3811dec4fed6"
},
"dist": {
"type": "zip",
2020-10-03 11:52:32 +02:00
"url": "https://api.github.com/repos/ua-parser/uap-php/zipball/b796c5ea5df588e65aeb4e2c6cce3811dec4fed6",
"reference": "b796c5ea5df588e65aeb4e2c6cce3811dec4fed6",
"shasum": ""
},
"require": {
"composer/ca-bundle": "^1.1",
2020-10-03 11:52:32 +02:00
"php": "^7.2 || ^8.0"
},
"require-dev": {
2020-08-21 21:10:47 +02:00
"phpstan/phpstan": "^0.12.33",
"phpunit/phpunit": "^8 || ^9",
"symfony/console": "^3.4 || ^4.2 || ^4.3 || ^5.0",
"symfony/filesystem": "^3.4 || ^4.2 || ^4.3 || ^5.0",
"symfony/finder": "^3.4 || ^4.2 || ^4.3 || ^5.0",
"symfony/yaml": "^3.4 || ^4.2 || ^4.3 || ^5.0",
"vimeo/psalm": "^3.12"
},
"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.",
"support": {
"issues": "https://github.com/ua-parser/uap-php/issues",
"source": "https://github.com/ua-parser/uap-php/tree/v3.9.14"
},
2020-10-03 11:52:32 +02:00
"time": "2020-10-02T23:36:20+00: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"
],
"support": {
"issues": "https://github.com/webmozart/assert/issues",
"source": "https://github.com/webmozart/assert/tree/master"
},
2020-07-18 23:50:39 +02:00
"time": "2020-07-08T17:02:28+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "yubico/u2flib-server",
"version": "1.0.2",
"source": {
"type": "git",
"url": "https://github.com/Yubico/php-u2flib-server.git",
"reference": "55d813acf68212ad2cadecde07551600d6971939"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/55d813acf68212ad2cadecde07551600d6971939",
"reference": "55d813acf68212ad2cadecde07551600d6971939",
"shasum": ""
},
"require": {
"ext-openssl": "*",
"paragonie/random_compat": ">= 1",
"php": ">=5.6"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"vimeo/psalm": "^0|^1|^2"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"description": "Library for U2F implementation",
"homepage": "https://developers.yubico.com/php-u2flib-server",
"support": {
"issues": "https://github.com/Yubico/php-u2flib-server/issues",
"source": "https://github.com/Yubico/php-u2flib-server/tree/1.0.2"
},
"time": "2018-09-07T08:16:44+00:00"
},
2019-02-23 16:49:38 +01:00
{
"name": "zendframework/zend-code",
2019-12-11 20:12:42 +01:00
"version": "3.4.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-code.git",
2019-12-11 20:12:42 +01:00
"reference": "268040548f92c2bfcba164421c1add2ba43abaaa"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2019-12-11 20:12:42 +01:00
"url": "https://api.github.com/repos/zendframework/zend-code/zipball/268040548f92c2bfcba164421c1add2ba43abaaa",
"reference": "268040548f92c2bfcba164421c1add2ba43abaaa",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^7.1",
"zendframework/zend-eventmanager": "^2.6 || ^3.0"
},
2019-12-11 20:12:42 +01:00
"conflict": {
"phpspec/prophecy": "<1.9.0"
},
2019-02-23 16:49:38 +01:00
"require-dev": {
2019-12-11 20:12:42 +01:00
"doctrine/annotations": "^1.7",
2019-02-23 16:49:38 +01:00
"ext-phar": "*",
2019-10-11 23:53:12 +02:00
"phpunit/phpunit": "^7.5.16 || ^8.4",
"zendframework/zend-coding-standard": "^1.0",
2019-02-23 16:49:38 +01:00
"zendframework/zend-stdlib": "^2.7 || ^3.0"
},
"suggest": {
"doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
"zendframework/zend-stdlib": "Zend\\Stdlib component"
},
"type": "library",
"extra": {
"branch-alias": {
2019-10-11 23:53:12 +02:00
"dev-master": "3.4.x-dev",
2019-12-11 20:12:42 +01:00
"dev-develop": "3.5.x-dev",
"dev-dev-4.0": "4.0.x-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Zend\\Code\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
2019-02-23 16:49:38 +01:00
"keywords": [
"ZendFramework",
2019-02-23 16:49:38 +01:00
"code",
"zf"
2019-02-23 16:49:38 +01:00
],
"support": {
"chat": "https://zendframework-slack.herokuapp.com",
"docs": "https://docs.zendframework.com/zend-code/",
"forum": "https://discourse.zendframework.com/c/questions/components",
"issues": "https://github.com/zendframework/zend-code/issues",
"rss": "https://github.com/zendframework/zend-code/releases.atom",
"source": "https://github.com/zendframework/zend-code"
},
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"
],
"support": {
"issues": "https://github.com/zendframework/zend-eventmanager/issues",
"source": "https://github.com/zendframework/zend-eventmanager/tree/master"
},
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",
"version": "v2.5.1",
2019-09-23 13:29:51 +02:00
"source": {
"type": "git",
"url": "https://github.com/amphp/amp.git",
"reference": "ecdc3c476b3ccff02f8e5d5bcc04f7ccfd18751c"
2019-09-23 13:29:51 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/amphp/amp/zipball/ecdc3c476b3ccff02f8e5d5bcc04f7ccfd18751c",
"reference": "ecdc3c476b3ccff02f8e5d5bcc04f7ccfd18751c",
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"
],
"support": {
"irc": "irc://irc.freenode.org/amphp",
"issues": "https://github.com/amphp/amp/issues",
"source": "https://github.com/amphp/amp/tree/v2.5.1"
},
2020-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
"time": "2020-11-03T16:23:45+00:00"
2019-09-23 13:29:51 +02:00
},
{
"name": "amphp/byte-stream",
"version": "v1.8.0",
2019-09-23 13:29:51 +02:00
"source": {
"type": "git",
"url": "https://github.com/amphp/byte-stream.git",
"reference": "f0c20cf598a958ba2aa8c6e5a71c697d652c7088"
2019-09-23 13:29:51 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/amphp/byte-stream/zipball/f0c20cf598a958ba2aa8c6e5a71c697d652c7088",
"reference": "f0c20cf598a958ba2aa8c6e5a71c697d652c7088",
2019-09-23 13:29:51 +02:00
"shasum": ""
},
"require": {
"amphp/amp": "^2",
"php": ">=7.1"
2019-09-23 13:29:51 +02:00
},
"require-dev": {
"amphp/php-cs-fixer-config": "dev-master",
"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",
"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"
],
"support": {
"irc": "irc://irc.freenode.org/amphp",
"issues": "https://github.com/amphp/byte-stream/issues",
"source": "https://github.com/amphp/byte-stream/tree/master"
},
"time": "2020-06-29T18:35:05+00:00"
2019-09-23 13:29:51 +02:00
},
{
"name": "composer/semver",
"version": "3.2.4",
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
"reference": "a02fdf930a3c1c3ed3a49b5f63859c0c20e10464"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/semver/zipball/a02fdf930a3c1c3ed3a49b5f63859c0c20e10464",
"reference": "a02fdf930a3c1c3ed3a49b5f63859c0c20e10464",
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
"phpstan/phpstan": "^0.12.54",
"symfony/phpunit-bridge": "^4.2 || ^5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.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"
],
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/semver/issues",
"source": "https://github.com/composer/semver/tree/3.2.4"
},
2020-09-22 10:22:22 +02:00
"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-11-13T08:59:24+00:00"
},
2019-09-23 13:29:51 +02:00
{
"name": "composer/xdebug-handler",
"version": "1.4.5",
2019-09-23 13:29:51 +02:00
"source": {
"type": "git",
"url": "https://github.com/composer/xdebug-handler.git",
"reference": "f28d44c286812c714741478d968104c5e604a1d4"
2019-09-23 13:29:51 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/f28d44c286812c714741478d968104c5e604a1d4",
"reference": "f28d44c286812c714741478d968104c5e604a1d4",
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"
],
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/xdebug-handler/issues",
"source": "https://github.com/composer/xdebug-handler/tree/1.4.5"
},
2020-08-21 21:10:47 +02:00
"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-11-13T08:04:11+00:00"
2019-09-23 13:29:51 +02:00
},
2019-10-20 14:35:19 +02:00
{
"name": "dama/doctrine-test-bundle",
"version": "v6.5.0",
2019-10-20 14:35:19 +02:00
"source": {
"type": "git",
"url": "https://github.com/dmaicher/doctrine-test-bundle.git",
"reference": "a43f79239f446bb85ffa34e799878156a43b590b"
2019-10-20 14:35:19 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/a43f79239f446bb85ffa34e799878156a43b590b",
"reference": "a43f79239f446bb85ffa34e799878156a43b590b",
2019-10-20 14:35:19 +02:00
"shasum": ""
},
"require": {
"doctrine/dbal": "^2.9.3 || ^3.0",
2019-12-27 15:38:56 +01:00
"doctrine/doctrine-bundle": "^1.11 || ^2.0",
"php": "^7.1 || ^8.0",
"symfony/framework-bundle": "^3.4 || ^4.4 || ^5.1"
2019-10-20 14:35:19 +02:00
},
"require-dev": {
"behat/behat": "^3.0",
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",
"symfony/phpunit-bridge": "^5.1",
"symfony/process": "^3.4 || ^4.4 || ^5.1",
"symfony/yaml": "^3.4 || ^4.4 || ^5.1"
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"
],
"support": {
"issues": "https://github.com/dmaicher/doctrine-test-bundle/issues",
"source": "https://github.com/dmaicher/doctrine-test-bundle/tree/v6.5.0"
},
"time": "2020-12-12T16:34:54+00:00"
2019-10-20 14:35:19 +02:00
},
{
"name": "dealerdirect/phpcodesniffer-composer-installer",
"version": "v0.7.1",
"source": {
"type": "git",
"url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
"reference": "fe390591e0241955f22eb9ba327d137e501c771c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/fe390591e0241955f22eb9ba327d137e501c771c",
"reference": "fe390591e0241955f22eb9ba327d137e501c771c",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0 || ^2.0",
"php": ">=5.3",
"squizlabs/php_codesniffer": "^2.0 || ^3.0 || ^4.0"
},
"require-dev": {
"composer/composer": "*",
"phpcompatibility/php-compatibility": "^9.0",
"sensiolabs/security-checker": "^4.1.0"
},
"type": "composer-plugin",
"extra": {
"class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
},
"autoload": {
"psr-4": {
"Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Franck Nijhof",
"email": "franck.nijhof@dealerdirect.com",
"homepage": "http://www.frenck.nl",
"role": "Developer / IT Manager"
}
],
"description": "PHP_CodeSniffer Standards Composer Installer Plugin",
"homepage": "http://www.dealerdirect.com",
"keywords": [
"PHPCodeSniffer",
"PHP_CodeSniffer",
"code quality",
"codesniffer",
"composer",
"installer",
"phpcs",
"plugin",
"qa",
"quality",
"standard",
"standards",
"style guide",
"stylecheck",
"tests"
],
"support": {
"issues": "https://github.com/dealerdirect/phpcodesniffer-composer-installer/issues",
"source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer"
},
"time": "2020-12-07T18:04:37+00:00"
},
{
"name": "dnoegel/php-xdg-base-dir",
"version": "v0.1.1",
"source": {
"type": "git",
"url": "https://github.com/dnoegel/php-xdg-base-dir.git",
"reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
"reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "~7.0|~6.0|~5.0|~4.8.35"
},
"type": "library",
"autoload": {
"psr-4": {
"XdgBaseDir\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "implementation of xdg base directory specification for php",
"support": {
"issues": "https://github.com/dnoegel/php-xdg-base-dir/issues",
"source": "https://github.com/dnoegel/php-xdg-base-dir/tree/v0.1.1"
},
"time": "2019-12-04T15:06:13+00:00"
},
2019-10-20 14:35:19 +02:00
{
"name": "doctrine/data-fixtures",
"version": "1.4.4",
2019-10-20 14:35:19 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/data-fixtures.git",
"reference": "16a03fadb5473f49aad70384002dfd5012fe680e"
2019-10-20 14:35:19 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/16a03fadb5473f49aad70384002dfd5012fe680e",
"reference": "16a03fadb5473f49aad70384002dfd5012fe680e",
2019-10-20 14:35:19 +02:00
"shasum": ""
},
"require": {
"doctrine/common": "^2.13|^3.0",
"doctrine/persistence": "^1.3.3|^2.0",
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": {
"doctrine/coding-standard": "^6.0",
2019-10-20 14:35:19 +02:00
"doctrine/dbal": "^2.5.4",
"doctrine/mongodb-odm": "^1.3.0 || ^2.0.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 1.3 with PHP 7 (deprecated)",
2019-10-20 14:35:19 +02:00
"doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
"doctrine/orm": "For loading ORM fixtures",
"doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4.x-dev"
2019-10-20 14:35:19 +02:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
}
],
"description": "Data Fixtures for all Doctrine Object Managers",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"database"
],
"support": {
"issues": "https://github.com/doctrine/data-fixtures/issues",
"source": "https://github.com/doctrine/data-fixtures/tree/1.4.x"
},
"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%2Fdata-fixtures",
"type": "tidelift"
}
],
"time": "2020-09-01T07:13:28+00:00"
2019-10-20 14:35:19 +02:00
},
{
"name": "doctrine/doctrine-fixtures-bundle",
"version": "3.4.0",
2019-10-20 14:35:19 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
"reference": "870189619a7770f468ffb0b80925302e065a3b34"
2019-10-20 14:35:19 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/870189619a7770f468ffb0b80925302e065a3b34",
"reference": "870189619a7770f468ffb0b80925302e065a3b34",
2019-10-20 14:35:19 +02:00
"shasum": ""
},
"require": {
"doctrine/data-fixtures": "^1.3",
"doctrine/doctrine-bundle": "^1.11|^2.0",
2019-10-20 14:35:19 +02:00
"doctrine/orm": "^2.6.0",
"doctrine/persistence": "^1.3.7|^2.0",
"php": "^7.1 || ^8.0",
"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 || ^8.0 || ^9.2",
"symfony/phpunit-bridge": "^4.1|^5.0"
2019-10-20 14:35:19 +02:00
},
"type": "symfony-bundle",
"autoload": {
"psr-4": {
"Doctrine\\Bundle\\FixturesBundle\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2019-10-20 14:35:19 +02:00
},
{
"name": "Doctrine Project",
"homepage": "http://www.doctrine-project.org"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
2019-10-20 14:35:19 +02:00
}
],
"description": "Symfony DoctrineFixturesBundle",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"Fixture",
"persistence"
],
"support": {
"issues": "https://github.com/doctrine/DoctrineFixturesBundle/issues",
"source": "https://github.com/doctrine/DoctrineFixturesBundle/tree/3.4.0"
},
"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%2Fdoctrine-fixtures-bundle",
"type": "tidelift"
}
],
"time": "2020-11-14T09:36:49+00:00"
2019-10-20 14:35:19 +02:00
},
{
"name": "ekino/phpstan-banned-code",
"version": "v0.3.1",
"source": {
"type": "git",
"url": "https://github.com/ekino/phpstan-banned-code.git",
"reference": "a266c3d28f355643067fe0da07097b17621fc558"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ekino/phpstan-banned-code/zipball/a266c3d28f355643067fe0da07097b17621fc558",
"reference": "a266c3d28f355643067fe0da07097b17621fc558",
"shasum": ""
},
"require": {
"php": "^7.1",
"phpstan/phpstan": "^0.12"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.12",
"localheinz/composer-normalize": "^1.3",
"nikic/php-parser": "^4.3",
"phpstan/phpstan-phpunit": "^0.12",
"phpunit/phpunit": "^7.2",
"sensiolabs/security-checker": "^5.0",
"symfony/var-dumper": "^4.3"
},
"type": "phpstan-extension",
"extra": {
"branch-alias": {
"dev-master": "0.10-dev"
},
"phpstan": {
"includes": [
"extension.neon"
]
}
},
"autoload": {
"psr-4": {
"Ekino\\PHPStanBannedCode\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Rémi Marseille",
"email": "remi.marseille@ekino.com",
"homepage": "https://www.ekino.com"
}
],
"description": "Detected banned code using PHPStan",
"homepage": "https://github.com/ekino/phpstan-banned-code",
"keywords": [
"PHPStan",
"code quality"
],
"support": {
"issues": "https://github.com/ekino/phpstan-banned-code/issues",
"source": "https://github.com/ekino/phpstan-banned-code/tree/v0.3.1"
},
"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",
"support": {
"issues": "https://github.com/felixfbecker/php-advanced-json-rpc/issues",
"source": "https://github.com/felixfbecker/php-advanced-json-rpc/tree/master"
},
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.5.0",
2019-09-23 13:29:51 +02:00
"source": {
"type": "git",
"url": "https://github.com/felixfbecker/php-language-server-protocol.git",
"reference": "85e83cacd2ed573238678c6875f8f0d7ec699541"
2019-09-23 13:29:51 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/felixfbecker/php-language-server-protocol/zipball/85e83cacd2ed573238678c6875f8f0d7ec699541",
"reference": "85e83cacd2ed573238678c6875f8f0d7ec699541",
2019-09-23 13:29:51 +02:00
"shasum": ""
},
"require": {
"php": ">=7.1"
2019-09-23 13:29:51 +02:00
},
"require-dev": {
"phpstan/phpstan": "*",
"squizlabs/php_codesniffer": "^3.1",
"vimeo/psalm": "^4.0"
2019-09-23 13:29:51 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
2019-09-23 13:29:51 +02:00
"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"
],
"support": {
"issues": "https://github.com/felixfbecker/php-language-server-protocol/issues",
"source": "https://github.com/felixfbecker/php-language-server-protocol/tree/v1.5.0"
},
"time": "2020-10-23T13:55:30+00:00"
2019-09-23 13:29:51 +02:00
},
{
"name": "friendsofphp/php-cs-fixer",
"version": "v2.17.3",
"source": {
"type": "git",
"url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
"reference": "bd32f5dd72cdfc7b53f54077f980e144bfa2f595"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/bd32f5dd72cdfc7b53f54077f980e144bfa2f595",
"reference": "bd32f5dd72cdfc7b53f54077f980e144bfa2f595",
"shasum": ""
},
"require": {
"composer/semver": "^1.4 || ^2.0 || ^3.0",
"composer/xdebug-handler": "^1.2",
"doctrine/annotations": "^1.2",
"ext-json": "*",
"ext-tokenizer": "*",
"php": "^5.6 || ^7.0 || ^8.0",
"php-cs-fixer/diff": "^1.3",
"symfony/console": "^3.4.43 || ^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.4",
"mikey179/vfsstream": "^1.6",
"php-coveralls/php-coveralls": "^2.4.2",
"php-cs-fixer/accessible-object": "^1.0",
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2",
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1",
"phpspec/prophecy-phpunit": "^1.1 || ^2.0",
"phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.13 || ^9.4.4 <9.5",
"phpunitgoodpractices/polyfill": "^1.5",
"phpunitgoodpractices/traits": "^1.9.1",
"sanmai/phpunit-legacy-adapter": "^6.4 || ^8.2.1",
2020-07-04 23:38:18 +02:00
"symfony/phpunit-bridge": "^5.1",
"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.",
"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",
"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",
"support": {
"issues": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues",
"source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v2.17.3"
},
"funding": [
{
"url": "https://github.com/keradus",
"type": "github"
}
],
"time": "2020-12-24T11:14:44+00:00"
},
{
"name": "jean85/pretty-package-versions",
2020-09-22 10:22:22 +02:00
"version": "1.5.1",
"source": {
"type": "git",
"url": "https://github.com/Jean85/pretty-package-versions.git",
2020-09-22 10:22:22 +02:00
"reference": "a917488320c20057da87f67d0d40543dd9427f7a"
},
"dist": {
"type": "zip",
2020-09-22 10:22:22 +02:00
"url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/a917488320c20057da87f67d0d40543dd9427f7a",
"reference": "a917488320c20057da87f67d0d40543dd9427f7a",
"shasum": ""
},
"require": {
2020-07-18 23:50:39 +02:00
"composer/package-versions-deprecated": "^1.8.0",
2020-09-22 10:22:22 +02:00
"php": "^7.0|^8.0"
},
"require-dev": {
2020-09-22 10:22:22 +02:00
"phpunit/phpunit": "^6.0|^8.5|^9.2"
},
"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"
],
"support": {
"issues": "https://github.com/Jean85/pretty-package-versions/issues",
"source": "https://github.com/Jean85/pretty-package-versions/tree/1.5.1"
},
2020-09-22 10:22:22 +02:00
"time": "2020-09-14T08:43:34+00: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",
"homepage": "http://github.com/cweiske/jsonmapper/",
"role": "Developer"
2019-09-23 13:29:51 +02:00
}
],
"description": "Map nested JSON structures onto PHP classes",
"support": {
"email": "cweiske@cweiske.de",
"issues": "https://github.com/cweiske/jsonmapper/issues",
"source": "https://github.com/cweiske/jsonmapper/tree/master"
},
2020-04-28 16:39:48 +02:00
"time": "2020-04-16T18:48:43+00:00"
2020-01-09 19:37:04 +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"
],
"support": {
"issues": "https://github.com/nette/finder/issues",
"source": "https://github.com/nette/finder/tree/v2.5.2"
},
"time": "2020-01-03T20:35:40+00:00"
},
{
"name": "nette/robot-loader",
2020-09-22 10:22:22 +02:00
"version": "v3.3.1",
"source": {
"type": "git",
"url": "https://github.com/nette/robot-loader.git",
2020-09-22 10:22:22 +02:00
"reference": "15c1ecd0e6e69e8d908dfc4cca7b14f3b850a96b"
},
"dist": {
"type": "zip",
2020-09-22 10:22:22 +02:00
"url": "https://api.github.com/repos/nette/robot-loader/zipball/15c1ecd0e6e69e8d908dfc4cca7b14f3b850a96b",
"reference": "15c1ecd0e6e69e8d908dfc4cca7b14f3b850a96b",
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"nette/finder": "^2.5 || ^3.0",
"nette/utils": "^3.0",
"php": ">=7.1"
},
"require-dev": {
"nette/tester": "^2.0",
"phpstan/phpstan": "^0.12",
"tracy/tracy": "^2.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.3-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
2020-02-22 17:49:33 +01:00
"GPL-2.0-only",
"GPL-3.0-only"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "🍀 Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.",
"homepage": "https://nette.org",
"keywords": [
"autoload",
"class",
"interface",
"nette",
"trait"
],
"support": {
"issues": "https://github.com/nette/robot-loader/issues",
"source": "https://github.com/nette/robot-loader/tree/v3.3.1"
},
2020-09-22 10:22:22 +02:00
"time": "2020-09-15T15:14:17+00:00"
},
{
"name": "nette/utils",
"version": "v3.2.0",
"source": {
"type": "git",
"url": "https://github.com/nette/utils.git",
"reference": "d0427c1811462dbb6c503143eabe5478b26685f7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/utils/zipball/d0427c1811462dbb6c503143eabe5478b26685f7",
"reference": "d0427c1811462dbb6c503143eabe5478b26685f7",
"shasum": ""
},
"require": {
"php": ">=7.2 <8.1"
},
"conflict": {
"nette/di": "<3.0.6"
},
"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()",
"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.2-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
2020-02-09 21:25:03 +01:00
"GPL-2.0-only",
"GPL-3.0-only"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
"homepage": "https://nette.org",
"keywords": [
"array",
"core",
"datetime",
"images",
"json",
"nette",
"paginator",
"password",
"slugify",
"string",
"unicode",
"utf-8",
"utility",
"validation"
],
"support": {
"issues": "https://github.com/nette/utils/issues",
"source": "https://github.com/nette/utils/tree/v3.2.0"
},
"time": "2020-11-25T23:47:50+00:00"
},
2019-09-23 13:29:51 +02:00
{
"name": "openlss/lib-array2xml",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/nullivex/lib-array2xml.git",
"reference": "a91f18a8dfc69ffabe5f9b068bc39bb202c81d90"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nullivex/lib-array2xml/zipball/a91f18a8dfc69ffabe5f9b068bc39bb202c81d90",
"reference": "a91f18a8dfc69ffabe5f9b068bc39bb202c81d90",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"type": "library",
"autoload": {
"psr-0": {
"LSS": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Bryan Tong",
"email": "bryan@nullivex.com",
"homepage": "https://www.nullivex.com"
},
{
"name": "Tony Butler",
"email": "spudz76@gmail.com",
"homepage": "https://www.nullivex.com"
}
],
"description": "Array2XML conversion library credit to lalit.org",
"homepage": "https://www.nullivex.com",
"keywords": [
"array",
"array conversion",
"xml",
"xml conversion"
],
"support": {
"issues": "https://github.com/nullivex/lib-array2xml/issues",
"source": "https://github.com/nullivex/lib-array2xml/tree/master"
},
2019-09-23 13:29:51 +02:00
"time": "2019-03-29T20:06:56+00:00"
},
{
"name": "php-cs-fixer/diff",
"version": "v1.3.1",
"source": {
"type": "git",
"url": "https://github.com/PHP-CS-Fixer/diff.git",
"reference": "dbd31aeb251639ac0b9e7e29405c1441907f5759"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/dbd31aeb251639ac0b9e7e29405c1441907f5759",
"reference": "dbd31aeb251639ac0b9e7e29405c1441907f5759",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7.23 || ^6.4.3 || ^7.0",
"symfony/process": "^3.3"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
},
{
"name": "SpacePossum"
}
],
"description": "sebastian/diff v2 backport support for PHP5.6",
"homepage": "https://github.com/PHP-CS-Fixer",
"keywords": [
"diff"
],
"support": {
"issues": "https://github.com/PHP-CS-Fixer/diff/issues",
"source": "https://github.com/PHP-CS-Fixer/diff/tree/v1.3.1"
},
"time": "2020-10-14T08:39:05+00:00"
},
2020-02-01 17:00:03 +01:00
{
"name": "phpstan/extension-installer",
"version": "1.1.0",
2020-02-01 17:00:03 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/extension-installer.git",
"reference": "66c7adc9dfa38b6b5838a9fb728b68a7d8348051"
2020-02-01 17:00:03 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/extension-installer/zipball/66c7adc9dfa38b6b5838a9fb728b68a7d8348051",
"reference": "66c7adc9dfa38b6b5838a9fb728b68a7d8348051",
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",
"php": "^7.1 || ^8.0",
2020-02-01 17:00:03 +01:00
"phpstan/phpstan": ">=0.11.6"
},
"require-dev": {
"composer/composer": "^1.8",
"phing/phing": "^2.16.3",
"php-parallel-lint/php-parallel-lint": "^1.2.0",
"phpstan/phpstan-strict-rules": "^0.11 || ^0.12"
2020-02-01 17:00:03 +01:00
},
"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",
"support": {
"issues": "https://github.com/phpstan/extension-installer/issues",
"source": "https://github.com/phpstan/extension-installer/tree/1.1.0"
},
"time": "2020-12-13T13:06:13+00:00"
},
{
"name": "phpstan/phpdoc-parser",
"version": "0.4.9",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git",
"reference": "98a088b17966bdf6ee25c8a4b634df313d8aa531"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/98a088b17966bdf6ee25c8a4b634df313d8aa531",
"reference": "98a088b17966bdf6ee25c8a4b634df313d8aa531",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"require-dev": {
"consistence/coding-standard": "^3.5",
"ergebnis/composer-normalize": "^2.0.2",
"jakub-onderka/php-parallel-lint": "^0.9.2",
"phing/phing": "^2.16.0",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12.26",
"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",
"support": {
"issues": "https://github.com/phpstan/phpdoc-parser/issues",
"source": "https://github.com/phpstan/phpdoc-parser/tree/master"
},
"time": "2020-08-03T20:32:43+00:00"
2020-02-01 17:00:03 +01:00
},
{
"name": "phpstan/phpstan",
"version": "0.12.64",
2020-02-01 17:00:03 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "23eb1cb7ae125f45f1d0e48051bcf67a9a9b08aa"
2020-02-01 17:00:03 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/23eb1cb7ae125f45f1d0e48051bcf67a9a9b08aa",
"reference": "23eb1cb7ae125f45f1d0e48051bcf67a9a9b08aa",
2020-02-01 17:00:03 +01:00
"shasum": ""
},
"require": {
"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",
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/0.12.64"
},
"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-12-21T11:59:02+00:00"
2020-02-01 17:00:03 +01:00
},
{
"name": "phpstan/phpstan-doctrine",
"version": "0.12.26",
2020-02-01 17:00:03 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
"reference": "716ea5f101636cd6cf36bb7298a4fe8b62c6606d"
2020-02-01 17:00:03 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/716ea5f101636cd6cf36bb7298a4fe8b62c6606d",
"reference": "716ea5f101636cd6cf36bb7298a4fe8b62c6606d",
2020-02-01 17:00:03 +01:00
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0",
"phpstan/phpstan": "^0.12.56"
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": {
"doctrine/annotations": "^1.11.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",
"phing/phing": "^2.16.3",
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpstan/phpstan-phpunit": "^0.12.16",
"phpstan/phpstan-strict-rules": "^0.12.5",
"phpunit/phpunit": "^7.5.20",
"ramsey/uuid-doctrine": "^1.5.0"
2020-02-01 17:00:03 +01:00
},
"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",
"support": {
"issues": "https://github.com/phpstan/phpstan-doctrine/issues",
"source": "https://github.com/phpstan/phpstan-doctrine/tree/0.12.26"
},
"time": "2020-12-13T11:58:47+00:00"
2020-02-01 17:00:03 +01:00
},
{
"name": "phpstan/phpstan-symfony",
"version": "0.12.12",
2020-02-01 17:00:03 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-symfony.git",
"reference": "fb66d5e3ee2e9e60c14931d0fb8c45263bbb0b6f"
2020-02-01 17:00:03 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/fb66d5e3ee2e9e60c14931d0fb8c45263bbb0b6f",
"reference": "fb66d5e3ee2e9e60c14931d0fb8c45263bbb0b6f",
2020-02-01 17:00:03 +01:00
"shasum": ""
},
"require": {
"ext-simplexml": "*",
"php": "^7.1 || ^8.0",
"phpstan/phpstan": "^0.12.51"
2020-02-01 17:00:03 +01:00
},
"conflict": {
"symfony/framework-bundle": "<3.0"
},
"require-dev": {
"phing/phing": "^2.16.3",
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpstan/phpstan-phpunit": "^0.12.16",
"phpstan/phpstan-strict-rules": "^0.12.5",
"phpunit/phpunit": "^7.5.20",
2020-02-01 17:00:03 +01:00
"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",
"support": {
"issues": "https://github.com/phpstan/phpstan-symfony/issues",
"source": "https://github.com/phpstan/phpstan-symfony/tree/0.12.12"
},
"time": "2020-12-13T13:13:56+00:00"
2020-02-01 17:00:03 +01:00
},
2020-03-29 23:13:25 +02:00
{
"name": "psalm/plugin-symfony",
"version": "v1.5.0",
2020-03-29 23:13:25 +02:00
"source": {
"type": "git",
"url": "https://github.com/psalm/psalm-plugin-symfony.git",
"reference": "fc1bcd6ce9ba56c3719110fe6af85928867dc542"
2020-03-29 23:13:25 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/psalm/psalm-plugin-symfony/zipball/fc1bcd6ce9ba56c3719110fe6af85928867dc542",
"reference": "fc1bcd6ce9ba56c3719110fe6af85928867dc542",
2020-03-29 23:13:25 +02:00
"shasum": ""
},
"require": {
"ext-simplexml": "*",
"php": "^7.1",
"symfony/framework-bundle": "^3.0 || ^4.0 || ^5.0",
"vimeo/psalm": "^3.17"
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-08-21 21:10:47 +02:00
"symfony/cache-contracts": "^1.0 || ^2.0",
2020-04-28 16:39:48 +02:00
"symfony/console": "*",
2020-07-18 23:50:39 +02:00
"symfony/messenger": "^4.2 || ^5.0",
2020-08-21 21:10:47 +02:00
"symfony/security-guard": "^4.0 || ^5.0",
"symfony/validator": "*",
2020-09-22 10:22:22 +02:00
"twig/twig": "^2.10 || ^3.0",
"weirdan/codeception-psalm-module": "~0.9"
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",
"support": {
"issues": "https://github.com/psalm/psalm-plugin-symfony/issues",
"source": "https://github.com/psalm/psalm-plugin-symfony/tree/v1.5.0"
},
"time": "2020-10-14T05:02:27+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",
"reference": "a2c04f857299a7119e96448249a9dd5954e099c1"
2019-03-27 19:19:50 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/a2c04f857299a7119e96448249a9dd5954e099c1",
"reference": "a2c04f857299a7119e96448249a9dd5954e099c1",
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",
"baserproject/basercms": ">=4,<=4.3.6|>=4.4,<4.4.1",
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",
2020-10-02 12:16:12 +02:00
"contao/core-bundle": ">=4,<4.4.52|>=4.5,<4.9.6|= 4.10.0",
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",
"derhansen/sf_event_mgt": "<4.3.1|>=5,<5.1.1",
2019-03-27 19:19:50 +01:00
"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",
"drupal/core": ">=7,<7.74|>=8,<8.8.11|>=8.9,<8.9.9|>=9,<9.0.8",
"drupal/drupal": ">=7,<7.74|>=8,<8.8.11|>=8.9,<8.9.9|>=9,<9.0.8",
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/ez-support-tools": ">=2.2,<2.2.3",
2020-04-28 16:39:48 +02:00
"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",
2020-09-22 10:22:22 +02:00
"ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2.1|>=5,<5.0.1|>=5.1,<5.1.1",
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",
"ezsystems/ezpublish-legacy": ">=5.3,<5.3.12.6|>=5.4,<5.4.14.2|>=2011,<2017.12.7.3|>=2018.6,<2018.6.1.4|>=2018.9,<2018.9.1.3|>=2019.3,<2019.3.5.1",
2020-09-22 10:22:22 +02:00
"ezsystems/platform-ui-assets-bundle": ">=4.2,<4.2.3",
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",
"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",
"getkirby/cms": ">=3,<3.4.5",
"getkirby/panel": "<2.5.14",
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",
2020-08-21 21:10:47 +02:00
"illuminate/cookie": ">=4,<=4.0.11|>=4.1,<=4.1.99999|>=4.2,<=4.2.99999|>=5,<=5.0.99999|>=5.1,<=5.1.99999|>=5.2,<=5.2.99999|>=5.3,<=5.3.99999|>=5.4,<=5.4.99999|>=5.5,<=5.5.49|>=5.6,<=5.6.99999|>=5.7,<=5.7.99999|>=5.8,<=5.8.99999|>=6,<6.18.31|>=7,<7.22.4",
"illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29|>=5.5,<=5.5.44|>=6,<6.18.34|>=7,<7.23.2",
2019-03-27 19:19:50 +01:00
"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",
2020-08-21 21:10:47 +02:00
"kitodo/presentation": "<3.1.2",
2019-03-27 19:19:50 +01:00
"kreait/firebase-php": ">=3.2,<3.8.1",
"la-haute-societe/tcpdf": "<6.2.22",
2020-08-21 21:10:47 +02:00
"laravel/framework": ">=4,<4.0.99|>=4.1,<=4.1.99999|>=4.2,<=4.2.99999|>=5,<=5.0.99999|>=5.1,<=5.1.99999|>=5.2,<=5.2.99999|>=5.3,<=5.3.99999|>=5.4,<=5.4.99999|>=5.5,<=5.5.49|>=5.6,<=5.6.99999|>=5.7,<=5.7.99999|>=5.8,<=5.8.99999|>=6,<6.18.34|>=7,<7.23.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",
2020-10-02 12:16:12 +02:00
"livewire/livewire": ">2.2.4,<2.2.6",
2020-02-13 22:04:40 +01:00
"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",
"marcwillmann/turn": "<0.3.3",
"mediawiki/core": ">=1.27,<1.27.6|>=1.29,<1.29.3|>=1.30,<1.30.2|>=1.31,<1.31.9|>=1.32,<1.32.6|>=1.32.99,<1.33.3|>=1.33.99,<1.34.3|>=1.34.99,<1.35",
"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-10-03 11:52:32 +02:00
"nette/application": ">=2,<2.0.19|>=2.1,<2.1.13|>=2.2,<2.2.10|>=2.3,<2.3.14|>=2.4,<2.4.16|>=3,<3.0.6",
"nette/nette": ">=2,<2.0.19|>=2.1,<2.1.13",
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",
"october/backend": ">=1.0.319,<1.0.470",
"october/cms": "= 1.0.469|>=1.0.319,<1.0.469",
"october/october": ">=1.0.319,<1.0.466",
2020-08-21 21:10:47 +02:00
"october/rain": ">=1.0.319,<1.0.468",
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",
"openmage/magento-lts": "<19.4.8|>=20,<20.0.4",
"orchid/platform": ">=9,<9.4.4",
2019-03-27 19:19:50 +01:00
"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",
"passbolt/passbolt_api": "<2.11",
2019-03-27 19:19:50 +01:00
"paypal/merchant-sdk-php": "<3.12",
"pear/archive_tar": "<1.4.11",
2020-09-22 10:22:22 +02:00
"personnummer/personnummer": "<3.0.2",
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",
"phpmyadmin/phpmyadmin": "<4.9.6|>=5,<5.0.3",
2020-02-09 21:25:03 +01:00
"phpoffice/phpexcel": "<1.8.2",
"phpoffice/phpspreadsheet": "<1.16",
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",
"pocketmine/pocketmine-mp": "<3.15.4",
2020-02-13 22:04:40 +01:00
"prestashop/autoupgrade": ">=4,<4.10.1",
2020-09-22 10:22:22 +02:00
"prestashop/contactform": ">1.0.1,<4.3",
2020-02-13 22:04:40 +01:00
"prestashop/gamification": "<2.3.2",
"prestashop/productcomments": ">=4,<4.2",
2020-02-13 22:04:40 +01:00
"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",
"pterodactyl/panel": "<0.7.19|>=1-rc.0,<=1-rc.6",
2019-03-27 19:19:50 +01:00
"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",
2020-09-22 10:22:22 +02:00
"sabberworm/php-css-parser": ">=1,<1.0.1|>=2,<2.0.1|>=3,<3.0.1|>=4,<4.0.1|>=5,<5.0.9|>=5.1,<5.1.3|>=5.2,<5.2.1|>=6,<6.0.2|>=7,<7.0.4|>=8,<8.0.1|>=8.1,<8.1.1|>=8.2,<8.2.1|>=8.3,<8.3.1",
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/core": "<=6.3.4",
"shopware/platform": "<=6.3.4",
"shopware/shopware": "<5.6.9",
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",
2020-08-21 21:10:47 +02:00
"sulu/sulu": "<1.6.34|>=2,<2.0.10|>=2.1,<2.1.1",
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-08-21 21:10:47 +02:00
"sylius/resource-bundle": "<1.3.14|>=1.4,<1.4.7|>=1.5,<1.5.2|>=1.6,<1.6.4",
"sylius/sylius": "<1.6.9|>=1.7,<1.7.9|>=1.8,<1.8.3",
2020-02-09 21:25:03 +01:00
"symbiote/silverstripe-multivaluefield": ">=3,<3.0.99",
2020-02-13 22:04:40 +01:00
"symbiote/silverstripe-versionedfiles": "<=2.0.3",
"symfony/cache": ">=3.1,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
2019-04-26 18:20:45 +02:00
"symfony/dependency-injection": ">=2,<2.0.17|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
2020-03-30 19:34:07 +02:00
"symfony/error-handler": ">=4.4,<4.4.4|>=5,<5.0.4",
2019-03-27 19:19:50 +01:00
"symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.20|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1",
2019-04-26 18:20:45 +02:00
"symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
2020-03-30 19:34:07 +02:00
"symfony/http-foundation": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7",
"symfony/http-kernel": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.4.13|>=5,<5.1.5",
2019-03-27 19:19:50 +01:00
"symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
"symfony/mime": ">=4.3,<4.3.8",
2019-04-26 18:20:45 +02:00
"symfony/phpunit-bridge": ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
2019-03-27 19:19:50 +01:00
"symfony/polyfill": ">=1,<1.10",
"symfony/polyfill-php55": ">=1,<1.10",
2019-04-26 18:20:45 +02:00
"symfony/proxy-manager-bridge": ">=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
2019-03-27 19:19:50 +01:00
"symfony/routing": ">=2,<2.0.19",
2020-03-30 19:34:07 +02:00
"symfony/security": ">=2,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7|>=4.4,<4.4.7|>=5,<5.0.7",
2019-03-27 19:19:50 +01:00
"symfony/security-bundle": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
"symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<2.8.37|>=3,<3.3.17|>=3.4,<3.4.7|>=4,<4.0.7",
"symfony/security-csrf": ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
"symfony/security-guard": ">=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
2020-03-30 19:34:07 +02:00
"symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7",
2019-03-27 19:19:50 +01:00
"symfony/serializer": ">=2,<2.0.11",
"symfony/symfony": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.4.13|>=5,<5.1.5",
2019-03-27 19:19:50 +01:00
"symfony/translation": ">=2,<2.0.17",
"symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
"symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8",
2019-03-27 19:19:50 +01:00
"symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
"symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
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",
"typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.38|>=9,<9.5.23|>=10,<10.4.10",
"typo3/cms-core": ">=8,<8.7.38|>=9,<9.5.23|>=10,<10.4.10",
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",
"typo3fluid/fluid": ">=2,<2.0.8|>=2.1,<2.1.7|>=2.2,<2.2.4|>=2.3,<2.3.7|>=2.4,<2.4.4|>=2.5,<2.5.11|>=2.6,<2.6.10",
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",
2020-09-22 10:22:22 +02:00
"yiisoft/yii2": "<2.0.38",
2019-03-27 19:19:50 +01:00
"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",
"support": {
"issues": "https://github.com/Roave/SecurityAdvisories/issues",
"source": "https://github.com/Roave/SecurityAdvisories/tree/latest"
},
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"
}
],
"time": "2020-12-31T19:24:22+00:00"
2019-03-27 19:19:50 +01:00
},
2019-09-23 13:29:51 +02:00
{
"name": "sebastian/diff",
"version": "3.0.3",
2019-09-23 13:29:51 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
"reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211"
2019-09-23 13:29:51 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/14f72dd46eaf2f2293cbe79c93cc0bc43161a211",
"reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211",
2019-09-23 13:29:51 +02:00
"shasum": ""
},
"require": {
"php": ">=7.1"
2019-09-23 13:29:51 +02:00
},
"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": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
2019-09-23 13:29:51 +02:00
}
],
"description": "Diff implementation",
"homepage": "https://github.com/sebastianbergmann/diff",
"keywords": [
"diff",
"udiff",
"unidiff",
"unified diff"
],
"support": {
"issues": "https://github.com/sebastianbergmann/diff/issues",
"source": "https://github.com/sebastianbergmann/diff/tree/3.0.3"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-11-30T07:59:04+00:00"
2019-09-23 13:29:51 +02:00
},
{
"name": "slevomat/coding-standard",
"version": "6.4.1",
"source": {
"type": "git",
"url": "https://github.com/slevomat/coding-standard.git",
"reference": "696dcca217d0c9da2c40d02731526c1e25b65346"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/slevomat/coding-standard/zipball/696dcca217d0c9da2c40d02731526c1e25b65346",
"reference": "696dcca217d0c9da2c40d02731526c1e25b65346",
"shasum": ""
},
"require": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7",
"php": "^7.1 || ^8.0",
"phpstan/phpdoc-parser": "0.4.5 - 0.4.9",
"squizlabs/php_codesniffer": "^3.5.6"
},
"require-dev": {
"phing/phing": "2.16.3",
"php-parallel-lint/php-parallel-lint": "1.2.0",
"phpstan/phpstan": "0.12.48",
"phpstan/phpstan-deprecation-rules": "0.12.5",
"phpstan/phpstan-phpunit": "0.12.16",
"phpstan/phpstan-strict-rules": "0.12.5",
"phpunit/phpunit": "7.5.20|8.5.5|9.4.0"
},
"type": "phpcodesniffer-standard",
"extra": {
"branch-alias": {
"dev-master": "6.x-dev"
}
},
"autoload": {
"psr-4": {
"SlevomatCodingStandard\\": "SlevomatCodingStandard"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Slevomat Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.",
"support": {
"issues": "https://github.com/slevomat/coding-standard/issues",
"source": "https://github.com/slevomat/coding-standard/tree/6.4.1"
},
"funding": [
{
"url": "https://github.com/kukulich",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/slevomat/coding-standard",
"type": "tidelift"
}
],
"time": "2020-10-05T12:39:37+00:00"
},
{
"name": "squizlabs/php_codesniffer",
"version": "3.5.8",
"source": {
"type": "git",
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
"reference": "9d583721a7157ee997f235f327de038e7ea6dac4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/9d583721a7157ee997f235f327de038e7ea6dac4",
"reference": "9d583721a7157ee997f235f327de038e7ea6dac4",
"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"
],
"support": {
"issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
"source": "https://github.com/squizlabs/PHP_CodeSniffer",
"wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
},
"time": "2020-10-23T02:01:07+00:00"
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/browser-kit",
"version": "v5.2.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/browser-kit.git",
"reference": "87d6f0a7436b03a57d4cf9a6a9cd0c83a355c49a"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/87d6f0a7436b03a57d4cf9a6a9cd0c83a355c49a",
"reference": "87d6f0a7436b03a57d4cf9a6a9cd0c83a355c49a",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"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",
"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",
"support": {
"source": "https://github.com/symfony/browser-kit/tree/v5.2.1"
},
"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-12-18T08:03:05+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/debug-bundle",
"version": "v5.2.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/debug-bundle.git",
"reference": "c79722fc3d430810d7a764fbc84fe212e532e004"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/debug-bundle/zipball/c79722fc3d430810d7a764fbc84fe212e532e004",
"reference": "c79722fc3d430810d7a764fbc84fe212e532e004",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"ext-xml": "*",
"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": "<5.2"
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",
"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",
"support": {
"source": "https://github.com/symfony/debug-bundle/tree/v5.2.1"
},
"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-10-24T12:08:07+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/debug-pack",
"version": "v1.0.9",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/debug-pack.git",
"reference": "cfd5093378e9cafe500f05c777a22fe8a64a9342"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/debug-pack/zipball/cfd5093378e9cafe500f05c777a22fe8a64a9342",
"reference": "cfd5093378e9cafe500f05c777a22fe8a64a9342",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"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",
"support": {
"issues": "https://github.com/symfony/debug-pack/issues",
"source": "https://github.com/symfony/debug-pack/tree/v1.0.9"
},
"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-10-19T08:51:51+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/dom-crawler",
"version": "v5.2.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/dom-crawler.git",
"reference": "ee7cf316fb0de786cfe5ae32ee79502b290c81ea"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/ee7cf316fb0de786cfe5ae32ee79502b290c81ea",
"reference": "ee7cf316fb0de786cfe5ae32ee79502b290c81ea",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
2019-02-23 16:49:38 +01:00
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.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",
"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",
"support": {
"source": "https://github.com/symfony/dom-crawler/tree/v5.2.1"
},
"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-12-18T08:02:46+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/maker-bundle",
"version": "v1.26.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/maker-bundle.git",
"reference": "0f1d3ed2584349dc8700d7908e8a92b3742b1c99"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/maker-bundle/zipball/0f1d3ed2584349dc8700d7908e8a92b3742b1c99",
"reference": "0f1d3ed2584349dc8700d7908e8a92b3742b1c99",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"doctrine/inflector": "^1.2|^2.0",
2019-02-23 16:49:38 +01:00
"nikic/php-parser": "^4.0",
"php": ">=7.1.3",
"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/deprecation-contracts": "^2.2",
"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",
"doctrine/doctrine-bundle": "^1.8|^2.0",
2019-02-23 16:49:38 +01:00
"doctrine/orm": "^2.3",
"friendsofphp/php-cs-fixer": "^2.8",
2019-07-12 21:00:29 +02:00
"friendsoftwig/twigcs": "^3.1.2",
"symfony/http-client": "^4.3|^5.0",
"symfony/phpunit-bridge": "^4.3|^5.0",
"symfony/process": "^3.4|^4.0|^5.0",
"symfony/security-core": "^3.4|^4.0|^5.0",
"symfony/yaml": "^3.4|^4.0|^5.0"
2019-02-23 16:49:38 +01:00
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-main": "1.0-dev"
2019-02-23 16:49:38 +01:00
}
},
"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"
],
"support": {
"issues": "https://github.com/symfony/maker-bundle/issues",
"source": "https://github.com/symfony/maker-bundle/tree/v1.26.1"
},
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-12-18T17:08:39+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/phpunit-bridge",
"version": "v5.2.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/phpunit-bridge.git",
"reference": "235823f6d215c9bd930a47a496e62c1354cde55b"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/235823f6d215c9bd930a47a496e62c1354cde55b",
"reference": "235823f6d215c9bd930a47a496e62c1354cde55b",
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
},
2020-10-02 12:16:12 +02:00
"require-dev": {
"symfony/deprecation-contracts": "^2.1",
"symfony/error-handler": "^4.4|^5.0"
2020-10-02 12:16:12 +02:00
},
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": {
"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",
"support": {
"source": "https://github.com/symfony/phpunit-bridge/tree/v5.2.1"
},
"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-12-14T22:27:17+00:00"
},
{
"name": "symfony/polyfill-php70",
"version": "v1.20.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php70.git",
"reference": "5f03a781d984aae42cebd18e7912fa80f02ee644"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/5f03a781d984aae42cebd18e7912fa80f02ee644",
"reference": "5f03a781d984aae42cebd18e7912fa80f02ee644",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "metapackage",
"extra": {
"branch-alias": {
"dev-main": "1.20-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"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"
],
"support": {
"source": "https://github.com/symfony/polyfill-php70/tree/v1.20.0"
},
"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-10-23T14:02:19+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/profiler-pack",
2020-08-21 21:10:47 +02:00
"version": "v1.0.5",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/profiler-pack.git",
2020-08-21 21:10:47 +02:00
"reference": "29ec66471082b4eb068db11eb4f0a48c277653f7"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2020-08-21 21:10:47 +02:00
"url": "https://api.github.com/repos/symfony/profiler-pack/zipball/29ec66471082b4eb068db11eb4f0a48c277653f7",
"reference": "29ec66471082b4eb068db11eb4f0a48c277653f7",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"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",
"support": {
"issues": "https://github.com/symfony/profiler-pack/issues",
"source": "https://github.com/symfony/profiler-pack/tree/v1.0.5"
},
2020-08-21 21:10:47 +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-08-12T06:50:46+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/test-pack",
"version": "v1.0.7",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/test-pack.git",
"reference": "e61756c97cbedae00b7cf43b87abcfadfeb2746c"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/test-pack/zipball/e61756c97cbedae00b7cf43b87abcfadfeb2746c",
"reference": "e61756c97cbedae00b7cf43b87abcfadfeb2746c",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"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",
"support": {
"issues": "https://github.com/symfony/test-pack/issues",
"source": "https://github.com/symfony/test-pack/tree/v1.0.7"
},
"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-10-19T08:52:28+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/web-profiler-bundle",
"version": "v5.1.10",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/web-profiler-bundle.git",
"reference": "732ee96548d64ac1aeed3952b45792127ced2ae8"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/732ee96548d64ac1aeed3952b45792127ced2ae8",
"reference": "732ee96548d64ac1aeed3952b45792127ced2ae8",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
2020-05-10 15:55:37 +02:00
"symfony/config": "^4.4|^5.0",
"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",
"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",
"support": {
"source": "https://github.com/symfony/web-profiler-bundle/tree/v5.1.10"
},
"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-12-08T17:02:38+00:00"
2019-09-23 13:29:51 +02:00
},
2020-01-09 19:37:04 +01:00
{
"name": "symplify/autowire-array-parameter",
"version": "8.3.48",
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",
"reference": "721e29f2e656cc3cf1101fcc0dbb4f4a44d9309b"
2020-01-09 19:37:04 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symplify/autowire-array-parameter/zipball/721e29f2e656cc3cf1101fcc0dbb4f4a44d9309b",
"reference": "721e29f2e656cc3cf1101fcc0dbb4f4a44d9309b",
2020-01-09 19:37:04 +01:00
"shasum": ""
},
"require": {
"nette/utils": "^3.0",
2020-09-22 10:22:22 +02:00
"php": ">=7.2",
"symfony/dependency-injection": "^4.4|^5.1",
"symplify/package-builder": "^8.3.48"
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-09-22 10:22:22 +02:00
"dev-master": "8.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",
"support": {
"source": "https://github.com/symplify/autowire-array-parameter/tree/8.3.48"
},
2020-08-21 21:10:47 +02:00
"funding": [
2020-10-02 12:16:12 +02:00
{
"url": "https://www.paypal.me/rectorphp",
"type": "custom"
},
2020-08-21 21:10:47 +02:00
{
"url": "https://github.com/tomasvotruba",
"type": "github"
}
],
"time": "2020-10-26T10:38:48+00:00"
2020-01-09 19:37:04 +01:00
},
{
"name": "symplify/coding-standard",
"version": "8.3.48",
"source": {
"type": "git",
2020-02-29 23:20:38 +01:00
"url": "https://github.com/symplify/coding-standard.git",
"reference": "8b5347ff5e370e30644e47eeb3672076878cb10d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symplify/coding-standard/zipball/8b5347ff5e370e30644e47eeb3672076878cb10d",
"reference": "8b5347ff5e370e30644e47eeb3672076878cb10d",
"shasum": ""
},
"require": {
"friendsofphp/php-cs-fixer": "^2.16",
"nette/finder": "^2.5",
"nette/utils": "^3.0",
"nikic/php-parser": "^4.10.2",
2020-09-22 10:22:22 +02:00
"php": ">=7.2",
"phpstan/phpstan": "^0.12.40",
"slevomat/coding-standard": "^6.4",
"squizlabs/php_codesniffer": "^3.5",
"symplify/autowire-array-parameter": "^8.3.48",
"symplify/package-builder": "^8.3.48",
"symplify/symplify-kernel": "^8.3.48"
},
"require-dev": {
"doctrine/orm": "^2.7",
"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",
"symfony/framework-bundle": "^4.4|^5.1",
"symfony/http-kernel": "^4.4|^5.1",
"symplify/easy-coding-standard-tester": "^8.3.48",
"symplify/package-builder": "^8.3.48",
"symplify/phpstan-extensions": "^8.3.48",
"symplify/smart-file-system": "^8.3.48"
},
"type": "library",
"extra": {
"branch-alias": {
2020-09-22 10:22:22 +02:00
"dev-master": "8.4-dev"
}
},
"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"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Set of Symplify rules for PHP_CodeSniffer and PHP CS Fixer.",
"support": {
"source": "https://github.com/symplify/coding-standard/tree/8.3.48"
},
2020-08-21 21:10:47 +02:00
"funding": [
2020-10-02 12:16:12 +02:00
{
"url": "https://www.paypal.me/rectorphp",
"type": "custom"
},
2020-08-21 21:10:47 +02:00
{
"url": "https://github.com/tomasvotruba",
"type": "github"
}
],
"time": "2020-10-26T10:38:48+00:00"
2020-05-09 20:33:49 +02:00
},
{
"name": "symplify/console-color-diff",
"version": "8.3.48",
2020-05-09 20:33:49 +02:00
"source": {
"type": "git",
"url": "https://github.com/symplify/console-color-diff.git",
"reference": "6cae4c121271da963698a9f0a50717a7d2ee9567"
2020-05-09 20:33:49 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symplify/console-color-diff/zipball/6cae4c121271da963698a9f0a50717a7d2ee9567",
"reference": "6cae4c121271da963698a9f0a50717a7d2ee9567",
2020-05-09 20:33:49 +02:00
"shasum": ""
},
"require": {
"nette/utils": "^3.0",
2020-09-22 10:22:22 +02:00
"php": ">=7.2",
2020-05-09 20:33:49 +02:00
"sebastian/diff": "^3.0|^4.0",
2020-09-22 10:22:22 +02:00
"symfony/console": "^4.4|^5.1",
"symfony/dependency-injection": "^4.4|^5.1",
"symfony/http-kernel": "^4.4|^5.1",
"symplify/package-builder": "^8.3.48"
2020-05-09 20:33:49 +02:00
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.0"
},
"type": "library",
"extra": {
"branch-alias": {
2020-09-22 10:22:22 +02:00
"dev-master": "8.4-dev"
2020-05-09 20:33:49 +02:00
}
},
"autoload": {
"psr-4": {
"Symplify\\ConsoleColorDiff\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Package to print diffs in console with colors",
"support": {
"source": "https://github.com/symplify/console-color-diff/tree/8.3.48"
},
2020-08-21 21:10:47 +02:00
"funding": [
2020-10-02 12:16:12 +02:00
{
"url": "https://www.paypal.me/rectorphp",
"type": "custom"
},
2020-08-21 21:10:47 +02:00
{
"url": "https://github.com/tomasvotruba",
"type": "github"
}
],
"time": "2020-10-26T10:38:48+00:00"
},
{
"name": "symplify/easy-coding-standard",
"version": "8.3.48",
"source": {
"type": "git",
2020-03-15 13:56:31 +01:00
"url": "https://github.com/symplify/easy-coding-standard.git",
"reference": "101d4ad5a3d8ad98e23a951a5722d4d5422cda22"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symplify/easy-coding-standard/zipball/101d4ad5a3d8ad98e23a951a5722d4d5422cda22",
"reference": "101d4ad5a3d8ad98e23a951a5722d4d5422cda22",
"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",
2020-09-22 10:22:22 +02:00
"php": ">=7.2",
"psr/simple-cache": "^1.0",
"slevomat/coding-standard": "^6.4",
"squizlabs/php_codesniffer": "^3.5",
2020-09-22 10:22:22 +02:00
"symfony/cache": "^4.4|^5.1",
"symfony/config": "^4.4|^5.1",
"symfony/console": "^4.4|^5.1",
"symfony/dependency-injection": "^4.4|^5.1",
"symfony/finder": "^4.4|^5.1",
"symfony/http-kernel": "^4.4|^5.1",
"symfony/yaml": "^4.4|^5.1",
"symplify/autowire-array-parameter": "^8.3.48",
"symplify/coding-standard": "^8.3.48",
"symplify/console-color-diff": "^8.3.48",
"symplify/package-builder": "^8.3.48",
"symplify/set-config-resolver": "^8.3.48",
"symplify/smart-file-system": "^8.3.48",
"symplify/symplify-kernel": "^8.3.48"
},
"require-dev": {
2020-03-15 13:56:31 +01:00
"phpunit/phpunit": "^8.5|^9.0",
"symplify/easy-coding-standard-tester": "^8.3.48"
},
"bin": [
"bin/ecs"
],
"type": "library",
"extra": {
"branch-alias": {
2020-09-22 10:22:22 +02:00
"dev-master": "8.4-dev"
}
},
"autoload": {
"psr-4": {
"Symplify\\EasyCodingStandard\\": "src",
2020-03-15 13:56:31 +01:00
"Symplify\\EasyCodingStandard\\ChangedFilesDetector\\": "packages/changed-files-detector/src",
"Symplify\\EasyCodingStandard\\Configuration\\": "packages/configuration/src",
"Symplify\\EasyCodingStandard\\FixerRunner\\": "packages/fixer-runner/src",
2020-09-22 10:22:22 +02:00
"Symplify\\EasyCodingStandard\\SniffRunner\\": "packages/sniff-runner/src",
"Symplify\\EasyCodingStandard\\SnippetFormatter\\": "packages/snippet-formatter/src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Use Coding Standard with 0-knowledge of PHP-CS-Fixer and PHP_CodeSniffer.",
"support": {
"source": "https://github.com/symplify/easy-coding-standard/tree/8.3.48"
},
2020-08-21 21:10:47 +02:00
"funding": [
2020-10-02 12:16:12 +02:00
{
"url": "https://www.paypal.me/rectorphp",
"type": "custom"
},
2020-08-21 21:10:47 +02:00
{
"url": "https://github.com/tomasvotruba",
"type": "github"
}
],
"time": "2020-10-26T10:38:48+00:00"
},
{
"name": "symplify/package-builder",
"version": "8.3.48",
"source": {
"type": "git",
2020-02-29 23:20:38 +01:00
"url": "https://github.com/symplify/package-builder.git",
"reference": "d262d5c2043c669f145d3eabf7d8114ae64cf169"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symplify/package-builder/zipball/d262d5c2043c669f145d3eabf7d8114ae64cf169",
"reference": "d262d5c2043c669f145d3eabf7d8114ae64cf169",
"shasum": ""
},
"require": {
"nette/finder": "^2.5",
"nette/utils": "^3.0",
2020-09-22 10:22:22 +02:00
"php": ">=7.2",
"symfony/config": "^4.4|^5.1",
"symfony/console": "^4.4|^5.1",
"symfony/dependency-injection": "^4.4|^5.1",
"symfony/finder": "^4.4|^5.1",
"symfony/http-kernel": "^4.4|^5.1",
"symfony/yaml": "^4.4|^5.1",
"symplify/autowire-array-parameter": "^8.3.48",
"symplify/symplify-kernel": "^8.3.48"
},
"require-dev": {
2020-02-29 23:20:38 +01:00
"phpunit/phpunit": "^8.5|^9.0"
},
"type": "library",
"extra": {
"branch-alias": {
2020-09-22 10:22:22 +02:00
"dev-master": "8.4-dev"
}
},
"autoload": {
"psr-4": {
"Symplify\\PackageBuilder\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Dependency Injection, Console and Kernel toolkit for Symplify packages.",
"support": {
"source": "https://github.com/symplify/package-builder/tree/8.3.48"
},
2020-08-21 21:10:47 +02:00
"funding": [
2020-10-02 12:16:12 +02:00
{
"url": "https://www.paypal.me/rectorphp",
"type": "custom"
},
2020-08-21 21:10:47 +02:00
{
"url": "https://github.com/tomasvotruba",
"type": "github"
}
],
"time": "2020-10-26T10:38:48+00:00"
},
{
"name": "symplify/set-config-resolver",
"version": "8.3.48",
"source": {
"type": "git",
2020-02-29 23:20:38 +01:00
"url": "https://github.com/symplify/set-config-resolver.git",
"reference": "1333995e30b7acfa7c4378c5f85de1dd96226c93"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symplify/set-config-resolver/zipball/1333995e30b7acfa7c4378c5f85de1dd96226c93",
"reference": "1333995e30b7acfa7c4378c5f85de1dd96226c93",
"shasum": ""
},
"require": {
"nette/utils": "^3.0",
2020-09-22 10:22:22 +02:00
"php": ">=7.2",
"symfony/config": "^4.4|^5.1",
"symfony/console": "^4.4|^5.1",
"symfony/dependency-injection": "^4.4|^5.1",
"symfony/filesystem": "^4.4|^5.1",
"symfony/finder": "^4.4|^5.1",
"symfony/yaml": "^4.4|^5.1",
"symplify/smart-file-system": "^8.3.48",
"symplify/symplify-kernel": "^8.3.48"
},
"require-dev": {
2020-02-29 23:20:38 +01:00
"phpunit/phpunit": "^8.5|^9.0"
},
"type": "library",
"extra": {
"branch-alias": {
2020-09-22 10:22:22 +02:00
"dev-master": "8.4-dev"
}
},
"autoload": {
"psr-4": {
"Symplify\\SetConfigResolver\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Resolve config and sets from configs and cli opptions for CLI applications",
"support": {
"issues": "https://github.com/symplify/set-config-resolver/issues",
"source": "https://github.com/symplify/set-config-resolver/tree/8.3.48"
},
2020-08-21 21:10:47 +02:00
"funding": [
2020-10-02 12:16:12 +02:00
{
"url": "https://www.paypal.me/rectorphp",
"type": "custom"
},
2020-08-21 21:10:47 +02:00
{
"url": "https://github.com/tomasvotruba",
"type": "github"
}
],
"time": "2020-10-26T10:38:48+00:00"
},
{
"name": "symplify/smart-file-system",
"version": "8.3.48",
"source": {
"type": "git",
2020-02-29 23:20:38 +01:00
"url": "https://github.com/symplify/smart-file-system.git",
"reference": "4146069c725b7c6e2f53924a151286f1e26c132f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symplify/smart-file-system/zipball/4146069c725b7c6e2f53924a151286f1e26c132f",
"reference": "4146069c725b7c6e2f53924a151286f1e26c132f",
"shasum": ""
},
"require": {
"nette/utils": "^3.0",
2020-09-22 10:22:22 +02:00
"php": ">=7.2",
"symfony/filesystem": "^4.4|^5.1",
"symfony/finder": "^4.4|^5.1"
},
"require-dev": {
2020-01-09 19:37:04 +01:00
"nette/finder": "^2.5",
2020-02-29 23:20:38 +01:00
"phpunit/phpunit": "^8.5|^9.0"
},
"type": "library",
"extra": {
"branch-alias": {
2020-09-22 10:22:22 +02:00
"dev-master": "8.4-dev"
}
},
"autoload": {
"psr-4": {
"Symplify\\SmartFileSystem\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Sanitized FileInfo with safe getRealPath() and other handy methods",
"support": {
"source": "https://github.com/symplify/smart-file-system/tree/8.3.48"
},
2020-08-21 21:10:47 +02:00
"funding": [
2020-10-02 12:16:12 +02:00
{
"url": "https://www.paypal.me/rectorphp",
"type": "custom"
},
2020-08-21 21:10:47 +02:00
{
"url": "https://github.com/tomasvotruba",
"type": "github"
}
],
"time": "2020-10-26T10:38:48+00:00"
},
{
"name": "symplify/symplify-kernel",
"version": "8.3.48",
"source": {
"type": "git",
"url": "https://github.com/symplify/symplify-kernel.git",
"reference": "c79dc6ce559b408c08e9fbc044f59cbb64961cf9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symplify/symplify-kernel/zipball/c79dc6ce559b408c08e9fbc044f59cbb64961cf9",
"reference": "c79dc6ce559b408c08e9fbc044f59cbb64961cf9",
"shasum": ""
},
"require": {
"php": ">=7.2",
"symfony/console": "^4.4|^5.1",
"symfony/dependency-injection": "^4.4|^5.1",
"symfony/http-kernel": "^4.4|^5.1",
"symplify/package-builder": "^8.3.48",
"symplify/smart-file-system": "^8.3.48"
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "8.4-dev"
}
},
"autoload": {
"psr-4": {
"Symplify\\SymplifyKernel\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Internal Kernel for Symplify packages",
"support": {
"issues": "https://github.com/symplify/symplify-kernel/issues",
"source": "https://github.com/symplify/symplify-kernel/tree/8.3.48"
},
"time": "2020-10-26T10:38:48+00:00"
},
2019-09-23 13:29:51 +02:00
{
"name": "vimeo/psalm",
"version": "3.18.2",
2019-09-23 13:29:51 +02:00
"source": {
"type": "git",
"url": "https://github.com/vimeo/psalm.git",
"reference": "19aa905f7c3c7350569999a93c40ae91ae4e1626"
2019-09-23 13:29:51 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/vimeo/psalm/zipball/19aa905f7c3c7350569999a93c40ae91ae4e1626",
"reference": "19aa905f7c3c7350569999a93c40ae91ae4e1626",
2019-09-23 13:29:51 +02:00
"shasum": ""
},
"require": {
"amphp/amp": "^2.1",
"amphp/byte-stream": "^1.5",
2020-08-21 21:10:47 +02:00
"composer/package-versions-deprecated": "^1.8.0",
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",
"dnoegel/php-xdg-base-dir": "^0.1.1",
2019-12-29 13:35:30 +01:00
"ext-dom": "*",
2020-01-09 19:37:04 +01:00
"ext-json": "*",
"ext-libxml": "*",
2020-09-22 10:22:22 +02:00
"ext-mbstring": "*",
2020-01-09 19:37:04 +01:00
"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-08-21 21:10:47 +02:00
"netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0",
"nikic/php-parser": "4.3.* || 4.4.* || 4.5.* || 4.6.* || ^4.8",
2019-09-23 13:29:51 +02:00
"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-08-21 21:10:47 +02:00
"phpdocumentor/reflection-docblock": "^4.3.4 || ^5",
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.11",
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",
"symfony/process": "^4.3",
"weirdan/prophecy-shim": "^1.0 || ^2.0"
2019-09-23 13:29:51 +02:00
},
"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"
],
"support": {
"issues": "https://github.com/vimeo/psalm/issues",
"source": "https://github.com/vimeo/psalm/tree/3.18.2"
},
"time": "2020-10-20T13:48:22+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.",
"support": {
"issues": "https://github.com/webmozart/glob/issues",
"source": "https://github.com/webmozart/glob/tree/master"
},
2019-09-23 13:29:51 +02:00
"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.",
"support": {
"issues": "https://github.com/webmozart/path-util/issues",
"source": "https://github.com/webmozart/path-util/tree/2.3.0"
},
2019-09-23 13:29:51 +02:00
"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": {
"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": {
"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": "*",
"ext-intl": "*",
"ext-json": "*",
2019-10-11 23:53:12 +02:00
"ext-mbstring": "*"
2019-02-23 16:49:38 +01:00
},
"platform-dev": [],
"platform-overrides": {
"php": "7.2.5"
2020-07-18 23:50:39 +02:00
},
"plugin-api-version": "2.0.0"
2019-02-23 16:49:38 +01:00
}