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"
],
2022-10-03 23:09:50 +02:00
"content-hash": "e94249960fe23d18a3977983c795266c",
2019-02-23 16:49:38 +01:00
"packages": [
2019-12-14 16:35:19 +01:00
{
"name": "beberlei/assert",
2022-01-19 19:35:45 +01:00
"version": "v3.3.2",
2019-12-14 16:35:19 +01:00
"source": {
"type": "git",
"url": "https://github.com/beberlei/assert.git",
2022-01-19 19:35:45 +01:00
"reference": "cb70015c04be1baee6f5f5c953703347c0ac1655"
2019-12-14 16:35:19 +01:00
},
"dist": {
"type": "zip",
2022-01-19 19:35:45 +01:00
"url": "https://api.github.com/repos/beberlei/assert/zipball/cb70015c04be1baee6f5f5c953703347c0ac1655",
"reference": "cb70015c04be1baee6f5f5c953703347c0ac1655",
2019-12-14 16:35:19 +01:00
"shasum": ""
},
"require": {
"ext-ctype": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-simplexml": "*",
2021-01-03 20:34:58 +01:00
"php": "^7.0 || ^8.0"
2019-12-14 16:35:19 +01:00
},
"require-dev": {
"friendsofphp/php-cs-fixer": "*",
2021-01-03 20:34:58 +01:00
"phpstan/phpstan": "*",
"phpunit/phpunit": ">=6.0.0",
"yoast/phpunit-polyfills": "^0.1.0"
2019-12-14 16:35:19 +01:00
},
2021-06-09 08:45:34 +02:00
"suggest": {
"ext-intl": "Needed to allow Assertion::count(), Assertion::isCountable(), Assertion::minCount(), and Assertion::maxCount() to operate on ResourceBundles"
},
2019-12-14 16:35:19 +01:00
"type": "library",
"autoload": {
"files": [
"lib/Assert/functions.php"
2022-03-04 12:16:13 +01:00
],
"psr-4": {
"Assert\\": "lib/Assert"
}
2019-12-14 16:35:19 +01:00
},
"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"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/beberlei/assert/issues",
2022-01-19 19:35:45 +01:00
"source": "https://github.com/beberlei/assert/tree/v3.3.2"
2021-01-03 20:34:58 +01:00
},
2022-01-19 19:35:45 +01:00
"time": "2021-12-16T21:41:27+00:00"
2019-12-14 16:35:19 +01:00
},
2020-03-08 13:05:53 +01:00
{
"name": "beberlei/doctrineextensions",
2021-01-03 20:34:58 +01:00
"version": "v1.3.0",
2020-03-08 13:05:53 +01:00
"source": {
"type": "git",
"url": "https://github.com/beberlei/DoctrineExtensions.git",
2021-01-03 20:34:58 +01:00
"reference": "008f162f191584a6c37c03a803f718802ba9dd9a"
2020-03-08 13:05:53 +01:00
},
"dist": {
"type": "zip",
2021-01-03 20:34:58 +01:00
"url": "https://api.github.com/repos/beberlei/DoctrineExtensions/zipball/008f162f191584a6c37c03a803f718802ba9dd9a",
"reference": "008f162f191584a6c37c03a803f718802ba9dd9a",
2020-03-08 13:05:53 +01:00
"shasum": ""
},
"require": {
2021-01-03 20:34:58 +01:00
"doctrine/orm": "^2.7",
"php": "^7.2 || ^8.0"
2020-03-08 13:05:53 +01:00
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.14",
"nesbot/carbon": "*",
2021-01-03 20:34:58 +01:00
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
"symfony/yaml": "^4.2 || ^5.0",
2020-03-08 13:05:53 +01:00
"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"
2020-03-08 13:05:53 +01:00
}
],
2021-01-03 20:34:58 +01:00
"description": "A set of extensions to Doctrine 2 that add support for additional query functions available in MySQL, Oracle, PostgreSQL and SQLite.",
2020-03-08 13:05:53 +01:00
"keywords": [
"database",
"doctrine",
"orm"
],
2021-01-03 20:34:58 +01:00
"support": {
"source": "https://github.com/beberlei/DoctrineExtensions/tree/v1.3.0"
},
"time": "2020-11-29T07:37:23+00:00"
2020-03-08 13:05:53 +01:00
},
2020-05-18 22:07:09 +02:00
{
"name": "brick/math",
2022-10-03 23:09:50 +02:00
"version": "0.8.17",
2020-05-18 22:07:09 +02:00
"source": {
"type": "git",
"url": "https://github.com/brick/math.git",
2022-10-03 23:09:50 +02:00
"reference": "e6f8e7d04346a95be89580f8c2c22d6c3fa65556"
2020-05-18 22:07:09 +02:00
},
"dist": {
"type": "zip",
2022-10-03 23:09:50 +02:00
"url": "https://api.github.com/repos/brick/math/zipball/e6f8e7d04346a95be89580f8c2c22d6c3fa65556",
"reference": "e6f8e7d04346a95be89580f8c2c22d6c3fa65556",
2020-05-18 22:07:09 +02:00
"shasum": ""
},
"require": {
"ext-json": "*",
2022-10-03 23:09:50 +02:00
"php": "^7.1|^8.0"
2020-05-18 22:07:09 +02:00
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.2",
2022-10-03 23:09:50 +02:00
"phpunit/phpunit": "^7.5.15|^8.5",
"vimeo/psalm": "^3.5"
2020-05-18 22:07:09 +02:00
},
"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"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/brick/math/issues",
2022-10-03 23:09:50 +02:00
"source": "https://github.com/brick/math/tree/v0.8"
2021-01-03 20:34:58 +01:00
},
2020-08-21 21:10:47 +02:00
"funding": [
2021-10-02 18:36:29 +02:00
{
2022-10-03 23:09:50 +02:00
"url": "https://tidelift.com/funding/github/packagist/brick/math",
"type": "tidelift"
2020-08-21 21:10:47 +02:00
}
],
2022-10-03 23:09:50 +02:00
"time": "2020-08-18T23:41:20+00:00"
2020-05-18 22:07:09 +02:00
},
2020-06-08 20:23:35 +02:00
{
"name": "composer/ca-bundle",
2022-07-24 01:26:22 +02:00
"version": "1.3.3",
2020-06-08 20:23:35 +02:00
"source": {
"type": "git",
"url": "https://github.com/composer/ca-bundle.git",
2022-07-24 01:26:22 +02:00
"reference": "30897edbfb15e784fe55587b4f73ceefd3c4d98c"
2020-06-08 20:23:35 +02:00
},
"dist": {
"type": "zip",
2022-07-24 01:26:22 +02:00
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/30897edbfb15e784fe55587b4f73ceefd3c4d98c",
"reference": "30897edbfb15e784fe55587b4f73ceefd3c4d98c",
2020-06-08 20:23:35 +02:00
"shasum": ""
},
"require": {
"ext-openssl": "*",
"ext-pcre": "*",
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
2021-03-14 18:43:09 +01:00
"phpstan/phpstan": "^0.12.55",
2020-06-08 20:23:35 +02:00
"psr/log": "^1.0",
2021-03-14 18:43:09 +01:00
"symfony/phpunit-bridge": "^4.2 || ^5",
2021-10-02 18:36:29 +02:00
"symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
2020-06-08 20:23:35 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-03-14 18:43:09 +01:00
"dev-main": "1.x-dev"
2020-06-08 20:23:35 +02:00
}
},
"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"
],
2021-01-03 20:34:58 +01:00
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/ca-bundle/issues",
2022-07-24 01:26:22 +02:00
"source": "https://github.com/composer/ca-bundle/tree/1.3.3"
2021-01-03 20:34:58 +01:00
},
2020-09-03 11:19:01 +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"
}
],
2022-07-24 01:26:22 +02:00
"time": "2022-07-20T07:14:26+00:00"
2020-06-08 20:23:35 +02:00
},
2020-07-18 23:50:39 +02:00
{
"name": "composer/package-versions-deprecated",
2021-10-02 18:36:29 +02:00
"version": "1.11.99.4",
2020-07-18 23:50:39 +02:00
"source": {
"type": "git",
"url": "https://github.com/composer/package-versions-deprecated.git",
2021-10-02 18:36:29 +02:00
"reference": "b174585d1fe49ceed21928a945138948cb394600"
2020-07-18 23:50:39 +02:00
},
"dist": {
"type": "zip",
2021-10-02 18:36:29 +02:00
"url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b174585d1fe49ceed21928a945138948cb394600",
"reference": "b174585d1fe49ceed21928a945138948cb394600",
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": {
2020-09-03 11:19:01 +02:00
"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)",
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/composer/package-versions-deprecated/issues",
2021-10-02 18:36:29 +02:00
"source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.4"
2021-01-03 20:34:58 +01:00
},
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"
}
],
2021-10-02 18:36:29 +02:00
"time": "2021-09-13T08:41:34+00:00"
2020-07-18 23:50:39 +02:00
},
2019-02-23 16:49:38 +01:00
{
"name": "doctrine/annotations",
2022-07-17 22:26:35 +02:00
"version": "1.13.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
2022-07-17 22:26:35 +02:00
"reference": "648b0343343565c4a056bfc8392201385e8d89f0"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/doctrine/annotations/zipball/648b0343343565c4a056bfc8392201385e8d89f0",
"reference": "648b0343343565c4a056bfc8392201385e8d89f0",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"doctrine/lexer": "1.*",
2020-04-04 19:35:02 +02:00
"ext-tokenizer": "*",
2021-06-09 08:45:34 +02:00
"php": "^7.1 || ^8.0",
"psr/cache": "^1 || ^2 || ^3"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2021-06-09 08:45:34 +02:00
"doctrine/cache": "^1.11 || ^2.0",
2021-01-03 20:34:58 +01:00
"doctrine/coding-standard": "^6.0 || ^8.1",
2022-07-17 22:26:35 +02:00
"phpstan/phpstan": "^1.4.10 || ^1.8.0",
2021-06-09 08:45:34 +02:00
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5",
2022-07-17 22:26:35 +02:00
"symfony/cache": "^4.4 || ^5.2",
"vimeo/psalm": "^4.10"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2019-08-13 13:04:31 +02:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-02-23 16:49:38 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Docblock Annotations Parser",
2021-01-03 20:34:58 +01:00
"homepage": "https://www.doctrine-project.org/projects/annotations.html",
2019-02-23 16:49:38 +01:00
"keywords": [
"annotations",
"docblock",
"parser"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/doctrine/annotations/issues",
2022-07-17 22:26:35 +02:00
"source": "https://github.com/doctrine/annotations/tree/1.13.3"
2021-01-03 20:34:58 +01:00
},
2022-07-17 22:26:35 +02:00
"time": "2022-07-02T10:48:51+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/cache",
2022-07-17 22:26:35 +02:00
"version": "2.2.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/cache.git",
2022-07-17 22:26:35 +02:00
"reference": "1ca8f21980e770095a31456042471a57bc4c68fb"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/doctrine/cache/zipball/1ca8f21980e770095a31456042471a57bc4c68fb",
"reference": "1ca8f21980e770095a31456042471a57bc4c68fb",
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": {
2021-10-02 18:36:29 +02:00
"doctrine/common": ">2.2,<2.4"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2021-06-09 08:45:34 +02:00
"cache/integration-tests": "dev-master",
2022-07-17 22:26:35 +02:00
"doctrine/coding-standard": "^9",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
2021-10-02 18:36:29 +02:00
"psr/cache": "^1.0 || ^2.0 || ^3.0",
2022-07-17 22:26:35 +02:00
"symfony/cache": "^4.4 || ^5.4 || ^6",
"symfony/var-exporter": "^4.4 || ^5.4 || ^6"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2019-11-01 13:58:02 +01:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-02-23 16:49:38 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
2019-11-16 17:59:32 +01:00
"description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
"homepage": "https://www.doctrine-project.org/projects/cache.html",
2019-02-23 16:49:38 +01:00
"keywords": [
2019-11-16 17:59:32 +01:00
"abstraction",
"apcu",
2019-02-23 16:49:38 +01:00
"cache",
2019-11-16 17:59:32 +01:00
"caching",
"couchdb",
"memcached",
"php",
"redis",
"xcache"
2019-02-23 16:49:38 +01:00
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/doctrine/cache/issues",
2022-07-17 22:26:35 +02:00
"source": "https://github.com/doctrine/cache/tree/2.2.0"
2021-01-03 20:34:58 +01:00
},
2020-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
"type": "tidelift"
}
],
2022-07-17 22:26:35 +02:00
"time": "2022-05-20T20:07:39+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/collections",
2022-10-03 23:09:50 +02:00
"version": "1.8.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/collections.git",
2022-10-03 23:09:50 +02:00
"reference": "2b44dd4cbca8b5744327de78bafef5945c7e7b5e"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-10-03 23:09:50 +02:00
"url": "https://api.github.com/repos/doctrine/collections/zipball/2b44dd4cbca8b5744327de78bafef5945c7e7b5e",
"reference": "2b44dd4cbca8b5744327de78bafef5945c7e7b5e",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2022-09-07 21:52:13 +02:00
"doctrine/deprecations": "^0.5.3 || ^1",
2020-05-26 18:32:23 +02:00
"php": "^7.1.3 || ^8.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2022-09-07 21:52:13 +02:00
"doctrine/coding-standard": "^9.0 || ^10.0",
"phpstan/phpstan": "^1.4.8",
2021-10-02 18:36:29 +02:00
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5",
2022-09-07 21:52:13 +02:00
"vimeo/psalm": "^4.22"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"autoload": {
2019-03-25 18:14:14 +01:00
"psr-4": {
"Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
2019-02-23 16:49:38 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2019-11-16 17:59:32 +01:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-02-23 16:49:38 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
2019-03-25 18:14:14 +01:00
"description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
"homepage": "https://www.doctrine-project.org/projects/collections.html",
2019-02-23 16:49:38 +01:00
"keywords": [
"array",
"collections",
2019-03-25 18:14:14 +01:00
"iterators",
"php"
2019-02-23 16:49:38 +01:00
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/doctrine/collections/issues",
2022-10-03 23:09:50 +02:00
"source": "https://github.com/doctrine/collections/tree/1.8.0"
2021-01-03 20:34:58 +01:00
},
2022-10-03 23:09:50 +02:00
"time": "2022-09-01T20:12:10+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/common",
2022-10-03 23:09:50 +02:00
"version": "3.4.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/common.git",
2022-10-03 23:09:50 +02:00
"reference": "609c3a7b6af49a7b4b13945ca2fdf4af801946af"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-10-03 23:09:50 +02:00
"url": "https://api.github.com/repos/doctrine/common/zipball/609c3a7b6af49a7b4b13945ca2fdf4af801946af",
"reference": "609c3a7b6af49a7b4b13945ca2fdf4af801946af",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2022-07-17 22:26:35 +02:00
"doctrine/persistence": "^2.0 || ^3.0",
2020-05-26 18:32:23 +02:00
"php": "^7.1 || ^8.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2022-10-03 23:09:50 +02:00
"doctrine/coding-standard": "^9.0 || ^10.0",
2022-09-07 21:52:13 +02:00
"doctrine/collections": "^1",
2022-03-04 12:16:13 +01:00
"phpstan/phpstan": "^1.4.1",
2022-01-19 19:35:45 +01:00
"phpstan/phpstan-phpunit": "^1",
2021-01-03 20:34:58 +01:00
"phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.0",
2019-02-23 16:49:38 +01:00
"squizlabs/php_codesniffer": "^3.0",
2022-10-03 23:09:50 +02:00
"symfony/phpunit-bridge": "^6.1",
2021-06-09 08:45:34 +02:00
"vimeo/psalm": "^4.4"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
2022-09-07 21:52:13 +02:00
"Doctrine\\Common\\": "src"
2019-02-23 16:49:38 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2019-09-18 16:06:51 +02:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
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"
}
],
2021-01-03 20:34:58 +01:00
"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"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/doctrine/common/issues",
2022-10-03 23:09:50 +02:00
"source": "https://github.com/doctrine/common/tree/3.4.2"
2021-01-03 20:34:58 +01:00
},
2020-09-03 11:19:01 +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%2Fcommon",
"type": "tidelift"
}
],
2022-10-03 23:09:50 +02:00
"time": "2022-09-28T14:20:50+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/dbal",
2022-09-25 15:51:16 +02:00
"version": "3.4.5",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
2022-09-25 15:51:16 +02:00
"reference": "a5a58773109c0abb13e658c8ccd92aeec8d07f9e"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-09-25 15:51:16 +02:00
"url": "https://api.github.com/repos/doctrine/dbal/zipball/a5a58773109c0abb13e658c8ccd92aeec8d07f9e",
"reference": "a5a58773109c0abb13e658c8ccd92aeec8d07f9e",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2022-03-04 12:22:51 +01:00
"composer-runtime-api": "^2",
"doctrine/cache": "^1.11|^2.0",
2022-07-17 22:26:35 +02:00
"doctrine/deprecations": "^0.5.3|^1",
2019-02-23 16:49:38 +01:00
"doctrine/event-manager": "^1.0",
2022-09-18 18:19:47 +02:00
"php": "^7.4 || ^8.0",
2022-03-04 12:22:51 +01:00
"psr/cache": "^1|^2|^3",
"psr/log": "^1|^2|^3"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2022-09-18 18:19:47 +02:00
"doctrine/coding-standard": "10.0.0",
"jetbrains/phpstorm-stubs": "2022.2",
"phpstan/phpstan": "1.8.3",
2022-08-13 02:49:23 +02:00
"phpstan/phpstan-strict-rules": "^1.3",
2022-09-18 18:19:47 +02:00
"phpunit/phpunit": "9.5.24",
2022-08-13 02:49:23 +02:00
"psalm/plugin-phpunit": "0.17.0",
"squizlabs/php_codesniffer": "3.7.1",
2022-09-18 18:19:47 +02:00
"symfony/cache": "^5.4|^6.0",
"symfony/console": "^4.4|^5.4|^6.0",
"vimeo/psalm": "4.27.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
},
"bin": [
"bin/doctrine-dbal"
],
"type": "library",
"autoload": {
"psr-4": {
2022-03-04 12:22:51 +01:00
"Doctrine\\DBAL\\": "src"
2019-02-23 16:49:38 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2019-11-08 20:25:47 +01:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-02-23 16:49:38 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
}
],
"description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
"homepage": "https://www.doctrine-project.org/projects/dbal.html",
"keywords": [
"abstraction",
"database",
2020-01-01 15:57:34 +01:00
"db2",
2019-02-23 16:49:38 +01:00
"dbal",
2020-01-01 15:57:34 +01:00
"mariadb",
"mssql",
2019-02-23 16:49:38 +01:00
"mysql",
2020-01-01 15:57:34 +01:00
"oci8",
"oracle",
"pdo",
2019-02-23 16:49:38 +01:00
"pgsql",
2020-01-01 15:57:34 +01:00
"postgresql",
"queryobject",
"sasql",
"sql",
"sqlite",
"sqlserver",
"sqlsrv"
2019-02-23 16:49:38 +01:00
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
2022-09-25 15:51:16 +02:00
"source": "https://github.com/doctrine/dbal/tree/3.4.5"
2021-01-03 20:34:58 +01:00
},
2020-09-03 11:19:01 +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%2Fdbal",
"type": "tidelift"
}
],
2022-09-25 15:51:16 +02:00
"time": "2022-09-23T17:48:57+00:00"
2021-06-09 08:45:34 +02:00
},
{
"name": "doctrine/deprecations",
2022-09-18 18:19:47 +02:00
"version": "v1.0.0",
2021-06-09 08:45:34 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/deprecations.git",
2022-09-18 18:19:47 +02:00
"reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de"
2021-06-09 08:45:34 +02:00
},
"dist": {
"type": "zip",
2022-09-18 18:19:47 +02:00
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
"reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
2021-06-09 08:45:34 +02:00
"shasum": ""
},
"require": {
"php": "^7.1|^8.0"
},
"require-dev": {
2022-09-18 18:19:47 +02:00
"doctrine/coding-standard": "^9",
"phpunit/phpunit": "^7.5|^8.5|^9.5",
"psr/log": "^1|^2|^3"
2021-06-09 08:45:34 +02:00
},
"suggest": {
"psr/log": "Allows logging deprecations via PSR-3 logger implementation"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
"homepage": "https://www.doctrine-project.org/",
"support": {
"issues": "https://github.com/doctrine/deprecations/issues",
2022-09-18 18:19:47 +02:00
"source": "https://github.com/doctrine/deprecations/tree/v1.0.0"
2021-06-09 08:45:34 +02:00
},
2022-09-18 18:19:47 +02:00
"time": "2022-05-02T15:47:09+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/doctrine-bundle",
2022-07-17 22:26:35 +02:00
"version": "2.7.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineBundle.git",
2022-07-17 22:26:35 +02:00
"reference": "d2088fc50494e4e7441fecca54732245a613eeb6"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/d2088fc50494e4e7441fecca54732245a613eeb6",
"reference": "d2088fc50494e4e7441fecca54732245a613eeb6",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2022-01-19 19:35:45 +01:00
"doctrine/annotations": "^1",
2021-06-09 08:45:34 +02:00
"doctrine/cache": "^1.11 || ^2.0",
2022-03-04 12:16:13 +01:00
"doctrine/dbal": "^2.13.1|^3.3.2",
2022-07-17 22:26:35 +02:00
"doctrine/persistence": "^2.2|^3",
2020-05-26 18:32:23 +02:00
"doctrine/sql-formatter": "^1.0.1",
"php": "^7.1 || ^8.0",
2021-06-09 08:45:34 +02:00
"symfony/cache": "^4.3.3|^5.0|^6.0",
"symfony/config": "^4.4.3|^5.0|^6.0",
"symfony/console": "^3.4.30|^4.3.3|^5.0|^6.0",
2022-01-19 19:35:45 +01:00
"symfony/dependency-injection": "^4.4.18|^5.0|^6.0",
"symfony/deprecation-contracts": "^2.1|^3",
2021-06-09 08:45:34 +02:00
"symfony/doctrine-bridge": "^4.4.22|^5.2.7|^6.0",
"symfony/framework-bundle": "^3.4.30|^4.3.3|^5.0|^6.0",
2022-01-19 19:35:45 +01:00
"symfony/service-contracts": "^1.1.1|^2.0|^3"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2022-07-17 22:26:35 +02:00
"doctrine/orm": "<2.10|>=3.0",
2019-05-25 21:57:00 +02:00
"twig/twig": "<1.34|>=2.0,<2.4"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2021-06-09 08:45:34 +02:00
"doctrine/coding-standard": "^9.0",
2022-07-17 22:26:35 +02:00
"doctrine/orm": "^2.11 || ^3.0",
2021-03-14 18:43:09 +01:00
"friendsofphp/proxy-manager-lts": "^1.0",
2022-01-19 19:35:45 +01:00
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.3 || ^10.0",
"psalm/plugin-phpunit": "^0.16.1",
"psalm/plugin-symfony": "^3",
2022-07-17 22:26:35 +02:00
"psr/log": "^1.1.4|^2.0|^3.0",
2021-06-09 08:45:34 +02:00
"symfony/phpunit-bridge": "^5.2|^6.0",
"symfony/property-info": "^4.3.3|^5.0|^6.0",
"symfony/proxy-manager-bridge": "^3.4|^4.3.3|^5.0|^6.0",
"symfony/security-bundle": "^4.4|^5.0|^6.0",
"symfony/twig-bridge": "^3.4.30|^4.3.3|^5.0|^6.0",
"symfony/validator": "^3.4.30|^4.3.3|^5.0|^6.0",
"symfony/web-profiler-bundle": "^3.4.30|^4.3.3|^5.0|^6.0",
"symfony/yaml": "^3.4.30|^4.3.3|^5.0|^6.0",
"twig/twig": "^1.34|^2.12|^3.0",
"vimeo/psalm": "^4.7"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
2021-06-09 08:45:34 +02:00
"ext-pdo": "*",
2019-02-23 16:49:38 +01:00
"symfony/web-profiler-bundle": "To use the data collector."
},
"type": "symfony-bundle",
"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",
2022-01-19 19:35:45 +01:00
"homepage": "https://symfony.com/contributors"
2019-02-23 16:49:38 +01:00
},
{
2019-11-21 21:52:41 +01:00
"name": "Doctrine Project",
2022-01-19 19:35:45 +01:00
"homepage": "https://www.doctrine-project.org/"
2019-02-23 16:49:38 +01:00
}
],
"description": "Symfony DoctrineBundle",
2022-01-19 19:35:45 +01:00
"homepage": "https://www.doctrine-project.org",
2019-02-23 16:49:38 +01:00
"keywords": [
"database",
"dbal",
"orm",
"persistence"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/doctrine/DoctrineBundle/issues",
2022-07-17 22:26:35 +02:00
"source": "https://github.com/doctrine/DoctrineBundle/tree/2.7.0"
2021-01-03 20:34:58 +01:00
},
2020-09-03 11:19:01 +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%2Fdoctrine-bundle",
"type": "tidelift"
}
],
2022-07-17 22:26:35 +02:00
"time": "2022-06-10T10:55:26+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/doctrine-migrations-bundle",
2022-03-04 12:16:13 +01:00
"version": "3.2.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
2022-03-04 12:16:13 +01:00
"reference": "3393f411ba25ade21969c33f2053220044854d01"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-03-04 12:16:13 +01:00
"url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/3393f411ba25ade21969c33f2053220044854d01",
"reference": "3393f411ba25ade21969c33f2053220044854d01",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2019-11-16 17:59:32 +01:00
"doctrine/doctrine-bundle": "~1.0|~2.0",
2022-01-19 19:35:45 +01:00
"doctrine/migrations": "^3.2",
2021-01-03 20:34:58 +01:00
"php": "^7.2|^8.0",
2022-01-19 19:35:45 +01:00
"symfony/framework-bundle": "~3.4|~4.0|~5.0|~6.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2021-01-03 20:34:58 +01:00
"doctrine/coding-standard": "^8.0",
2020-07-04 23:38:18 +02:00
"doctrine/orm": "^2.6",
2021-10-02 19:36:17 +02:00
"doctrine/persistence": "^1.3||^2.0",
2021-01-03 20:34:58 +01:00
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-deprecation-rules": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12",
2022-01-19 19:35:45 +01:00
"phpunit/phpunit": "^8.0|^9.0",
"vimeo/psalm": "^4.11"
2019-02-23 16:49:38 +01:00
},
"type": "symfony-bundle",
"autoload": {
"psr-4": {
"Doctrine\\Bundle\\MigrationsBundle\\": ""
2019-11-16 17:59:32 +01:00
},
"exclude-from-classmap": [
"/Tests/"
]
2019-02-23 16:49:38 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-11-16 17:59:32 +01:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2019-02-23 16:49:38 +01:00
},
{
"name": "Doctrine Project",
2022-03-04 12:16:13 +01:00
"homepage": "https://www.doctrine-project.org"
2019-02-23 16:49:38 +01:00
},
{
2019-11-16 17:59:32 +01:00
"name": "Symfony Community",
2022-03-04 12:16:13 +01:00
"homepage": "https://symfony.com/contributors"
2019-02-23 16:49:38 +01:00
}
],
"description": "Symfony DoctrineMigrationsBundle",
"homepage": "https://www.doctrine-project.org",
"keywords": [
"dbal",
"migrations",
"schema"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/doctrine/DoctrineMigrationsBundle/issues",
2022-03-04 12:16:13 +01:00
"source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/3.2.2"
2021-01-03 20:34:58 +01: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%2Fdoctrine-migrations-bundle",
"type": "tidelift"
}
],
2022-03-04 12:16:13 +01:00
"time": "2022-02-01T18:08:07+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/event-manager",
2022-08-03 22:50:27 +02:00
"version": "1.1.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/event-manager.git",
2022-08-03 22:50:27 +02:00
"reference": "eb2ecf80e3093e8f3c2769ac838e27d8ede8e683"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-08-03 22:50:27 +02:00
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/eb2ecf80e3093e8f3c2769ac838e27d8ede8e683",
"reference": "eb2ecf80e3093e8f3c2769ac838e27d8ede8e683",
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": {
2022-08-03 22:50:27 +02:00
"doctrine/common": "<2.9"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2022-08-03 22:50:27 +02:00
"doctrine/coding-standard": "^9",
"phpstan/phpstan": "~1.4.10 || ^1.5.4",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"vimeo/psalm": "^4.22"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Common\\": "lib/Doctrine/Common"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2019-11-16 17:59:32 +01:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-02-23 16:49:38 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
2019-11-16 17:59:32 +01:00
"description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
2019-02-23 16:49:38 +01:00
"homepage": "https://www.doctrine-project.org/projects/event-manager.html",
"keywords": [
"event",
2019-11-16 17:59:32 +01:00
"event dispatcher",
"event manager",
"event system",
"events"
2019-02-23 16:49:38 +01:00
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/doctrine/event-manager/issues",
2022-08-03 22:50:27 +02:00
"source": "https://github.com/doctrine/event-manager/tree/1.1.2"
2021-01-03 20:34:58 +01:00
},
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"
}
],
2022-08-03 22:50:27 +02:00
"time": "2022-07-27T22:18:11+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/inflector",
2022-09-07 21:52:13 +02:00
"version": "2.0.5",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
2022-09-07 21:52:13 +02:00
"reference": "ade2b3bbfb776f27f0558e26eed43b5d9fe1b392"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-09-07 21:52:13 +02:00
"url": "https://api.github.com/repos/doctrine/inflector/zipball/ade2b3bbfb776f27f0558e26eed43b5d9fe1b392",
"reference": "ade2b3bbfb776f27f0558e26eed43b5d9fe1b392",
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": {
2022-09-07 21:52:13 +02:00
"doctrine/coding-standard": "^9",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-strict-rules": "^1.3",
"phpunit/phpunit": "^8.5 || ^9.5",
"vimeo/psalm": "^4.25"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"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": [
2019-11-16 17:59:32 +01:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-02-23 16:49:38 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
2020-05-09 20:33:49 +02:00
"description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
"homepage": "https://www.doctrine-project.org/projects/inflector.html",
2019-02-23 16:49:38 +01:00
"keywords": [
"inflection",
2020-05-09 20:33:49 +02:00
"inflector",
"lowercase",
"manipulation",
"php",
"plural",
"singular",
"strings",
"uppercase",
"words"
2019-02-23 16:49:38 +01:00
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/doctrine/inflector/issues",
2022-09-07 21:52:13 +02:00
"source": "https://github.com/doctrine/inflector/tree/2.0.5"
2021-01-03 20:34:58 +01: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%2Finflector",
"type": "tidelift"
}
],
2022-09-07 21:52:13 +02:00
"time": "2022-09-07T09:01:28+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/instantiator",
2022-03-04 12:16:13 +01:00
"version": "1.4.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
2022-03-04 12:16:13 +01:00
"reference": "10dcfce151b967d20fde1b34ae6640712c3891bc"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-03-04 12:16:13 +01:00
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc",
"reference": "10dcfce151b967d20fde1b34ae6640712c3891bc",
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": {
2022-03-04 12:16:13 +01:00
"doctrine/coding-standard": "^9",
2019-02-23 16:49:38 +01:00
"ext-pdo": "*",
"ext-phar": "*",
2022-03-04 12:16:13 +01:00
"phpbench/phpbench": "^0.16 || ^1",
"phpstan/phpstan": "^1.4",
"phpstan/phpstan-phpunit": "^1",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"vimeo/psalm": "^4.22"
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",
2021-01-03 20:34:58 +01:00
"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"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/doctrine/instantiator/issues",
2022-03-04 12:16:13 +01:00
"source": "https://github.com/doctrine/instantiator/tree/1.4.1"
2021-01-03 20:34:58 +01: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%2Finstantiator",
"type": "tidelift"
}
],
2022-03-04 12:16:13 +01:00
"time": "2022-03-03T08:28:38+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/lexer",
2022-03-04 12:16:13 +01:00
"version": "1.2.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
2022-03-04 12:16:13 +01:00
"reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-03-04 12:16:13 +01:00
"url": "https://api.github.com/repos/doctrine/lexer/zipball/c268e882d4dbdd85e36e4ad69e02dc284f89d229",
"reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2022-01-19 19:35:45 +01:00
"php": "^7.1 || ^8.0"
2019-02-23 16:49:38 +01:00
},
2019-06-16 12:36:17 +02:00
"require-dev": {
2022-01-19 19:35:45 +01:00
"doctrine/coding-standard": "^9.0",
2022-03-04 12:16:13 +01:00
"phpstan/phpstan": "^1.3",
2022-01-19 19:35:45 +01:00
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"vimeo/psalm": "^4.11"
2019-06-16 12:36:17 +02:00
},
2019-02-23 16:49:38 +01:00
"type": "library",
"autoload": {
2019-06-16 12:36:17 +02:00
"psr-4": {
"Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
2019-02-23 16:49:38 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2019-09-18 16:06:51 +02:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2020-01-01 15:57:34 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
2019-02-23 16:49:38 +01:00
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
2019-06-16 12:36:17 +02:00
"description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
"homepage": "https://www.doctrine-project.org/projects/lexer.html",
2019-02-23 16:49:38 +01:00
"keywords": [
2019-06-16 12:36:17 +02:00
"annotations",
"docblock",
2019-02-23 16:49:38 +01:00
"lexer",
2019-06-16 12:36:17 +02:00
"parser",
"php"
2019-02-23 16:49:38 +01:00
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/doctrine/lexer/issues",
2022-03-04 12:16:13 +01:00
"source": "https://github.com/doctrine/lexer/tree/1.2.3"
2021-01-03 20:34:58 +01: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%2Flexer",
"type": "tidelift"
}
],
2022-03-04 12:16:13 +01:00
"time": "2022-02-28T11:07:21+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/migrations",
2022-09-18 18:19:47 +02:00
"version": "3.5.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/migrations.git",
2022-09-18 18:19:47 +02:00
"reference": "61c6ef3a10b7df43c3b6388a184754f26e58700a"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-09-18 18:19:47 +02:00
"url": "https://api.github.com/repos/doctrine/migrations/zipball/61c6ef3a10b7df43c3b6388a184754f26e58700a",
"reference": "61c6ef3a10b7df43c3b6388a184754f26e58700a",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2022-01-19 19:35:45 +01:00
"composer-runtime-api": "^2",
2022-09-18 18:19:47 +02:00
"doctrine/dbal": "^3.3",
"doctrine/deprecations": "^0.5.3 || ^1",
2020-07-04 23:38:18 +02:00
"doctrine/event-manager": "^1.0",
2021-10-02 19:36:17 +02:00
"friendsofphp/proxy-manager-lts": "^1.0",
2022-09-18 18:19:47 +02:00
"php": "^7.4 || ^8.0",
2021-10-02 19:36:17 +02:00
"psr/log": "^1.1.3 || ^2 || ^3",
2022-09-18 18:19:47 +02:00
"symfony/console": "^4.4.16 || ^5.4 || ^6.0",
"symfony/stopwatch": "^4.4 || ^5.4 || ^6.0"
},
"conflict": {
"doctrine/orm": "<2.12"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2022-07-17 22:26:35 +02:00
"doctrine/coding-standard": "^9",
2022-09-18 18:19:47 +02:00
"doctrine/orm": "^2.12",
"doctrine/persistence": "^2 || ^3",
2020-07-04 23:38:18 +02:00
"doctrine/sql-formatter": "^1.0",
2021-10-02 19:36:17 +02:00
"ergebnis/composer-normalize": "^2.9",
2019-02-23 16:49:38 +01:00
"ext-pdo_sqlite": "*",
2022-07-17 22:26:35 +02:00
"phpstan/phpstan": "^1.5",
"phpstan/phpstan-deprecation-rules": "^1",
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-strict-rules": "^1.1",
"phpstan/phpstan-symfony": "^1.1",
2022-09-18 18:19:47 +02:00
"phpunit/phpunit": "^9.5",
"symfony/cache": "^4.4 || ^5.4 || ^6.0",
"symfony/process": "^4.4 || ^5.4 || ^6.0",
"symfony/yaml": "^4.4 || ^5.4 || ^6.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": {
2021-10-02 19:36:17 +02:00
"composer-normalize": {
"indent-size": 4,
"indent-style": "space"
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",
2021-10-02 19:36:17 +02:00
"migrations"
2019-02-23 16:49:38 +01:00
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/doctrine/migrations/issues",
2022-09-18 18:19:47 +02:00
"source": "https://github.com/doctrine/migrations/tree/3.5.2"
2021-01-03 20:34:58 +01: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%2Fmigrations",
"type": "tidelift"
}
],
2022-09-18 18:19:47 +02:00
"time": "2022-08-04T14:29:49+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/orm",
2022-09-25 15:51:16 +02:00
"version": "2.13.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/orm.git",
2022-09-25 15:51:16 +02:00
"reference": "a8b02fd70fa777ca8278b9604fdef75c15c6a12f"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-09-25 15:51:16 +02:00
"url": "https://api.github.com/repos/doctrine/orm/zipball/a8b02fd70fa777ca8278b9604fdef75c15c6a12f",
"reference": "a8b02fd70fa777ca8278b9604fdef75c15c6a12f",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2022-01-19 19:35:45 +01:00
"composer-runtime-api": "^2",
2021-10-02 18:36:29 +02:00
"doctrine/cache": "^1.12.1 || ^2.1.1",
2019-11-21 21:52:41 +01:00
"doctrine/collections": "^1.5",
2021-03-14 18:43:09 +01:00
"doctrine/common": "^3.0.3",
2022-01-19 19:35:45 +01:00
"doctrine/dbal": "^2.13.1 || ^3.2",
2022-07-17 22:26:35 +02:00
"doctrine/deprecations": "^0.5.3 || ^1",
2019-11-21 21:52:41 +01:00
"doctrine/event-manager": "^1.1",
2021-10-02 18:36:29 +02:00
"doctrine/inflector": "^1.4 || ^2.0",
2019-11-21 21:52:41 +01:00
"doctrine/instantiator": "^1.3",
2022-07-17 22:26:35 +02:00
"doctrine/lexer": "^1.2.3",
"doctrine/persistence": "^2.4 || ^3",
2021-10-02 18:36:29 +02:00
"ext-ctype": "*",
2022-01-19 19:35:45 +01:00
"php": "^7.1 || ^8.0",
2021-06-09 08:45:34 +02:00
"psr/cache": "^1 || ^2 || ^3",
2022-01-19 19:35:45 +01:00
"symfony/console": "^3.0 || ^4.0 || ^5.0 || ^6.0",
"symfony/polyfill-php72": "^1.23",
2022-07-17 22:26:35 +02:00
"symfony/polyfill-php80": "^1.16"
2022-01-19 19:35:45 +01:00
},
"conflict": {
"doctrine/annotations": "<1.13 || >= 2.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2022-01-19 19:35:45 +01:00
"doctrine/annotations": "^1.13",
2022-09-25 15:51:16 +02:00
"doctrine/coding-standard": "^9.0.2 || ^10.0",
2021-10-02 18:36:29 +02:00
"phpbench/phpbench": "^0.16.10 || ^1.0",
2022-09-25 15:51:16 +02:00
"phpstan/phpstan": "~1.4.10 || 1.8.5",
2022-07-17 22:26:35 +02:00
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"psr/log": "^1 || ^2 || ^3",
2022-08-13 02:49:23 +02:00
"squizlabs/php_codesniffer": "3.7.1",
2022-01-19 19:35:45 +01:00
"symfony/cache": "^4.4 || ^5.4 || ^6.0",
2021-10-02 18:36:29 +02:00
"symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0",
2022-09-25 15:51:16 +02:00
"vimeo/psalm": "4.27.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
2022-08-13 02:49:23 +02:00
"ext-dom": "Provides support for XSD validation for XML mapping files",
2021-06-09 08:45:34 +02:00
"symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0",
2019-02-23 16:49:38 +01:00
"symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
},
"bin": [
"bin/doctrine"
],
"type": "library",
"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"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/doctrine/orm/issues",
2022-09-25 15:51:16 +02:00
"source": "https://github.com/doctrine/orm/tree/2.13.2"
2021-01-03 20:34:58 +01:00
},
2022-09-25 15:51:16 +02:00
"time": "2022-09-22T13:36:43+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/persistence",
2022-08-13 02:49:23 +02:00
"version": "3.0.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/persistence.git",
2022-08-13 02:49:23 +02:00
"reference": "ac6fce61f037d7e54dbb2435f5b5648d86548e23"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-08-13 02:49:23 +02:00
"url": "https://api.github.com/repos/doctrine/persistence/zipball/ac6fce61f037d7e54dbb2435f5b5648d86548e23",
"reference": "ac6fce61f037d7e54dbb2435f5b5648d86548e23",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"doctrine/event-manager": "^1.0",
2022-07-17 22:26:35 +02:00
"php": "^7.2 || ^8.0",
2022-01-19 19:35:45 +01:00
"psr/cache": "^1.0 || ^2.0 || ^3.0"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2022-07-17 22:26:35 +02:00
"doctrine/annotations": "<1.7 || >=2.0",
"doctrine/common": "<2.10"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2021-01-03 20:34:58 +01:00
"composer/package-versions-deprecated": "^1.11",
2022-07-17 22:26:35 +02:00
"doctrine/annotations": "^1.7",
"doctrine/coding-standard": "^9.0",
2021-01-03 20:34:58 +01:00
"doctrine/common": "^3.0",
2022-07-17 22:26:35 +02:00
"phpstan/phpstan": "1.5.0",
"phpstan/phpstan-phpunit": "^1",
"phpstan/phpstan-strict-rules": "^1.1",
"phpunit/phpunit": "^8.5 || ^9.5",
"symfony/cache": "^4.4 || ^5.4 || ^6.0",
"vimeo/psalm": "4.22.0"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
2022-07-17 22:26:35 +02:00
"Doctrine\\Persistence\\": "src/Persistence"
2019-02-23 16:49:38 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2019-11-16 17:59:32 +01:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-02-23 16:49:38 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
"description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
2022-07-17 22:26:35 +02:00
"homepage": "https://www.doctrine-project.org/projects/persistence.html",
2019-02-23 16:49:38 +01:00
"keywords": [
"mapper",
"object",
"odm",
"orm",
"persistence"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/doctrine/persistence/issues",
2022-08-13 02:49:23 +02:00
"source": "https://github.com/doctrine/persistence/tree/3.0.3"
2019-02-23 16:49:38 +01:00
},
2022-07-17 22:26:35 +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%2Fpersistence",
"type": "tidelift"
}
],
2022-08-13 02:49:23 +02:00
"time": "2022-08-04T21:14:21+00:00"
2019-02-23 16:49:38 +01:00
},
2020-05-26 18:32:23 +02:00
{
"name": "doctrine/sql-formatter",
2022-07-17 22:26:35 +02:00
"version": "1.1.3",
2020-05-26 18:32:23 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/sql-formatter.git",
2022-07-17 22:26:35 +02:00
"reference": "25a06c7bf4c6b8218f47928654252863ffc890a5"
2020-05-26 18:32:23 +02:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/25a06c7bf4c6b8218f47928654252863ffc890a5",
"reference": "25a06c7bf4c6b8218f47928654252863ffc890a5",
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",
"autoload": {
"psr-4": {
"Doctrine\\SqlFormatter\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jeremy Dorn",
"email": "jeremy@jeremydorn.com",
2022-07-17 22:26:35 +02:00
"homepage": "https://jeremydorn.com/"
2020-05-26 18:32:23 +02:00
}
],
"description": "a PHP SQL highlighting library",
"homepage": "https://github.com/doctrine/sql-formatter/",
"keywords": [
"highlight",
"sql"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/doctrine/sql-formatter/issues",
2022-07-17 22:26:35 +02:00
"source": "https://github.com/doctrine/sql-formatter/tree/1.1.3"
2021-01-03 20:34:58 +01:00
},
2022-07-17 22:26:35 +02:00
"time": "2022-05-23T21:33:49+00:00"
2020-05-26 18:32:23 +02:00
},
2020-04-14 11:07:07 +02:00
{
"name": "dompdf/dompdf",
2022-09-25 15:51:16 +02:00
"version": "v2.0.1",
2020-04-14 11:07:07 +02:00
"source": {
"type": "git",
"url": "https://github.com/dompdf/dompdf.git",
2022-09-25 15:51:16 +02:00
"reference": "c5310df0e22c758c85ea5288175fc6cd777bc085"
2020-04-14 11:07:07 +02:00
},
"dist": {
"type": "zip",
2022-09-25 15:51:16 +02:00
"url": "https://api.github.com/repos/dompdf/dompdf/zipball/c5310df0e22c758c85ea5288175fc6cd777bc085",
"reference": "c5310df0e22c758c85ea5288175fc6cd777bc085",
2020-04-14 11:07:07 +02:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-mbstring": "*",
2022-07-06 00:23:24 +00:00
"masterminds/html5": "^2.0",
2022-09-25 15:51:16 +02:00
"phenx/php-font-lib": ">=0.5.4 <1.0.0",
"phenx/php-svg-lib": ">=0.3.3 <1.0.0",
2021-01-03 20:47:51 +01:00
"php": "^7.1 || ^8.0"
2020-04-14 11:07:07 +02:00
},
"require-dev": {
2022-07-06 00:23:24 +00:00
"ext-json": "*",
"ext-zip": "*",
2020-09-22 10:22:22 +02:00
"mockery/mockery": "^1.3",
2021-01-03 20:47:51 +01:00
"phpunit/phpunit": "^7.5 || ^8 || ^9",
2020-04-14 11:07:07 +02:00
"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",
"autoload": {
"psr-4": {
"Dompdf\\": "src/"
},
"classmap": [
"lib/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-2.1"
],
"authors": [
{
2022-09-25 15:51:16 +02:00
"name": "The Dompdf Community",
"homepage": "https://github.com/dompdf/dompdf/blob/master/AUTHORS.md"
2020-04-14 11:07:07 +02:00
}
],
"description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
"homepage": "https://github.com/dompdf/dompdf",
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/dompdf/dompdf/issues",
2022-09-25 15:51:16 +02:00
"source": "https://github.com/dompdf/dompdf/tree/v2.0.1"
2021-01-03 20:34:58 +01:00
},
2022-09-25 15:51:16 +02:00
"time": "2022-09-22T13:43:41+00:00"
2020-04-14 11:07:07 +02:00
},
2019-11-24 22:49:22 +01:00
{
"name": "egulias/email-validator",
2022-07-17 22:26:35 +02:00
"version": "3.2.1",
2019-11-24 22:49:22 +01:00
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",
2022-07-17 22:26:35 +02:00
"reference": "f88dcf4b14af14a98ad96b14b2b317969eab6715"
2019-11-24 22:49:22 +01:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/f88dcf4b14af14a98ad96b14b2b317969eab6715",
"reference": "f88dcf4b14af14a98ad96b14b2b317969eab6715",
2019-11-24 22:49:22 +01:00
"shasum": ""
},
"require": {
2021-03-14 18:43:09 +01:00
"doctrine/lexer": "^1.2",
"php": ">=7.2",
"symfony/polyfill-intl-idn": "^1.15"
2019-11-24 22:49:22 +01:00
},
"require-dev": {
2021-03-14 18:43:09 +01:00
"php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^8.5.8|^9.3.3",
"vimeo/psalm": "^4"
2019-11-24 22:49:22 +01:00
},
"suggest": {
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
},
"type": "library",
"extra": {
"branch-alias": {
2021-03-14 18:43:09 +01:00
"dev-master": "3.0.x-dev"
2019-11-24 22:49:22 +01:00
}
},
"autoload": {
"psr-4": {
2020-07-04 23:38:18 +02:00
"Egulias\\EmailValidator\\": "src"
2019-11-24 22:49:22 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Eduardo Gulias Davis"
}
],
"description": "A library for validating emails against several RFCs",
"homepage": "https://github.com/egulias/EmailValidator",
"keywords": [
"email",
"emailvalidation",
"emailvalidator",
"validation",
"validator"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/egulias/EmailValidator/issues",
2022-07-17 22:26:35 +02:00
"source": "https://github.com/egulias/EmailValidator/tree/3.2.1"
2021-01-03 20:34:58 +01:00
},
"funding": [
{
"url": "https://github.com/egulias",
"type": "github"
}
],
2022-07-17 22:26:35 +02:00
"time": "2022-06-18T20:57:19+00:00"
2019-11-24 22:49:22 +01:00
},
2020-04-14 17:21:30 +02:00
{
"name": "erusev/parsedown",
"version": "1.7.4",
"source": {
"type": "git",
"url": "https://github.com/erusev/parsedown.git",
"reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
"reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35"
},
"type": "library",
"autoload": {
"psr-0": {
"Parsedown": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Emanuil Rusev",
"email": "hello@erusev.com",
"homepage": "http://erusev.com"
}
],
"description": "Parser for Markdown.",
"homepage": "http://parsedown.org",
"keywords": [
"markdown",
"parser"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/erusev/parsedown/issues",
"source": "https://github.com/erusev/parsedown/tree/1.7.x"
},
2020-04-14 17:21:30 +02:00
"time": "2019-12-30T22:54:17+00:00"
},
2022-10-03 23:09:50 +02:00
{
"name": "fgrosse/phpasn1",
"version": "v2.4.0",
"source": {
"type": "git",
"url": "https://github.com/fgrosse/PHPASN1.git",
"reference": "eef488991d53e58e60c9554b09b1201ca5ba9296"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fgrosse/PHPASN1/zipball/eef488991d53e58e60c9554b09b1201ca5ba9296",
"reference": "eef488991d53e58e60c9554b09b1201ca5ba9296",
"shasum": ""
},
"require": {
"php": "~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0"
},
"require-dev": {
"php-coveralls/php-coveralls": "~2.0",
"phpunit/phpunit": "^6.3 || ^7.0 || ^8.0"
},
"suggest": {
"ext-bcmath": "BCmath is the fallback extension for big integer calculations",
"ext-curl": "For loading OID information from the web if they have not bee defined statically",
"ext-gmp": "GMP is the preferred extension for big integer calculations",
"phpseclib/bcmath_compat": "BCmath polyfill for servers where neither GMP nor BCmath is available"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"FG\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Friedrich Große",
"email": "friedrich.grosse@gmail.com",
"homepage": "https://github.com/FGrosse",
"role": "Author"
},
{
"name": "All contributors",
"homepage": "https://github.com/FGrosse/PHPASN1/contributors"
}
],
"description": "A PHP Framework that allows you to encode and decode arbitrary ASN.1 structures using the ITU-T X.690 Encoding Rules.",
"homepage": "https://github.com/FGrosse/PHPASN1",
"keywords": [
"DER",
"asn.1",
"asn1",
"ber",
"binary",
"decoding",
"encoding",
"x.509",
"x.690",
"x509",
"x690"
],
"support": {
"issues": "https://github.com/fgrosse/PHPASN1/issues",
"source": "https://github.com/fgrosse/PHPASN1/tree/v2.4.0"
},
"time": "2021-12-11T12:41:06+00:00"
},
2019-08-13 13:04:31 +02:00
{
"name": "florianv/exchanger",
2021-10-02 18:36:29 +02:00
"version": "2.7.2",
2019-08-13 13:04:31 +02:00
"source": {
"type": "git",
"url": "https://github.com/florianv/exchanger.git",
2021-10-02 18:36:29 +02:00
"reference": "9e632ab8ab8b32c52628d775bbf21125d2c4d3af"
2019-08-13 13:04:31 +02:00
},
"dist": {
"type": "zip",
2021-10-02 18:36:29 +02:00
"url": "https://api.github.com/repos/florianv/exchanger/zipball/9e632ab8ab8b32c52628d775bbf21125d2c4d3af",
"reference": "9e632ab8ab8b32c52628d775bbf21125d2c4d3af",
2019-08-13 13:04:31 +02:00
"shasum": ""
},
"require": {
2020-08-21 21:10:47 +02:00
"ext-simplexml": "*",
2021-01-03 20:34:58 +01:00
"php": "^7.1.3 || ^8.0",
2019-08-13 13:04:31 +02:00
"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",
2021-01-03 20:34:58 +01:00
"phpunit/phpunit": "^7 || ^8 || ^9.4"
2019-08-13 13:04:31 +02:00
},
"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"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/florianv/exchanger/issues",
2021-10-02 18:36:29 +02:00
"source": "https://github.com/florianv/exchanger/tree/2.7.2"
2021-01-03 20:34:58 +01:00
},
2021-10-02 18:36:29 +02:00
"time": "2021-06-30T11:13:53+00:00"
2019-08-13 13:04:31 +02:00
},
{
"name": "florianv/swap",
2021-01-03 20:34:58 +01:00
"version": "4.3.0",
2019-08-13 13:04:31 +02:00
"source": {
"type": "git",
"url": "https://github.com/florianv/swap.git",
2021-01-03 20:34:58 +01:00
"reference": "88edd27fcb95bdc58bbbf9e4b00539a2843d97fd"
2019-08-13 13:04:31 +02:00
},
"dist": {
"type": "zip",
2021-01-03 20:34:58 +01:00
"url": "https://api.github.com/repos/florianv/swap/zipball/88edd27fcb95bdc58bbbf9e4b00539a2843d97fd",
"reference": "88edd27fcb95bdc58bbbf9e4b00539a2843d97fd",
2019-08-13 13:04:31 +02:00
"shasum": ""
},
"require": {
"florianv/exchanger": "^2.0",
2021-01-03 20:34:58 +01:00
"php": "^7.1.3 || ^8.0"
2019-08-13 13:04:31 +02:00
},
"require-dev": {
"nyholm/psr7": "^1.0",
"php-http/message": "^1.7",
"php-http/mock-client": "^1.0",
2021-01-03 20:34:58 +01:00
"phpunit/phpunit": "^7 || ^8 || ^9"
2019-08-13 13:04:31 +02:00
},
"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"
],
2021-01-03 20:34:58 +01:00
"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"
2019-08-13 13:04:31 +02:00
},
2020-06-07 22:38:10 +02:00
{
"name": "florianv/swap-bundle",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/florianv/symfony-swap.git",
2022-07-17 22:26:35 +02:00
"reference": "f5c9c22c13580667f46ad4f367a240e277dfdc0f"
2020-06-07 22:38:10 +02:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/florianv/symfony-swap/zipball/f5c9c22c13580667f46ad4f367a240e277dfdc0f",
"reference": "f5c9c22c13580667f46ad4f367a240e277dfdc0f",
2020-06-07 22:38:10 +02:00
"shasum": ""
},
"require": {
"florianv/swap": "^4.0",
2021-06-09 08:45:34 +02:00
"php": "^7.1.3|^8.0",
2022-07-17 22:26:35 +02:00
"symfony/framework-bundle": "~3.0|~4.0|~5.0|~6.0"
2020-06-07 22:38:10 +02:00
},
"require-dev": {
"nyholm/psr7": "^1.1",
"php-http/guzzle6-adapter": "^1.0",
"php-http/message": "^1.7",
2021-06-09 08:45:34 +02:00
"phpunit/phpunit": "~5.7|~6.0|~7.0|~8.0|~9.0",
2022-07-17 22:26:35 +02:00
"symfony/cache": "~3.0|~4.0|~5.0|~6.0"
2020-06-07 22:38:10 +02:00
},
"suggest": {
"symfony/cache": "For caching"
},
2021-01-03 20:34:58 +01:00
"default-branch": true,
2020-06-07 22:38:10 +02:00
"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"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/florianv/symfony-swap/issues",
2022-03-04 12:16:13 +01:00
"source": "https://github.com/florianv/symfony-swap/tree/master"
2021-01-03 20:34:58 +01:00
},
2022-07-17 22:26:35 +02:00
"time": "2022-06-13T07:34:25+00:00"
2020-06-07 22:38:10 +02:00
},
2021-10-02 19:36:17 +02:00
{
"name": "friendsofphp/proxy-manager-lts",
2022-07-17 22:26:35 +02:00
"version": "v1.0.12",
2021-10-02 19:36:17 +02:00
"source": {
"type": "git",
"url": "https://github.com/FriendsOfPHP/proxy-manager-lts.git",
2022-07-17 22:26:35 +02:00
"reference": "8419f0158715b30d4b99a5bd37c6a39671994ad7"
2021-10-02 19:36:17 +02:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/FriendsOfPHP/proxy-manager-lts/zipball/8419f0158715b30d4b99a5bd37c6a39671994ad7",
"reference": "8419f0158715b30d4b99a5bd37c6a39671994ad7",
2021-10-02 19:36:17 +02:00
"shasum": ""
},
"require": {
"laminas/laminas-code": "~3.4.1|^4.0",
"php": ">=7.1",
"symfony/filesystem": "^4.4.17|^5.0|^6.0"
},
"conflict": {
"laminas/laminas-stdlib": "<3.2.1",
"zendframework/zend-stdlib": "<3.2.1"
},
"replace": {
"ocramius/proxy-manager": "^2.1"
},
"require-dev": {
"ext-phar": "*",
2022-03-04 12:16:13 +01:00
"symfony/phpunit-bridge": "^5.4|^6.0"
2021-10-02 19:36:17 +02:00
},
"type": "library",
"extra": {
"thanks": {
"name": "ocramius/proxy-manager",
"url": "https://github.com/Ocramius/ProxyManager"
}
},
"autoload": {
"psr-4": {
"ProxyManager\\": "src/ProxyManager"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
2022-03-04 12:16:13 +01:00
"homepage": "https://ocramius.github.io/"
2021-10-02 19:36:17 +02:00
},
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
}
],
"description": "Adding support for a wider range of PHP versions to ocramius/proxy-manager",
"homepage": "https://github.com/FriendsOfPHP/proxy-manager-lts",
"keywords": [
"aop",
"lazy loading",
"proxy",
"proxy pattern",
"service proxies"
],
"support": {
"issues": "https://github.com/FriendsOfPHP/proxy-manager-lts/issues",
2022-07-17 22:26:35 +02:00
"source": "https://github.com/FriendsOfPHP/proxy-manager-lts/tree/v1.0.12"
2021-10-02 19:36:17 +02:00
},
"funding": [
{
"url": "https://github.com/Ocramius",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/ocramius/proxy-manager",
"type": "tidelift"
}
],
2022-07-17 22:26:35 +02:00
"time": "2022-05-05T09:31:05+00:00"
2021-10-02 19:36:17 +02:00
},
2019-11-24 22:49:22 +01:00
{
"name": "gregwar/captcha",
2021-03-14 18:43:09 +01:00
"version": "v1.1.9",
2019-11-24 22:49:22 +01:00
"source": {
"type": "git",
"url": "https://github.com/Gregwar/Captcha.git",
2021-03-14 18:43:09 +01:00
"reference": "4bb668e6b40e3205a020ca5ee4ca8cff8b8780c5"
2019-11-24 22:49:22 +01:00
},
"dist": {
"type": "zip",
2021-03-14 18:43:09 +01:00
"url": "https://api.github.com/repos/Gregwar/Captcha/zipball/4bb668e6b40e3205a020ca5ee4ca8cff8b8780c5",
"reference": "4bb668e6b40e3205a020ca5ee4ca8cff8b8780c5",
2019-11-24 22:49:22 +01:00
"shasum": ""
},
"require": {
"ext-gd": "*",
"ext-mbstring": "*",
"php": ">=5.3.0",
"symfony/finder": "*"
},
"require-dev": {
"phpunit/phpunit": "^6.4"
},
"type": "captcha",
"autoload": {
"psr-4": {
"Gregwar\\": "src/Gregwar"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Grégoire Passault",
"email": "g.passault@gmail.com",
"homepage": "http://www.gregwar.com/"
},
{
"name": "Jeremy Livingston",
"email": "jeremy.j.livingston@gmail.com"
}
],
"description": "Captcha generator",
"homepage": "https://github.com/Gregwar/Captcha",
"keywords": [
"bot",
"captcha",
"spam"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/Gregwar/Captcha/issues",
"source": "https://github.com/Gregwar/Captcha/tree/master"
},
2021-03-14 18:43:09 +01:00
"time": "2020-03-24T14:39:05+00:00"
2019-11-24 22:49:22 +01:00
},
{
"name": "gregwar/captcha-bundle",
2022-01-19 19:35:45 +01:00
"version": "v2.2.0",
2019-11-24 22:49:22 +01:00
"source": {
"type": "git",
"url": "https://github.com/Gregwar/CaptchaBundle.git",
2022-01-19 19:35:45 +01:00
"reference": "2b55ba41fd890f1a94d30e53a530c344bf12d6a5"
2019-11-24 22:49:22 +01:00
},
"dist": {
"type": "zip",
2022-01-19 19:35:45 +01:00
"url": "https://api.github.com/repos/Gregwar/CaptchaBundle/zipball/2b55ba41fd890f1a94d30e53a530c344bf12d6a5",
"reference": "2b55ba41fd890f1a94d30e53a530c344bf12d6a5",
2019-11-24 22:49:22 +01:00
"shasum": ""
},
"require": {
2020-01-09 19:37:04 +01:00
"ext-gd": "*",
2021-03-14 18:43:09 +01:00
"gregwar/captcha": "^1.1.9",
2021-06-09 08:45:34 +02:00
"php": ">=7.1.3",
2022-01-19 19:35:45 +01:00
"symfony/form": "~5.0|~6.0",
"symfony/framework-bundle": "~5.0|~6.0",
"symfony/translation": "~5.0|^6.0",
2020-01-09 19:37:04 +01:00
"twig/twig": "^2.10|^3.0"
},
"require-dev": {
2022-01-19 19:35:45 +01:00
"phpstan/phpstan": "^0.12.66",
2020-01-09 19:37:04 +01:00
"symplify/easy-coding-standard": "^6.1"
2019-11-24 22:49:22 +01:00
},
2020-03-04 20:48:09 +01:00
"type": "symfony-bundle",
2019-11-24 22:49:22 +01:00
"autoload": {
"psr-4": {
"Gregwar\\CaptchaBundle\\": "/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Grégoire Passault",
"email": "g.passault@gmail.com",
"homepage": "http://www.gregwar.com/"
},
{
"name": "Jeremy Livingston",
"email": "jeremy.j.livingston@gmail.com"
}
],
"description": "Captcha bundle",
"homepage": "https://github.com/Gregwar/CaptchaBundle",
"keywords": [
"Symfony2",
"bot",
"captcha",
"code",
"security",
"spam",
2019-12-11 20:12:42 +01:00
"symfony",
2019-11-24 22:49:22 +01:00
"visual"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/Gregwar/CaptchaBundle/issues",
2022-01-19 19:35:45 +01:00
"source": "https://github.com/Gregwar/CaptchaBundle/tree/v2.2.0"
2021-01-03 20:34:58 +01:00
},
2022-01-19 19:35:45 +01:00
"time": "2022-01-11T08:28:06+00:00"
2019-11-24 22:49:22 +01:00
},
2019-10-05 20:30:27 +02:00
{
"name": "imagine/imagine",
2022-07-17 22:26:35 +02:00
"version": "1.3.2",
2019-10-05 20:30:27 +02:00
"source": {
"type": "git",
2021-10-02 18:36:29 +02:00
"url": "https://github.com/php-imagine/Imagine.git",
2022-07-17 22:26:35 +02:00
"reference": "ae864f26afbf8859ebd2e2b9df92d77ee175dc13"
2019-10-05 20:30:27 +02:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/php-imagine/Imagine/zipball/ae864f26afbf8859ebd2e2b9df92d77ee175dc13",
"reference": "ae864f26afbf8859ebd2e2b9df92d77ee175dc13",
2019-10-05 20:30:27 +02:00
"shasum": ""
},
"require": {
2022-07-17 22:26:35 +02:00
"php": ">=5.5"
2019-10-05 20:30:27 +02:00
},
"require-dev": {
2021-01-03 20:34:58 +01:00
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4 || ^9.3"
2019-10-05 20:30:27 +02:00
},
"suggest": {
2022-07-17 22:26:35 +02:00
"ext-exif": "to read EXIF metadata",
2019-10-05 20:30:27 +02:00
"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": {
2022-07-17 22:26:35 +02:00
"dev-develop": "1.x-dev"
2019-10-05 20:30:27 +02:00
}
},
"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"
],
2021-01-03 20:34:58 +01:00
"support": {
2021-10-02 18:36:29 +02:00
"issues": "https://github.com/php-imagine/Imagine/issues",
2022-07-17 22:26:35 +02:00
"source": "https://github.com/php-imagine/Imagine/tree/1.3.2"
2021-01-03 20:34:58 +01:00
},
2022-07-17 22:26:35 +02:00
"time": "2022-04-01T11:58:30+00:00"
2019-10-05 20:30:27 +02:00
},
2022-10-03 23:09:50 +02:00
{
"name": "jbtronics/2fa-webauthn",
"version": "dev-master",
"dist": {
"type": "path",
"url": "../2fa-webauthn",
"reference": "6a004d54d5e3336291f383a57aaa449173971e5a"
},
"require": {
"ext-json": "*",
"nyholm/psr7": "^1.5",
"php": "^7.4.0|^8.0",
"scheb/2fa-bundle": "^5.0.0|^6.0.0",
"symfony/framework-bundle": "^5.0|^6.0",
"symfony/psr-http-message-bridge": "^2.1",
"web-auth/webauthn-lib": "^3.3"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
},
"type": "symfony-bundle",
"autoload": {
"psr-4": {
"Jbtronics\\TFAWebauthn\\": "src/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Jan Böhmer",
"email": "mail@jan-boehmer.de"
}
],
"transport-options": {
"relative": true
}
},
2021-10-02 19:36:17 +02:00
{
"name": "laminas/laminas-code",
2022-09-18 18:19:47 +02:00
"version": "4.7.0",
2021-10-02 19:36:17 +02:00
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-code.git",
2022-09-18 18:19:47 +02:00
"reference": "0337d9265bc2e6376babad8c511500821620cb30"
2021-10-02 19:36:17 +02:00
},
"dist": {
"type": "zip",
2022-09-18 18:19:47 +02:00
"url": "https://api.github.com/repos/laminas/laminas-code/zipball/0337d9265bc2e6376babad8c511500821620cb30",
"reference": "0337d9265bc2e6376babad8c511500821620cb30",
2021-10-02 19:36:17 +02:00
"shasum": ""
},
"require": {
2022-09-18 18:19:47 +02:00
"php": ">=7.4, <8.2"
2021-10-02 19:36:17 +02:00
},
"require-dev": {
2022-09-18 18:19:47 +02:00
"doctrine/annotations": "^1.13.2",
2021-10-02 19:36:17 +02:00
"ext-phar": "*",
2022-09-18 18:19:47 +02:00
"laminas/laminas-coding-standard": "^2.3.0",
"laminas/laminas-stdlib": "^3.6.1",
"phpunit/phpunit": "^9.5.10",
"psalm/plugin-phpunit": "^0.17.0",
"vimeo/psalm": "^4.13.1"
2021-10-02 19:36:17 +02:00
},
"suggest": {
"doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
"laminas/laminas-stdlib": "Laminas\\Stdlib component"
},
"type": "library",
"autoload": {
2022-09-18 18:19:47 +02:00
"files": [
"polyfill/ReflectionEnumPolyfill.php"
],
2021-10-02 19:36:17 +02:00
"psr-4": {
"Laminas\\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",
"homepage": "https://laminas.dev",
"keywords": [
"code",
2022-09-18 18:19:47 +02:00
"laminas",
"laminasframework"
2021-10-02 19:36:17 +02:00
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-code/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-code/issues",
"rss": "https://github.com/laminas/laminas-code/releases.atom",
"source": "https://github.com/laminas/laminas-code"
},
2022-03-04 12:22:51 +01:00
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
2022-09-18 18:19:47 +02:00
"time": "2022-09-13T10:33:30+00:00"
2021-10-02 19:36:17 +02:00
},
{
2022-09-18 18:19:47 +02:00
"name": "lcobucci/clock",
"version": "2.0.0",
2021-10-02 19:36:17 +02:00
"source": {
"type": "git",
2022-09-18 18:19:47 +02:00
"url": "https://github.com/lcobucci/clock.git",
"reference": "353d83fe2e6ae95745b16b3d911813df6a05bfb3"
2021-10-02 19:36:17 +02:00
},
"dist": {
"type": "zip",
2022-09-18 18:19:47 +02:00
"url": "https://api.github.com/repos/lcobucci/clock/zipball/353d83fe2e6ae95745b16b3d911813df6a05bfb3",
"reference": "353d83fe2e6ae95745b16b3d911813df6a05bfb3",
2021-10-02 19:36:17 +02:00
"shasum": ""
},
"require": {
2022-09-18 18:19:47 +02:00
"php": "^7.4 || ^8.0"
2021-10-02 19:36:17 +02:00
},
"require-dev": {
2022-09-18 18:19:47 +02:00
"infection/infection": "^0.17",
"lcobucci/coding-standard": "^6.0",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-deprecation-rules": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12",
"phpunit/php-code-coverage": "9.1.4",
"phpunit/phpunit": "9.3.7"
2021-10-02 19:36:17 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
2022-09-18 18:19:47 +02:00
"Lcobucci\\Clock\\": "src"
2021-10-02 19:36:17 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2022-09-18 18:19:47 +02:00
"MIT"
2021-10-02 19:36:17 +02:00
],
2022-09-18 18:19:47 +02:00
"authors": [
{
"name": "Luís Cobucci",
"email": "lcobucci@gmail.com"
}
2021-10-02 19:36:17 +02:00
],
2022-09-18 18:19:47 +02:00
"description": "Yet another clock abstraction",
2021-10-02 19:36:17 +02:00
"support": {
2022-09-18 18:19:47 +02:00
"issues": "https://github.com/lcobucci/clock/issues",
"source": "https://github.com/lcobucci/clock/tree/2.0.x"
2021-10-02 19:36:17 +02:00
},
"funding": [
{
2022-09-18 18:19:47 +02:00
"url": "https://github.com/lcobucci",
"type": "github"
},
{
"url": "https://www.patreon.com/lcobucci",
"type": "patreon"
2021-10-02 19:36:17 +02:00
}
],
2022-09-18 18:19:47 +02:00
"time": "2020-08-27T18:56:02+00:00"
2021-10-02 19:36:17 +02:00
},
2019-12-14 16:35:19 +01:00
{
"name": "lcobucci/jwt",
2022-09-18 18:19:47 +02:00
"version": "4.2.1",
2019-12-14 16:35:19 +01:00
"source": {
"type": "git",
"url": "https://github.com/lcobucci/jwt.git",
2022-09-18 18:19:47 +02:00
"reference": "72ac6d807ee51a70ad376ee03a2387e8646e10f3"
2019-12-14 16:35:19 +01:00
},
"dist": {
"type": "zip",
2022-09-18 18:19:47 +02:00
"url": "https://api.github.com/repos/lcobucci/jwt/zipball/72ac6d807ee51a70ad376ee03a2387e8646e10f3",
"reference": "72ac6d807ee51a70ad376ee03a2387e8646e10f3",
2019-12-14 16:35:19 +01:00
"shasum": ""
},
"require": {
2022-09-18 18:19:47 +02:00
"ext-hash": "*",
"ext-json": "*",
2019-12-14 16:35:19 +01:00
"ext-mbstring": "*",
"ext-openssl": "*",
2022-09-18 18:19:47 +02:00
"ext-sodium": "*",
"lcobucci/clock": "^2.0",
"php": "^7.4 || ^8.0"
2019-12-14 16:35:19 +01:00
},
"require-dev": {
2022-09-18 18:19:47 +02:00
"infection/infection": "^0.21",
"lcobucci/coding-standard": "^6.0",
"mikey179/vfsstream": "^1.6.7",
"phpbench/phpbench": "^1.2",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^1.4",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"phpstan/phpstan-strict-rules": "^1.0",
"phpunit/php-invoker": "^3.1",
"phpunit/phpunit": "^9.5"
2021-01-03 20:34:58 +01:00
},
2019-12-14 16:35:19 +01:00
"type": "library",
"autoload": {
2022-03-04 12:16:13 +01:00
"psr-4": {
"Lcobucci\\JWT\\": "src"
}
2019-12-14 16:35:19 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
2022-09-18 18:19:47 +02:00
"name": "Luís Cobucci",
2019-12-14 16:35:19 +01:00
"email": "lcobucci@gmail.com",
"role": "Developer"
}
],
"description": "A simple library to work with JSON Web Token and JSON Web Signature",
"keywords": [
"JWS",
"jwt"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/lcobucci/jwt/issues",
2022-09-18 18:19:47 +02:00
"source": "https://github.com/lcobucci/jwt/tree/4.2.1"
2021-01-03 20:34:58 +01:00
},
2020-08-21 21:10:47 +02:00
"funding": [
{
"url": "https://github.com/lcobucci",
"type": "github"
},
{
"url": "https://www.patreon.com/lcobucci",
"type": "patreon"
}
],
2022-09-18 18:19:47 +02:00
"time": "2022-08-19T23:14:07+00:00"
2019-12-14 16:35:19 +01:00
},
2019-10-13 00:32:09 +02:00
{
"name": "league/html-to-markdown",
2022-03-04 12:16:13 +01:00
"version": "5.1.0",
2019-10-13 00:32:09 +02:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/html-to-markdown.git",
2022-03-04 12:16:13 +01:00
"reference": "e0fc8cf07bdabbcd3765341ecb50c34c271d64e1"
2019-10-13 00:32:09 +02:00
},
"dist": {
"type": "zip",
2022-03-04 12:16:13 +01:00
"url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/e0fc8cf07bdabbcd3765341ecb50c34c271d64e1",
"reference": "e0fc8cf07bdabbcd3765341ecb50c34c271d64e1",
2019-10-13 00:32:09 +02:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-xml": "*",
2021-10-02 20:23:48 +02:00
"php": "^7.2.5 || ^8.0"
2019-10-13 00:32:09 +02:00
},
"require-dev": {
2021-10-02 20:23:48 +02:00
"mikehaertl/php-shellcommand": "^1.1.0",
2022-03-04 12:16:13 +01:00
"phpstan/phpstan": "^0.12.99",
2021-10-02 20:23:48 +02:00
"phpunit/phpunit": "^8.5 || ^9.2",
"scrutinizer/ocular": "^1.6",
"unleashedtech/php-coding-standard": "^2.7",
2022-03-04 12:16:13 +01:00
"vimeo/psalm": "^4.22"
2019-10-13 00:32:09 +02:00
},
"bin": [
"bin/html-to-markdown"
],
"type": "library",
"extra": {
"branch-alias": {
2022-03-04 12:16:13 +01:00
"dev-master": "5.2-dev"
2019-10-13 00:32:09 +02:00
}
},
"autoload": {
"psr-4": {
"League\\HTMLToMarkdown\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Colin O'Dell",
"email": "colinodell@gmail.com",
"homepage": "https://www.colinodell.com",
"role": "Lead Developer"
},
{
"name": "Nick Cernis",
"email": "nick@cern.is",
"homepage": "http://modernnerd.net",
"role": "Original Author"
}
],
"description": "An HTML-to-markdown conversion helper for PHP",
"homepage": "https://github.com/thephpleague/html-to-markdown",
"keywords": [
"html",
"markdown"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/thephpleague/html-to-markdown/issues",
2022-03-04 12:16:13 +01:00
"source": "https://github.com/thephpleague/html-to-markdown/tree/5.1.0"
2021-01-03 20:34:58 +01:00
},
"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"
},
{
2021-10-02 20:23:48 +02:00
"url": "https://tidelift.com/funding/github/packagist/league/html-to-markdown",
"type": "tidelift"
2021-01-03 20:34:58 +01:00
}
],
2022-03-04 12:16:13 +01:00
"time": "2022-03-02T17:24:08+00:00"
2021-01-03 20:34:58 +01:00
},
2022-10-03 23:09:50 +02:00
{
"name": "league/uri",
"version": "6.7.2",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/uri.git",
"reference": "d3b50812dd51f3fbf176344cc2981db03d10fe06"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/uri/zipball/d3b50812dd51f3fbf176344cc2981db03d10fe06",
"reference": "d3b50812dd51f3fbf176344cc2981db03d10fe06",
"shasum": ""
},
"require": {
"ext-json": "*",
"league/uri-interfaces": "^2.3",
"php": "^7.4 || ^8.0",
"psr/http-message": "^1.0"
},
"conflict": {
"league/uri-schemes": "^1.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^v3.3.2",
"nyholm/psr7": "^1.5",
"php-http/psr7-integration-tests": "^1.1",
"phpstan/phpstan": "^1.2.0",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0.0",
"phpstan/phpstan-strict-rules": "^1.1.0",
"phpunit/phpunit": "^9.5.10",
"psr/http-factory": "^1.0"
},
"suggest": {
"ext-fileinfo": "Needed to create Data URI from a filepath",
"ext-intl": "Needed to improve host validation",
"league/uri-components": "Needed to easily manipulate URI objects",
"psr/http-factory": "Needed to use the URI factory"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "6.x-dev"
}
},
"autoload": {
"psr-4": {
"League\\Uri\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ignace Nyamagana Butera",
"email": "nyamsprod@gmail.com",
"homepage": "https://nyamsprod.com"
}
],
"description": "URI manipulation library",
"homepage": "https://uri.thephpleague.com",
"keywords": [
"data-uri",
"file-uri",
"ftp",
"hostname",
"http",
"https",
"middleware",
"parse_str",
"parse_url",
"psr-7",
"query-string",
"querystring",
"rfc3986",
"rfc3987",
"rfc6570",
"uri",
"uri-template",
"url",
"ws"
],
"support": {
"docs": "https://uri.thephpleague.com",
"forum": "https://thephpleague.slack.com",
"issues": "https://github.com/thephpleague/uri/issues",
"source": "https://github.com/thephpleague/uri/tree/6.7.2"
},
"funding": [
{
"url": "https://github.com/sponsors/nyamsprod",
"type": "github"
}
],
"time": "2022-09-13T19:50:42+00:00"
},
{
"name": "league/uri-interfaces",
"version": "2.3.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/uri-interfaces.git",
"reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/00e7e2943f76d8cb50c7dfdc2f6dee356e15e383",
"reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": "^7.2 || ^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.19",
"phpstan/phpstan": "^0.12.90",
"phpstan/phpstan-phpunit": "^0.12.19",
"phpstan/phpstan-strict-rules": "^0.12.9",
"phpunit/phpunit": "^8.5.15 || ^9.5"
},
"suggest": {
"ext-intl": "to use the IDNA feature",
"symfony/intl": "to use the IDNA feature via Symfony Polyfill"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"League\\Uri\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ignace Nyamagana Butera",
"email": "nyamsprod@gmail.com",
"homepage": "https://nyamsprod.com"
}
],
"description": "Common interface for URI representation",
"homepage": "http://github.com/thephpleague/uri-interfaces",
"keywords": [
"rfc3986",
"rfc3987",
"uri",
"url"
],
"support": {
"issues": "https://github.com/thephpleague/uri-interfaces/issues",
"source": "https://github.com/thephpleague/uri-interfaces/tree/2.3.0"
},
"funding": [
{
"url": "https://github.com/sponsors/nyamsprod",
"type": "github"
}
],
"time": "2021-06-28T04:27:21+00:00"
},
2021-01-03 20:34:58 +01:00
{
"name": "liip/imagine-bundle",
2022-07-17 22:26:35 +02:00
"version": "2.8.0",
2021-01-03 20:34:58 +01:00
"source": {
2019-10-05 20:30:27 +02:00
"type": "git",
"url": "https://github.com/liip/LiipImagineBundle.git",
2022-07-17 22:26:35 +02:00
"reference": "6063279c79f0c119475bad8a0066bf2513a6cfca"
2019-10-05 20:30:27 +02:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/6063279c79f0c119475bad8a0066bf2513a6cfca",
"reference": "6063279c79f0c119475bad8a0066bf2513a6cfca",
2019-10-05 20:30:27 +02:00
"shasum": ""
},
"require": {
2022-01-19 19:35:45 +01:00
"ext-mbstring": "*",
2021-03-14 18:43:09 +01:00
"imagine/imagine": "^1.2.4",
"php": "^7.1|^8.0",
2022-01-19 19:35:45 +01:00
"symfony/filesystem": "^3.4|^4.4|^5.3|^6.0",
"symfony/finder": "^3.4|^4.4|^5.3|^6.0",
"symfony/framework-bundle": "^3.4.23|^4.4|^5.3|^6.0",
"symfony/mime": "^4.4|^5.3|^6.0",
"symfony/options-resolver": "^3.4|^4.4|^5.3|^6.0",
"symfony/process": "^3.4|^4.4|^5.3|^6.0",
2021-03-14 18:43:09 +01:00
"twig/twig": "^1.44|^2.9|^3.0"
2019-10-05 20:30:27 +02:00
},
"require-dev": {
"amazonwebservices/aws-sdk-for-php": "^1.0",
"aws/aws-sdk-php": "^2.4",
2022-01-19 19:35:45 +01:00
"doctrine/cache": "^1.11|^2.0",
2021-03-14 18:43:09 +01:00
"doctrine/persistence": "^1.3|^2.0",
2020-01-09 19:37:04 +01:00
"enqueue/enqueue-bundle": "^0.9|^0.10",
2019-10-05 20:30:27 +02:00
"ext-gd": "*",
2022-01-19 19:35:45 +01:00
"league/flysystem": "^1.0|^2.0|^3.0",
"phpstan/phpstan": "^0.12.64",
"psr/cache": "^1.0|^2.0|^3.0",
2019-10-05 20:30:27 +02:00
"psr/log": "^1.0",
2022-01-19 19:35:45 +01:00
"symfony/browser-kit": "^3.4|^4.4|^5.3|^6.0",
"symfony/cache": "^3.4|^4.4|^5.3|^6.0",
"symfony/console": "^3.4|^4.4|^5.3|^6.0",
"symfony/dependency-injection": "^3.4|^4.4|^5.3|^6.0",
"symfony/form": "^3.4|^4.4|^5.3|^6.0",
"symfony/messenger": "^4.4|^5.3|^6.0",
"symfony/phpunit-bridge": "^5.3",
"symfony/templating": "^3.4|^4.4|^5.3|^6.0",
"symfony/validator": "^3.4|^4.4|^5.3|^6.0",
"symfony/yaml": "^3.4|^4.4|^5.3|^6.0"
2019-10-05 20:30:27 +02:00
},
"suggest": {
2021-03-14 18:43:09 +01:00
"alcaeus/mongo-php-adapter": "required for mongodb components",
2019-10-05 20:30:27 +02:00
"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",
2021-03-14 18:43:09 +01:00
"ext-mongodb": "required for mongodb components",
2019-10-05 20:30:27 +02:00
"league/flysystem": "required to use FlySystem data loader or cache resolver",
2021-03-14 18:43:09 +01:00
"monolog/monolog": "A psr/log compatible logger is required to enable logging",
2022-01-19 19:35:45 +01:00
"symfony/messenger": "If you like to process images in background",
2021-03-14 18:43:09 +01:00
"symfony/templating": "required to use deprecated Templating component instead of Twig"
2019-10-05 20:30:27 +02:00
},
"type": "symfony-bundle",
"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"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/liip/LiipImagineBundle/issues",
2022-07-17 22:26:35 +02:00
"source": "https://github.com/liip/LiipImagineBundle/tree/2.8.0"
2021-01-03 20:34:58 +01:00
},
2022-07-17 22:26:35 +02:00
"time": "2022-05-30T13:06:31+00:00"
2019-10-05 20:30:27 +02:00
},
2019-11-24 22:49:22 +01:00
{
"name": "lorenzo/pinky",
2022-10-03 23:09:50 +02:00
"version": "1.0.7",
2019-11-24 22:49:22 +01:00
"source": {
"type": "git",
"url": "https://github.com/lorenzo/pinky.git",
2022-10-03 23:09:50 +02:00
"reference": "60afc9f8c2b8fb6a2f77050b485ce93143dd8dcf"
2019-11-24 22:49:22 +01:00
},
"dist": {
"type": "zip",
2022-10-03 23:09:50 +02:00
"url": "https://api.github.com/repos/lorenzo/pinky/zipball/60afc9f8c2b8fb6a2f77050b485ce93143dd8dcf",
"reference": "60afc9f8c2b8fb6a2f77050b485ce93143dd8dcf",
2019-11-24 22:49:22 +01:00
"shasum": ""
},
"require": {
2022-07-17 22:26:35 +02:00
"ext-dom": "*",
"ext-libxml": "*",
2019-11-24 22:49:22 +01:00
"ext-xsl": "*",
"php": ">=5.6.0"
},
"require-dev": {
2022-07-17 22:26:35 +02:00
"phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.21 || ^9.5.10"
2019-11-24 22:49:22 +01:00
},
"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"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/lorenzo/pinky/issues",
2022-10-03 23:09:50 +02:00
"source": "https://github.com/lorenzo/pinky/tree/1.0.7"
2021-01-03 20:34:58 +01:00
},
2022-10-03 23:09:50 +02:00
"time": "2022-10-02T12:15:42+00:00"
2019-11-24 22:49:22 +01:00
},
2022-07-06 00:23:24 +00:00
{
"name": "masterminds/html5",
2022-09-07 21:52:13 +02:00
"version": "2.7.6",
2022-07-06 00:23:24 +00:00
"source": {
"type": "git",
"url": "https://github.com/Masterminds/html5-php.git",
2022-09-07 21:52:13 +02:00
"reference": "897eb517a343a2281f11bc5556d6548db7d93947"
2022-07-06 00:23:24 +00:00
},
"dist": {
"type": "zip",
2022-09-07 21:52:13 +02:00
"url": "https://api.github.com/repos/Masterminds/html5-php/zipball/897eb517a343a2281f11bc5556d6548db7d93947",
"reference": "897eb517a343a2281f11bc5556d6548db7d93947",
2022-07-06 00:23:24 +00:00
"shasum": ""
},
"require": {
"ext-ctype": "*",
"ext-dom": "*",
"ext-libxml": "*",
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7"
2021-01-03 20:34:58 +01:00
},
2022-07-06 00:23:24 +00:00
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.7-dev"
}
},
"autoload": {
"psr-4": {
"Masterminds\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Matt Butcher",
"email": "technosophos@gmail.com"
},
{
"name": "Matt Farina",
"email": "matt@mattfarina.com"
},
{
"name": "Asmir Mustafic",
"email": "goetas@gmail.com"
}
],
"description": "An HTML5 parser and serializer.",
"homepage": "http://masterminds.github.io/html5-php",
"keywords": [
"HTML5",
"dom",
"html",
"parser",
"querypath",
"serializer",
"xml"
],
"support": {
"issues": "https://github.com/Masterminds/html5-php/issues",
2022-09-07 21:52:13 +02:00
"source": "https://github.com/Masterminds/html5-php/tree/2.7.6"
2022-07-06 00:23:24 +00:00
},
2022-09-07 21:52:13 +02:00
"time": "2022-08-18T16:18:26+00:00"
2019-11-24 22:49:22 +01:00
},
2019-02-23 16:49:38 +01:00
{
"name": "monolog/monolog",
2022-07-26 21:26:30 +02:00
"version": "2.8.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
2022-07-26 21:26:30 +02:00
"reference": "720488632c590286b88b80e62aa3d3d551ad4a50"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-07-26 21:26:30 +02:00
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/720488632c590286b88b80e62aa3d3d551ad4a50",
"reference": "720488632c590286b88b80e62aa3d3d551ad4a50",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-22 12:30:25 +02:00
"php": ">=7.2",
2021-10-02 18:36:29 +02:00
"psr/log": "^1.0.1 || ^2.0 || ^3.0"
2019-02-23 16:49:38 +01:00
},
"provide": {
2021-10-02 18:36:29 +02:00
"psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
"doctrine/couchdb": "~1.0@dev",
2022-07-17 22:26:35 +02:00
"elasticsearch/elasticsearch": "^7 || ^8",
"ext-json": "*",
2020-05-10 15:55:37 +02:00
"graylog2/gelf-php": "^1.4.2",
2022-07-17 22:26:35 +02:00
"guzzlehttp/guzzle": "^7.4",
"guzzlehttp/psr7": "^2.2",
2021-01-03 20:34:58 +01:00
"mongodb/mongodb": "^1.8",
2021-10-02 18:36:29 +02:00
"php-amqplib/php-amqplib": "~2.4 || ^3",
2022-07-17 22:26:35 +02:00
"phpspec/prophecy": "^1.15",
2021-10-02 18:36:29 +02:00
"phpstan/phpstan": "^0.12.91",
2022-07-17 22:26:35 +02:00
"phpunit/phpunit": "^8.5.14",
2022-07-26 21:26:30 +02:00
"predis/predis": "^1.1 || ^2.0",
2022-07-17 22:26:35 +02:00
"rollbar/rollbar": "^1.3 || ^2 || ^3",
"ruflin/elastica": "^7",
"swiftmailer/swiftmailer": "^5.3|^6.0",
"symfony/mailer": "^5.4 || ^6",
"symfony/mime": "^5.4 || ^6"
2019-02-23 16:49:38 +01:00
},
"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)",
2021-10-02 18:36:29 +02:00
"ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
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)",
2021-10-02 18:36:29 +02:00
"ext-openssl": "Required to send log messages using SSL",
"ext-sockets": "Allow sending log messages to a Syslog server (via UDP 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",
"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": {
2021-01-03 20:34:58 +01:00
"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",
2021-01-03 20:34:58 +01:00
"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",
2021-01-03 20:34:58 +01:00
"homepage": "https://github.com/Seldaek/monolog",
2019-02-23 16:49:38 +01:00
"keywords": [
"log",
"logging",
"psr-3"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/Seldaek/monolog/issues",
2022-07-26 21:26:30 +02:00
"source": "https://github.com/Seldaek/monolog/tree/2.8.0"
2021-01-03 20:34:58 +01:00
},
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://github.com/Seldaek",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
"type": "tidelift"
}
],
2022-07-26 21:26:30 +02:00
"time": "2022-07-24T11:55:47+00:00"
2019-02-23 16:49:38 +01:00
},
2020-06-08 20:23:35 +02:00
{
"name": "nelmio/security-bundle",
2022-09-18 18:27:36 +02:00
"version": "v3.0.0",
2020-06-08 20:23:35 +02:00
"source": {
"type": "git",
"url": "https://github.com/nelmio/NelmioSecurityBundle.git",
2022-09-18 18:27:36 +02:00
"reference": "34699d40d81b58b6bd256e34489c799620dff2a4"
2020-06-08 20:23:35 +02:00
},
"dist": {
"type": "zip",
2022-09-18 18:27:36 +02:00
"url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/34699d40d81b58b6bd256e34489c799620dff2a4",
"reference": "34699d40d81b58b6bd256e34489c799620dff2a4",
2020-06-08 20:23:35 +02:00
"shasum": ""
},
"require": {
2022-09-18 18:27:36 +02:00
"php": "^7.4 || ^8.0",
"symfony/framework-bundle": "^4.4 || ^5.4 || ^6.0",
"symfony/http-kernel": "^4.4 || ^5.4 || ^6.0",
"symfony/security-core": "^4.4 || ^5.4 || ^6.0",
"symfony/security-csrf": "^4.4 || ^5.4 || ^6.0",
"symfony/security-http": "^4.4 || ^5.4 || ^6.0",
"symfony/yaml": "^4.4 || ^5.4 || ^6.0",
2020-06-08 20:23:35 +02:00
"ua-parser/uap-php": "^3.4.4"
},
"require-dev": {
2022-09-18 18:27:36 +02:00
"phpstan/phpstan": "^1.4",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"phpstan/phpstan-strict-rules": "^1.1",
"phpstan/phpstan-symfony": "^1.1",
"phpunit/phpunit": "^9.5",
"psr/cache": "^1.0 || ^2.0 || ^3.0",
"symfony/browser-kit": "^4.4 || ^5.4 || ^6.0",
"symfony/cache": "^4.4 || ^5.4 || ^6.0",
"symfony/phpunit-bridge": "^6.0",
"symfony/twig-bundle": "^4.4 || ^5.4 || ^6.0",
"twig/twig": "^2.10 || ^3.0"
2020-06-08 20:23:35 +02:00
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
2022-09-18 18:27:36 +02:00
"dev-master": "3.x-dev"
2020-06-08 20:23:35 +02:00
}
},
"autoload": {
"psr-4": {
2022-09-18 18:27:36 +02:00
"Nelmio\\SecurityBundle\\": "src/"
}
2020-06-08 20:23:35 +02:00
},
"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"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/nelmio/NelmioSecurityBundle/issues",
2022-09-18 18:27:36 +02:00
"source": "https://github.com/nelmio/NelmioSecurityBundle/tree/v3.0.0"
2021-01-03 20:34:58 +01:00
},
2022-09-18 18:27:36 +02:00
"time": "2022-03-17T07:30:15+00:00"
2020-06-08 20:23:35 +02:00
},
2019-12-26 13:16:27 +01:00
{
"name": "nikic/php-parser",
2022-09-07 21:52:13 +02:00
"version": "v4.15.1",
2019-12-26 13:16:27 +01:00
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
2022-09-07 21:52:13 +02:00
"reference": "0ef6c55a3f47f89d7a374e6f835197a0b5fcf900"
2019-12-26 13:16:27 +01:00
},
"dist": {
"type": "zip",
2022-09-07 21:52:13 +02:00
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/0ef6c55a3f47f89d7a374e6f835197a0b5fcf900",
"reference": "0ef6c55a3f47f89d7a374e6f835197a0b5fcf900",
2019-12-26 13:16:27 +01:00
"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"
2019-12-26 13:16:27 +01:00
},
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
2020-08-21 21:10:47 +02:00
"dev-master": "4.9-dev"
2019-12-26 13:16:27 +01:00
}
},
"autoload": {
"psr-4": {
"PhpParser\\": "lib/PhpParser"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov"
}
],
"description": "A PHP parser written in PHP",
"keywords": [
"parser",
"php"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
2022-09-07 21:52:13 +02:00
"source": "https://github.com/nikic/PHP-Parser/tree/v4.15.1"
2021-01-03 20:34:58 +01:00
},
2022-09-07 21:52:13 +02:00
"time": "2022-09-04T07:30:47+00:00"
2019-12-26 13:16:27 +01:00
},
2019-03-12 13:34:33 +01:00
{
"name": "nikolaposa/version",
2021-10-02 20:23:48 +02:00
"version": "4.1.0",
2019-03-12 13:34:33 +01:00
"source": {
"type": "git",
"url": "https://github.com/nikolaposa/version.git",
2021-10-02 20:23:48 +02:00
"reference": "0aada6b801962c084ae465f7569397dc2186b6a7"
2019-03-12 13:34:33 +01:00
},
"dist": {
"type": "zip",
2021-10-02 20:23:48 +02:00
"url": "https://api.github.com/repos/nikolaposa/version/zipball/0aada6b801962c084ae465f7569397dc2186b6a7",
"reference": "0aada6b801962c084ae465f7569397dc2186b6a7",
2019-03-12 13:34:33 +01:00
"shasum": ""
},
"require": {
2021-10-02 20:23:48 +02:00
"beberlei/assert": "^3.2",
"php": "^7.2 || ^8.0"
2019-03-12 13:34:33 +01:00
},
"require-dev": {
2021-10-02 20:23:48 +02:00
"friendsofphp/php-cs-fixer": "^2.17",
"phpstan/phpstan": "^0.12.10",
"phpstan/phpstan-beberlei-assert": "^0.12.2",
"phpstan/phpstan-phpunit": "^0.12.6",
"phpunit/phpunit": "^8.0"
2019-03-12 13:34:33 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-10-02 20:23:48 +02:00
"dev-master": "4.0.x-dev"
2019-03-12 13:34:33 +01:00
}
},
"autoload": {
"psr-4": {
"Version\\": "src/"
2019-08-13 13:04:31 +02:00
}
2019-03-12 13:34:33 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nikola Poša",
"email": "posa.nikola@gmail.com",
2019-08-13 13:04:31 +02:00
"homepage": "https://www.nikolaposa.in.rs"
2019-03-12 13:34:33 +01:00
}
],
"description": "Value Object that represents a SemVer-compliant version number.",
"homepage": "https://github.com/nikolaposa/version",
"keywords": [
"semantic",
"semver",
"version",
"versioning"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/nikolaposa/version/issues",
2021-10-02 20:23:48 +02:00
"source": "https://github.com/nikolaposa/version/tree/4.1.0"
2021-01-03 20:34:58 +01:00
},
2021-10-02 20:23:48 +02:00
"time": "2020-12-12T10:47:10+00:00"
2019-03-12 13:34:33 +01:00
},
2019-12-26 13:16:27 +01:00
{
"name": "nyholm/nsa",
2021-10-02 18:36:29 +02:00
"version": "1.3.0",
2019-12-26 13:16:27 +01:00
"source": {
"type": "git",
"url": "https://github.com/Nyholm/NSA.git",
2021-10-02 18:36:29 +02:00
"reference": "c264c17ed2aa8251c64ad289442ed53f64cdb283"
2019-12-26 13:16:27 +01:00
},
"dist": {
"type": "zip",
2021-10-02 18:36:29 +02:00
"url": "https://api.github.com/repos/Nyholm/NSA/zipball/c264c17ed2aa8251c64ad289442ed53f64cdb283",
"reference": "c264c17ed2aa8251c64ad289442ed53f64cdb283",
2019-12-26 13:16:27 +01:00
"shasum": ""
},
"require": {
2020-09-22 10:22:22 +02:00
"php": ">=7.1",
2019-12-26 13:16:27 +01:00
"webmozart/assert": "^1.1.0"
},
"require-dev": {
2020-09-22 10:22:22 +02:00
"symfony/phpunit-bridge": "^4.4 || ^5.1"
2019-12-26 13:16:27 +01:00
},
"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.",
2021-10-02 18:36:29 +02:00
"homepage": "https://tnyholm.se",
2019-12-26 13:16:27 +01:00
"keywords": [
"Fixture",
"debug",
"reflection",
"test"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/Nyholm/NSA/issues",
2021-10-02 18:36:29 +02:00
"source": "https://github.com/Nyholm/NSA/tree/1.3.0"
2021-01-03 20:34:58 +01:00
},
2020-09-22 10:22:22 +02:00
"funding": [
{
"url": "https://github.com/nyholm",
"type": "github"
}
],
2021-10-02 18:36:29 +02:00
"time": "2021-07-15T18:25:37+00:00"
2019-12-26 13:16:27 +01:00
},
2019-02-23 16:49:38 +01:00
{
2019-08-13 13:04:31 +02:00
"name": "nyholm/psr7",
2022-07-17 22:26:35 +02:00
"version": "1.5.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
2019-08-13 13:04:31 +02:00
"url": "https://github.com/Nyholm/psr7.git",
2022-07-17 22:26:35 +02:00
"reference": "f734364e38a876a23be4d906a2a089e1315be18a"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/Nyholm/psr7/zipball/f734364e38a876a23be4d906a2a089e1315be18a",
"reference": "f734364e38a876a23be4d906a2a089e1315be18a",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-09-22 10:22:22 +02:00
"php": ">=7.1",
2019-08-13 13:04:31 +02:00
"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": {
2021-10-02 18:36:29 +02:00
"http-interop/http-factory-tests": "^0.9",
2020-05-24 20:33:05 +02:00
"php-http/psr7-integration-tests": "^1.0",
2021-01-03 20:34:58 +01:00
"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
},
2019-08-13 13:04:31 +02:00
"type": "library",
2019-02-23 16:49:38 +01:00
"extra": {
"branch-alias": {
2021-03-14 18:43:09 +01:00
"dev-master": "1.4-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
2019-08-13 13:04:31 +02:00
"Nyholm\\Psr7\\": "src/"
2019-02-23 16:49:38 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-08-13 13:04:31 +02:00
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com"
},
{
"name": "Martijn van der Ven",
"email": "martijn@vanderven.se"
}
],
"description": "A fast PHP7 implementation of PSR-7",
2021-01-03 20:34:58 +01:00
"homepage": "https://tnyholm.se",
2019-08-13 13:04:31 +02:00
"keywords": [
"psr-17",
"psr-7"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/Nyholm/psr7/issues",
2022-07-17 22:26:35 +02:00
"source": "https://github.com/Nyholm/psr7/tree/1.5.1"
2021-01-03 20:34:58 +01:00
},
2020-09-22 10:22:22 +02:00
"funding": [
{
"url": "https://github.com/Zegnat",
"type": "github"
},
{
"url": "https://github.com/nyholm",
"type": "github"
}
],
2022-07-17 22:26:35 +02:00
"time": "2022-06-22T07:13:36+00:00"
2019-08-13 13:04:31 +02:00
},
{
"name": "omines/datatables-bundle",
2021-10-02 18:36:29 +02:00
"version": "0.5.5",
2019-08-13 13:04:31 +02:00
"source": {
"type": "git",
"url": "https://github.com/omines/datatables-bundle.git",
2021-10-02 18:36:29 +02:00
"reference": "b8a16c365f9d8e97d1e890e8783249f979f0d7ca"
2019-08-13 13:04:31 +02:00
},
"dist": {
"type": "zip",
2021-10-02 18:36:29 +02:00
"url": "https://api.github.com/repos/omines/datatables-bundle/zipball/b8a16c365f9d8e97d1e890e8783249f979f0d7ca",
"reference": "b8a16c365f9d8e97d1e890e8783249f979f0d7ca",
2019-08-13 13:04:31 +02:00
"shasum": ""
},
"require": {
2021-03-14 18:43:09 +01:00
"php": ">=7.2",
2020-07-04 23:49:25 +02:00
"symfony/event-dispatcher": "^4.4|^5.0",
"symfony/framework-bundle": "^4.4|^5.0",
2020-09-03 11:19:01 +02:00
"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"
2019-08-13 13:04:31 +02:00
},
"require-dev": {
2021-03-14 18:43:09 +01:00
"doctrine/common": "^2.6|^3.0",
2021-10-02 18:36:29 +02:00
"doctrine/doctrine-bundle": "^2.3|^3.0",
2020-04-10 12:34:54 +02:00
"doctrine/orm": "^2.6.3",
2021-03-14 18:43:09 +01:00
"doctrine/persistence": "^1.3.4|^2.0",
2020-04-10 12:34:54 +02:00
"ext-curl": "*",
"ext-json": "*",
2019-08-13 13:04:31 +02:00
"ext-pdo_sqlite": "*",
2020-04-10 12:34:54 +02:00
"ext-zip": "*",
2019-08-13 13:04:31 +02:00
"friendsofphp/php-cs-fixer": "^2.7",
"mongodb/mongodb": "^1.2",
2021-03-14 18:43:09 +01:00
"ocramius/package-versions": "^1.4",
2020-07-04 23:49:25 +02:00
"phpoffice/phpspreadsheet": "^1.6",
"ruflin/elastica": "^6.0",
"symfony/browser-kit": "^4.4|^5.0",
"symfony/css-selector": "^4.4|^5.0",
"symfony/dom-crawler": "^4.4|^5.0",
"symfony/intl": "^4.4|^5.0",
"symfony/mime": "^4.4|^5.0",
"symfony/phpunit-bridge": "^4.4|^5.0",
"symfony/twig-bundle": "^4.4|^5.0",
"symfony/var-dumper": "^4.4|^5.0",
"symfony/yaml": "^4.4|^5.0"
2019-08-13 13:04:31 +02:00
},
"suggest": {
"doctrine/doctrine-bundle": "For integrated access to Doctrine object managers",
"doctrine/orm": "For full automated integration with Doctrine entities",
"mongodb/mongodb": "For integration with MongoDB collections",
2020-07-04 23:49:25 +02:00
"phpoffice/phpspreadsheet": "To export the data from DataTables to Excel",
2019-08-13 13:04:31 +02:00
"ruflin/elastica": "For integration with Elasticsearch indexes",
"symfony/twig-bundle": "To use default Twig based rendering and TwigColumn"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
2020-07-04 23:49:25 +02:00
"dev-master": "0.5-dev"
2019-08-13 13:04:31 +02:00
}
},
"autoload": {
"psr-4": {
"Omines\\DataTablesBundle\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-09-06 15:49:46 +02:00
"name": "Robbert Beesems",
"email": "robbert.beesems@omines.com",
2019-08-13 13:04:31 +02:00
"homepage": "https://omines.nl/"
},
{
2019-09-06 15:49:46 +02:00
"name": "Niels Keurentjes",
"email": "niels.keurentjes@omines.com",
2019-08-13 13:04:31 +02:00
"homepage": "https://omines.nl/"
}
],
"description": "Symfony DataTables Bundle with native Doctrine ORM, Elastica and MongoDB support",
"keywords": [
"bundle",
"datatable",
"datatables",
"doctrine",
"elastica",
"jquery",
"mongodb",
"orm",
"symfony"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/omines/datatables-bundle/issues",
2021-10-02 18:36:29 +02:00
"source": "https://github.com/omines/datatables-bundle/tree/0.5.5"
2021-01-03 20:34:58 +01:00
},
2021-10-02 18:36:29 +02:00
"time": "2021-06-29T08:12:37+00:00"
2019-08-13 13:04:31 +02:00
},
2019-12-14 16:35:19 +01:00
{
"name": "paragonie/constant_time_encoding",
2022-07-17 22:26:35 +02:00
"version": "v2.6.3",
2019-12-14 16:35:19 +01:00
"source": {
"type": "git",
"url": "https://github.com/paragonie/constant_time_encoding.git",
2022-07-17 22:26:35 +02:00
"reference": "58c3f47f650c94ec05a151692652a868995d2938"
2019-12-14 16:35:19 +01:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938",
"reference": "58c3f47f650c94ec05a151692652a868995d2938",
2019-12-14 16:35:19 +01:00
"shasum": ""
},
"require": {
"php": "^7|^8"
},
"require-dev": {
2021-01-03 20:34:58 +01:00
"phpunit/phpunit": "^6|^7|^8|^9",
"vimeo/psalm": "^1|^2|^3|^4"
2019-12-14 16:35:19 +01:00
},
"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"
],
2021-01-03 20:34:58 +01:00
"support": {
"email": "info@paragonie.com",
"issues": "https://github.com/paragonie/constant_time_encoding/issues",
"source": "https://github.com/paragonie/constant_time_encoding"
},
2022-07-17 22:26:35 +02:00
"time": "2022-06-14T06:56:20+00:00"
2019-12-14 16:35:19 +01:00
},
2020-04-14 11:07:07 +02:00
{
"name": "phenx/php-font-lib",
2022-01-19 19:35:45 +01:00
"version": "0.5.4",
2020-04-14 11:07:07 +02:00
"source": {
"type": "git",
2022-01-19 19:35:45 +01:00
"url": "https://github.com/dompdf/php-font-lib.git",
"reference": "dd448ad1ce34c63d09baccd05415e361300c35b4"
2020-04-14 11:07:07 +02:00
},
"dist": {
"type": "zip",
2022-01-19 19:35:45 +01:00
"url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/dd448ad1ce34c63d09baccd05415e361300c35b4",
"reference": "dd448ad1ce34c63d09baccd05415e361300c35b4",
2020-04-14 11:07:07 +02:00
"shasum": ""
},
2022-01-19 19:35:45 +01:00
"require": {
"ext-mbstring": "*"
},
2020-04-14 11:07:07 +02:00
"require-dev": {
2022-01-19 19:35:45 +01:00
"symfony/phpunit-bridge": "^3 || ^4 || ^5"
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",
2021-01-03 20:34:58 +01:00
"support": {
2022-01-19 19:35:45 +01:00
"issues": "https://github.com/dompdf/php-font-lib/issues",
"source": "https://github.com/dompdf/php-font-lib/tree/0.5.4"
2021-01-03 20:34:58 +01:00
},
2022-01-19 19:35:45 +01:00
"time": "2021-12-17T19:44:54+00:00"
2020-04-14 11:07:07 +02:00
},
{
"name": "phenx/php-svg-lib",
2022-09-25 15:51:16 +02:00
"version": "0.5.0",
2020-04-14 11:07:07 +02:00
"source": {
"type": "git",
2022-07-06 00:23:24 +00:00
"url": "https://github.com/dompdf/php-svg-lib.git",
2022-09-25 15:51:16 +02:00
"reference": "76876c6cf3080bcb6f249d7d59705108166a6685"
2020-04-14 11:07:07 +02:00
},
"dist": {
"type": "zip",
2022-09-25 15:51:16 +02:00
"url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/76876c6cf3080bcb6f249d7d59705108166a6685",
"reference": "76876c6cf3080bcb6f249d7d59705108166a6685",
2020-04-14 11:07:07 +02:00
"shasum": ""
},
"require": {
2022-07-06 00:23:24 +00:00
"ext-mbstring": "*",
2022-09-25 15:51:16 +02:00
"php": "^7.1 || ^8.0",
2022-07-06 00:23:24 +00:00
"sabberworm/php-css-parser": "^8.4"
2020-04-14 11:07:07 +02:00
},
"require-dev": {
2022-07-06 00:23:24 +00:00
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5"
2020-04-14 11:07:07 +02:00
},
"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",
2021-01-03 20:34:58 +01:00
"support": {
2022-07-06 00:23:24 +00:00
"issues": "https://github.com/dompdf/php-svg-lib/issues",
2022-09-25 15:51:16 +02:00
"source": "https://github.com/dompdf/php-svg-lib/tree/0.5.0"
2021-01-03 20:34:58 +01:00
},
2022-09-25 15:51:16 +02:00
"time": "2022-09-06T12:16:56+00:00"
2020-04-14 11:07:07 +02:00
},
2019-08-13 13:04:31 +02:00
{
"name": "php-http/discovery",
2022-07-17 22:26:35 +02:00
"version": "1.14.3",
2019-08-13 13:04:31 +02:00
"source": {
"type": "git",
"url": "https://github.com/php-http/discovery.git",
2022-07-17 22:26:35 +02:00
"reference": "31d8ee46d0215108df16a8527c7438e96a4d7735"
2019-08-13 13:04:31 +02:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/php-http/discovery/zipball/31d8ee46d0215108df16a8527c7438e96a4d7735",
"reference": "31d8ee46d0215108df16a8527c7438e96a4d7735",
2019-08-13 13:04:31 +02:00
"shasum": ""
},
"require": {
2020-07-18 23:50:39 +02:00
"php": "^7.1 || ^8.0"
2019-08-13 13:04:31 +02:00
},
"conflict": {
"nyholm/psr7": "<1.0"
},
"require-dev": {
2020-07-18 23:50:39 +02:00
"graham-campbell/phpspec-skip-example-extension": "^5.0",
2019-08-13 13:04:31 +02:00
"php-http/httplug": "^1.0 || ^2.0",
"php-http/message-factory": "^1.0",
2022-07-17 22:26:35 +02:00
"phpspec/phpspec": "^5.1 || ^6.1"
2019-08-13 13:04:31 +02:00
},
"suggest": {
2021-06-09 08:45:34 +02:00
"php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories"
2019-08-13 13:04:31 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-07-04 23:38:18 +02:00
"dev-master": "1.9-dev"
2019-08-13 13:04:31 +02:00
}
},
"autoload": {
"psr-4": {
"Http\\Discovery\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
}
],
"description": "Finds installed HTTPlug implementations and PSR-7 message factories",
"homepage": "http://php-http.org",
"keywords": [
"adapter",
"client",
"discovery",
"factory",
"http",
"message",
"psr7"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/php-http/discovery/issues",
2022-07-17 22:26:35 +02:00
"source": "https://github.com/php-http/discovery/tree/1.14.3"
2021-01-03 20:34:58 +01:00
},
2022-07-17 22:26:35 +02:00
"time": "2022-07-11T14:04:40+00:00"
2019-08-13 13:04:31 +02:00
},
{
"name": "php-http/httplug",
2022-03-04 12:16:13 +01:00
"version": "2.3.0",
2019-08-13 13:04:31 +02:00
"source": {
"type": "git",
"url": "https://github.com/php-http/httplug.git",
2022-03-04 12:16:13 +01:00
"reference": "f640739f80dfa1152533976e3c112477f69274eb"
2019-08-13 13:04:31 +02:00
},
"dist": {
"type": "zip",
2022-03-04 12:16:13 +01:00
"url": "https://api.github.com/repos/php-http/httplug/zipball/f640739f80dfa1152533976e3c112477f69274eb",
"reference": "f640739f80dfa1152533976e3c112477f69274eb",
2019-08-13 13:04:31 +02:00
"shasum": ""
},
"require": {
2020-07-18 23:50:39 +02:00
"php": "^7.1 || ^8.0",
"php-http/promise": "^1.1",
2019-08-13 13:04:31 +02:00
"psr/http-client": "^1.0",
"psr/http-message": "^1.0"
},
"require-dev": {
2019-12-27 15:38:56 +01:00
"friends-of-phpspec/phpspec-code-coverage": "^4.1",
2020-07-18 23:50:39 +02:00
"phpspec/phpspec": "^5.1 || ^6.0"
2019-08-13 13:04:31 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-27 15:38:56 +01:00
"dev-master": "2.x-dev"
2019-08-13 13:04:31 +02:00
}
},
"autoload": {
"psr-4": {
"Http\\Client\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Eric GELOEN",
"email": "geloen.eric@gmail.com"
},
{
"name": "Márk Sági-Kazár",
2020-07-18 23:50:39 +02:00
"email": "mark.sagikazar@gmail.com",
"homepage": "https://sagikazarmark.hu"
2019-08-13 13:04:31 +02:00
}
],
"description": "HTTPlug, the HTTP client abstraction for PHP",
"homepage": "http://httplug.io",
"keywords": [
"client",
"http"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/php-http/httplug/issues",
2022-03-04 12:16:13 +01:00
"source": "https://github.com/php-http/httplug/tree/2.3.0"
2021-01-03 20:34:58 +01:00
},
2022-03-04 12:16:13 +01:00
"time": "2022-02-21T09:52:22+00:00"
2019-08-13 13:04:31 +02:00
},
{
"name": "php-http/message-factory",
"version": "v1.0.2",
"source": {
"type": "git",
"url": "https://github.com/php-http/message-factory.git",
"reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
"reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
"shasum": ""
},
"require": {
"php": ">=5.4",
"psr/http-message": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
}
],
"description": "Factory interfaces for PSR-7 HTTP Message",
"homepage": "http://php-http.org",
2019-02-23 16:49:38 +01:00
"keywords": [
2019-08-13 13:04:31 +02:00
"factory",
"http",
"message",
"stream",
"uri"
2019-02-23 16:49:38 +01:00
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/php-http/message-factory/issues",
"source": "https://github.com/php-http/message-factory/tree/master"
},
2019-08-13 13:04:31 +02:00
"time": "2015-12-19T14:08:53+00:00"
2019-02-23 16:49:38 +01:00
},
2019-03-05 23:52:45 +01:00
{
2019-08-13 13:04:31 +02:00
"name": "php-http/promise",
2020-07-18 23:50:39 +02:00
"version": "1.1.0",
2019-03-05 23:52:45 +01:00
"source": {
"type": "git",
2019-08-13 13:04:31 +02:00
"url": "https://github.com/php-http/promise.git",
2020-07-18 23:50:39 +02:00
"reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88"
2019-03-05 23:52:45 +01:00
},
"dist": {
"type": "zip",
2020-07-18 23:50:39 +02:00
"url": "https://api.github.com/repos/php-http/promise/zipball/4c4c1f9b7289a2ec57cde7f1e9762a5789506f88",
"reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88",
2019-03-05 23:52:45 +01:00
"shasum": ""
},
2020-07-18 23:50:39 +02:00
"require": {
"php": "^7.1 || ^8.0"
},
2019-03-05 23:52:45 +01:00
"require-dev": {
2020-07-18 23:50:39 +02:00
"friends-of-phpspec/phpspec-code-coverage": "^4.3.2",
"phpspec/phpspec": "^5.1.2 || ^6.2"
2019-03-05 23:52:45 +01:00
},
2019-08-13 13:04:31 +02:00
"type": "library",
2019-03-05 23:52:45 +01:00
"extra": {
"branch-alias": {
2019-08-13 13:04:31 +02:00
"dev-master": "1.1-dev"
2019-03-05 23:52:45 +01:00
}
},
"autoload": {
"psr-4": {
2019-08-13 13:04:31 +02:00
"Http\\Promise\\": "src/"
2019-03-05 23:52:45 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-08-13 13:04:31 +02:00
"name": "Joel Wurtz",
"email": "joel.wurtz@gmail.com"
2020-07-18 23:50:39 +02:00
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
2019-03-05 23:52:45 +01:00
}
],
2019-08-13 13:04:31 +02:00
"description": "Promise used for asynchronous HTTP requests",
"homepage": "http://httplug.io",
2019-03-05 23:52:45 +01:00
"keywords": [
2019-08-13 13:04:31 +02:00
"promise"
2019-03-05 23:52:45 +01:00
],
2021-01-03 20:34:58 +01:00
"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"
2019-03-05 23:52:45 +01:00
},
2019-12-26 13:16:27 +01:00
{
"name": "php-translation/common",
2022-03-04 12:16:13 +01:00
"version": "3.2.0",
2019-12-26 13:16:27 +01:00
"source": {
"type": "git",
"url": "https://github.com/php-translation/common.git",
2022-03-04 12:16:13 +01:00
"reference": "986ddf4e3b2b3458d2a7353658bd40764d8ca1d1"
2019-12-26 13:16:27 +01:00
},
"dist": {
"type": "zip",
2022-03-04 12:16:13 +01:00
"url": "https://api.github.com/repos/php-translation/common/zipball/986ddf4e3b2b3458d2a7353658bd40764d8ca1d1",
"reference": "986ddf4e3b2b3458d2a7353658bd40764d8ca1d1",
2019-12-26 13:16:27 +01:00
"shasum": ""
},
"require": {
2021-06-09 08:45:34 +02:00
"php": ">=7.2",
2022-03-04 12:16:13 +01:00
"symfony/translation": " ^3.4 || ^4.3 || ^5.0 || ^6.0"
2019-12-26 13:16:27 +01:00
},
"require-dev": {
2020-01-01 17:39:28 +01:00
"phpunit/phpunit": "^8.4",
2022-03-04 12:16:13 +01:00
"symfony/phpunit-bridge": "^4.3 || ^5.0 || ^6.0"
2019-12-26 13:16:27 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Translation\\Common\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com"
}
],
"description": "Common translation stuff",
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/php-translation/common/issues",
2022-03-04 12:16:13 +01:00
"source": "https://github.com/php-translation/common/tree/3.2.0"
2021-01-03 20:34:58 +01:00
},
2022-03-04 12:16:13 +01:00
"time": "2022-02-04T11:49:38+00:00"
2019-12-26 13:16:27 +01:00
},
{
"name": "php-translation/extractor",
2022-03-04 12:16:13 +01:00
"version": "2.1.0",
2019-12-26 13:16:27 +01:00
"source": {
"type": "git",
"url": "https://github.com/php-translation/extractor.git",
2022-03-04 12:16:13 +01:00
"reference": "d95f3fd89af6b2015819936c191bc11410fc7314"
2019-12-26 13:16:27 +01:00
},
"dist": {
"type": "zip",
2022-03-04 12:16:13 +01:00
"url": "https://api.github.com/repos/php-translation/extractor/zipball/d95f3fd89af6b2015819936c191bc11410fc7314",
"reference": "d95f3fd89af6b2015819936c191bc11410fc7314",
2019-12-26 13:16:27 +01:00
"shasum": ""
},
"require": {
2022-03-04 12:16:13 +01:00
"doctrine/annotations": "^1.7",
2019-12-26 13:16:27 +01:00
"nikic/php-parser": "^3.0 || ^4.0",
2021-06-09 08:45:34 +02:00
"php": "^7.2 || ^8.0",
2022-03-04 12:16:13 +01:00
"symfony/finder": "^3.4 || ^4.4 || ^5.0 || ^6.0",
2020-01-01 17:39:28 +01:00
"twig/twig": "^2.0 || ^3.0"
2019-12-26 13:16:27 +01:00
},
"require-dev": {
2020-06-13 16:09:06 +02:00
"knplabs/knp-menu": "^3.1",
2022-03-04 12:16:13 +01:00
"symfony/phpunit-bridge": "^5.0 || ^6.0",
"symfony/translation": "^3.4 || ^4.4 || ^5.0 || ^6.0",
"symfony/twig-bridge": "^3.4 || ^4.4 || ^5.0 || ^6.0",
"symfony/validator": "^3.4 || ^4.4 || ^5.0 || ^6.0"
2019-12-26 13:16:27 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-01 17:39:28 +01:00
"dev-master": "2.0-dev"
2019-12-26 13:16:27 +01:00
}
},
"autoload": {
"psr-4": {
"Translation\\Extractor\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com"
}
],
"description": "Extract translations form the source code",
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/php-translation/extractor/issues",
2022-03-04 12:16:13 +01:00
"source": "https://github.com/php-translation/extractor/tree/2.1.0"
2021-01-03 20:34:58 +01:00
},
2022-03-04 12:16:13 +01:00
"time": "2022-02-14T11:34:24+00:00"
2019-12-26 13:16:27 +01:00
},
{
"name": "php-translation/symfony-bundle",
2022-09-07 21:52:13 +02:00
"version": "0.12.7",
2019-12-26 13:16:27 +01:00
"source": {
"type": "git",
"url": "https://github.com/php-translation/symfony-bundle.git",
2022-09-07 21:52:13 +02:00
"reference": "123dfd27f5fb330d2ea5e5519565eae97f91839e"
2019-12-26 13:16:27 +01:00
},
"dist": {
"type": "zip",
2022-09-07 21:52:13 +02:00
"url": "https://api.github.com/repos/php-translation/symfony-bundle/zipball/123dfd27f5fb330d2ea5e5519565eae97f91839e",
"reference": "123dfd27f5fb330d2ea5e5519565eae97f91839e",
2019-12-26 13:16:27 +01:00
"shasum": ""
},
"require": {
"nyholm/nsa": "^1.1",
2021-06-09 08:45:34 +02:00
"php": "^7.2 || ^8.0",
2020-01-01 17:39:28 +01:00
"php-translation/extractor": "^2.0",
2020-02-22 17:49:33 +01:00
"php-translation/symfony-storage": "^2.1",
2022-03-04 12:16:13 +01:00
"symfony/asset": "^4.4.20 || ^5.2.4 || ^6.0",
"symfony/finder": "^4.4.20 || ^5.2.4 || ^6.0",
"symfony/framework-bundle": "^4.4.20 || ^5.2.5 || ^6.0",
"symfony/intl": "^4.4.20 || ^5.2.4 || ^6.0",
"symfony/translation": "^4.4.20 || ^5.2.5 || ^6.0",
"symfony/twig-bundle": "^4.4.20 || ^5.2.4 || ^6.0",
"symfony/validator": "^4.4.20 || ^5.2.5 || ^6.0",
2021-06-09 08:45:34 +02:00
"twig/twig": "^2.14.4 || ^3.3"
2019-12-26 13:16:27 +01:00
},
"require-dev": {
2021-06-09 08:45:34 +02:00
"bamarni/composer-bin-plugin": "^1.3",
2020-01-01 17:39:28 +01:00
"matthiasnoback/symfony-config-test": "^4.1",
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
2019-12-26 13:16:27 +01:00
"nyholm/psr7": "^1.1",
2022-03-04 12:16:13 +01:00
"nyholm/symfony-bundle-test": "^1.6.1, <1.8",
2021-06-09 08:45:34 +02:00
"php-http/curl-client": "^1.7 || ^2.0",
"php-http/message": "^1.11",
2019-12-26 13:16:27 +01:00
"php-http/message-factory": "^1.0.2",
"php-translation/translator": "^1.0",
2022-03-04 12:16:13 +01:00
"symfony/console": "^4.4.20 || ^5.2.5 || ^6.0",
"symfony/dependency-injection": "^4.4.20 || ^5.2.5 || ^6.0",
"symfony/phpunit-bridge": "^5.2 || ^6.0",
"symfony/twig-bridge": "^4.4.20 || ^5.2.5 || ^6.0",
"symfony/web-profiler-bundle": "^4.4.20 || ^5.2.4 || ^6.0"
2019-12-26 13:16:27 +01:00
},
"suggest": {
"php-http/httplug-bundle": "To easier configure your httplug clients."
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
2020-02-29 23:20:38 +01:00
"dev-master": "0.12-dev"
2019-12-26 13:16:27 +01:00
}
},
"autoload": {
"psr-4": {
"Translation\\Bundle\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com"
}
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/php-translation/symfony-bundle/issues",
2022-09-07 21:52:13 +02:00
"source": "https://github.com/php-translation/symfony-bundle/tree/0.12.7"
2021-01-03 20:34:58 +01:00
},
2022-09-07 21:52:13 +02:00
"time": "2022-09-02T15:33:16+00:00"
2019-12-26 13:16:27 +01:00
},
{
"name": "php-translation/symfony-storage",
2022-03-04 12:16:13 +01:00
"version": "2.3.1",
2019-12-26 13:16:27 +01:00
"source": {
"type": "git",
"url": "https://github.com/php-translation/symfony-storage.git",
2022-03-04 12:16:13 +01:00
"reference": "95d52dd86d41fe0ec2c75e1469b5003956044cc8"
2019-12-26 13:16:27 +01:00
},
"dist": {
"type": "zip",
2022-03-04 12:16:13 +01:00
"url": "https://api.github.com/repos/php-translation/symfony-storage/zipball/95d52dd86d41fe0ec2c75e1469b5003956044cc8",
"reference": "95d52dd86d41fe0ec2c75e1469b5003956044cc8",
2019-12-26 13:16:27 +01:00
"shasum": ""
},
"require": {
2021-06-09 08:45:34 +02:00
"php": "^7.2 || ^8.0",
2020-01-01 17:39:28 +01:00
"php-translation/common": "^3.0",
2022-03-04 12:16:13 +01:00
"symfony/translation": "^3.4 || ^4.2 || ^5.0 || ^6.0"
2019-12-26 13:16:27 +01:00
},
"require-dev": {
2022-03-04 12:16:13 +01:00
"phpunit/phpunit": ">=8.5.20",
"symfony/framework-bundle": " ^3.4 || ^4.2 || ^5.0 || ^6.0"
2019-12-26 13:16:27 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-03-04 12:16:13 +01:00
"dev-master": "2.4-dev"
2019-12-26 13:16:27 +01:00
}
},
"autoload": {
"psr-4": {
"Translation\\SymfonyStorage\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com"
}
],
"description": "A translation file storage using Symfony translation component.",
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/php-translation/symfony-storage/issues",
2022-03-04 12:16:13 +01:00
"source": "https://github.com/php-translation/symfony-storage/tree/2.3.1"
2021-01-03 20:34:58 +01:00
},
2022-03-04 12:16:13 +01:00
"time": "2022-02-14T11:36:15+00:00"
2019-12-26 13:16:27 +01:00
},
2019-03-19 15:06:14 +01:00
{
"name": "phpdocumentor/reflection-common",
2020-07-04 23:38:18 +02:00
"version": "2.2.0",
2019-03-19 15:06:14 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2020-07-04 23:38:18 +02:00
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
2019-03-19 15:06:14 +01:00
},
"dist": {
"type": "zip",
2020-07-04 23:38:18 +02:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
2019-03-19 15:06:14 +01:00
"shasum": ""
},
"require": {
2020-07-04 23:38:18 +02:00
"php": "^7.2 || ^8.0"
2019-03-19 15:06:14 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-07-04 23:38:18 +02:00
"dev-2.x": "2.x-dev"
2019-03-19 15:06:14 +01:00
}
},
"autoload": {
"psr-4": {
2019-09-18 16:06:51 +02:00
"phpDocumentor\\Reflection\\": "src/"
2019-03-19 15:06:14 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jaap van Otterdijk",
"email": "opensource@ijaap.nl"
}
],
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
"homepage": "http://www.phpdoc.org",
"keywords": [
"FQSEN",
"phpDocumentor",
"phpdoc",
"reflection",
"static analysis"
],
2021-01-03 20:34:58 +01:00
"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"
2019-03-19 15:06:14 +01:00
},
{
"name": "phpdocumentor/reflection-docblock",
2022-01-19 19:35:45 +01:00
"version": "5.3.0",
2019-03-19 15:06:14 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2022-01-19 19:35:45 +01:00
"reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
2019-03-19 15:06:14 +01:00
},
"dist": {
"type": "zip",
2022-01-19 19:35:45 +01:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
"reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
2019-03-19 15:06:14 +01:00
"shasum": ""
},
"require": {
2020-07-30 17:13:16 +02:00
"ext-filter": "*",
"php": "^7.2 || ^8.0",
"phpdocumentor/reflection-common": "^2.2",
"phpdocumentor/type-resolver": "^1.3",
"webmozart/assert": "^1.9.1"
2019-03-19 15:06:14 +01:00
},
"require-dev": {
2022-01-19 19:35:45 +01:00
"mockery/mockery": "~1.3.2",
"psalm/phar": "^4.8"
2019-03-19 15:06:14 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-03-28 17:52:19 +01:00
"dev-master": "5.x-dev"
2019-03-19 15:06:14 +01:00
}
},
"autoload": {
"psr-4": {
2020-03-28 17:52:19 +01:00
"phpDocumentor\\Reflection\\": "src"
2019-03-19 15:06:14 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
2020-03-28 17:52:19 +01:00
},
{
"name": "Jaap van Otterdijk",
"email": "account@ijaap.nl"
2019-03-19 15:06:14 +01:00
}
],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
2022-01-19 19:35:45 +01:00
"source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
2021-01-03 20:34:58 +01:00
},
2022-01-19 19:35:45 +01:00
"time": "2021-10-19T17:43:47+00:00"
2019-03-19 15:06:14 +01:00
},
{
"name": "phpdocumentor/type-resolver",
2022-07-17 22:26:35 +02:00
"version": "1.6.1",
2019-03-19 15:06:14 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
2022-07-17 22:26:35 +02:00
"reference": "77a32518733312af16a44300404e945338981de3"
2019-03-19 15:06:14 +01:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/77a32518733312af16a44300404e945338981de3",
"reference": "77a32518733312af16a44300404e945338981de3",
2019-03-19 15:06:14 +01:00
"shasum": ""
},
"require": {
2020-07-04 23:38:18 +02:00
"php": "^7.2 || ^8.0",
2019-09-18 16:06:51 +02:00
"phpdocumentor/reflection-common": "^2.0"
2019-03-19 15:06:14 +01:00
},
"require-dev": {
2021-10-02 18:36:29 +02:00
"ext-tokenizer": "*",
"psalm/phar": "^4.8"
2019-03-19 15:06:14 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-07-04 23:38:18 +02:00
"dev-1.x": "1.x-dev"
2019-03-19 15:06:14 +01:00
}
},
"autoload": {
"psr-4": {
2019-09-18 16:06:51 +02:00
"phpDocumentor\\Reflection\\": "src"
2019-03-19 15:06:14 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
}
],
2019-09-18 16:06:51 +02:00
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/phpDocumentor/TypeResolver/issues",
2022-07-17 22:26:35 +02:00
"source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.1"
2021-01-03 20:34:58 +01:00
},
2022-07-17 22:26:35 +02:00
"time": "2022-03-15T21:29:03+00:00"
2019-03-19 15:06:14 +01:00
},
{
"name": "psr/cache",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/cache.git",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
2019-02-23 16:49:38 +01:00
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Cache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for caching libraries",
"keywords": [
"cache",
"psr",
"psr-6"
],
2021-01-03 20:34:58 +01:00
"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",
2022-09-18 18:19:47 +02:00
"version": "1.1.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
2022-09-18 18:19:47 +02:00
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-09-18 18:19:47 +02:00
"url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2022-09-18 18:19:47 +02:00
"php": ">=7.4.0"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Psr\\Container\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
2021-03-14 18:43:09 +01:00
"homepage": "https://www.php-fig.org/"
2019-02-23 16:49:38 +01:00
}
],
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
"keywords": [
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/php-fig/container/issues",
2022-09-18 18:19:47 +02:00
"source": "https://github.com/php-fig/container/tree/1.1.2"
2021-01-03 20:34:58 +01:00
},
2022-09-18 18:19:47 +02:00
"time": "2021-11-05T16:50:12+00:00"
2019-02-23 16:49:38 +01: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"
],
2021-01-03 20:34:58 +01:00
"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"
},
2019-08-13 13:04:31 +02:00
{
"name": "psr/http-client",
2020-07-04 23:38:18 +02:00
"version": "1.0.1",
2019-08-13 13:04:31 +02:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-client.git",
2020-07-04 23:38:18 +02:00
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
2019-08-13 13:04:31 +02:00
},
"dist": {
"type": "zip",
2020-07-04 23:38:18 +02:00
"url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
2019-08-13 13:04:31 +02:00
"shasum": ""
},
"require": {
2020-07-04 23:38:18 +02:00
"php": "^7.0 || ^8.0",
2019-08-13 13:04:31 +02:00
"psr/http-message": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Client\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP clients",
"homepage": "https://github.com/php-fig/http-client",
"keywords": [
"http",
"http-client",
"psr",
"psr-18"
],
2021-01-03 20:34:58 +01:00
"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"
2019-08-13 13:04:31 +02:00
},
{
"name": "psr/http-factory",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-factory.git",
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
"shasum": ""
},
"require": {
"php": ">=7.0.0",
"psr/http-message": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interfaces for PSR-7 HTTP message factories",
"keywords": [
"factory",
"http",
"message",
"psr",
"psr-17",
"psr-7",
"request",
"response"
],
2021-01-03 20:34:58 +01:00
"support": {
"source": "https://github.com/php-fig/http-factory/tree/master"
},
2019-08-13 13:04:31 +02:00
"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"
],
2021-01-03 20:34:58 +01:00
"support": {
"source": "https://github.com/php-fig/http-message/tree/master"
},
2019-08-13 13:04:31 +02:00
"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"
],
2021-01-03 20:34:58 +01:00
"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",
2021-06-09 08:45:34 +02:00
"version": "1.1.4",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
2021-06-09 08:45:34 +02:00
"reference": "d49695b909c3b7628b6289db5479a1c204601f11"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2021-06-09 08:45:34 +02:00
"url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
"reference": "d49695b909c3b7628b6289db5479a1c204601f11",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-01 13:58:02 +01:00
"dev-master": "1.1.x-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Psr\\Log\\": "Psr/Log/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
2021-06-09 08:45:34 +02:00
"homepage": "https://www.php-fig.org/"
2019-02-23 16:49:38 +01:00
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
2021-01-03 20:34:58 +01:00
"support": {
2021-06-09 08:45:34 +02:00
"source": "https://github.com/php-fig/log/tree/1.1.4"
2021-01-03 20:34:58 +01:00
},
2021-06-09 08:45:34 +02:00
"time": "2021-05-03T11:20:27+00:00"
2019-02-23 16:49:38 +01:00
},
2019-08-13 13:04:31 +02:00
{
"name": "psr/simple-cache",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/simple-cache.git",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\SimpleCache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interfaces for simple caching",
"keywords": [
"cache",
"caching",
"psr",
"psr-16",
"simple-cache"
],
2021-01-03 20:34:58 +01:00
"support": {
"source": "https://github.com/php-fig/simple-cache/tree/master"
},
2019-08-13 13:04:31 +02:00
"time": "2017-10-23T01:57:42+00:00"
},
2022-08-14 00:36:00 +02:00
{
2022-10-03 23:09:50 +02:00
"name": "ramsey/collection",
"version": "1.2.2",
2022-08-14 00:36:00 +02:00
"source": {
"type": "git",
2022-10-03 23:09:50 +02:00
"url": "https://github.com/ramsey/collection.git",
"reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a"
2022-08-14 00:36:00 +02:00
},
"dist": {
"type": "zip",
2022-10-03 23:09:50 +02:00
"url": "https://api.github.com/repos/ramsey/collection/zipball/cccc74ee5e328031b15640b51056ee8d3bb66c0a",
"reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a",
2022-08-14 00:36:00 +02:00
"shasum": ""
},
"require": {
2022-10-03 23:09:50 +02:00
"php": "^7.3 || ^8",
"symfony/polyfill-php81": "^1.23"
2022-08-14 00:36:00 +02:00
},
"require-dev": {
2022-10-03 23:09:50 +02:00
"captainhook/captainhook": "^5.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"ergebnis/composer-normalize": "^2.6",
"fakerphp/faker": "^1.5",
"hamcrest/hamcrest-php": "^2",
"jangregor/phpstan-prophecy": "^0.8",
"mockery/mockery": "^1.3",
"phpspec/prophecy-phpunit": "^2.0",
"phpstan/extension-installer": "^1",
"phpstan/phpstan": "^0.12.32",
"phpstan/phpstan-mockery": "^0.12.5",
"phpstan/phpstan-phpunit": "^0.12.11",
"phpunit/phpunit": "^8.5 || ^9",
"psy/psysh": "^0.10.4",
"slevomat/coding-standard": "^6.3",
"squizlabs/php_codesniffer": "^3.5",
"vimeo/psalm": "^4.4"
2022-08-14 00:36:00 +02:00
},
2022-10-03 23:09:50 +02:00
"type": "library",
2022-08-14 00:36:00 +02:00
"autoload": {
"psr-4": {
2022-10-03 23:09:50 +02:00
"Ramsey\\Collection\\": "src/"
2022-08-14 00:36:00 +02:00
}
},
2022-10-03 23:09:50 +02:00
"notification-url": "https://packagist.org/downloads/",
2022-08-14 00:36:00 +02:00
"license": [
"MIT"
],
"authors": [
{
2022-10-03 23:09:50 +02:00
"name": "Ben Ramsey",
"email": "ben@benramsey.com",
"homepage": "https://benramsey.com"
}
],
"description": "A PHP library for representing and manipulating collections.",
"keywords": [
"array",
"collection",
"hash",
"map",
"queue",
"set"
],
"support": {
"issues": "https://github.com/ramsey/collection/issues",
"source": "https://github.com/ramsey/collection/tree/1.2.2"
},
"funding": [
{
"url": "https://github.com/ramsey",
"type": "github"
2022-08-14 00:36:00 +02:00
},
{
2022-10-03 23:09:50 +02:00
"url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
"type": "tidelift"
2022-08-14 00:36:00 +02:00
}
],
2022-10-03 23:09:50 +02:00
"time": "2021-10-10T03:01:02+00:00"
},
{
"name": "ramsey/uuid",
"version": "4.2.3",
"source": {
"type": "git",
"url": "https://github.com/ramsey/uuid.git",
"reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ramsey/uuid/zipball/fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df",
"reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df",
"shasum": ""
},
"require": {
"brick/math": "^0.8 || ^0.9",
"ext-json": "*",
"php": "^7.2 || ^8.0",
"ramsey/collection": "^1.0",
"symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-php80": "^1.14"
},
"replace": {
"rhumsaa/uuid": "self.version"
},
"require-dev": {
"captainhook/captainhook": "^5.10",
"captainhook/plugin-composer": "^5.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"doctrine/annotations": "^1.8",
"ergebnis/composer-normalize": "^2.15",
"mockery/mockery": "^1.3",
"moontoast/math": "^1.1",
"paragonie/random-lib": "^2",
"php-mock/php-mock": "^2.2",
"php-mock/php-mock-mockery": "^1.3",
"php-parallel-lint/php-parallel-lint": "^1.1",
"phpbench/phpbench": "^1.0",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-mockery": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpunit/phpunit": "^8.5 || ^9",
"slevomat/coding-standard": "^7.0",
"squizlabs/php_codesniffer": "^3.5",
"vimeo/psalm": "^4.9"
},
"suggest": {
"ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
"ext-ctype": "Enables faster processing of character classification using ctype functions.",
"ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
"ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
"paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
"ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "4.x-dev"
},
"captainhook": {
"force-install": true
}
},
"autoload": {
"files": [
"src/functions.php"
],
"psr-4": {
"Ramsey\\Uuid\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
2022-08-14 00:36:00 +02:00
"keywords": [
2022-10-03 23:09:50 +02:00
"guid",
"identifier",
"uuid"
2022-08-14 00:36:00 +02:00
],
"support": {
2022-10-03 23:09:50 +02:00
"issues": "https://github.com/ramsey/uuid/issues",
"source": "https://github.com/ramsey/uuid/tree/4.2.3"
2022-08-14 00:36:00 +02:00
},
2022-10-03 23:09:50 +02:00
"funding": [
{
"url": "https://github.com/ramsey",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
"type": "tidelift"
}
],
"time": "2021-09-25T23:10:38+00:00"
2022-08-14 00:36:00 +02:00
},
2019-06-16 12:50:40 +02:00
{
"name": "s9e/regexp-builder",
2022-07-17 22:26:35 +02:00
"version": "1.4.6",
2019-06-16 12:50:40 +02:00
"source": {
"type": "git",
"url": "https://github.com/s9e/RegexpBuilder.git",
2022-07-17 22:26:35 +02:00
"reference": "3a646bc7c40dba41903b7065f32230721e00df3a"
2019-06-16 12:50:40 +02:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/s9e/RegexpBuilder/zipball/3a646bc7c40dba41903b7065f32230721e00df3a",
"reference": "3a646bc7c40dba41903b7065f32230721e00df3a",
2019-06-16 12:50:40 +02:00
"shasum": ""
},
"require": {
"lib-pcre": ">=7.2",
2021-06-09 08:45:34 +02:00
"php": ">=7.1"
2019-06-16 12:50:40 +02:00
},
"require-dev": {
2022-07-17 22:26:35 +02:00
"phpunit/phpunit": ">=9.1"
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"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/s9e/RegexpBuilder/issues",
2022-07-17 22:26:35 +02:00
"source": "https://github.com/s9e/RegexpBuilder/tree/1.4.6"
2021-01-03 20:34:58 +01:00
},
2022-07-17 22:26:35 +02:00
"time": "2022-03-05T16:22:35+00:00"
2019-06-16 12:50:40 +02:00
},
2020-05-30 21:09:55 +02:00
{
"name": "s9e/sweetdom",
2022-07-17 22:26:35 +02:00
"version": "2.1.0",
2020-05-30 21:09:55 +02:00
"source": {
"type": "git",
"url": "https://github.com/s9e/SweetDOM.git",
2022-07-17 22:26:35 +02:00
"reference": "9e34ff8f353234daed102274012c840bda56aff2"
2020-05-30 21:09:55 +02:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/s9e/SweetDOM/zipball/9e34ff8f353234daed102274012c840bda56aff2",
"reference": "9e34ff8f353234daed102274012c840bda56aff2",
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"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/s9e/SweetDOM/issues",
2022-07-17 22:26:35 +02:00
"source": "https://github.com/s9e/SweetDOM/tree/2.1.0"
2021-01-03 20:34:58 +01:00
},
2022-07-17 22:26:35 +02:00
"time": "2021-05-24T21:06:33+00:00"
2020-05-30 21:09:55 +02:00
},
2019-03-13 20:14:19 +01:00
{
"name": "s9e/text-formatter",
2022-09-25 15:51:16 +02:00
"version": "2.11.5",
2019-03-13 20:14:19 +01:00
"source": {
"type": "git",
"url": "https://github.com/s9e/TextFormatter.git",
2022-09-25 15:51:16 +02:00
"reference": "186b633ee825a93e0060368bfdf8bd46311e3163"
2019-03-13 20:14:19 +01:00
},
"dist": {
"type": "zip",
2022-09-25 15:51:16 +02:00
"url": "https://api.github.com/repos/s9e/TextFormatter/zipball/186b633ee825a93e0060368bfdf8bd46311e3163",
"reference": "186b633ee825a93e0060368bfdf8bd46311e3163",
2019-03-13 20:14:19 +01:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-filter": "*",
2019-06-16 12:50:40 +02:00
"lib-pcre": ">=8.13",
"php": ">=7.1",
2020-05-30 21:09:55 +02:00
"s9e/regexp-builder": "^1.4",
2021-01-03 20:34:58 +01:00
"s9e/sweetdom": "^2.0"
2019-03-13 20:14:19 +01:00
},
"require-dev": {
2020-09-22 10:22:22 +02:00
"code-lts/doctum": "*",
2019-03-13 20:14:19 +01:00
"matthiasmullie/minify": "*",
2020-09-22 10:22:22 +02:00
"phpunit/phpunit": "*"
2019-03-13 20:14:19 +01:00
},
"suggest": {
"ext-curl": "Improves the performance of the MediaEmbed plugin and some JavaScript minifiers",
"ext-intl": "Allows international URLs to be accepted by the URL filter",
"ext-json": "Enables the generation of a JavaScript parser",
"ext-mbstring": "Improves the performance of the PHP renderer",
"ext-tokenizer": "Improves the performance of the PHP renderer",
"ext-xsl": "Enables the XSLT renderer",
"ext-zlib": "Enables gzip compression when scraping content via the MediaEmbed plugin"
},
"type": "library",
2019-06-16 12:50:40 +02:00
"extra": {
2022-09-25 15:51:16 +02:00
"version": "2.11.5"
2019-06-16 12:50:40 +02:00
},
2019-03-13 20:14:19 +01:00
"autoload": {
"psr-4": {
"s9e\\TextFormatter\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
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.",
2019-03-13 20:14:19 +01:00
"homepage": "https://github.com/s9e/TextFormatter/",
"keywords": [
"bbcode",
"bbcodes",
"blog",
"censor",
"embed",
"emoji",
"emoticons",
"engine",
"forum",
"html",
"markdown",
"markup",
"media",
"parser",
"shortcodes"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/s9e/TextFormatter/issues",
2022-09-25 15:51:16 +02:00
"source": "https://github.com/s9e/TextFormatter/tree/2.11.5"
2021-01-03 20:34:58 +01:00
},
2022-09-25 15:51:16 +02:00
"time": "2022-09-19T00:20:37+00:00"
2019-03-13 20:14:19 +01:00
},
2020-04-14 11:07:07 +02:00
{
"name": "sabberworm/php-css-parser",
2022-01-19 19:35:45 +01:00
"version": "8.4.0",
2020-04-14 11:07:07 +02:00
"source": {
"type": "git",
"url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
2022-01-19 19:35:45 +01:00
"reference": "e41d2140031d533348b2192a83f02d8dd8a71d30"
2020-04-14 11:07:07 +02:00
},
"dist": {
"type": "zip",
2022-01-19 19:35:45 +01:00
"url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/e41d2140031d533348b2192a83f02d8dd8a71d30",
"reference": "e41d2140031d533348b2192a83f02d8dd8a71d30",
2020-04-14 11:07:07 +02:00
"shasum": ""
},
"require": {
2022-01-19 19:35:45 +01:00
"ext-iconv": "*",
"php": ">=5.6.20"
2020-04-14 11:07:07 +02:00
},
"require-dev": {
"codacy/coverage": "^1.4",
2022-01-19 19:35:45 +01:00
"phpunit/phpunit": "^4.8.36"
},
"suggest": {
"ext-mbstring": "for parsing UTF-8 CSS"
2020-04-14 11:07:07 +02:00
},
"type": "library",
"autoload": {
2022-01-19 19:35:45 +01:00
"psr-4": {
"Sabberworm\\CSS\\": "src/"
2020-04-14 11:07:07 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Raphael Schweikert"
}
],
"description": "Parser for CSS Files written in PHP",
2022-01-19 19:35:45 +01:00
"homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
2020-04-14 11:07:07 +02:00
"keywords": [
"css",
"parser",
"stylesheet"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues",
2022-01-19 19:35:45 +01:00
"source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.4.0"
2021-01-03 20:34:58 +01:00
},
2022-01-19 19:35:45 +01:00
"time": "2021-12-11T13:40:54+00:00"
2020-04-14 11:07:07 +02:00
},
2019-12-14 16:35:19 +01:00
{
2022-08-13 23:33:05 +02:00
"name": "scheb/2fa-backup-code",
"version": "v5.13.2",
2019-12-14 16:35:19 +01:00
"source": {
"type": "git",
2022-08-13 23:33:05 +02:00
"url": "https://github.com/scheb/2fa-backup-code.git",
"reference": "5584eb7a2c3deb80635c7173ad77858e51129c35"
2019-12-14 16:35:19 +01:00
},
"dist": {
"type": "zip",
2022-08-13 23:33:05 +02:00
"url": "https://api.github.com/repos/scheb/2fa-backup-code/zipball/5584eb7a2c3deb80635c7173ad77858e51129c35",
"reference": "5584eb7a2c3deb80635c7173ad77858e51129c35",
2019-12-14 16:35:19 +01:00
"shasum": ""
},
"require": {
2022-08-13 23:33:05 +02:00
"scheb/2fa-bundle": "self.version"
2019-12-14 16:35:19 +01:00
},
2022-08-13 23:33:05 +02:00
"type": "library",
"autoload": {
"psr-4": {
"Scheb\\TwoFactorBundle\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christian Scheb",
"email": "me@christianscheb.de"
}
],
"description": "Extends scheb/2fa-bundle with backup codes support",
"homepage": "https://github.com/scheb/2fa",
"keywords": [
"2fa",
"Authentication",
"backup-codes",
"symfony",
"two-factor",
"two-step"
],
"support": {
"source": "https://github.com/scheb/2fa-backup-code/tree/v5.13.2"
},
"time": "2022-01-03T10:21:24+00:00"
},
{
"name": "scheb/2fa-bundle",
"version": "v5.13.2",
"source": {
"type": "git",
"url": "https://github.com/scheb/2fa-bundle.git",
"reference": "dc575cc7bc94fa3a52b547698086f2ef015d2e81"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/scheb/2fa-bundle/zipball/dc575cc7bc94fa3a52b547698086f2ef015d2e81",
"reference": "dc575cc7bc94fa3a52b547698086f2ef015d2e81",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": ">=7.2.5",
"symfony/config": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/event-dispatcher": "^4.4|^5.0",
"symfony/framework-bundle": "^4.4|^5.0",
"symfony/http-foundation": "^4.4|^5.0",
"symfony/http-kernel": "^4.4|^5.0",
"symfony/property-access": "^4.4|^5.0",
"symfony/security-bundle": "^4.4.1|^5.0",
"symfony/twig-bundle": "^4.4|^5.0"
},
"conflict": {
"scheb/two-factor-bundle": "*"
},
"suggest": {
"scheb/2fa-backup-code": "Emergency codes when you have no access to other methods",
"scheb/2fa-email": "Send codes by email",
"scheb/2fa-google-authenticator": "Google Authenticator support",
"scheb/2fa-qr-code": "Generate QR codes for Google Authenticator / TOTP",
"scheb/2fa-totp": "Temporary one-time password (TOTP) support (Google Authenticator compatible)",
"scheb/2fa-trusted-device": "Trusted devices support"
2019-12-14 16:35:19 +01:00
},
"type": "symfony-bundle",
"autoload": {
"psr-4": {
"Scheb\\TwoFactorBundle\\": ""
2022-08-13 23:33:05 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christian Scheb",
"email": "me@christianscheb.de"
}
],
"description": "A generic interface to implement two-factor authentication in Symfony applications",
"homepage": "https://github.com/scheb/2fa",
"keywords": [
"2fa",
"Authentication",
"symfony",
"two-factor",
"two-step"
],
"support": {
"source": "https://github.com/scheb/2fa-bundle/tree/v5.13.2"
},
"time": "2022-04-16T10:18:34+00:00"
},
{
"name": "scheb/2fa-google-authenticator",
"version": "v5.13.2",
"source": {
"type": "git",
"url": "https://github.com/scheb/2fa-google-authenticator.git",
"reference": "9477bfc47b5927fb165022dd75700aefdd45a8cc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/scheb/2fa-google-authenticator/zipball/9477bfc47b5927fb165022dd75700aefdd45a8cc",
"reference": "9477bfc47b5927fb165022dd75700aefdd45a8cc",
"shasum": ""
},
"require": {
"paragonie/constant_time_encoding": "^2.2",
"scheb/2fa-bundle": "self.version",
"spomky-labs/otphp": "^9.1|^10.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Scheb\\TwoFactorBundle\\": ""
}
2019-12-14 16:35:19 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christian Scheb",
"email": "me@christianscheb.de"
}
],
2022-08-13 23:33:05 +02:00
"description": "Extends scheb/2fa-bundle with two-factor authentication using Google Authenticator",
"homepage": "https://github.com/scheb/2fa",
2019-12-14 16:35:19 +01:00
"keywords": [
2020-06-01 21:59:51 +02:00
"2fa",
2019-12-14 16:35:19 +01:00
"Authentication",
2022-08-13 23:33:05 +02:00
"google-authenticator",
2019-12-14 16:35:19 +01:00
"symfony",
"two-factor",
"two-step"
],
2021-01-03 20:34:58 +01:00
"support": {
2022-08-13 23:33:05 +02:00
"source": "https://github.com/scheb/2fa-google-authenticator/tree/v5.13.2"
2021-01-03 20:34:58 +01:00
},
2022-08-13 23:33:05 +02:00
"time": "2022-01-03T10:21:24+00:00"
},
{
"name": "scheb/2fa-trusted-device",
"version": "v5.13.2",
"source": {
"type": "git",
"url": "https://github.com/scheb/2fa-trusted-device.git",
"reference": "acf5a1526eb2111fb7a82b9b52eb34b1ddfdc526"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/scheb/2fa-trusted-device/zipball/acf5a1526eb2111fb7a82b9b52eb34b1ddfdc526",
"reference": "acf5a1526eb2111fb7a82b9b52eb34b1ddfdc526",
"shasum": ""
},
"require": {
"lcobucci/jwt": "^3.4|^4.0",
"scheb/2fa-bundle": "self.version"
},
"type": "library",
"autoload": {
"psr-4": {
"Scheb\\TwoFactorBundle\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christian Scheb",
"email": "me@christianscheb.de"
}
],
"description": "Extends scheb/2fa-bundle with trusted devices support",
"homepage": "https://github.com/scheb/2fa",
"keywords": [
"2fa",
"Authentication",
"symfony",
"trusted-device",
"two-factor",
"two-step"
],
"support": {
"source": "https://github.com/scheb/2fa-trusted-device/tree/v5.13.2"
},
"time": "2022-01-03T10:21:24+00:00"
2019-12-14 16:35:19 +01:00
},
2019-02-23 16:49:38 +01:00
{
"name": "sensio/framework-extra-bundle",
2022-09-07 21:52:13 +02:00
"version": "v6.2.8",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
2022-09-07 21:52:13 +02:00
"reference": "bb962f8aed09e60b0942545f6e4842ffeee4aafd"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-09-07 21:52:13 +02:00
"url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/bb962f8aed09e60b0942545f6e4842ffeee4aafd",
"reference": "bb962f8aed09e60b0942545f6e4842ffeee4aafd",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2019-04-14 13:43:34 +02:00
"doctrine/annotations": "^1.0",
2020-09-03 11:19:01 +02:00
"php": ">=7.2.5",
2021-10-02 18:36:29 +02:00
"symfony/config": "^4.4|^5.0|^6.0",
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
"symfony/framework-bundle": "^4.4|^5.0|^6.0",
"symfony/http-kernel": "^4.4|^5.0|^6.0"
2019-10-19 15:39:14 +02:00
},
"conflict": {
2020-09-03 11:19:01 +02:00
"doctrine/doctrine-cache-bundle": "<1.3.1",
"doctrine/persistence": "<1.3"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2020-09-03 11:19:01 +02:00
"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",
2021-10-02 18:36:29 +02:00
"symfony/browser-kit": "^4.4|^5.0|^6.0",
"symfony/doctrine-bridge": "^4.4|^5.0|^6.0",
"symfony/dom-crawler": "^4.4|^5.0|^6.0",
"symfony/expression-language": "^4.4|^5.0|^6.0",
"symfony/finder": "^4.4|^5.0|^6.0",
"symfony/monolog-bridge": "^4.0|^5.0|^6.0",
2019-02-23 16:49:38 +01:00
"symfony/monolog-bundle": "^3.2",
2021-10-02 18:36:29 +02:00
"symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0",
"symfony/security-bundle": "^4.4|^5.0|^6.0",
"symfony/twig-bundle": "^4.4|^5.0|^6.0",
"symfony/yaml": "^4.4|^5.0|^6.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": {
2021-03-14 18:46:37 +01:00
"dev-master": "6.1.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"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/sensiolabs/SensioFrameworkExtraBundle/issues",
2022-09-07 21:52:13 +02:00
"source": "https://github.com/sensiolabs/SensioFrameworkExtraBundle/tree/v6.2.8"
2021-01-03 20:34:58 +01:00
},
2022-09-07 21:52:13 +02:00
"time": "2022-09-05T16:44:56+00:00"
2019-02-23 16:49:38 +01:00
},
2019-03-12 13:34:33 +01:00
{
"name": "shivas/versioning-bundle",
2022-03-04 12:16:13 +01:00
"version": "4.0.1",
2019-03-12 13:34:33 +01:00
"source": {
"type": "git",
"url": "https://github.com/shivas/versioning-bundle.git",
2022-03-04 12:16:13 +01:00
"reference": "a1ff217ad231bd6984a2cc79b8ab6a095322b317"
2019-03-12 13:34:33 +01:00
},
"dist": {
"type": "zip",
2022-03-04 12:16:13 +01:00
"url": "https://api.github.com/repos/shivas/versioning-bundle/zipball/a1ff217ad231bd6984a2cc79b8ab6a095322b317",
"reference": "a1ff217ad231bd6984a2cc79b8ab6a095322b317",
2019-03-12 13:34:33 +01:00
"shasum": ""
},
"require": {
2021-10-02 20:23:48 +02:00
"nikolaposa/version": "^4",
"php": "^7.2 || ^8",
2022-03-04 12:16:13 +01:00
"symfony/console": "^3.4 || ^4 || ^5 || ^6",
"symfony/framework-bundle": "^3.4 || ^4 || ^5 || ^6",
"symfony/process": "^3.4 || ^4 || ^5 || ^6"
2019-03-12 13:34:33 +01:00
},
"require-dev": {
2021-10-02 20:23:48 +02:00
"mikey179/vfsstream": "^2",
2022-03-04 12:16:13 +01:00
"nyholm/symfony-bundle-test": "1.x-dev",
2021-06-09 08:45:34 +02:00
"phpunit/phpunit": "^7 || ^8",
2021-10-02 20:23:48 +02:00
"symfony/phpunit-bridge": "^5",
"twig/twig": "^2 || ^3"
2019-03-12 13:34:33 +01:00
},
"type": "symfony-bundle",
"autoload": {
"psr-4": {
2021-10-02 20:23:48 +02:00
"Shivas\\VersioningBundle\\": "src"
2019-03-12 13:34:33 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Audrius Karabanovas",
2019-11-21 21:52:41 +01:00
"email": "audrius@karabanovas.net",
"role": "Developer"
2019-03-12 13:34:33 +01:00
}
],
2021-06-09 08:45:34 +02:00
"description": "Symfony application versioning, simple console command to manage version (with providers e.g. git tag) of your application using Semantic Versioning 2.0.0 recommendations",
2019-03-12 13:34:33 +01:00
"homepage": "https://github.com/shivas/versioning-bundle",
"keywords": [
"semantic",
"semver",
"version",
"versioning"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/shivas/versioning-bundle/issues",
2022-03-04 12:16:13 +01:00
"source": "https://github.com/shivas/versioning-bundle/tree/4.0.1",
2021-01-03 20:34:58 +01:00
"wiki": "https://github.com/shivas/versioning-bundle/wiki"
},
2022-03-04 12:16:13 +01:00
"time": "2022-02-17T07:56:41+00:00"
2019-03-12 13:34:33 +01:00
},
2022-10-03 23:09:50 +02:00
{
"name": "spomky-labs/base64url",
"version": "v2.0.4",
"source": {
"type": "git",
"url": "https://github.com/Spomky-Labs/base64url.git",
"reference": "7752ce931ec285da4ed1f4c5aa27e45e097be61d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Spomky-Labs/base64url/zipball/7752ce931ec285da4ed1f4c5aa27e45e097be61d",
"reference": "7752ce931ec285da4ed1f4c5aa27e45e097be61d",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"require-dev": {
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.11|^0.12",
"phpstan/phpstan-beberlei-assert": "^0.11|^0.12",
"phpstan/phpstan-deprecation-rules": "^0.11|^0.12",
"phpstan/phpstan-phpunit": "^0.11|^0.12",
"phpstan/phpstan-strict-rules": "^0.11|^0.12"
},
"type": "library",
"autoload": {
"psr-4": {
"Base64Url\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Florent Morselli",
"homepage": "https://github.com/Spomky-Labs/base64url/contributors"
}
],
"description": "Base 64 URL Safe Encoding/Decoding PHP Library",
"homepage": "https://github.com/Spomky-Labs/base64url",
"keywords": [
"base64",
"rfc4648",
"safe",
"url"
],
"support": {
"issues": "https://github.com/Spomky-Labs/base64url/issues",
"source": "https://github.com/Spomky-Labs/base64url/tree/v2.0.4"
},
"funding": [
{
"url": "https://github.com/Spomky",
"type": "github"
},
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
"time": "2020-11-03T09:10:25+00:00"
},
{
"name": "spomky-labs/cbor-php",
"version": "v2.1.0",
"source": {
"type": "git",
"url": "https://github.com/Spomky-Labs/cbor-php.git",
"reference": "28e2712cfc0b48fae661a48ffc6896d7abe83684"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Spomky-Labs/cbor-php/zipball/28e2712cfc0b48fae661a48ffc6896d7abe83684",
"reference": "28e2712cfc0b48fae661a48ffc6896d7abe83684",
"shasum": ""
},
"require": {
"brick/math": "^0.8.15|^0.9.0",
"ext-mbstring": "*",
"php": ">=7.3"
},
"require-dev": {
"ekino/phpstan-banned-code": "^1.0",
"ext-json": "*",
"infection/infection": "^0.18|^0.25",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-beberlei-assert": "^1.0",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"phpstan/phpstan-strict-rules": "^1.0",
"phpunit/phpunit": "^9.5",
"rector/rector": "^0.12",
"roave/security-advisories": "dev-latest",
"symplify/easy-coding-standard": "^10.0"
},
"suggest": {
"ext-bcmath": "GMP or BCMath extensions will drastically improve the library performance. BCMath extension needed to handle the Big Float and Decimal Fraction Tags",
"ext-gmp": "GMP or BCMath extensions will drastically improve the library performance"
},
"type": "library",
"autoload": {
"psr-4": {
"CBOR\\": "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/cbor-php/contributors"
}
],
"description": "CBOR Encoder/Decoder for PHP",
"keywords": [
"Concise Binary Object Representation",
"RFC7049",
"cbor"
],
"support": {
"issues": "https://github.com/Spomky-Labs/cbor-php/issues",
"source": "https://github.com/Spomky-Labs/cbor-php/tree/v2.1.0"
},
"funding": [
{
"url": "https://github.com/Spomky",
"type": "github"
},
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
"time": "2021-12-13T12:46:26+00:00"
},
2019-12-14 16:35:19 +01:00
{
"name": "spomky-labs/otphp",
2022-07-17 22:26:35 +02:00
"version": "v10.0.3",
2019-12-14 16:35:19 +01:00
"source": {
"type": "git",
"url": "https://github.com/Spomky-Labs/otphp.git",
2022-07-17 22:26:35 +02:00
"reference": "9784d9f7c790eed26e102d6c78f12c754036c366"
2019-12-14 16:35:19 +01:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/Spomky-Labs/otphp/zipball/9784d9f7c790eed26e102d6c78f12c754036c366",
"reference": "9784d9f7c790eed26e102d6c78f12c754036c366",
2019-12-14 16:35:19 +01:00
"shasum": ""
},
"require": {
2020-01-01 15:57:34 +01:00
"beberlei/assert": "^3.0",
"ext-mbstring": "*",
2019-12-14 16:35:19 +01:00
"paragonie/constant_time_encoding": "^2.0",
2020-01-01 15:57:34 +01:00
"php": "^7.2|^8.0",
2022-03-04 12:16:13 +01:00
"thecodingmachine/safe": "^0.1.14|^1.0|^2.0"
2019-12-14 16:35:19 +01:00
},
"require-dev": {
2020-01-01 15:57:34 +01:00
"php-coveralls/php-coveralls": "^2.0",
2020-02-22 17:49:33 +01:00
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-beberlei-assert": "^0.12",
"phpstan/phpstan-deprecation-rules": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12",
2020-01-01 15:57:34 +01:00
"phpunit/phpunit": "^8.0",
2022-03-04 12:16:13 +01:00
"thecodingmachine/phpstan-safe-rule": "^1.0 || ^2.0"
2019-12-14 16:35:19 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-01 15:57:34 +01:00
"v10.0": "10.0.x-dev",
"v9.0": "9.0.x-dev",
"v8.3": "8.3.x-dev"
2019-12-14 16:35:19 +01:00
}
},
"autoload": {
"psr-4": {
"OTPHP\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Florent Morselli",
"homepage": "https://github.com/Spomky"
},
{
"name": "All contributors",
"homepage": "https://github.com/Spomky-Labs/otphp/contributors"
}
],
"description": "A PHP library for generating one time passwords according to RFC 4226 (HOTP Algorithm) and the RFC 6238 (TOTP Algorithm) and compatible with Google Authenticator",
"homepage": "https://github.com/Spomky-Labs/otphp",
"keywords": [
"FreeOTP",
"RFC 4226",
"RFC 6238",
"google authenticator",
"hotp",
"otp",
"totp"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/Spomky-Labs/otphp/issues",
2022-07-17 22:26:35 +02:00
"source": "https://github.com/Spomky-Labs/otphp/tree/v10.0.3"
2021-01-03 20:34:58 +01:00
},
2022-07-17 22:26:35 +02:00
"time": "2022-03-17T08:00:35+00:00"
2019-12-14 16:35:19 +01:00
},
2019-03-25 16:42:50 +01:00
{
"name": "symfony/apache-pack",
"version": "v1.0.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/apache-pack.git",
"reference": "3aa5818d73ad2551281fc58a75afd9ca82622e6c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/apache-pack/zipball/3aa5818d73ad2551281fc58a75afd9ca82622e6c",
"reference": "3aa5818d73ad2551281fc58a75afd9ca82622e6c",
"shasum": ""
},
"type": "symfony-pack",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A pack for Apache support in Symfony",
2021-01-03 20:34:58 +01:00
"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",
2022-10-03 23:09:50 +02:00
"version": "v5.4.13",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/asset.git",
2022-10-03 23:09:50 +02:00
"reference": "9aa867206711cb6fcca51ef127ba52a018170be9"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-10-03 23:09:50 +02:00
"url": "https://api.github.com/repos/symfony/asset/zipball/9aa867206711cb6fcca51ef127ba52a018170be9",
"reference": "9aa867206711cb6fcca51ef127ba52a018170be9",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2021-10-02 18:36:29 +02:00
"php": ">=7.2.5",
2022-01-19 19:35:45 +01:00
"symfony/deprecation-contracts": "^2.1|^3",
2021-10-02 18:36:29 +02:00
"symfony/polyfill-php80": "^1.16"
2019-02-23 16:49:38 +01:00
},
2021-10-02 20:27:11 +02:00
"conflict": {
"symfony/http-foundation": "<5.3"
},
2019-02-23 16:49:38 +01:00
"require-dev": {
2022-01-19 19:35:45 +01:00
"symfony/http-client": "^4.4|^5.0|^6.0",
"symfony/http-foundation": "^5.3|^6.0",
"symfony/http-kernel": "^4.4|^5.0|^6.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"
}
],
2021-03-14 18:43:09 +01:00
"description": "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files",
2019-02-23 16:49:38 +01:00
"homepage": "https://symfony.com",
2021-01-03 20:34:58 +01:00
"support": {
2022-10-03 23:09:50 +02:00
"source": "https://github.com/symfony/asset/tree/v5.4.13"
2021-01-03 20:34:58 +01:00
},
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-10-03 23:09:50 +02:00
"time": "2022-08-31T08:17:19+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/cache",
2022-10-03 23:09:50 +02:00
"version": "v5.4.13",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/cache.git",
2022-10-03 23:09:50 +02:00
"reference": "89bb6a0fe27205636d80e568ffaf9bbb52f691e3"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-10-03 23:09:50 +02:00
"url": "https://api.github.com/repos/symfony/cache/zipball/89bb6a0fe27205636d80e568ffaf9bbb52f691e3",
"reference": "89bb6a0fe27205636d80e568ffaf9bbb52f691e3",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2021-03-14 18:43:09 +01:00
"psr/cache": "^1.0|^2.0",
2021-10-02 18:36:29 +02:00
"psr/log": "^1.1|^2|^3",
2019-11-21 22:16:30 +01:00
"symfony/cache-contracts": "^1.1.7|^2",
2022-01-19 19:35:45 +01:00
"symfony/deprecation-contracts": "^2.1|^3",
2021-10-02 20:27:11 +02:00
"symfony/polyfill-php73": "^1.9",
2021-10-02 18:36:29 +02:00
"symfony/polyfill-php80": "^1.16",
2022-01-19 19:35:45 +01:00
"symfony/service-contracts": "^1.1|^2|^3",
"symfony/var-exporter": "^4.4|^5.0|^6.0"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2022-01-19 19:35:45 +01:00
"doctrine/dbal": "<2.13.1",
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": {
2021-03-14 18:43:09 +01:00
"psr/cache-implementation": "1.0|2.0",
2022-01-19 19:35:45 +01:00
"psr/simple-cache-implementation": "1.0|2.0",
2021-03-14 18:43:09 +01:00
"symfony/cache-implementation": "1.0|2.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
"cache/integration-tests": "dev-master",
2021-06-09 08:45:34 +02:00
"doctrine/cache": "^1.6|^2.0",
2022-01-19 19:35:45 +01:00
"doctrine/dbal": "^2.13.1|^3.0",
2020-05-31 13:47:29 +02:00
"predis/predis": "^1.1",
2022-01-19 19:35:45 +01:00
"psr/simple-cache": "^1.0|^2.0",
"symfony/config": "^4.4|^5.0|^6.0",
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
"symfony/filesystem": "^4.4|^5.0|^6.0",
"symfony/http-kernel": "^4.4|^5.0|^6.0",
"symfony/messenger": "^4.4|^5.0|^6.0",
"symfony/var-dumper": "^4.4|^5.0|^6.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"
}
],
2022-10-03 23:09:50 +02:00
"description": "Provides extended PSR-6, PSR-16 (and tags) implementations",
2019-02-23 16:49:38 +01:00
"homepage": "https://symfony.com",
"keywords": [
"caching",
"psr6"
],
2021-01-03 20:34:58 +01:00
"support": {
2022-10-03 23:09:50 +02:00
"source": "https://github.com/symfony/cache/tree/v5.4.13"
2021-01-03 20:34:58 +01:00
},
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-10-03 23:09:50 +02:00
"time": "2022-09-06T13:23:31+00:00"
2019-07-12 21:00:29 +02:00
},
{
"name": "symfony/cache-contracts",
2022-07-17 22:26:35 +02:00
"version": "v2.5.2",
2019-07-12 21:00:29 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/cache-contracts.git",
2022-07-17 22:26:35 +02:00
"reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc"
2019-07-12 21:00:29 +02:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/symfony/cache-contracts/zipball/64be4a7acb83b6f2bf6de9a02cee6dad41277ebc",
"reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc",
2019-07-12 21:00:29 +02:00
"shasum": ""
},
"require": {
2020-05-30 21:09:55 +02:00
"php": ">=7.2.5",
2021-06-09 08:45:34 +02:00
"psr/cache": "^1.0|^2.0|^3.0"
2019-07-12 21:00:29 +02:00
},
"suggest": {
"symfony/cache-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2022-01-19 19:35:45 +01:00
"dev-main": "2.5-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"
],
2021-01-03 20:34:58 +01:00
"support": {
2022-07-17 22:26:35 +02:00
"source": "https://github.com/symfony/cache-contracts/tree/v2.5.2"
2021-01-03 20:34:58 +01:00
},
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"
}
],
2022-07-17 22:26:35 +02:00
"time": "2022-01-02T09:53:40+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/config",
2022-08-03 22:50:27 +02:00
"version": "v5.4.11",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
2022-08-03 22:50:27 +02:00
"reference": "ec79e03125c1d2477e43dde8528535d90cc78379"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-08-03 22:50:27 +02:00
"url": "https://api.github.com/repos/symfony/config/zipball/ec79e03125c1d2477e43dde8528535d90cc78379",
"reference": "ec79e03125c1d2477e43dde8528535d90cc78379",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2022-01-19 19:35:45 +01:00
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/filesystem": "^4.4|^5.0|^6.0",
2020-05-31 13:47:29 +02:00
"symfony/polyfill-ctype": "~1.8",
2021-10-02 18:36:29 +02:00
"symfony/polyfill-php80": "^1.16",
2021-06-09 08:45:34 +02:00
"symfony/polyfill-php81": "^1.22"
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": {
2022-01-19 19:35:45 +01:00
"symfony/event-dispatcher": "^4.4|^5.0|^6.0",
"symfony/finder": "^4.4|^5.0|^6.0",
"symfony/messenger": "^4.4|^5.0|^6.0",
"symfony/service-contracts": "^1.1|^2|^3",
"symfony/yaml": "^4.4|^5.0|^6.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"
}
],
2021-03-14 18:43:09 +01:00
"description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
2019-02-23 16:49:38 +01:00
"homepage": "https://symfony.com",
2021-01-03 20:34:58 +01:00
"support": {
2022-08-03 22:50:27 +02:00
"source": "https://github.com/symfony/config/tree/v5.4.11"
2021-01-03 20:34:58 +01:00
},
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-08-03 22:50:27 +02:00
"time": "2022-07-20T13:00:38+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/console",
2022-10-03 23:09:50 +02:00
"version": "v5.4.13",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
2022-10-03 23:09:50 +02:00
"reference": "3f97f6c7b7e26848a90c0c0cfb91eeb2bb8618be"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-10-03 23:09:50 +02:00
"url": "https://api.github.com/repos/symfony/console/zipball/3f97f6c7b7e26848a90c0c0cfb91eeb2bb8618be",
"reference": "3f97f6c7b7e26848a90c0c0cfb91eeb2bb8618be",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2022-01-19 19:35:45 +01:00
"symfony/deprecation-contracts": "^2.1|^3",
2019-06-16 12:36:17 +02:00
"symfony/polyfill-mbstring": "~1.0",
2022-01-19 19:35:45 +01:00
"symfony/polyfill-php73": "^1.9",
2021-10-02 18:36:29 +02:00
"symfony/polyfill-php80": "^1.16",
2022-01-19 19:35:45 +01:00
"symfony/service-contracts": "^1.1|^2|^3",
"symfony/string": "^5.1|^6.0"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2021-10-02 18:36:29 +02:00
"psr/log": ">=3",
2020-05-10 15:55:37 +02:00
"symfony/dependency-injection": "<4.4",
2020-05-31 13:47:29 +02:00
"symfony/dotenv": "<5.1",
2020-05-10 15:55:37 +02:00
"symfony/event-dispatcher": "<4.4",
2019-11-21 22:16:30 +01:00
"symfony/lock": "<4.4",
2020-05-10 15:55:37 +02:00
"symfony/process": "<4.4"
2019-02-23 16:49:38 +01:00
},
"provide": {
2021-10-02 18:36:29 +02:00
"psr/log-implementation": "1.0|2.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2021-10-02 18:36:29 +02:00
"psr/log": "^1|^2",
2022-01-19 19:35:45 +01:00
"symfony/config": "^4.4|^5.0|^6.0",
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
"symfony/event-dispatcher": "^4.4|^5.0|^6.0",
"symfony/lock": "^4.4|^5.0|^6.0",
"symfony/process": "^4.4|^5.0|^6.0",
"symfony/var-dumper": "^4.4|^5.0|^6.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"
}
],
2021-03-14 18:43:09 +01:00
"description": "Eases the creation of beautiful and testable command line interfaces",
2019-02-23 16:49:38 +01:00
"homepage": "https://symfony.com",
2021-01-03 20:47:51 +01:00
"keywords": [
"cli",
"command line",
"console",
"terminal"
],
2021-01-03 20:34:58 +01:00
"support": {
2022-10-03 23:09:50 +02:00
"source": "https://github.com/symfony/console/tree/v5.4.13"
2021-01-03 20:34:58 +01:00
},
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-10-03 23:09:50 +02:00
"time": "2022-08-26T13:50:20+00:00"
2019-02-23 16:49:38 +01:00
},
2019-11-24 22:49:22 +01:00
{
"name": "symfony/css-selector",
2022-08-03 22:50:27 +02:00
"version": "v5.4.11",
2019-11-24 22:49:22 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
2022-08-03 22:50:27 +02:00
"reference": "c1681789f059ab756001052164726ae88512ae3d"
2019-11-24 22:49:22 +01:00
},
"dist": {
"type": "zip",
2022-08-03 22:50:27 +02:00
"url": "https://api.github.com/repos/symfony/css-selector/zipball/c1681789f059ab756001052164726ae88512ae3d",
"reference": "c1681789f059ab756001052164726ae88512ae3d",
2019-11-24 22:49:22 +01:00
"shasum": ""
},
"require": {
2021-10-02 18:36:29 +02:00
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.16"
2019-11-24 22:49:22 +01:00
},
"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"
}
],
2021-03-14 18:43:09 +01:00
"description": "Converts CSS selectors to XPath expressions",
2019-11-24 22:49:22 +01:00
"homepage": "https://symfony.com",
2021-01-03 20:34:58 +01:00
"support": {
2022-08-03 22:50:27 +02:00
"source": "https://github.com/symfony/css-selector/tree/v5.4.11"
2021-01-03 20:34:58 +01:00
},
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-08-03 22:50:27 +02:00
"time": "2022-06-27T16:58:25+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/dependency-injection",
2022-10-03 23:09:50 +02:00
"version": "v5.4.13",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
2022-10-03 23:09:50 +02:00
"reference": "24cf522668845391c0542bc1de496366072a6d0e"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-10-03 23:09:50 +02:00
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/24cf522668845391c0542bc1de496366072a6d0e",
"reference": "24cf522668845391c0542bc1de496366072a6d0e",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2021-10-02 20:27:11 +02:00
"psr/container": "^1.1.1",
2022-01-19 19:35:45 +01:00
"symfony/deprecation-contracts": "^2.1|^3",
2021-10-02 18:36:29 +02:00
"symfony/polyfill-php80": "^1.16",
2022-01-19 19:35:45 +01:00
"symfony/polyfill-php81": "^1.22",
2019-11-21 22:16:30 +01:00
"symfony/service-contracts": "^1.1.6|^2"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2021-10-02 20:27:11 +02:00
"ext-psr": "<1.1|>=2",
"symfony/config": "<5.3",
2020-05-10 15:55:37 +02:00
"symfony/finder": "<4.4",
"symfony/proxy-manager-bridge": "<4.4",
2022-03-04 12:16:13 +01:00
"symfony/yaml": "<4.4.26"
2019-02-23 16:49:38 +01:00
},
"provide": {
"psr/container-implementation": "1.0",
2021-03-14 18:43:09 +01:00
"symfony/service-implementation": "1.0|2.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2022-01-19 19:35:45 +01:00
"symfony/config": "^5.3|^6.0",
"symfony/expression-language": "^4.4|^5.0|^6.0",
2022-03-04 12:16:13 +01:00
"symfony/yaml": "^4.4.26|^5.0|^6.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"
}
],
2021-03-14 18:43:09 +01:00
"description": "Allows you to standardize and centralize the way objects are constructed in your application",
2019-02-23 16:49:38 +01:00
"homepage": "https://symfony.com",
2021-01-03 20:34:58 +01:00
"support": {
2022-10-03 23:09:50 +02:00
"source": "https://github.com/symfony/dependency-injection/tree/v5.4.13"
2021-01-03 20:34:58 +01:00
},
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-10-03 23:09:50 +02:00
"time": "2022-08-30T19:10:13+00:00"
2020-05-31 13:47:29 +02:00
},
{
"name": "symfony/deprecation-contracts",
2022-07-17 22:26:35 +02:00
"version": "v2.5.2",
2020-05-31 13:47:29 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
2022-07-17 22:26:35 +02:00
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
2020-05-31 13:47:29 +02:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
2020-05-31 13:47:29 +02:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
2022-01-19 19:35:45 +01:00
"dev-main": "2.5-dev"
2020-07-18 23:50:39 +02:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
2020-05-31 13:47:29 +02:00
}
},
"autoload": {
"files": [
"function.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
2021-01-03 20:34:58 +01:00
"support": {
2022-07-17 22:26:35 +02:00
"source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
2021-01-03 20:34:58 +01:00
},
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"
}
],
2022-07-17 22:26:35 +02:00
"time": "2022-01-02T09:53:40+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/doctrine-bridge",
2022-10-03 23:09:50 +02:00
"version": "v5.4.13",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/doctrine-bridge.git",
2022-10-03 23:09:50 +02:00
"reference": "6ac912989e0c31b178aa534eb9ed75f7fa485fae"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-10-03 23:09:50 +02:00
"url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/6ac912989e0c31b178aa534eb9ed75f7fa485fae",
"reference": "6ac912989e0c31b178aa534eb9ed75f7fa485fae",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"doctrine/event-manager": "~1.0",
2022-07-17 22:26:35 +02:00
"doctrine/persistence": "^2|^3",
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2022-01-19 19:35:45 +01:00
"symfony/deprecation-contracts": "^2.1|^3",
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",
2021-10-02 18:36:29 +02:00
"symfony/polyfill-php80": "^1.16",
2022-01-19 19:35:45 +01:00
"symfony/service-contracts": "^1.1|^2|^3"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2022-01-19 19:35:45 +01:00
"doctrine/dbal": "<2.13.1",
"doctrine/lexer": "<1.1",
"doctrine/orm": "<2.7.4",
2020-05-10 15:55:37 +02:00
"phpunit/phpunit": "<5.4.3",
2022-01-19 19:35:45 +01:00
"symfony/cache": "<5.4",
2020-05-10 15:55:37 +02:00
"symfony/dependency-injection": "<4.4",
2020-05-31 13:47:29 +02:00
"symfony/form": "<5.1",
2020-05-10 15:55:37 +02:00
"symfony/http-kernel": "<5",
"symfony/messenger": "<4.4",
"symfony/property-info": "<5",
2022-01-19 19:35:45 +01:00
"symfony/proxy-manager-bridge": "<4.4.19",
2020-05-10 15:55:37 +02:00
"symfony/security-bundle": "<5",
2021-10-02 20:27:11 +02:00
"symfony/security-core": "<5.3",
2021-01-03 20:47:51 +01:00
"symfony/validator": "<5.2"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2021-03-14 18:43:09 +01:00
"doctrine/annotations": "^1.10.4",
2019-06-16 12:36:17 +02:00
"doctrine/collections": "~1.0",
2020-07-30 17:13:16 +02:00
"doctrine/data-fixtures": "^1.1",
2022-01-19 19:35:45 +01:00
"doctrine/dbal": "^2.13.1|^3.0",
"doctrine/orm": "^2.7.4",
"psr/log": "^1|^2|^3",
"symfony/cache": "^5.4|^6.0",
"symfony/config": "^4.4|^5.0|^6.0",
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
"symfony/doctrine-messenger": "^5.1|^6.0",
"symfony/expression-language": "^4.4|^5.0|^6.0",
2022-07-17 22:26:35 +02:00
"symfony/form": "^5.4.9|^6.0.9",
2022-01-19 19:35:45 +01:00
"symfony/http-kernel": "^5.0|^6.0",
"symfony/messenger": "^4.4|^5.0|^6.0",
"symfony/property-access": "^4.4|^5.0|^6.0",
"symfony/property-info": "^5.0|^6.0",
"symfony/proxy-manager-bridge": "^4.4|^5.0|^6.0",
"symfony/security-core": "^5.3|^6.0",
"symfony/stopwatch": "^4.4|^5.0|^6.0",
"symfony/translation": "^4.4|^5.0|^6.0",
"symfony/uid": "^5.1|^6.0",
"symfony/validator": "^5.2|^6.0",
"symfony/var-dumper": "^4.4|^5.0|^6.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"
}
],
2021-03-14 18:43:09 +01:00
"description": "Provides integration for Doctrine with various Symfony components",
2019-02-23 16:49:38 +01:00
"homepage": "https://symfony.com",
2021-01-03 20:34:58 +01:00
"support": {
2022-10-03 23:09:50 +02:00
"source": "https://github.com/symfony/doctrine-bridge/tree/v5.4.13"
2021-01-03 20:34:58 +01:00
},
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-10-03 23:09:50 +02:00
"time": "2022-09-06T13:23:31+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/dotenv",
2022-03-04 12:16:13 +01:00
"version": "v5.4.5",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/dotenv.git",
2022-03-04 12:16:13 +01:00
"reference": "83a2310904a4f5d4f42526227b5a578ac82232a9"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-03-04 12:16:13 +01:00
"url": "https://api.github.com/repos/symfony/dotenv/zipball/83a2310904a4f5d4f42526227b5a578ac82232a9",
"reference": "83a2310904a4f5d4f42526227b5a578ac82232a9",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2022-01-19 19:35:45 +01:00
"symfony/deprecation-contracts": "^2.1|^3"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2022-01-19 19:35:45 +01:00
"symfony/console": "^4.4|^5.0|^6.0",
"symfony/process": "^4.4|^5.0|^6.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"
],
2021-01-03 20:34:58 +01:00
"support": {
2022-03-04 12:16:13 +01:00
"source": "https://github.com/symfony/dotenv/tree/v5.4.5"
2021-01-03 20:34:58 +01:00
},
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-03-04 12:16:13 +01:00
"time": "2022-02-15T17:04:12+00:00"
2019-11-21 22:16:30 +01:00
},
{
"name": "symfony/error-handler",
2022-08-03 22:50:27 +02:00
"version": "v5.4.11",
2019-11-21 22:16:30 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
2022-08-03 22:50:27 +02:00
"reference": "f75d17cb4769eb38cd5fccbda95cd80a054d35c8"
2019-11-21 22:16:30 +01:00
},
"dist": {
"type": "zip",
2022-08-03 22:50:27 +02:00
"url": "https://api.github.com/repos/symfony/error-handler/zipball/f75d17cb4769eb38cd5fccbda95cd80a054d35c8",
"reference": "f75d17cb4769eb38cd5fccbda95cd80a054d35c8",
2019-11-21 22:16:30 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2021-10-02 18:36:29 +02:00
"psr/log": "^1|^2|^3",
2022-01-19 19:35:45 +01:00
"symfony/var-dumper": "^4.4|^5.0|^6.0"
2019-11-21 22:16:30 +01:00
},
"require-dev": {
2022-01-19 19:35:45 +01:00
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/http-kernel": "^4.4|^5.0|^6.0",
"symfony/serializer": "^4.4|^5.0|^6.0"
2019-11-21 22:16:30 +01:00
},
2022-01-19 19:35:45 +01:00
"bin": [
"Resources/bin/patch-type-declarations"
],
2019-11-21 22:16:30 +01:00
"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"
}
],
2021-03-14 18:43:09 +01:00
"description": "Provides tools to manage errors and ease debugging PHP code",
2019-11-21 22:16:30 +01:00
"homepage": "https://symfony.com",
2021-01-03 20:34:58 +01:00
"support": {
2022-08-03 22:50:27 +02:00
"source": "https://github.com/symfony/error-handler/tree/v5.4.11"
2021-01-03 20:34:58 +01:00
},
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-08-03 22:50:27 +02:00
"time": "2022-07-29T07:37:50+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/event-dispatcher",
2022-07-17 22:26:35 +02:00
"version": "v5.4.9",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
2022-07-17 22:26:35 +02:00
"reference": "8e6ce1cc0279e3ff3c8ff0f43813bc88d21ca1bc"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/8e6ce1cc0279e3ff3c8ff0f43813bc88d21ca1bc",
"reference": "8e6ce1cc0279e3ff3c8ff0f43813bc88d21ca1bc",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2022-01-19 19:35:45 +01:00
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/event-dispatcher-contracts": "^2|^3",
2021-10-02 18:36:29 +02:00
"symfony/polyfill-php80": "^1.16"
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": {
2021-10-02 18:36:29 +02:00
"psr/log": "^1|^2|^3",
2022-01-19 19:35:45 +01:00
"symfony/config": "^4.4|^5.0|^6.0",
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
"symfony/error-handler": "^4.4|^5.0|^6.0",
"symfony/expression-language": "^4.4|^5.0|^6.0",
"symfony/http-foundation": "^4.4|^5.0|^6.0",
"symfony/service-contracts": "^1.1|^2|^3",
"symfony/stopwatch": "^4.4|^5.0|^6.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"
}
],
2021-03-14 18:43:09 +01:00
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
2019-02-23 16:49:38 +01:00
"homepage": "https://symfony.com",
2021-01-03 20:34:58 +01:00
"support": {
2022-07-17 22:26:35 +02:00
"source": "https://github.com/symfony/event-dispatcher/tree/v5.4.9"
2021-01-03 20:34:58 +01:00
},
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-07-17 22:26:35 +02:00
"time": "2022-05-05T16:45:39+00:00"
2019-07-12 21:00:29 +02:00
},
{
"name": "symfony/event-dispatcher-contracts",
2022-07-17 22:26:35 +02:00
"version": "v2.5.2",
2019-07-12 21:00:29 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
2022-07-17 22:26:35 +02:00
"reference": "f98b54df6ad059855739db6fcbc2d36995283fe1"
2019-07-12 21:00:29 +02:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/f98b54df6ad059855739db6fcbc2d36995283fe1",
"reference": "f98b54df6ad059855739db6fcbc2d36995283fe1",
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": {
2022-01-19 19:35:45 +01:00
"dev-main": "2.5-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"
],
2021-01-03 20:34:58 +01:00
"support": {
2022-07-17 22:26:35 +02:00
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.2"
2021-01-03 20:34:58 +01:00
},
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"
}
],
2022-07-17 22:26:35 +02:00
"time": "2022-01-02T09:53:40+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/expression-language",
2022-08-03 22:50:27 +02:00
"version": "v5.4.11",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/expression-language.git",
2022-08-03 22:50:27 +02:00
"reference": "eb59000eb72c9681502cb501af3c666be42d215e"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-08-03 22:50:27 +02:00
"url": "https://api.github.com/repos/symfony/expression-language/zipball/eb59000eb72c9681502cb501af3c666be42d215e",
"reference": "eb59000eb72c9681502cb501af3c666be42d215e",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2022-01-19 19:35:45 +01:00
"symfony/cache": "^4.4|^5.0|^6.0",
"symfony/service-contracts": "^1.1|^2|^3"
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"
}
],
2021-03-14 18:43:09 +01:00
"description": "Provides an engine that can compile and evaluate expressions",
2019-02-23 16:49:38 +01:00
"homepage": "https://symfony.com",
2021-01-03 20:34:58 +01:00
"support": {
2022-08-03 22:50:27 +02:00
"source": "https://github.com/symfony/expression-language/tree/v5.4.11"
2021-01-03 20:34:58 +01:00
},
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-08-03 22:50:27 +02:00
"time": "2022-07-20T11:34:24+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/filesystem",
2022-10-03 23:09:50 +02:00
"version": "v5.4.13",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
2022-10-03 23:09:50 +02:00
"reference": "ac09569844a9109a5966b9438fc29113ce77cf51"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-10-03 23:09:50 +02:00
"url": "https://api.github.com/repos/symfony/filesystem/zipball/ac09569844a9109a5966b9438fc29113ce77cf51",
"reference": "ac09569844a9109a5966b9438fc29113ce77cf51",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2021-10-02 18:36:29 +02:00
"symfony/polyfill-ctype": "~1.8",
2022-01-19 19:35:45 +01:00
"symfony/polyfill-mbstring": "~1.8",
2021-10-02 18:36:29 +02:00
"symfony/polyfill-php80": "^1.16"
2019-02-23 16:49:38 +01:00
},
"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"
}
],
2021-03-14 18:43:09 +01:00
"description": "Provides basic utilities for the filesystem",
2019-02-23 16:49:38 +01:00
"homepage": "https://symfony.com",
2021-01-03 20:34:58 +01:00
"support": {
2022-10-03 23:09:50 +02:00
"source": "https://github.com/symfony/filesystem/tree/v5.4.13"
2021-01-03 20:34:58 +01:00
},
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-10-03 23:09:50 +02:00
"time": "2022-09-21T19:53:16+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/finder",
2022-08-03 22:50:27 +02:00
"version": "v5.4.11",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
2022-08-03 22:50:27 +02:00
"reference": "7872a66f57caffa2916a584db1aa7f12adc76f8c"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-08-03 22:50:27 +02:00
"url": "https://api.github.com/repos/symfony/finder/zipball/7872a66f57caffa2916a584db1aa7f12adc76f8c",
"reference": "7872a66f57caffa2916a584db1aa7f12adc76f8c",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2021-10-02 18:36:29 +02:00
"php": ">=7.2.5",
2022-01-19 19:35:45 +01:00
"symfony/deprecation-contracts": "^2.1|^3",
2021-10-02 18:36:29 +02:00
"symfony/polyfill-php80": "^1.16"
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"
}
],
2021-03-14 18:43:09 +01:00
"description": "Finds files and directories via an intuitive fluent interface",
2019-02-23 16:49:38 +01:00
"homepage": "https://symfony.com",
2021-01-03 20:34:58 +01:00
"support": {
2022-08-03 22:50:27 +02:00
"source": "https://github.com/symfony/finder/tree/v5.4.11"
2021-01-03 20:34:58 +01:00
},
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-08-03 22:50:27 +02:00
"time": "2022-07-29T07:37:50+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/flex",
2022-08-13 02:49:23 +02:00
"version": "v1.19.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/flex.git",
2022-08-13 02:49:23 +02:00
"reference": "ab0453b16029e131c112df1a76e59eb2a47e1f67"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-08-13 02:49:23 +02:00
"url": "https://api.github.com/repos/symfony/flex/zipball/ab0453b16029e131c112df1a76e59eb2a47e1f67",
"reference": "ab0453b16029e131c112df1a76e59eb2a47e1f67",
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",
2022-01-19 19:35:45 +01:00
"symfony/dotenv": "^4.4|^5.0|^6.0",
"symfony/filesystem": "^4.4|^5.0|^6.0",
"symfony/phpunit-bridge": "^4.4.12|^5.0|^6.0",
"symfony/process": "^4.4|^5.0|^6.0"
2019-02-23 16:49:38 +01:00
},
"type": "composer-plugin",
"extra": {
"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",
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/symfony/flex/issues",
2022-08-13 02:49:23 +02:00
"source": "https://github.com/symfony/flex/tree/v1.19.3"
2021-01-03 20:34:58 +01:00
},
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"
}
],
2022-08-13 02:49:23 +02:00
"time": "2022-08-07T09:39:08+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/form",
2022-10-03 23:09:50 +02:00
"version": "v5.4.13",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/form.git",
2022-10-03 23:09:50 +02:00
"reference": "d9d661776636ce689bc879b66fb06c6a6895f1a7"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-10-03 23:09:50 +02:00
"url": "https://api.github.com/repos/symfony/form/zipball/d9d661776636ce689bc879b66fb06c6a6895f1a7",
"reference": "d9d661776636ce689bc879b66fb06c6a6895f1a7",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2022-01-19 19:35:45 +01:00
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/event-dispatcher": "^4.4|^5.0|^6.0",
"symfony/options-resolver": "^5.1|^6.0",
2019-02-23 16:49:38 +01:00
"symfony/polyfill-ctype": "~1.8",
2021-10-02 20:27:11 +02:00
"symfony/polyfill-intl-icu": "^1.21",
2019-02-23 16:49:38 +01:00
"symfony/polyfill-mbstring": "~1.0",
2021-10-02 18:36:29 +02:00
"symfony/polyfill-php80": "^1.16",
2022-01-19 19:35:45 +01:00
"symfony/polyfill-php81": "^1.23",
"symfony/property-access": "^5.0.8|^6.0",
"symfony/service-contracts": "^1.1|^2|^3"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2020-05-10 15:55:37 +02:00
"phpunit/phpunit": "<5.4.3",
"symfony/console": "<4.4",
"symfony/dependency-injection": "<4.4",
"symfony/doctrine-bridge": "<4.4",
2020-05-31 13:47:29 +02:00
"symfony/error-handler": "<4.4.5",
2020-05-10 15:55:37 +02:00
"symfony/framework-bundle": "<4.4",
2019-11-21 22:16:30 +01:00
"symfony/http-kernel": "<4.4",
2020-05-10 15:55:37 +02:00
"symfony/translation": "<4.4",
2020-05-31 13:47:29 +02:00
"symfony/translation-contracts": "<1.1.7",
2020-05-10 15:55:37 +02:00
"symfony/twig-bridge": "<4.4"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
"doctrine/collections": "~1.0",
2022-01-19 19:35:45 +01:00
"symfony/config": "^4.4|^5.0|^6.0",
"symfony/console": "^5.4|^6.0",
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
"symfony/expression-language": "^4.4|^5.0|^6.0",
"symfony/http-foundation": "^4.4|^5.0|^6.0",
"symfony/http-kernel": "^4.4|^5.0|^6.0",
"symfony/intl": "^4.4|^5.0|^6.0",
"symfony/security-csrf": "^4.4|^5.0|^6.0",
"symfony/translation": "^4.4|^5.0|^6.0",
"symfony/uid": "^5.1|^6.0",
"symfony/validator": "^4.4.17|^5.1.9|^6.0",
"symfony/var-dumper": "^4.4|^5.0|^6.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"
}
],
2021-03-14 18:43:09 +01:00
"description": "Allows to easily create, process and reuse HTML forms",
2019-02-23 16:49:38 +01:00
"homepage": "https://symfony.com",
2021-01-03 20:34:58 +01:00
"support": {
2022-10-03 23:09:50 +02:00
"source": "https://github.com/symfony/form/tree/v5.4.13"
2021-01-03 20:34:58 +01:00
},
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-10-03 23:09:50 +02:00
"time": "2022-09-28T15:33:58+00:00"
2020-07-30 17:13:16 +02:00
},
{
"name": "symfony/framework-bundle",
2022-10-03 23:09:50 +02:00
"version": "v5.4.13",
2020-07-30 17:13:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/framework-bundle.git",
2022-10-03 23:09:50 +02:00
"reference": "394866c2cb8bb189b9bd5ebd043b66f89c800363"
2020-07-30 17:13:16 +02:00
},
"dist": {
"type": "zip",
2022-10-03 23:09:50 +02:00
"url": "https://api.github.com/repos/symfony/framework-bundle/zipball/394866c2cb8bb189b9bd5ebd043b66f89c800363",
"reference": "394866c2cb8bb189b9bd5ebd043b66f89c800363",
2020-07-30 17:13:16 +02:00
"shasum": ""
2019-02-23 16:49:38 +01:00
},
"require": {
"ext-xml": "*",
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2022-01-19 19:35:45 +01:00
"symfony/cache": "^5.2|^6.0",
"symfony/config": "^5.3|^6.0",
2022-03-04 12:16:13 +01:00
"symfony/dependency-injection": "^5.4.5|^6.0.5",
2022-01-19 19:35:45 +01:00
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/error-handler": "^4.4.1|^5.0.1|^6.0",
"symfony/event-dispatcher": "^5.1|^6.0",
"symfony/filesystem": "^4.4|^5.0|^6.0",
"symfony/finder": "^4.4|^5.0|^6.0",
"symfony/http-foundation": "^5.3|^6.0",
"symfony/http-kernel": "^5.4|^6.0",
2019-02-23 16:49:38 +01:00
"symfony/polyfill-mbstring": "~1.0",
2021-10-02 18:36:29 +02:00
"symfony/polyfill-php80": "^1.16",
2022-01-19 19:35:45 +01:00
"symfony/polyfill-php81": "^1.22",
"symfony/routing": "^5.3|^6.0"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2022-01-19 19:35:45 +01:00
"doctrine/annotations": "<1.13.1",
"doctrine/cache": "<1.11",
2019-12-23 13:51:16 +01:00
"doctrine/persistence": "<1.3",
2021-03-14 18:43:09 +01:00
"phpdocumentor/reflection-docblock": "<3.2.2",
"phpdocumentor/type-resolver": "<1.4.0",
2020-05-10 15:55:37 +02:00
"phpunit/phpunit": "<5.4.3",
2021-10-02 20:27:11 +02:00
"symfony/asset": "<5.3",
2021-03-14 18:43:09 +01:00
"symfony/console": "<5.2.5",
2020-05-10 15:55:37 +02:00
"symfony/dom-crawler": "<4.4",
2020-05-31 13:47:29 +02:00
"symfony/dotenv": "<5.1",
2021-01-03 20:47:51 +01:00
"symfony/form": "<5.2",
2019-11-21 22:16:30 +01:00
"symfony/http-client": "<4.4",
"symfony/lock": "<4.4",
2021-01-03 20:47:51 +01:00
"symfony/mailer": "<5.2",
2022-01-19 19:35:45 +01:00
"symfony/messenger": "<5.4",
2019-11-21 22:16:30 +01:00
"symfony/mime": "<4.4",
2021-10-02 20:27:11 +02:00
"symfony/property-access": "<5.3",
2020-05-10 15:55:37 +02:00
"symfony/property-info": "<4.4",
2021-10-02 20:27:11 +02:00
"symfony/security-csrf": "<5.3",
2021-01-03 20:47:51 +01:00
"symfony/serializer": "<5.2",
2022-01-19 19:35:45 +01:00
"symfony/service-contracts": ">=3.0",
2020-05-10 15:55:37 +02:00
"symfony/stopwatch": "<4.4",
2021-10-02 20:27:11 +02:00
"symfony/translation": "<5.3",
2020-05-10 15:55:37 +02:00
"symfony/twig-bridge": "<4.4",
2019-11-21 22:16:30 +01:00
"symfony/twig-bundle": "<4.4",
2021-01-03 20:47:51 +01:00
"symfony/validator": "<5.2",
2019-11-21 22:16:30 +01:00
"symfony/web-profiler-bundle": "<4.4",
2021-01-03 20:47:51 +01:00
"symfony/workflow": "<5.2"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2022-01-19 19:35:45 +01:00
"doctrine/annotations": "^1.13.1",
"doctrine/cache": "^1.11|^2.0",
2022-07-17 22:26:35 +02:00
"doctrine/persistence": "^1.3|^2|^3",
2021-01-03 20:47:51 +01:00
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
2022-01-19 19:35:45 +01:00
"symfony/asset": "^5.3|^6.0",
"symfony/browser-kit": "^5.4|^6.0",
2022-07-17 22:26:35 +02:00
"symfony/console": "^5.4.9|^6.0.9",
2022-01-19 19:35:45 +01:00
"symfony/css-selector": "^4.4|^5.0|^6.0",
"symfony/dom-crawler": "^4.4.30|^5.3.7|^6.0",
"symfony/dotenv": "^5.1|^6.0",
"symfony/expression-language": "^4.4|^5.0|^6.0",
"symfony/form": "^5.2|^6.0",
"symfony/http-client": "^4.4|^5.0|^6.0",
"symfony/lock": "^4.4|^5.0|^6.0",
"symfony/mailer": "^5.2|^6.0",
"symfony/messenger": "^5.4|^6.0",
"symfony/mime": "^4.4|^5.0|^6.0",
"symfony/notifier": "^5.4|^6.0",
2019-02-23 16:49:38 +01:00
"symfony/polyfill-intl-icu": "~1.0",
2022-01-19 19:35:45 +01:00
"symfony/process": "^4.4|^5.0|^6.0",
"symfony/property-info": "^4.4|^5.0|^6.0",
"symfony/rate-limiter": "^5.2|^6.0",
"symfony/security-bundle": "^5.4|^6.0",
"symfony/serializer": "^5.4|^6.0",
"symfony/stopwatch": "^4.4|^5.0|^6.0",
"symfony/string": "^5.0|^6.0",
"symfony/translation": "^5.3|^6.0",
"symfony/twig-bundle": "^4.4|^5.0|^6.0",
"symfony/validator": "^5.2|^6.0",
"symfony/web-link": "^4.4|^5.0|^6.0",
"symfony/workflow": "^5.2|^6.0",
"symfony/yaml": "^4.4|^5.0|^6.0",
2020-05-10 15:55:37 +02:00
"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"
}
],
2021-03-14 18:43:09 +01:00
"description": "Provides a tight integration between Symfony components and the Symfony full-stack framework",
2019-02-23 16:49:38 +01:00
"homepage": "https://symfony.com",
2021-01-03 20:34:58 +01:00
"support": {
2022-10-03 23:09:50 +02:00
"source": "https://github.com/symfony/framework-bundle/tree/v5.4.13"
2021-01-03 20:34:58 +01:00
},
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-10-03 23:09:50 +02:00
"time": "2022-09-29T08:12:55+00:00"
2019-02-23 16:49:38 +01:00
},
2019-10-19 18:42:06 +02:00
{
"name": "symfony/http-client",
2022-10-03 23:09:50 +02:00
"version": "v5.4.13",
2019-10-19 18:42:06 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client.git",
2022-10-03 23:09:50 +02:00
"reference": "596fd752f00e0205d895cd6b184d135c27bb5d6a"
2019-10-19 18:42:06 +02:00
},
"dist": {
"type": "zip",
2022-10-03 23:09:50 +02:00
"url": "https://api.github.com/repos/symfony/http-client/zipball/596fd752f00e0205d895cd6b184d135c27bb5d6a",
"reference": "596fd752f00e0205d895cd6b184d135c27bb5d6a",
2019-10-19 18:42:06 +02:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2021-10-02 18:36:29 +02:00
"psr/log": "^1|^2|^3",
2022-01-19 19:35:45 +01:00
"symfony/deprecation-contracts": "^2.1|^3",
2021-10-02 20:27:11 +02:00
"symfony/http-client-contracts": "^2.4",
2019-12-01 15:18:44 +01:00
"symfony/polyfill-php73": "^1.11",
2021-10-02 18:36:29 +02:00
"symfony/polyfill-php80": "^1.16",
2022-01-19 19:35:45 +01:00
"symfony/service-contracts": "^1.0|^2|^3"
2019-11-21 22:16:30 +01:00
},
2019-10-19 18:42:06 +02:00
"provide": {
2019-11-21 22:16:30 +01:00
"php-http/async-client-implementation": "*",
"php-http/client-implementation": "*",
2019-10-19 18:42:06 +02:00
"psr/http-client-implementation": "1.0",
2021-10-02 20:27:11 +02:00
"symfony/http-client-implementation": "2.4"
2019-10-19 18:42:06 +02:00
},
"require-dev": {
2021-01-03 20:47:51 +01:00
"amphp/amp": "^2.5",
2020-05-31 13:47:29 +02:00
"amphp/http-client": "^4.2.1",
"amphp/http-tunnel": "^1.0",
"amphp/socket": "^1.1",
2021-03-14 18:43:09 +01:00
"guzzlehttp/promises": "^1.4",
2019-10-19 18:42:06 +02:00
"nyholm/psr7": "^1.0",
2019-11-21 22:16:30 +01:00
"php-http/httplug": "^1.0|^2.0",
2019-10-19 18:42:06 +02:00
"psr/http-client": "^1.0",
2022-01-19 19:35:45 +01:00
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
"symfony/http-kernel": "^4.4.13|^5.1.5|^6.0",
"symfony/process": "^4.4|^5.0|^6.0",
"symfony/stopwatch": "^4.4|^5.0|^6.0"
2019-10-19 18:42:06 +02:00
},
"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"
}
],
2021-03-14 18:43:09 +01:00
"description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
2019-10-19 18:42:06 +02:00
"homepage": "https://symfony.com",
2021-01-03 20:34:58 +01:00
"support": {
2022-10-03 23:09:50 +02:00
"source": "https://github.com/symfony/http-client/tree/v5.4.13"
2021-01-03 20:34:58 +01:00
},
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-10-03 23:09:50 +02:00
"time": "2022-09-08T18:41:21+00:00"
2019-10-19 18:42:06 +02:00
},
{
"name": "symfony/http-client-contracts",
2022-07-17 22:26:35 +02:00
"version": "v2.5.2",
2019-10-19 18:42:06 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client-contracts.git",
2022-07-17 22:26:35 +02:00
"reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70"
2019-10-19 18:42:06 +02:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70",
"reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70",
2019-10-19 18:42:06 +02:00
"shasum": ""
},
"require": {
2020-05-30 21:09:55 +02:00
"php": ">=7.2.5"
2019-10-19 18:42:06 +02:00
},
"suggest": {
"symfony/http-client-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2022-01-19 19:35:45 +01:00
"dev-main": "2.5-dev"
2020-07-18 23:50:39 +02:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
2019-10-19 18:42:06 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\HttpClient\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to HTTP clients",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2021-01-03 20:34:58 +01:00
"support": {
2022-07-17 22:26:35 +02:00
"source": "https://github.com/symfony/http-client-contracts/tree/v2.5.2"
2021-01-03 20:34:58 +01:00
},
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"
}
],
2022-07-17 22:26:35 +02:00
"time": "2022-04-12T15:48:08+00:00"
2019-10-19 18:42:06 +02:00
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/http-foundation",
2022-10-03 23:09:50 +02:00
"version": "v5.4.13",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
2022-10-03 23:09:50 +02:00
"reference": "54be067587a4f2b7fffb7a699f9481ec3daf9379"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-10-03 23:09:50 +02:00
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/54be067587a4f2b7fffb7a699f9481ec3daf9379",
"reference": "54be067587a4f2b7fffb7a699f9481ec3daf9379",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2022-01-19 19:35:45 +01:00
"symfony/deprecation-contracts": "^2.1|^3",
2020-05-31 13:47:29 +02:00
"symfony/polyfill-mbstring": "~1.1",
2021-10-02 18:36:29 +02:00
"symfony/polyfill-php80": "^1.16"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
"predis/predis": "~1.0",
2022-01-19 19:35:45 +01:00
"symfony/cache": "^4.4|^5.0|^6.0",
2022-09-07 21:52:13 +02:00
"symfony/dependency-injection": "^5.4|^6.0",
2022-01-19 19:35:45 +01:00
"symfony/expression-language": "^4.4|^5.0|^6.0",
2022-09-07 21:52:13 +02:00
"symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4",
"symfony/mime": "^4.4|^5.0|^6.0",
"symfony/rate-limiter": "^5.2|^6.0"
2020-05-31 13:47:29 +02:00
},
"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"
}
],
2021-03-14 18:43:09 +01:00
"description": "Defines an object-oriented layer for the HTTP specification",
2019-02-23 16:49:38 +01:00
"homepage": "https://symfony.com",
2021-01-03 20:34:58 +01:00
"support": {
2022-10-03 23:09:50 +02:00
"source": "https://github.com/symfony/http-foundation/tree/v5.4.13"
2021-01-03 20:34:58 +01:00
},
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-10-03 23:09:50 +02:00
"time": "2022-09-17T07:31:22+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/http-kernel",
2022-10-03 23:09:50 +02:00
"version": "v5.4.13",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
2022-10-03 23:09:50 +02:00
"reference": "4f25330c216b7bb178603b2e25fb7a9325015507"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-10-03 23:09:50 +02:00
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/4f25330c216b7bb178603b2e25fb7a9325015507",
"reference": "4f25330c216b7bb178603b2e25fb7a9325015507",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2021-10-02 18:36:29 +02:00
"psr/log": "^1|^2",
2022-01-19 19:35:45 +01:00
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/error-handler": "^4.4|^5.0|^6.0",
"symfony/event-dispatcher": "^5.0|^6.0",
"symfony/http-foundation": "^5.3.7|^6.0",
2019-11-21 22:16:30 +01:00
"symfony/polyfill-ctype": "^1.8",
2020-05-31 13:47:29 +02:00
"symfony/polyfill-php73": "^1.9",
2021-10-02 18:36:29 +02:00
"symfony/polyfill-php80": "^1.16"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2022-01-19 19:35:45 +01:00
"symfony/browser-kit": "<5.4",
2020-05-10 15:55:37 +02:00
"symfony/cache": "<5.0",
"symfony/config": "<5.0",
"symfony/console": "<4.4",
2021-10-02 20:27:11 +02:00
"symfony/dependency-injection": "<5.3",
2020-05-10 15:55:37 +02:00
"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",
2021-03-14 18:43:09 +01:00
"twig/twig": "<2.13"
2019-02-23 16:49:38 +01:00
},
"provide": {
2021-10-02 18:36:29 +02:00
"psr/log-implementation": "1.0|2.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2021-03-14 18:43:09 +01:00
"psr/cache": "^1.0|^2.0|^3.0",
2022-01-19 19:35:45 +01:00
"symfony/browser-kit": "^5.4|^6.0",
"symfony/config": "^5.0|^6.0",
"symfony/console": "^4.4|^5.0|^6.0",
"symfony/css-selector": "^4.4|^5.0|^6.0",
"symfony/dependency-injection": "^5.3|^6.0",
"symfony/dom-crawler": "^4.4|^5.0|^6.0",
"symfony/expression-language": "^4.4|^5.0|^6.0",
"symfony/finder": "^4.4|^5.0|^6.0",
"symfony/http-client-contracts": "^1.1|^2|^3",
"symfony/process": "^4.4|^5.0|^6.0",
"symfony/routing": "^4.4|^5.0|^6.0",
"symfony/stopwatch": "^4.4|^5.0|^6.0",
"symfony/translation": "^4.4|^5.0|^6.0",
"symfony/translation-contracts": "^1.1|^2|^3",
2021-03-14 18:43:09 +01:00
"twig/twig": "^2.13|^3.0.4"
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"
}
],
2021-03-14 18:43:09 +01:00
"description": "Provides a structured process for converting a Request into a Response",
2019-02-23 16:49:38 +01:00
"homepage": "https://symfony.com",
2021-01-03 20:34:58 +01:00
"support": {
2022-10-03 23:09:50 +02:00
"source": "https://github.com/symfony/http-kernel/tree/v5.4.13"
2021-01-03 20:34:58 +01:00
},
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
2019-02-23 16:49:38 +01:00
},
{
2020-07-30 17:13:16 +02:00
"url": "https://github.com/fabpot",
"type": "github"
2019-02-23 16:49:38 +01:00
},
{
2020-07-30 17:13:16 +02:00
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2019-02-23 16:49:38 +01:00
}
],
2022-10-03 23:09:50 +02:00
"time": "2022-09-30T07:40:28+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/intl",
2022-08-03 22:50:27 +02:00
"version": "v5.4.11",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/intl.git",
2022-08-03 22:50:27 +02:00
"reference": "d305c0c1d31b30b3876e041804c35e49e5f8a96e"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-08-03 22:50:27 +02:00
"url": "https://api.github.com/repos/symfony/intl/zipball/d305c0c1d31b30b3876e041804c35e49e5f8a96e",
"reference": "d305c0c1d31b30b3876e041804c35e49e5f8a96e",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2022-01-19 19:35:45 +01:00
"symfony/deprecation-contracts": "^2.1|^3",
2021-10-02 18:36:29 +02:00
"symfony/polyfill-php80": "^1.16"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2022-01-19 19:35:45 +01:00
"symfony/filesystem": "^4.4|^5.0|^6.0"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"autoload": {
2022-03-04 12:16:13 +01:00
"files": [
"Resources/functions.php"
],
2019-02-23 16:49:38 +01:00
"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"
}
],
2021-03-14 18:43:09 +01:00
"description": "Provides a PHP replacement layer for the C intl extension that includes additional data from the ICU library",
2019-02-23 16:49:38 +01:00
"homepage": "https://symfony.com",
"keywords": [
"i18n",
"icu",
"internationalization",
"intl",
"l10n",
"localization"
],
2021-01-03 20:34:58 +01:00
"support": {
2022-08-03 22:50:27 +02:00
"source": "https://github.com/symfony/intl/tree/v5.4.11"
2021-01-03 20:34:58 +01:00
},
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-08-03 22:50:27 +02:00
"time": "2022-07-20T11:34:24+00:00"
2019-06-16 12:36:17 +02:00
},
2019-11-24 22:49:22 +01:00
{
"name": "symfony/mailer",
2022-10-03 23:09:50 +02:00
"version": "v5.4.13",
2019-11-24 22:49:22 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/mailer.git",
2022-10-03 23:09:50 +02:00
"reference": "63bf36a5150ac0bfed1c4d0a4e0b114a57b77e11"
2019-11-24 22:49:22 +01:00
},
"dist": {
"type": "zip",
2022-10-03 23:09:50 +02:00
"url": "https://api.github.com/repos/symfony/mailer/zipball/63bf36a5150ac0bfed1c4d0a4e0b114a57b77e11",
"reference": "63bf36a5150ac0bfed1c4d0a4e0b114a57b77e11",
2019-11-24 22:49:22 +01:00
"shasum": ""
},
"require": {
2021-03-14 18:43:09 +01:00
"egulias/email-validator": "^2.1.10|^3",
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2022-01-19 19:35:45 +01:00
"psr/event-dispatcher": "^1",
2021-10-02 18:36:29 +02:00
"psr/log": "^1|^2|^3",
2022-01-19 19:35:45 +01:00
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/event-dispatcher": "^4.4|^5.0|^6.0",
"symfony/mime": "^5.2.6|^6.0",
2021-10-02 18:36:29 +02:00
"symfony/polyfill-php80": "^1.16",
2022-01-19 19:35:45 +01:00
"symfony/service-contracts": "^1.1|^2|^3"
2019-11-24 22:49:22 +01:00
},
"conflict": {
2020-05-10 15:55:37 +02:00
"symfony/http-kernel": "<4.4"
2019-11-24 22:49:22 +01:00
},
"require-dev": {
2022-01-19 19:35:45 +01:00
"symfony/http-client-contracts": "^1.1|^2|^3",
"symfony/messenger": "^4.4|^5.0|^6.0"
2019-11-24 22:49:22 +01:00
},
"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"
}
],
2021-03-14 18:43:09 +01:00
"description": "Helps sending emails",
2019-11-24 22:49:22 +01:00
"homepage": "https://symfony.com",
2021-01-03 20:34:58 +01:00
"support": {
2022-10-03 23:09:50 +02:00
"source": "https://github.com/symfony/mailer/tree/v5.4.13"
2021-01-03 20:34:58 +01:00
},
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-10-03 23:09:50 +02:00
"time": "2022-08-29T06:47:07+00:00"
2019-11-24 22:49:22 +01:00
},
2019-06-16 12:36:17 +02:00
{
"name": "symfony/mime",
2022-10-03 23:09:50 +02:00
"version": "v5.4.13",
2019-06-16 12:36:17 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
2022-10-03 23:09:50 +02:00
"reference": "bb2ccf759e2b967dcd11bdee5bdf30dddd2290bd"
2019-06-16 12:36:17 +02:00
},
"dist": {
"type": "zip",
2022-10-03 23:09:50 +02:00
"url": "https://api.github.com/repos/symfony/mime/zipball/bb2ccf759e2b967dcd11bdee5bdf30dddd2290bd",
"reference": "bb2ccf759e2b967dcd11bdee5bdf30dddd2290bd",
2019-06-16 12:36:17 +02:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2022-01-19 19:35:45 +01:00
"symfony/deprecation-contracts": "^2.1|^3",
2019-06-16 12:36:17 +02:00
"symfony/polyfill-intl-idn": "^1.10",
2020-05-31 13:47:29 +02:00
"symfony/polyfill-mbstring": "^1.0",
2021-10-02 18:36:29 +02:00
"symfony/polyfill-php80": "^1.16"
2019-06-16 12:36:17 +02:00
},
2019-11-21 22:16:30 +01:00
"conflict": {
2021-03-14 18:43:09 +01:00
"egulias/email-validator": "~3.0.0",
"phpdocumentor/reflection-docblock": "<3.2.2",
"phpdocumentor/type-resolver": "<1.4.0",
2019-11-21 22:16:30 +01:00
"symfony/mailer": "<4.4"
},
2019-06-16 12:36:17 +02:00
"require-dev": {
2021-03-14 18:43:09 +01:00
"egulias/email-validator": "^2.1.10|^3.1",
2021-01-03 20:34:58 +01:00
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
2022-01-19 19:35:45 +01:00
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
"symfony/property-access": "^4.4|^5.1|^6.0",
"symfony/property-info": "^4.4|^5.1|^6.0",
"symfony/serializer": "^5.2|^6.0"
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"
}
],
2021-03-14 18:43:09 +01:00
"description": "Allows manipulating MIME messages",
2019-06-16 12:36:17 +02:00
"homepage": "https://symfony.com",
"keywords": [
"mime",
"mime-type"
],
2021-01-03 20:34:58 +01:00
"support": {
2022-10-03 23:09:50 +02:00
"source": "https://github.com/symfony/mime/tree/v5.4.13"
2021-01-03 20:34:58 +01:00
},
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-10-03 23:09:50 +02:00
"time": "2022-09-01T18:18:29+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/monolog-bridge",
2022-07-17 22:26:35 +02:00
"version": "v5.4.10",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/monolog-bridge.git",
2022-07-17 22:26:35 +02:00
"reference": "b3b0890e76e7eb626f27b165a5c501f2754dfbbd"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/b3b0890e76e7eb626f27b165a5c501f2754dfbbd",
"reference": "b3b0890e76e7eb626f27b165a5c501f2754dfbbd",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-10 15:55:37 +02:00
"monolog/monolog": "^1.25.1|^2",
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2022-01-19 19:35:45 +01:00
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/http-kernel": "^5.3|^6.0",
2021-10-02 18:36:29 +02:00
"symfony/polyfill-php80": "^1.16",
2022-01-19 19:35:45 +01:00
"symfony/service-contracts": "^1.1|^2|^3"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2020-05-10 15:55:37 +02:00
"symfony/console": "<4.4",
2021-10-02 20:27:11 +02:00
"symfony/http-foundation": "<5.3"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2022-01-19 19:35:45 +01:00
"symfony/console": "^4.4|^5.0|^6.0",
"symfony/http-client": "^4.4|^5.0|^6.0",
"symfony/mailer": "^4.4|^5.0|^6.0",
"symfony/messenger": "^4.4|^5.0|^6.0",
"symfony/mime": "^4.4|^5.0|^6.0",
"symfony/security-core": "^4.4|^5.0|^6.0",
"symfony/var-dumper": "^4.4|^5.0|^6.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"
}
],
2021-03-14 18:43:09 +01:00
"description": "Provides integration for Monolog with various Symfony components",
2019-02-23 16:49:38 +01:00
"homepage": "https://symfony.com",
2021-01-03 20:34:58 +01:00
"support": {
2022-07-17 22:26:35 +02:00
"source": "https://github.com/symfony/monolog-bridge/tree/v5.4.10"
2021-01-03 20:34:58 +01:00
},
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-07-17 22:26:35 +02:00
"time": "2022-06-19T12:03:50+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/monolog-bundle",
2022-07-17 22:26:35 +02:00
"version": "v3.8.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/monolog-bundle.git",
2022-07-17 22:26:35 +02:00
"reference": "a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d",
"reference": "a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2022-07-17 22:26:35 +02:00
"monolog/monolog": "^1.22 || ^2.0 || ^3.0",
2021-06-09 08:45:34 +02:00
"php": ">=7.1.3",
2022-01-19 19:35:45 +01:00
"symfony/config": "~4.4 || ^5.0 || ^6.0",
"symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0",
"symfony/http-kernel": "~4.4 || ^5.0 || ^6.0",
"symfony/monolog-bridge": "~4.4 || ^5.0 || ^6.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2022-01-19 19:35:45 +01:00
"symfony/console": "~4.4 || ^5.0 || ^6.0",
"symfony/phpunit-bridge": "^5.2 || ^6.0",
"symfony/yaml": "~4.4 || ^5.0 || ^6.0"
2019-02-23 16:49:38 +01:00
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Bundle\\MonologBundle\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2019-11-16 17:59:32 +01:00
},
{
"name": "Symfony Community",
2021-06-09 08:45:34 +02:00
"homepage": "https://symfony.com/contributors"
2019-02-23 16:49:38 +01:00
}
],
"description": "Symfony MonologBundle",
2021-06-09 08:45:34 +02:00
"homepage": "https://symfony.com",
2019-02-23 16:49:38 +01:00
"keywords": [
"log",
"logging"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/symfony/monolog-bundle/issues",
2022-07-17 22:26:35 +02:00
"source": "https://github.com/symfony/monolog-bundle/tree/v3.8.0"
2021-01-03 20:34:58 +01: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"
}
],
2022-07-17 22:26:35 +02:00
"time": "2022-05-10T14:24:36+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/options-resolver",
2022-08-03 22:50:27 +02:00
"version": "v5.4.11",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/options-resolver.git",
2022-08-03 22:50:27 +02:00
"reference": "54f14e36aa73cb8f7261d7686691fd4d75ea2690"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-08-03 22:50:27 +02:00
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/54f14e36aa73cb8f7261d7686691fd4d75ea2690",
"reference": "54f14e36aa73cb8f7261d7686691fd4d75ea2690",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2022-01-19 19:35:45 +01:00
"symfony/deprecation-contracts": "^2.1|^3",
2021-01-03 20:34:58 +01:00
"symfony/polyfill-php73": "~1.0",
2021-10-02 18:36:29 +02:00
"symfony/polyfill-php80": "^1.16"
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"
}
],
2021-03-14 18:43:09 +01:00
"description": "Provides an improved replacement for the array_replace PHP function",
2019-02-23 16:49:38 +01:00
"homepage": "https://symfony.com",
"keywords": [
"config",
"configuration",
"options"
],
2021-01-03 20:34:58 +01:00
"support": {
2022-08-03 22:50:27 +02:00
"source": "https://github.com/symfony/options-resolver/tree/v5.4.11"
2021-01-03 20:34:58 +01:00
},
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"
}
],
2022-08-03 22:50:27 +02:00
"time": "2022-07-20T13:00:38+00:00"
2021-10-02 20:27:11 +02:00
},
{
"name": "symfony/password-hasher",
2022-08-03 22:50:27 +02:00
"version": "v5.4.11",
2021-10-02 20:27:11 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/password-hasher.git",
2022-08-03 22:50:27 +02:00
"reference": "b0169ed8f09a4ae39eb119218ea1685079a9b179"
2021-10-02 20:27:11 +02:00
},
"dist": {
"type": "zip",
2022-08-03 22:50:27 +02:00
"url": "https://api.github.com/repos/symfony/password-hasher/zipball/b0169ed8f09a4ae39eb119218ea1685079a9b179",
"reference": "b0169ed8f09a4ae39eb119218ea1685079a9b179",
2021-10-02 20:27:11 +02:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.15"
},
"conflict": {
"symfony/security-core": "<5.3"
},
"require-dev": {
2022-07-17 22:26:35 +02:00
"symfony/console": "^5.3|^6.0",
2022-01-19 19:35:45 +01:00
"symfony/security-core": "^5.3|^6.0"
2021-10-02 20:27:11 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\PasswordHasher\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Robin Chalas",
"email": "robin.chalas@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides password hashing utilities",
"homepage": "https://symfony.com",
"keywords": [
"hashing",
"password"
],
"support": {
2022-08-03 22:50:27 +02:00
"source": "https://github.com/symfony/password-hasher/tree/v5.4.11"
2021-10-02 20:27:11 +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"
}
],
2022-08-03 22:50:27 +02:00
"time": "2022-07-20T13:00:38+00:00"
2019-02-23 16:49:38 +01:00
},
2020-03-15 13:56:31 +01:00
{
"name": "symfony/polyfill-ctype",
2022-07-17 22:26:35 +02:00
"version": "v1.26.0",
2020-03-15 13:56:31 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
2022-07-17 22:26:35 +02:00
"reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4"
2020-03-15 13:56:31 +01:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
"reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
2020-03-15 13:56:31 +01:00
"shasum": ""
},
"require": {
2021-01-03 20:34:58 +01:00
"php": ">=7.1"
2020-03-15 13:56:31 +01:00
},
2022-01-19 19:35:45 +01:00
"provide": {
"ext-ctype": "*"
},
2020-03-15 13:56:31 +01:00
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2022-07-17 22:26:35 +02:00
"dev-main": "1.26-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": {
"files": [
"bootstrap.php"
2022-03-04 12:16:13 +01:00
],
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
}
2020-03-15 13:56:31 +01:00
},
"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"
],
2021-01-03 20:34:58 +01:00
"support": {
2022-07-17 22:26:35 +02:00
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.26.0"
2021-01-03 20:34:58 +01:00
},
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"
}
],
2022-07-17 22:26:35 +02:00
"time": "2022-05-24T11:49:31+00:00"
2020-03-15 13:56:31 +01:00
},
2020-05-31 13:47:29 +02:00
{
"name": "symfony/polyfill-intl-grapheme",
2022-07-17 22:26:35 +02:00
"version": "v1.26.0",
2020-05-31 13:47:29 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
2022-07-17 22:26:35 +02:00
"reference": "433d05519ce6990bf3530fba6957499d327395c2"
2020-05-31 13:47:29 +02:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/433d05519ce6990bf3530fba6957499d327395c2",
"reference": "433d05519ce6990bf3530fba6957499d327395c2",
2020-05-31 13:47:29 +02:00
"shasum": ""
},
"require": {
2021-01-03 20:34:58 +01:00
"php": ">=7.1"
2020-05-31 13:47:29 +02:00
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2022-07-17 22:26:35 +02:00
"dev-main": "1.26-dev"
2020-07-04 23:38:18 +02:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2020-05-31 13:47:29 +02:00
}
},
"autoload": {
"files": [
"bootstrap.php"
2022-03-04 12:16:13 +01:00
],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
}
2020-05-31 13:47:29 +02: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 for intl's grapheme_* functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"grapheme",
"intl",
"polyfill",
"portable",
"shim"
],
2021-01-03 20:34:58 +01:00
"support": {
2022-07-17 22:26:35 +02:00
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.26.0"
2021-01-03 20:34:58 +01:00
},
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"
}
],
2022-07-17 22:26:35 +02:00
"time": "2022-05-24T11:49:31+00:00"
2020-05-31 13:47:29 +02:00
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/polyfill-intl-icu",
2022-07-17 22:26:35 +02:00
"version": "v1.26.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-icu.git",
2022-07-17 22:26:35 +02:00
"reference": "e407643d610e5f2c8a4b14189150f68934bf5e48"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/e407643d610e5f2c8a4b14189150f68934bf5e48",
"reference": "e407643d610e5f2c8a4b14189150f68934bf5e48",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2021-03-14 18:43:09 +01:00
"php": ">=7.1"
2019-02-23 16:49:38 +01:00
},
"suggest": {
2021-03-14 18:43:09 +01:00
"ext-intl": "For best performance and support of other locales than \"en\""
2019-02-23 16:49:38 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-07-17 22:26:35 +02:00
"dev-main": "1.26-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"
2021-03-14 18:43:09 +01:00
],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Icu\\": ""
},
"classmap": [
"Resources/stubs"
],
"exclude-from-classmap": [
"/Tests/"
2019-02-23 16:49:38 +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 for intl's ICU-related data and classes",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"icu",
"intl",
"polyfill",
"portable",
"shim"
],
2021-01-03 20:34:58 +01:00
"support": {
2022-07-17 22:26:35 +02:00
"source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.26.0"
2021-01-03 20:34:58 +01:00
},
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"
}
],
2022-07-17 22:26:35 +02:00
"time": "2022-05-24T11:49:31+00:00"
2019-02-23 16:49:38 +01:00
},
2019-03-12 12:40:35 +01:00
{
"name": "symfony/polyfill-intl-idn",
2022-07-17 22:26:35 +02:00
"version": "v1.26.0",
2019-03-12 12:40:35 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
2022-07-17 22:26:35 +02:00
"reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8"
2019-03-12 12:40:35 +01:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/59a8d271f00dd0e4c2e518104cc7963f655a1aa8",
"reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8",
2019-03-12 12:40:35 +01:00
"shasum": ""
},
"require": {
2021-01-03 20:34:58 +01:00
"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": {
2022-07-17 22:26:35 +02:00
"dev-main": "1.26-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": {
"files": [
"bootstrap.php"
2022-03-04 12:16:13 +01:00
],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Idn\\": ""
}
2019-03-12 12:40:35 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Laurent Bassin",
"email": "laurent@bassin.info"
2019-08-13 13:04:31 +02:00
},
2020-07-18 23:50:39 +02:00
{
"name": "Trevor Rowbotham",
"email": "trevor.rowbotham@pm.me"
},
2019-08-13 13:04:31 +02:00
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2019-03-12 12:40:35 +01:00
}
],
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"idn",
"intl",
"polyfill",
"portable",
"shim"
],
2021-01-03 20:34:58 +01:00
"support": {
2022-07-17 22:26:35 +02:00
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.26.0"
2021-01-03 20:34:58 +01:00
},
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"
}
],
2022-07-17 22:26:35 +02:00
"time": "2022-05-24T11:49:31+00:00"
2019-03-12 12:40:35 +01:00
},
2020-05-31 13:47:29 +02:00
{
"name": "symfony/polyfill-intl-normalizer",
2022-07-17 22:26:35 +02:00
"version": "v1.26.0",
2020-05-31 13:47:29 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
2022-07-17 22:26:35 +02:00
"reference": "219aa369ceff116e673852dce47c3a41794c14bd"
2020-05-31 13:47:29 +02:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/219aa369ceff116e673852dce47c3a41794c14bd",
"reference": "219aa369ceff116e673852dce47c3a41794c14bd",
2020-05-31 13:47:29 +02:00
"shasum": ""
},
"require": {
2021-01-03 20:34:58 +01:00
"php": ">=7.1"
2020-05-31 13:47:29 +02:00
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2022-07-17 22:26:35 +02:00
"dev-main": "1.26-dev"
2020-07-04 23:38:18 +02:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2020-05-31 13:47:29 +02:00
}
},
"autoload": {
"files": [
"bootstrap.php"
],
2022-03-04 12:16:13 +01:00
"psr-4": {
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
},
2020-05-31 13:47:29 +02:00
"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"
],
2021-01-03 20:34:58 +01:00
"support": {
2022-07-17 22:26:35 +02:00
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.26.0"
2021-01-03 20:34:58 +01:00
},
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"
}
],
2022-07-17 22:26:35 +02:00
"time": "2022-05-24T11:49:31+00:00"
2020-05-31 13:47:29 +02:00
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/polyfill-mbstring",
2022-07-17 22:26:35 +02:00
"version": "v1.26.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2022-07-17 22:26:35 +02:00
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2021-01-03 20:34:58 +01:00
"php": ">=7.1"
2019-02-23 16:49:38 +01:00
},
2022-01-19 19:35:45 +01:00
"provide": {
"ext-mbstring": "*"
},
2019-02-23 16:49:38 +01:00
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2022-07-17 22:26:35 +02:00
"dev-main": "1.26-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"
2022-03-04 12:16:13 +01:00
],
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
}
2019-02-23 16:49:38 +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 for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
2021-01-03 20:34:58 +01:00
"support": {
2022-07-17 22:26:35 +02:00
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0"
2021-01-03 20:34:58 +01:00
},
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"
}
],
2022-07-17 22:26:35 +02:00
"time": "2022-05-24T11:49:31+00:00"
2020-07-18 23:50:39 +02:00
},
{
2021-01-03 20:34:58 +01:00
"name": "symfony/polyfill-php72",
2022-07-17 22:26:35 +02:00
"version": "v1.26.0",
2020-07-18 23:50:39 +02:00
"source": {
"type": "git",
2021-01-03 20:34:58 +01:00
"url": "https://github.com/symfony/polyfill-php72.git",
2022-07-17 22:26:35 +02:00
"reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2"
2020-07-18 23:50:39 +02:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/bf44a9fd41feaac72b074de600314a93e2ae78e2",
"reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2",
2020-07-18 23:50:39 +02:00
"shasum": ""
},
"require": {
2021-01-03 20:34:58 +01:00
"php": ">=7.1"
2020-07-18 23:50:39 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-07-17 22:26:35 +02:00
"dev-main": "1.26-dev"
2020-07-18 23:50:39 +02:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
2022-03-04 12:16:13 +01:00
],
"psr-4": {
"Symfony\\Polyfill\\Php72\\": ""
}
2020-07-18 23:50:39 +02: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"
}
],
2021-01-03 20:34:58 +01:00
"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"
],
2021-01-03 20:34:58 +01:00
"support": {
2022-07-17 22:26:35 +02:00
"source": "https://github.com/symfony/polyfill-php72/tree/v1.26.0"
2021-01-03 20:34:58 +01:00
},
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"
}
],
2022-07-17 22:26:35 +02:00
"time": "2022-05-24T11:49:31+00:00"
2019-02-23 16:49:38 +01:00
},
2019-03-12 12:40:35 +01:00
{
2021-01-03 20:34:58 +01:00
"name": "symfony/polyfill-php73",
2022-07-17 22:26:35 +02:00
"version": "v1.26.0",
2019-03-12 12:40:35 +01:00
"source": {
"type": "git",
2021-01-03 20:34:58 +01:00
"url": "https://github.com/symfony/polyfill-php73.git",
2022-07-17 22:26:35 +02:00
"reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85"
2019-03-12 12:40:35 +01:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/e440d35fa0286f77fb45b79a03fedbeda9307e85",
"reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85",
2019-03-12 12:40:35 +01:00
"shasum": ""
},
"require": {
2021-01-03 20:34:58 +01:00
"php": ">=7.1"
2019-03-12 12:40:35 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-07-17 22:26:35 +02:00
"dev-main": "1.26-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": {
"files": [
"bootstrap.php"
2021-01-03 20:34:58 +01:00
],
2022-03-04 12:16:13 +01:00
"psr-4": {
"Symfony\\Polyfill\\Php73\\": ""
},
2021-01-03 20:34:58 +01:00
"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"
}
],
2021-01-03 20:34:58 +01:00
"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"
],
2021-01-03 20:34:58 +01:00
"support": {
2022-07-17 22:26:35 +02:00
"source": "https://github.com/symfony/polyfill-php73/tree/v1.26.0"
2021-01-03 20:34:58 +01:00
},
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"
}
],
2022-07-17 22:26:35 +02:00
"time": "2022-05-24T11:49:31+00:00"
2019-03-12 12:40:35 +01:00
},
2019-06-16 12:36:17 +02:00
{
2021-01-03 20:34:58 +01:00
"name": "symfony/polyfill-php80",
2022-07-17 22:26:35 +02:00
"version": "v1.26.0",
2019-06-16 12:36:17 +02:00
"source": {
"type": "git",
2021-01-03 20:34:58 +01:00
"url": "https://github.com/symfony/polyfill-php80.git",
2022-07-17 22:26:35 +02:00
"reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace"
2019-06-16 12:36:17 +02:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace",
"reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace",
2019-06-16 12:36:17 +02:00
"shasum": ""
},
"require": {
2021-01-03 20:34:58 +01:00
"php": ">=7.1"
2019-06-16 12:36:17 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-07-17 22:26:35 +02:00
"dev-main": "1.26-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": {
"files": [
"bootstrap.php"
],
2022-03-04 12:16:13 +01:00
"psr-4": {
"Symfony\\Polyfill\\Php80\\": ""
},
2019-06-16 12:36:17 +02:00
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2021-01-03 20:34:58 +01:00
{
"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"
}
],
2021-01-03 20:34:58 +01:00
"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"
],
2021-01-03 20:34:58 +01:00
"support": {
2022-07-17 22:26:35 +02:00
"source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0"
2021-06-09 08:45:34 +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"
}
],
2022-07-17 22:26:35 +02:00
"time": "2022-05-10T07:21:04+00:00"
2021-06-09 08:45:34 +02:00
},
{
"name": "symfony/polyfill-php81",
2022-07-17 22:26:35 +02:00
"version": "v1.26.0",
2021-06-09 08:45:34 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php81.git",
2022-07-17 22:26:35 +02:00
"reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1"
2021-06-09 08:45:34 +02:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/13f6d1271c663dc5ae9fb843a8f16521db7687a1",
"reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1",
2021-06-09 08:45:34 +02:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
2022-07-17 22:26:35 +02:00
"dev-main": "1.26-dev"
2021-06-09 08:45:34 +02:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
2022-03-04 12:16:13 +01:00
"psr-4": {
"Symfony\\Polyfill\\Php81\\": ""
},
2021-06-09 08:45:34 +02:00
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
2022-07-17 22:26:35 +02:00
"source": "https://github.com/symfony/polyfill-php81/tree/v1.26.0"
2021-01-03 20:34:58 +01:00
},
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"
}
],
2022-07-17 22:26:35 +02:00
"time": "2022-05-24T11:49:31+00:00"
2019-06-16 12:36:17 +02:00
},
2020-05-31 13:47:29 +02:00
{
2021-01-03 20:34:58 +01:00
"name": "symfony/process",
2022-08-03 22:50:27 +02:00
"version": "v5.4.11",
2020-05-31 13:47:29 +02:00
"source": {
"type": "git",
2021-01-03 20:34:58 +01:00
"url": "https://github.com/symfony/process.git",
2022-08-03 22:50:27 +02:00
"reference": "6e75fe6874cbc7e4773d049616ab450eff537bf1"
2020-05-31 13:47:29 +02:00
},
"dist": {
"type": "zip",
2022-08-03 22:50:27 +02:00
"url": "https://api.github.com/repos/symfony/process/zipball/6e75fe6874cbc7e4773d049616ab450eff537bf1",
"reference": "6e75fe6874cbc7e4773d049616ab450eff537bf1",
2020-05-31 13:47:29 +02:00
"shasum": ""
},
"require": {
2021-01-03 20:34:58 +01:00
"php": ">=7.2.5",
2021-10-02 18:36:29 +02:00
"symfony/polyfill-php80": "^1.16"
2020-05-31 13:47:29 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
2021-01-03 20:34:58 +01:00
"Symfony\\Component\\Process\\": ""
2020-05-31 13:47:29 +02:00
},
2021-01-03 20:34:58 +01:00
"exclude-from-classmap": [
"/Tests/"
2020-05-31 13:47:29 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2021-01-03 20:34:58 +01:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2020-05-31 13:47:29 +02:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-03-14 18:43:09 +01:00
"description": "Executes commands in sub-processes",
2020-05-31 13:47:29 +02:00
"homepage": "https://symfony.com",
2021-01-03 20:34:58 +01:00
"support": {
2022-08-03 22:50:27 +02:00
"source": "https://github.com/symfony/process/tree/v5.4.11"
2021-01-03 20:34:58 +01:00
},
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"
}
],
2022-08-03 22:50:27 +02:00
"time": "2022-06-27T16:58:25+00:00"
2020-05-31 13:47:29 +02:00
},
2019-02-23 16:49:38 +01:00
{
2021-01-03 20:34:58 +01:00
"name": "symfony/property-access",
2022-08-03 22:50:27 +02:00
"version": "v5.4.11",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
2021-01-03 20:34:58 +01:00
"url": "https://github.com/symfony/property-access.git",
2022-08-03 22:50:27 +02:00
"reference": "c641d63e943ed31981bad4b4dcf29fe7da2ffa8c"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-08-03 22:50:27 +02:00
"url": "https://api.github.com/repos/symfony/property-access/zipball/c641d63e943ed31981bad4b4dcf29fe7da2ffa8c",
"reference": "c641d63e943ed31981bad4b4dcf29fe7da2ffa8c",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2022-01-19 19:35:45 +01:00
"symfony/deprecation-contracts": "^2.1|^3",
2021-10-02 18:36:29 +02:00
"symfony/polyfill-php80": "^1.16",
2022-01-19 19:35:45 +01:00
"symfony/property-info": "^5.2|^6.0"
2019-02-23 16:49:38 +01:00
},
2021-01-03 20:34:58 +01:00
"require-dev": {
2022-01-19 19:35:45 +01:00
"symfony/cache": "^4.4|^5.0|^6.0"
2021-01-03 20:34:58 +01:00
},
"suggest": {
"psr/cache-implementation": "To cache access methods."
2019-02-23 16:49:38 +01:00
},
2021-01-03 20:34:58 +01:00
"type": "library",
2019-02-23 16:49:38 +01:00
"autoload": {
"psr-4": {
2021-01-03 20:34:58 +01:00
"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"
}
],
2021-03-14 18:43:09 +01:00
"description": "Provides functions to read and write from/to an object or array using a simple string notation",
2019-02-23 16:49:38 +01:00
"homepage": "https://symfony.com",
2021-01-03 20:34:58 +01:00
"keywords": [
"access",
"array",
"extraction",
"index",
"injection",
"object",
"property",
"property path",
"reflection"
],
"support": {
2022-08-03 22:50:27 +02:00
"source": "https://github.com/symfony/property-access/tree/v5.4.11"
2021-01-03 20:34:58 +01:00
},
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-08-03 22:50:27 +02:00
"time": "2022-06-27T16:58:25+00:00"
2019-02-23 16:49:38 +01:00
},
{
2021-01-03 20:34:58 +01:00
"name": "symfony/property-info",
2022-08-03 22:50:27 +02:00
"version": "v5.4.11",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
2021-01-03 20:34:58 +01:00
"url": "https://github.com/symfony/property-info.git",
2022-08-03 22:50:27 +02:00
"reference": "8a9a2b638a808cc92a2fbce185b9318e76b0e20c"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-08-03 22:50:27 +02:00
"url": "https://api.github.com/repos/symfony/property-info/zipball/8a9a2b638a808cc92a2fbce185b9318e76b0e20c",
"reference": "8a9a2b638a808cc92a2fbce185b9318e76b0e20c",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2022-01-19 19:35:45 +01:00
"symfony/deprecation-contracts": "^2.1|^3",
2021-10-02 18:36:29 +02:00
"symfony/polyfill-php80": "^1.16",
2022-01-19 19:35:45 +01:00
"symfony/string": "^5.1|^6.0"
2021-01-03 20:34:58 +01:00
},
"conflict": {
"phpdocumentor/reflection-docblock": "<3.2.2",
2021-03-14 18:43:09 +01:00
"phpdocumentor/type-resolver": "<1.4.0",
2021-01-03 20:34:58 +01:00
"symfony/dependency-injection": "<4.4"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2021-03-14 18:43:09 +01:00
"doctrine/annotations": "^1.10.4",
2021-01-03 20:34:58 +01:00
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
2022-01-19 19:35:45 +01:00
"phpstan/phpdoc-parser": "^1.0",
"symfony/cache": "^4.4|^5.0|^6.0",
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
"symfony/serializer": "^4.4|^5.0|^6.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
2021-01-03 20:34:58 +01:00
"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": {
2021-01-03 20:34:58 +01:00
"Symfony\\Component\\PropertyInfo\\": ""
2019-02-23 16:49:38 +01:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2021-01-03 20:34:58 +01:00
"name": "Kévin Dunglas",
"email": "dunglas@gmail.com"
2019-02-23 16:49:38 +01:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-03-14 18:43:09 +01:00
"description": "Extracts information about PHP class' properties using metadata of popular sources",
2019-02-23 16:49:38 +01:00
"homepage": "https://symfony.com",
"keywords": [
2021-01-03 20:34:58 +01:00
"doctrine",
"phpdoc",
2019-02-23 16:49:38 +01:00
"property",
2021-01-03 20:34:58 +01:00
"symfony",
"type",
"validator"
2019-02-23 16:49:38 +01:00
],
2021-01-03 20:34:58 +01:00
"support": {
2022-08-03 22:50:27 +02:00
"source": "https://github.com/symfony/property-info/tree/v5.4.11"
2021-01-03 20:34:58 +01:00
},
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-08-03 22:50:27 +02:00
"time": "2022-07-19T08:07:51+00:00"
2019-02-23 16:49:38 +01:00
},
{
2021-01-03 20:34:58 +01:00
"name": "symfony/proxy-manager-bridge",
2022-07-17 22:26:35 +02:00
"version": "v5.4.6",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
2021-01-03 20:34:58 +01:00
"url": "https://github.com/symfony/proxy-manager-bridge.git",
2022-07-17 22:26:35 +02:00
"reference": "e6936de1cc8f4e6e3b2264aef186ca21695aee8e"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/symfony/proxy-manager-bridge/zipball/e6936de1cc8f4e6e3b2264aef186ca21695aee8e",
"reference": "e6936de1cc8f4e6e3b2264aef186ca21695aee8e",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2021-10-02 19:36:17 +02:00
"friendsofphp/proxy-manager-lts": "^1.0.2",
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2022-01-19 19:35:45 +01:00
"symfony/dependency-injection": "^5.0|^6.0",
2021-10-02 19:36:17 +02:00
"symfony/polyfill-php80": "^1.16"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2022-01-19 19:35:45 +01:00
"symfony/config": "^4.4|^5.0|^6.0"
2019-02-23 16:49:38 +01:00
},
2022-10-03 23:09:50 +02:00
"type": "symfony-bridge",
"autoload": {
"psr-4": {
"Symfony\\Bridge\\ProxyManager\\": ""
},
"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": "Provides integration for ProxyManager with various Symfony components",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/proxy-manager-bridge/tree/v5.4.6"
},
"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": "2022-03-02T12:42:23+00:00"
},
{
"name": "symfony/psr-http-message-bridge",
"version": "v2.1.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/psr-http-message-bridge.git",
"reference": "d444f85dddf65c7e57c58d8e5b3a4dbb593b1840"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/d444f85dddf65c7e57c58d8e5b3a4dbb593b1840",
"reference": "d444f85dddf65c7e57c58d8e5b3a4dbb593b1840",
"shasum": ""
},
"require": {
"php": ">=7.1",
"psr/http-message": "^1.0",
"symfony/http-foundation": "^4.4 || ^5.0 || ^6.0"
},
"require-dev": {
"nyholm/psr7": "^1.1",
"psr/log": "^1.1 || ^2 || ^3",
"symfony/browser-kit": "^4.4 || ^5.0 || ^6.0",
"symfony/config": "^4.4 || ^5.0 || ^6.0",
"symfony/event-dispatcher": "^4.4 || ^5.0 || ^6.0",
"symfony/framework-bundle": "^4.4 || ^5.0 || ^6.0",
"symfony/http-kernel": "^4.4 || ^5.0 || ^6.0",
"symfony/phpunit-bridge": "^5.4@dev || ^6.0"
},
"suggest": {
"nyholm/psr7": "For a super lightweight PSR-7/17 implementation"
},
"type": "symfony-bridge",
"extra": {
"branch-alias": {
"dev-main": "2.1-dev"
}
},
2019-02-23 16:49:38 +01:00
"autoload": {
"psr-4": {
2022-10-03 23:09:50 +02:00
"Symfony\\Bridge\\PsrHttpMessage\\": ""
2019-02-23 16:49:38 +01:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2021-01-03 20:34:58 +01:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2019-02-23 16:49:38 +01:00
},
{
"name": "Symfony Community",
2022-10-03 23:09:50 +02:00
"homepage": "http://symfony.com/contributors"
2019-02-23 16:49:38 +01:00
}
],
2022-10-03 23:09:50 +02:00
"description": "PSR HTTP message bridge",
"homepage": "http://symfony.com",
"keywords": [
"http",
"http-message",
"psr-17",
"psr-7"
],
2021-01-03 20:34:58 +01:00
"support": {
2022-10-03 23:09:50 +02:00
"issues": "https://github.com/symfony/psr-http-message-bridge/issues",
"source": "https://github.com/symfony/psr-http-message-bridge/tree/v2.1.3"
2021-01-03 20:34:58 +01:00
},
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-10-03 23:09:50 +02:00
"time": "2022-09-05T10:34:54+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/routing",
2022-08-03 22:50:27 +02:00
"version": "v5.4.11",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
2022-08-03 22:50:27 +02:00
"reference": "3e01ccd9b2a3a4167ba2b3c53612762300300226"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-08-03 22:50:27 +02:00
"url": "https://api.github.com/repos/symfony/routing/zipball/3e01ccd9b2a3a4167ba2b3c53612762300300226",
"reference": "3e01ccd9b2a3a4167ba2b3c53612762300300226",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2022-01-19 19:35:45 +01:00
"symfony/deprecation-contracts": "^2.1|^3",
2021-10-02 18:36:29 +02:00
"symfony/polyfill-php80": "^1.16"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2021-10-02 20:27:11 +02:00
"doctrine/annotations": "<1.12",
"symfony/config": "<5.3",
2020-05-10 15:55:37 +02:00
"symfony/dependency-injection": "<4.4",
"symfony/yaml": "<4.4"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2021-10-02 20:27:11 +02:00
"doctrine/annotations": "^1.12",
2021-10-02 18:36:29 +02:00
"psr/log": "^1|^2|^3",
2022-01-19 19:35:45 +01:00
"symfony/config": "^5.3|^6.0",
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
"symfony/expression-language": "^4.4|^5.0|^6.0",
"symfony/http-foundation": "^4.4|^5.0|^6.0",
"symfony/yaml": "^4.4|^5.0|^6.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"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"
}
],
2021-03-14 18:43:09 +01:00
"description": "Maps an HTTP request to a set of configuration variables",
2019-02-23 16:49:38 +01:00
"homepage": "https://symfony.com",
"keywords": [
"router",
"routing",
"uri",
"url"
],
2021-01-03 20:34:58 +01:00
"support": {
2022-08-03 22:50:27 +02:00
"source": "https://github.com/symfony/routing/tree/v5.4.11"
2021-01-03 20:34:58 +01:00
},
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-08-03 22:50:27 +02:00
"time": "2022-07-20T13:00:38+00:00"
2019-02-23 16:49:38 +01:00
},
2021-10-02 20:53:03 +02:00
{
"name": "symfony/runtime",
2022-08-03 22:50:27 +02:00
"version": "v5.4.11",
2021-10-02 20:53:03 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/runtime.git",
2022-08-03 22:50:27 +02:00
"reference": "c32ac27a8abebe4e6375cd12a4f78ba78e9c742f"
2021-10-02 20:53:03 +02:00
},
"dist": {
"type": "zip",
2022-08-03 22:50:27 +02:00
"url": "https://api.github.com/repos/symfony/runtime/zipball/c32ac27a8abebe4e6375cd12a4f78ba78e9c742f",
"reference": "c32ac27a8abebe4e6375cd12a4f78ba78e9c742f",
2021-10-02 20:53:03 +02:00
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0|^2.0",
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.15"
},
"conflict": {
"symfony/dotenv": "<5.1"
},
"require-dev": {
"composer/composer": "^1.0.2|^2.0",
2022-01-19 19:35:45 +01:00
"symfony/console": "^4.4.30|^5.3.7|^6.0",
"symfony/dotenv": "^5.1|^6.0",
"symfony/http-foundation": "^4.4.30|^5.3.7|^6.0",
"symfony/http-kernel": "^4.4.30|^5.3.7|^6.0"
2021-10-02 20:53:03 +02:00
},
"type": "composer-plugin",
"extra": {
"class": "Symfony\\Component\\Runtime\\Internal\\ComposerPlugin"
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Runtime\\": "",
"Symfony\\Runtime\\Symfony\\Component\\": "Internal/"
},
"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": "Enables decoupling PHP applications from global state",
"homepage": "https://symfony.com",
"support": {
2022-08-03 22:50:27 +02:00
"source": "https://github.com/symfony/runtime/tree/v5.4.11"
2021-10-02 20:53:03 +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"
}
],
2022-08-03 22:50:27 +02:00
"time": "2022-06-27T16:58:25+00:00"
2021-10-02 20:53:03 +02:00
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/security-bundle",
2022-08-03 22:50:27 +02:00
"version": "v5.4.11",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/security-bundle.git",
2022-08-03 22:50:27 +02:00
"reference": "86b49feb056b840f2b79a03fcfa2d378d6d34234"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-08-03 22:50:27 +02:00
"url": "https://api.github.com/repos/symfony/security-bundle/zipball/86b49feb056b840f2b79a03fcfa2d378d6d34234",
"reference": "86b49feb056b840f2b79a03fcfa2d378d6d34234",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"ext-xml": "*",
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2022-01-19 19:35:45 +01:00
"symfony/config": "^4.4|^5.0|^6.0",
"symfony/dependency-injection": "^5.3|^6.0",
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/event-dispatcher": "^5.1|^6.0",
"symfony/http-foundation": "^5.3|^6.0",
"symfony/http-kernel": "^5.3|^6.0",
"symfony/password-hasher": "^5.3|^6.0",
2021-10-02 18:36:29 +02:00
"symfony/polyfill-php80": "^1.16",
2022-01-19 19:35:45 +01:00
"symfony/security-core": "^5.4|^6.0",
"symfony/security-csrf": "^4.4|^5.0|^6.0",
2021-10-02 20:27:11 +02:00
"symfony/security-guard": "^5.3",
2022-01-19 19:35:45 +01:00
"symfony/security-http": "^5.4|^6.0"
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",
2021-10-02 20:27:11 +02:00
"symfony/ldap": "<5.1",
2019-11-21 22:16:30 +01:00
"symfony/twig-bundle": "<4.4"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2021-06-09 08:45:34 +02:00
"doctrine/annotations": "^1.10.4",
2022-01-19 19:35:45 +01:00
"symfony/asset": "^4.4|^5.0|^6.0",
"symfony/browser-kit": "^4.4|^5.0|^6.0",
"symfony/console": "^4.4|^5.0|^6.0",
"symfony/css-selector": "^4.4|^5.0|^6.0",
"symfony/dom-crawler": "^4.4|^5.0|^6.0",
"symfony/expression-language": "^4.4|^5.0|^6.0",
"symfony/form": "^4.4|^5.0|^6.0",
"symfony/framework-bundle": "^5.3|^6.0",
"symfony/ldap": "^5.3|^6.0",
"symfony/process": "^4.4|^5.0|^6.0",
"symfony/rate-limiter": "^5.2|^6.0",
"symfony/serializer": "^4.4|^5.0|^6.0",
"symfony/translation": "^4.4|^5.0|^6.0",
"symfony/twig-bridge": "^4.4|^5.0|^6.0",
"symfony/twig-bundle": "^4.4|^5.0|^6.0",
"symfony/validator": "^4.4|^5.0|^6.0",
"symfony/yaml": "^4.4|^5.0|^6.0",
2021-03-14 18:43:09 +01:00
"twig/twig": "^2.13|^3.0.4"
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"
}
],
2021-03-14 18:43:09 +01:00
"description": "Provides a tight integration of the Security component into the Symfony full-stack framework",
2019-02-23 16:49:38 +01:00
"homepage": "https://symfony.com",
2021-01-03 20:34:58 +01:00
"support": {
2022-08-03 22:50:27 +02:00
"source": "https://github.com/symfony/security-bundle/tree/v5.4.11"
2021-01-03 20:34:58 +01:00
},
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-08-03 22:50:27 +02:00
"time": "2022-07-20T13:00:38+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/security-core",
2022-10-03 23:09:50 +02:00
"version": "v5.4.13",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/security-core.git",
2022-10-03 23:09:50 +02:00
"reference": "71bc477807d9afc9c904fd62b3b5d48f97308460"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-10-03 23:09:50 +02:00
"url": "https://api.github.com/repos/symfony/security-core/zipball/71bc477807d9afc9c904fd62b3b5d48f97308460",
"reference": "71bc477807d9afc9c904fd62b3b5d48f97308460",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2022-01-19 19:35:45 +01:00
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/event-dispatcher-contracts": "^1.1|^2|^3",
"symfony/password-hasher": "^5.3|^6.0",
2021-10-02 18:36:29 +02:00
"symfony/polyfill-php80": "^1.16",
2022-01-19 19:35:45 +01:00
"symfony/service-contracts": "^1.1.6|^2|^3"
2019-06-16 12:36:17 +02:00
},
"conflict": {
2020-05-10 15:55:37 +02:00
"symfony/event-dispatcher": "<4.4",
2021-10-02 20:27:11 +02:00
"symfony/http-foundation": "<5.3",
2019-11-21 22:16:30 +01:00
"symfony/ldap": "<4.4",
2021-01-03 20:47:51 +01:00
"symfony/security-guard": "<4.4",
"symfony/validator": "<5.2"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2021-10-02 20:27:11 +02:00
"psr/cache": "^1.0|^2.0|^3.0",
2021-03-14 18:43:09 +01:00
"psr/container": "^1.0|^2.0",
2021-10-02 18:36:29 +02:00
"psr/log": "^1|^2|^3",
2022-01-19 19:35:45 +01:00
"symfony/cache": "^4.4|^5.0|^6.0",
"symfony/event-dispatcher": "^4.4|^5.0|^6.0",
"symfony/expression-language": "^4.4|^5.0|^6.0",
"symfony/http-foundation": "^5.3|^6.0",
"symfony/ldap": "^4.4|^5.0|^6.0",
"symfony/translation": "^4.4|^5.0|^6.0",
"symfony/validator": "^5.2|^6.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",
2021-01-03 20:34:58 +01:00
"support": {
2022-10-03 23:09:50 +02:00
"source": "https://github.com/symfony/security-core/tree/v5.4.13"
2021-01-03 20:34:58 +01:00
},
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-10-03 23:09:50 +02:00
"time": "2022-09-17T07:31:22+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/security-csrf",
2022-08-03 22:50:27 +02:00
"version": "v5.4.11",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/security-csrf.git",
2022-08-03 22:50:27 +02:00
"reference": "b97ab244b6dda80abb84a4a236d682871695db4a"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-08-03 22:50:27 +02:00
"url": "https://api.github.com/repos/symfony/security-csrf/zipball/b97ab244b6dda80abb84a4a236d682871695db4a",
"reference": "b97ab244b6dda80abb84a4a236d682871695db4a",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2021-10-02 18:36:29 +02:00
"symfony/polyfill-php80": "^1.16",
2022-01-19 19:35:45 +01:00
"symfony/security-core": "^4.4|^5.0|^6.0"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2021-10-02 20:27:11 +02:00
"symfony/http-foundation": "<5.3"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2022-01-19 19:35:45 +01:00
"symfony/http-foundation": "^5.3|^6.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",
2021-01-03 20:34:58 +01:00
"support": {
2022-08-03 22:50:27 +02:00
"source": "https://github.com/symfony/security-csrf/tree/v5.4.11"
2021-01-03 20:34:58 +01:00
},
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-08-03 22:50:27 +02:00
"time": "2022-07-20T13:00:38+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/security-guard",
2022-10-03 23:09:50 +02:00
"version": "v5.4.13",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/security-guard.git",
2022-10-03 23:09:50 +02:00
"reference": "83f647fcdc17aa14908f0e02a302d3d9d0f63fbc"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-10-03 23:09:50 +02:00
"url": "https://api.github.com/repos/symfony/security-guard/zipball/83f647fcdc17aa14908f0e02a302d3d9d0f63fbc",
"reference": "83f647fcdc17aa14908f0e02a302d3d9d0f63fbc",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.15",
2020-05-10 15:55:37 +02:00
"symfony/security-core": "^5.0",
2021-10-02 20:27:11 +02:00
"symfony/security-http": "^5.3"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2021-10-02 18:36:29 +02:00
"psr/log": "^1|^2|^3"
2019-02-23 16:49:38 +01:00
},
"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",
2021-01-03 20:34:58 +01:00
"support": {
2022-10-03 23:09:50 +02:00
"source": "https://github.com/symfony/security-guard/tree/v5.4.13"
2021-01-03 20:34:58 +01:00
},
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-10-03 23:09:50 +02:00
"time": "2022-09-28T13:19:49+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/security-http",
2022-10-03 23:09:50 +02:00
"version": "v5.4.13",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/security-http.git",
2022-10-03 23:09:50 +02:00
"reference": "64e9926b8ab8e4460e4dfdc53dc098fed2dad837"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-10-03 23:09:50 +02:00
"url": "https://api.github.com/repos/symfony/security-http/zipball/64e9926b8ab8e4460e4dfdc53dc098fed2dad837",
"reference": "64e9926b8ab8e4460e4dfdc53dc098fed2dad837",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2022-01-19 19:35:45 +01:00
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/http-foundation": "^5.3|^6.0",
"symfony/http-kernel": "^5.3|^6.0",
2021-06-09 08:45:34 +02:00
"symfony/polyfill-mbstring": "~1.0",
2021-10-02 18:36:29 +02:00
"symfony/polyfill-php80": "^1.16",
2022-01-19 19:35:45 +01:00
"symfony/property-access": "^4.4|^5.0|^6.0",
"symfony/security-core": "^5.4|^6.0"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2020-05-31 13:47:29 +02:00
"symfony/event-dispatcher": "<4.3",
2021-10-02 20:27:11 +02:00
"symfony/security-bundle": "<5.3",
2020-05-10 15:55:37 +02:00
"symfony/security-csrf": "<4.4"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2021-10-02 18:36:29 +02:00
"psr/log": "^1|^2|^3",
2022-01-19 19:35:45 +01:00
"symfony/cache": "^4.4|^5.0|^6.0",
"symfony/rate-limiter": "^5.2|^6.0",
"symfony/routing": "^4.4|^5.0|^6.0",
"symfony/security-csrf": "^4.4|^5.0|^6.0",
"symfony/translation": "^4.4|^5.0|^6.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",
2021-01-03 20:34:58 +01:00
"support": {
2022-10-03 23:09:50 +02:00
"source": "https://github.com/symfony/security-http/tree/v5.4.13"
2021-01-03 20:34:58 +01:00
},
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-10-03 23:09:50 +02:00
"time": "2022-09-29T19:14:22+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/serializer",
2022-10-03 23:09:50 +02:00
"version": "v5.4.13",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/serializer.git",
2022-10-03 23:09:50 +02:00
"reference": "f8c32e94c8656c17a7360d88d6d486bc8ce23b2d"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-10-03 23:09:50 +02:00
"url": "https://api.github.com/repos/symfony/serializer/zipball/f8c32e94c8656c17a7360d88d6d486bc8ce23b2d",
"reference": "f8c32e94c8656c17a7360d88d6d486bc8ce23b2d",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2022-01-19 19:35:45 +01:00
"symfony/deprecation-contracts": "^2.1|^3",
2020-05-31 13:47:29 +02:00
"symfony/polyfill-ctype": "~1.8",
2021-10-02 18:36:29 +02:00
"symfony/polyfill-php80": "^1.16"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2021-10-02 20:27:11 +02:00
"doctrine/annotations": "<1.12",
2021-03-14 18:43:09 +01:00
"phpdocumentor/reflection-docblock": "<3.2.2",
"phpdocumentor/type-resolver": "<1.4.0",
2020-05-10 15:55:37 +02:00
"symfony/dependency-injection": "<4.4",
2022-01-19 19:35:45 +01:00
"symfony/property-access": "<5.4",
2022-03-04 12:16:13 +01:00
"symfony/property-info": "<5.3.13",
2022-01-19 19:35:45 +01:00
"symfony/uid": "<5.3",
2020-05-10 15:55:37 +02:00
"symfony/yaml": "<4.4"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2021-10-02 20:27:11 +02:00
"doctrine/annotations": "^1.12",
2021-03-14 18:43:09 +01:00
"phpdocumentor/reflection-docblock": "^3.2|^4.0|^5.0",
2022-01-19 19:35:45 +01:00
"symfony/cache": "^4.4|^5.0|^6.0",
"symfony/config": "^4.4|^5.0|^6.0",
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
"symfony/error-handler": "^4.4|^5.0|^6.0",
"symfony/filesystem": "^4.4|^5.0|^6.0",
"symfony/form": "^4.4|^5.0|^6.0",
"symfony/http-foundation": "^4.4|^5.0|^6.0",
"symfony/http-kernel": "^4.4|^5.0|^6.0",
"symfony/mime": "^4.4|^5.0|^6.0",
"symfony/property-access": "^5.4|^6.0",
2022-03-04 12:16:13 +01:00
"symfony/property-info": "^5.3.13|^6.0",
2022-01-19 19:35:45 +01:00
"symfony/uid": "^5.3|^6.0",
"symfony/validator": "^4.4|^5.0|^6.0",
"symfony/var-dumper": "^4.4|^5.0|^6.0",
"symfony/var-exporter": "^4.4|^5.0|^6.0",
"symfony/yaml": "^4.4|^5.0|^6.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"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.",
2021-01-03 20:34:58 +01:00
"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"
}
],
2021-03-14 18:43:09 +01:00
"description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.",
2019-02-23 16:49:38 +01:00
"homepage": "https://symfony.com",
2021-01-03 20:34:58 +01:00
"support": {
2022-10-03 23:09:50 +02:00
"source": "https://github.com/symfony/serializer/tree/v5.4.13"
2021-01-03 20:34:58 +01: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"
}
],
2022-10-03 23:09:50 +02:00
"time": "2022-09-29T09:26:59+00:00"
2019-02-23 16:49:38 +01:00
},
2019-07-12 21:00:29 +02:00
{
"name": "symfony/service-contracts",
2022-07-17 22:26:35 +02:00
"version": "v2.5.2",
2019-07-12 21:00:29 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
2022-07-17 22:26:35 +02:00
"reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c"
2019-07-12 21:00:29 +02:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
"reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
2019-07-12 21:00:29 +02:00
"shasum": ""
},
"require": {
2020-05-30 21:09:55 +02:00
"php": ">=7.2.5",
2022-01-19 19:35:45 +01:00
"psr/container": "^1.1",
2022-07-17 22:26:35 +02:00
"symfony/deprecation-contracts": "^2.1|^3"
2022-01-19 19:35:45 +01:00
},
"conflict": {
"ext-psr": "<1.1|>=2"
2019-07-12 21:00:29 +02:00
},
"suggest": {
"symfony/service-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2022-01-19 19:35:45 +01:00
"dev-main": "2.5-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"
],
2021-01-03 20:34:58 +01:00
"support": {
2022-07-17 22:26:35 +02:00
"source": "https://github.com/symfony/service-contracts/tree/v2.5.2"
2021-01-03 20:34:58 +01:00
},
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"
}
],
2022-07-17 22:26:35 +02:00
"time": "2022-05-30T19:17:29+00:00"
2019-07-12 21:00:29 +02:00
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/stopwatch",
2022-10-03 23:09:50 +02:00
"version": "v5.4.13",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/stopwatch.git",
2022-10-03 23:09:50 +02:00
"reference": "6df7a3effde34d81717bbef4591e5ffe32226d69"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-10-03 23:09:50 +02:00
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/6df7a3effde34d81717bbef4591e5ffe32226d69",
"reference": "6df7a3effde34d81717bbef4591e5ffe32226d69",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2022-01-19 19:35:45 +01:00
"symfony/service-contracts": "^1|^2|^3"
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"
}
],
2021-03-14 18:43:09 +01:00
"description": "Provides a way to profile code",
2019-02-23 16:49:38 +01:00
"homepage": "https://symfony.com",
2021-01-03 20:34:58 +01:00
"support": {
2022-10-03 23:09:50 +02:00
"source": "https://github.com/symfony/stopwatch/tree/v5.4.13"
2021-01-03 20:34:58 +01:00
},
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-10-03 23:09:50 +02:00
"time": "2022-09-28T13:19:49+00:00"
2020-05-31 13:47:29 +02:00
},
{
"name": "symfony/string",
2022-10-03 23:09:50 +02:00
"version": "v5.4.13",
2020-05-31 13:47:29 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
2022-10-03 23:09:50 +02:00
"reference": "2900c668a32138a34118740de3e4d5a701801f53"
2020-05-31 13:47:29 +02:00
},
"dist": {
"type": "zip",
2022-10-03 23:09:50 +02:00
"url": "https://api.github.com/repos/symfony/string/zipball/2900c668a32138a34118740de3e4d5a701801f53",
"reference": "2900c668a32138a34118740de3e4d5a701801f53",
2020-05-31 13:47:29 +02:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-intl-grapheme": "~1.0",
"symfony/polyfill-intl-normalizer": "~1.0",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "~1.15"
},
2022-01-19 19:35:45 +01:00
"conflict": {
"symfony/translation-contracts": ">=3.0"
},
2020-05-31 13:47:29 +02:00
"require-dev": {
2022-01-19 19:35:45 +01:00
"symfony/error-handler": "^4.4|^5.0|^6.0",
"symfony/http-client": "^4.4|^5.0|^6.0",
2020-05-31 13:47:29 +02:00
"symfony/translation-contracts": "^1.1|^2",
2022-01-19 19:35:45 +01:00
"symfony/var-exporter": "^4.4|^5.0|^6.0"
2020-05-31 13:47:29 +02:00
},
"type": "library",
"autoload": {
"files": [
"Resources/functions.php"
],
2022-03-04 12:16:13 +01:00
"psr-4": {
"Symfony\\Component\\String\\": ""
},
2020-05-31 13:47:29 +02:00
"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"
}
],
2021-03-14 18:43:09 +01:00
"description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
2020-05-31 13:47:29 +02:00
"homepage": "https://symfony.com",
"keywords": [
"grapheme",
"i18n",
"string",
"unicode",
"utf-8",
"utf8"
],
2021-01-03 20:34:58 +01:00
"support": {
2022-10-03 23:09:50 +02:00
"source": "https://github.com/symfony/string/tree/v5.4.13"
2022-08-14 00:36:00 +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"
}
],
2022-10-03 23:09:50 +02:00
"time": "2022-09-01T01:52:16+00:00"
2022-08-14 00:36:00 +02:00
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/translation",
2022-09-07 21:52:13 +02:00
"version": "v5.4.12",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
2022-09-07 21:52:13 +02:00
"reference": "42ecc77eb4f229ce2df702a648ec93b8478d76ae"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-09-07 21:52:13 +02:00
"url": "https://api.github.com/repos/symfony/translation/zipball/42ecc77eb4f229ce2df702a648ec93b8478d76ae",
"reference": "42ecc77eb4f229ce2df702a648ec93b8478d76ae",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2022-01-19 19:35:45 +01:00
"symfony/deprecation-contracts": "^2.1|^3",
2019-06-16 12:36:17 +02:00
"symfony/polyfill-mbstring": "~1.0",
2021-10-02 18:36:29 +02:00
"symfony/polyfill-php80": "^1.16",
2021-01-03 20:47:51 +01:00
"symfony/translation-contracts": "^2.3"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2020-05-10 15:55:37 +02:00
"symfony/config": "<4.4",
2022-01-19 19:35:45 +01:00
"symfony/console": "<5.3",
2020-05-10 15:55:37 +02:00
"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": {
2021-03-14 18:43:09 +01:00
"symfony/translation-implementation": "2.3"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2021-10-02 18:36:29 +02:00
"psr/log": "^1|^2|^3",
2022-01-19 19:35:45 +01:00
"symfony/config": "^4.4|^5.0|^6.0",
"symfony/console": "^5.4|^6.0",
"symfony/dependency-injection": "^5.0|^6.0",
"symfony/finder": "^4.4|^5.0|^6.0",
"symfony/http-client-contracts": "^1.1|^2.0|^3.0",
"symfony/http-kernel": "^5.0|^6.0",
"symfony/intl": "^4.4|^5.0|^6.0",
2021-10-02 20:27:11 +02:00
"symfony/polyfill-intl-icu": "^1.21",
2022-01-19 19:35:45 +01:00
"symfony/service-contracts": "^1.1.2|^2|^3",
"symfony/yaml": "^4.4|^5.0|^6.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": {
2021-01-03 20:47:51 +01:00
"files": [
"Resources/functions.php"
],
2019-02-23 16:49:38 +01:00
"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"
}
],
2021-03-14 18:43:09 +01:00
"description": "Provides tools to internationalize your application",
2019-02-23 16:49:38 +01:00
"homepage": "https://symfony.com",
2021-01-03 20:34:58 +01:00
"support": {
2022-09-07 21:52:13 +02:00
"source": "https://github.com/symfony/translation/tree/v5.4.12"
2021-01-03 20:34:58 +01:00
},
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-09-07 21:52:13 +02:00
"time": "2022-08-02T15:52:22+00:00"
2019-07-12 21:00:29 +02:00
},
{
"name": "symfony/translation-contracts",
2022-07-17 22:26:35 +02:00
"version": "v2.5.2",
2019-07-12 21:00:29 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
2022-07-17 22:26:35 +02:00
"reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe"
2019-07-12 21:00:29 +02:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/136b19dd05cdf0709db6537d058bcab6dd6e2dbe",
"reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe",
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": {
2022-01-19 19:35:45 +01:00
"dev-main": "2.5-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"
],
2021-01-03 20:34:58 +01:00
"support": {
2022-07-17 22:26:35 +02:00
"source": "https://github.com/symfony/translation-contracts/tree/v2.5.2"
2021-01-03 20:34:58 +01:00
},
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"
}
],
2022-07-17 22:26:35 +02:00
"time": "2022-06-27T16:58:25+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/twig-bridge",
2022-09-07 21:52:13 +02:00
"version": "v5.4.12",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/twig-bridge.git",
2022-09-07 21:52:13 +02:00
"reference": "94c3b38514c953e3e84719c96d4e578a01ca1819"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-09-07 21:52:13 +02:00
"url": "https://api.github.com/repos/symfony/twig-bridge/zipball/94c3b38514c953e3e84719c96d4e578a01ca1819",
"reference": "94c3b38514c953e3e84719c96d4e578a01ca1819",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2021-10-02 18:36:29 +02:00
"symfony/polyfill-php80": "^1.16",
2022-01-19 19:35:45 +01:00
"symfony/translation-contracts": "^1.1|^2|^3",
2021-03-14 18:43:09 +01:00
"twig/twig": "^2.13|^3.0.4"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2021-03-14 18:43:09 +01:00
"phpdocumentor/reflection-docblock": "<3.2.2",
"phpdocumentor/type-resolver": "<1.4.0",
2022-01-19 19:35:45 +01:00
"symfony/console": "<5.3",
2021-10-02 20:27:11 +02:00
"symfony/form": "<5.3",
"symfony/http-foundation": "<5.3",
2020-05-10 15:55:37 +02:00
"symfony/http-kernel": "<4.4",
2021-01-03 20:47:51 +01:00
"symfony/translation": "<5.2",
"symfony/workflow": "<5.2"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2021-10-02 20:27:11 +02:00
"doctrine/annotations": "^1.12",
2021-03-14 18:43:09 +01:00
"egulias/email-validator": "^2.1.10|^3",
2021-01-03 20:47:51 +01:00
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
2022-01-19 19:35:45 +01:00
"symfony/asset": "^4.4|^5.0|^6.0",
"symfony/console": "^5.3|^6.0",
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
"symfony/expression-language": "^4.4|^5.0|^6.0",
"symfony/finder": "^4.4|^5.0|^6.0",
"symfony/form": "^5.3|^6.0",
"symfony/http-foundation": "^5.3|^6.0",
"symfony/http-kernel": "^4.4|^5.0|^6.0",
"symfony/intl": "^4.4|^5.0|^6.0",
"symfony/mime": "^5.2|^6.0",
2019-02-23 16:49:38 +01:00
"symfony/polyfill-intl-icu": "~1.0",
2022-01-19 19:35:45 +01:00
"symfony/property-info": "^4.4|^5.1|^6.0",
"symfony/routing": "^4.4|^5.0|^6.0",
2019-11-21 22:16:30 +01:00
"symfony/security-acl": "^2.8|^3.0",
2022-01-19 19:35:45 +01:00
"symfony/security-core": "^4.4|^5.0|^6.0",
"symfony/security-csrf": "^4.4|^5.0|^6.0",
"symfony/security-http": "^4.4|^5.0|^6.0",
"symfony/serializer": "^5.2|^6.0",
"symfony/stopwatch": "^4.4|^5.0|^6.0",
"symfony/translation": "^5.2|^6.0",
"symfony/web-link": "^4.4|^5.0|^6.0",
"symfony/workflow": "^5.2|^6.0",
"symfony/yaml": "^4.4|^5.0|^6.0",
2021-06-09 08:45:34 +02:00
"twig/cssinliner-extra": "^2.12|^3",
"twig/inky-extra": "^2.12|^3",
"twig/markdown-extra": "^2.12|^3"
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"
}
],
2021-03-14 18:43:09 +01:00
"description": "Provides integration for Twig with various Symfony components",
2019-02-23 16:49:38 +01:00
"homepage": "https://symfony.com",
2021-01-03 20:34:58 +01:00
"support": {
2022-09-07 21:52:13 +02:00
"source": "https://github.com/symfony/twig-bridge/tree/v5.4.12"
2021-01-03 20:34:58 +01:00
},
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-09-07 21:52:13 +02:00
"time": "2022-08-03T13:09:21+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/twig-bundle",
2022-07-17 22:26:35 +02:00
"version": "v5.4.8",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/twig-bundle.git",
2022-07-17 22:26:35 +02:00
"reference": "c992b4474c3a31f3c40a1ca593d213833f91b818"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/symfony/twig-bundle/zipball/c992b4474c3a31f3c40a1ca593d213833f91b818",
"reference": "c992b4474c3a31f3c40a1ca593d213833f91b818",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2022-01-19 19:35:45 +01:00
"symfony/config": "^4.4|^5.0|^6.0",
"symfony/http-foundation": "^4.4|^5.0|^6.0",
"symfony/http-kernel": "^5.0|^6.0",
2019-02-23 16:49:38 +01:00
"symfony/polyfill-ctype": "~1.8",
2021-10-02 18:36:29 +02:00
"symfony/polyfill-php80": "^1.16",
2022-01-19 19:35:45 +01:00
"symfony/twig-bridge": "^5.3|^6.0",
2021-03-14 18:43:09 +01:00
"twig/twig": "^2.13|^3.0.4"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2021-10-02 20:27:11 +02:00
"symfony/dependency-injection": "<5.3",
2020-05-10 15:55:37 +02:00
"symfony/framework-bundle": "<5.0",
2022-01-19 19:35:45 +01:00
"symfony/service-contracts": ">=3.0",
2020-05-10 15:55:37 +02:00
"symfony/translation": "<5.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2021-03-14 18:43:09 +01:00
"doctrine/annotations": "^1.10.4",
2021-06-09 08:45:34 +02:00
"doctrine/cache": "^1.0|^2.0",
2022-01-19 19:35:45 +01:00
"symfony/asset": "^4.4|^5.0|^6.0",
"symfony/dependency-injection": "^5.3|^6.0",
"symfony/expression-language": "^4.4|^5.0|^6.0",
"symfony/finder": "^4.4|^5.0|^6.0",
"symfony/form": "^4.4|^5.0|^6.0",
"symfony/framework-bundle": "^5.0|^6.0",
"symfony/routing": "^4.4|^5.0|^6.0",
"symfony/stopwatch": "^4.4|^5.0|^6.0",
"symfony/translation": "^5.0|^6.0",
"symfony/web-link": "^4.4|^5.0|^6.0",
"symfony/yaml": "^4.4|^5.0|^6.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"
}
],
2021-03-14 18:43:09 +01:00
"description": "Provides a tight integration of Twig into the Symfony full-stack framework",
2019-02-23 16:49:38 +01:00
"homepage": "https://symfony.com",
2021-01-03 20:34:58 +01:00
"support": {
2022-07-17 22:26:35 +02:00
"source": "https://github.com/symfony/twig-bundle/tree/v5.4.8"
2021-01-03 20:34:58 +01:00
},
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-07-17 22:26:35 +02:00
"time": "2022-04-03T13:03:10+00:00"
2019-02-23 16:49:38 +01:00
},
2022-03-04 20:13:25 +01:00
{
"name": "symfony/ux-turbo",
2022-09-07 21:52:13 +02:00
"version": "v2.4.0",
2022-03-04 20:13:25 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/ux-turbo.git",
2022-07-24 01:26:22 +02:00
"reference": "0ac0bbc70b86aa4883c7eb8ac17bc6e3a774dc17"
2022-03-04 20:13:25 +01:00
},
"dist": {
"type": "zip",
2022-07-24 01:26:22 +02:00
"url": "https://api.github.com/repos/symfony/ux-turbo/zipball/0ac0bbc70b86aa4883c7eb8ac17bc6e3a774dc17",
"reference": "0ac0bbc70b86aa4883c7eb8ac17bc6e3a774dc17",
2022-03-04 20:13:25 +01:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/webpack-encore-bundle": "^1.11"
},
"conflict": {
"symfony/flex": "<1.13"
},
"require-dev": {
"doctrine/annotations": "^1.12",
"doctrine/doctrine-bundle": "^2.2",
"doctrine/orm": "^2.8 | 3.0",
"phpstan/phpstan": "^0.12",
"symfony/debug-bundle": "^5.2|^6.0",
2022-07-24 01:26:22 +02:00
"symfony/expression-language": "^5.4|^6.0",
2022-03-04 20:13:25 +01:00
"symfony/form": "^5.2|^6.0",
"symfony/framework-bundle": "^5.2|^6.0",
"symfony/mercure-bundle": "^0.3",
"symfony/messenger": "^5.2|^6.0",
"symfony/panther": "^1.0|^2.0",
"symfony/phpunit-bridge": "^5.2.1|^6.0",
"symfony/property-access": "^5.2|^6.0",
"symfony/security-core": "^5.2|^6.0",
"symfony/stopwatch": "^5.2|^6.0",
"symfony/twig-bundle": "^5.2|^6.0",
"symfony/web-profiler-bundle": "^5.2|^6.0"
},
"type": "symfony-bundle",
"extra": {
"thanks": {
"name": "symfony/ux",
"url": "https://github.com/symfony/ux"
}
},
"autoload": {
"psr-4": {
"Symfony\\UX\\Turbo\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kévin Dunglas",
"email": "kevin@dunglas.fr"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Hotwire Turbo integration for Symfony",
"homepage": "https://symfony.com",
"keywords": [
"hotwire",
"javascript",
"mercure",
"symfony-ux",
"turbo",
"turbo-stream"
],
"support": {
2022-09-07 21:52:13 +02:00
"source": "https://github.com/symfony/ux-turbo/tree/v2.4.0"
2022-03-04 20:13:25 +01: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"
}
],
2022-07-24 01:26:22 +02:00
"time": "2022-07-08T14:57:18+00:00"
2022-03-04 20:13:25 +01:00
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/validator",
2022-10-03 23:09:50 +02:00
"version": "v5.4.13",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/validator.git",
2022-10-03 23:09:50 +02:00
"reference": "8fba40ed3c21054cb9a543ccecd4f3175b6a011b"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-10-03 23:09:50 +02:00
"url": "https://api.github.com/repos/symfony/validator/zipball/8fba40ed3c21054cb9a543ccecd4f3175b6a011b",
"reference": "8fba40ed3c21054cb9a543ccecd4f3175b6a011b",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2022-01-19 19:35:45 +01:00
"symfony/deprecation-contracts": "^2.1|^3",
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",
2021-01-03 20:47:51 +01:00
"symfony/polyfill-php73": "~1.0",
2021-10-02 18:36:29 +02:00
"symfony/polyfill-php80": "^1.16",
2022-03-04 12:16:13 +01:00
"symfony/polyfill-php81": "^1.22",
2022-01-19 19:35:45 +01:00
"symfony/translation-contracts": "^1.1|^2|^3"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2022-01-19 19:35:45 +01:00
"doctrine/annotations": "<1.13",
"doctrine/cache": "<1.11",
"doctrine/lexer": "<1.1",
2020-05-10 15:55:37 +02:00
"phpunit/phpunit": "<5.4.3",
"symfony/dependency-injection": "<4.4",
2020-05-31 13:47:29 +02:00
"symfony/expression-language": "<5.1",
2019-11-21 22:16:30 +01:00
"symfony/http-kernel": "<4.4",
2020-05-10 15:55:37 +02:00
"symfony/intl": "<4.4",
2021-10-02 20:27:11 +02:00
"symfony/property-info": "<5.3",
2020-05-10 15:55:37 +02:00
"symfony/translation": "<4.4",
"symfony/yaml": "<4.4"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2022-01-19 19:35:45 +01:00
"doctrine/annotations": "^1.13",
"doctrine/cache": "^1.11|^2.0",
2021-03-14 18:43:09 +01:00
"egulias/email-validator": "^2.1.10|^3",
2022-01-19 19:35:45 +01:00
"symfony/cache": "^4.4|^5.0|^6.0",
"symfony/config": "^4.4|^5.0|^6.0",
"symfony/console": "^4.4|^5.0|^6.0",
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
"symfony/expression-language": "^5.1|^6.0",
"symfony/finder": "^4.4|^5.0|^6.0",
"symfony/http-client": "^4.4|^5.0|^6.0",
"symfony/http-foundation": "^4.4|^5.0|^6.0",
"symfony/http-kernel": "^4.4|^5.0|^6.0",
"symfony/intl": "^4.4|^5.0|^6.0",
"symfony/mime": "^4.4|^5.0|^6.0",
"symfony/property-access": "^4.4|^5.0|^6.0",
"symfony/property-info": "^5.3|^6.0",
"symfony/translation": "^4.4|^5.0|^6.0",
"symfony/yaml": "^4.4|^5.0|^6.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"egulias/email-validator": "Strict (RFC compliant) email validation",
2019-11-21 22:16:30 +01:00
"psr/cache-implementation": "For using the mapping cache.",
2019-02-23 16:49:38 +01:00
"symfony/config": "",
2020-05-31 13:47:29 +02:00
"symfony/expression-language": "For using the Expression validator and the ExpressionLanguageSyntax constraints",
2019-02-23 16:49:38 +01:00
"symfony/http-foundation": "",
"symfony/intl": "",
"symfony/property-access": "For accessing properties within comparison constraints",
2019-06-16 12:36:17 +02:00
"symfony/property-info": "To automatically add NotNull and Type constraints",
2019-02-23 16:49:38 +01:00
"symfony/translation": "For translating validation errors.",
"symfony/yaml": ""
},
"type": "library",
"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"
}
],
2021-03-14 18:43:09 +01:00
"description": "Provides tools to validate values",
2019-02-23 16:49:38 +01:00
"homepage": "https://symfony.com",
2021-01-03 20:34:58 +01:00
"support": {
2022-10-03 23:09:50 +02:00
"source": "https://github.com/symfony/validator/tree/v5.4.13"
2021-01-03 20:34:58 +01:00
},
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-10-03 23:09:50 +02:00
"time": "2022-09-17T07:31:22+00:00"
2019-11-21 22:16:30 +01:00
},
{
"name": "symfony/var-dumper",
2022-10-03 23:09:50 +02:00
"version": "v5.4.13",
2019-11-21 22:16:30 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
2022-10-03 23:09:50 +02:00
"reference": "2bf2ccab581bec363191672f0df40e0c85569e1c"
2019-11-21 22:16:30 +01:00
},
"dist": {
"type": "zip",
2022-10-03 23:09:50 +02:00
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/2bf2ccab581bec363191672f0df40e0c85569e1c",
"reference": "2bf2ccab581bec363191672f0df40e0c85569e1c",
2019-11-21 22:16:30 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
"symfony/polyfill-mbstring": "~1.0",
2021-10-02 18:36:29 +02:00
"symfony/polyfill-php80": "^1.16"
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": "*",
2022-01-19 19:35:45 +01:00
"symfony/console": "^4.4|^5.0|^6.0",
"symfony/process": "^4.4|^5.0|^6.0",
"symfony/uid": "^5.1|^6.0",
2021-03-14 18:43:09 +01:00
"twig/twig": "^2.13|^3.0.4"
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"
}
],
2021-03-14 18:43:09 +01:00
"description": "Provides mechanisms for walking through any arbitrary PHP variable",
2019-11-21 22:16:30 +01:00
"homepage": "https://symfony.com",
"keywords": [
"debug",
"dump"
],
2021-01-03 20:34:58 +01:00
"support": {
2022-10-03 23:09:50 +02:00
"source": "https://github.com/symfony/var-dumper/tree/v5.4.13"
2021-01-03 20:34:58 +01:00
},
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-10-03 23:09:50 +02:00
"time": "2022-09-06T13:23:31+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/var-exporter",
2022-07-17 22:26:35 +02:00
"version": "v5.4.10",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/var-exporter.git",
2022-07-17 22:26:35 +02:00
"reference": "8fc03ee75eeece3d9be1ef47d26d79bea1afb340"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/8fc03ee75eeece3d9be1ef47d26d79bea1afb340",
"reference": "8fc03ee75eeece3d9be1ef47d26d79bea1afb340",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2021-10-02 18:36:29 +02:00
"symfony/polyfill-php80": "^1.16"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2022-01-19 19:35:45 +01:00
"symfony/var-dumper": "^4.4.9|^5.0.9|^6.0"
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"
}
],
2021-03-14 18:43:09 +01:00
"description": "Allows exporting any serializable PHP data structure to plain PHP code",
2019-02-23 16:49:38 +01:00
"homepage": "https://symfony.com",
"keywords": [
"clone",
"construct",
"export",
"hydrate",
"instantiate",
"serialize"
],
2021-01-03 20:34:58 +01:00
"support": {
2022-07-17 22:26:35 +02:00
"source": "https://github.com/symfony/var-exporter/tree/v5.4.10"
2021-01-03 20:34:58 +01:00
},
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-07-17 22:26:35 +02:00
"time": "2022-05-27T12:56:18+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/web-link",
2022-03-04 12:16:13 +01:00
"version": "v5.4.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/web-link.git",
2022-03-04 12:16:13 +01:00
"reference": "8b9b073390359549fec5f5d797f23bbe9e2997a5"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-03-04 12:16:13 +01:00
"url": "https://api.github.com/repos/symfony/web-link/zipball/8b9b073390359549fec5f5d797f23bbe9e2997a5",
"reference": "8b9b073390359549fec5f5d797f23bbe9e2997a5",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2021-10-02 18:36:29 +02:00
"psr/link": "^1.0",
"symfony/polyfill-php80": "^1.16"
2019-02-23 16:49:38 +01:00
},
2019-06-16 12:36:17 +02:00
"conflict": {
2021-10-02 20:27:11 +02:00
"symfony/http-kernel": "<5.3"
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": {
2022-01-19 19:35:45 +01:00
"symfony/http-kernel": "^5.3|^6.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"
}
],
2021-03-14 18:43:09 +01:00
"description": "Manages links between resources",
2019-02-23 16:49:38 +01:00
"homepage": "https://symfony.com",
"keywords": [
"dns-prefetch",
"http",
"http2",
"link",
"performance",
"prefetch",
"preload",
"prerender",
"psr13",
"push"
],
2021-01-03 20:34:58 +01:00
"support": {
2022-03-04 12:16:13 +01:00
"source": "https://github.com/symfony/web-link/tree/v5.4.3"
2021-01-03 20:34:58 +01:00
},
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-03-04 12:16:13 +01:00
"time": "2022-01-02T09:53:40+00:00"
2019-02-23 16:49:38 +01:00
},
2019-02-24 18:05:06 +01:00
{
"name": "symfony/webpack-encore-bundle",
2022-07-17 22:26:35 +02:00
"version": "v1.15.1",
2019-02-24 18:05:06 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/webpack-encore-bundle.git",
2022-07-17 22:26:35 +02:00
"reference": "718673b1e758533614190ae74d07305a72bc66a9"
2019-02-24 18:05:06 +01:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/symfony/webpack-encore-bundle/zipball/718673b1e758533614190ae74d07305a72bc66a9",
"reference": "718673b1e758533614190ae74d07305a72bc66a9",
2019-02-24 18:05:06 +01:00
"shasum": ""
},
"require": {
2021-01-03 20:34:58 +01:00
"php": ">=7.1.3",
2022-01-19 19:35:45 +01:00
"symfony/asset": "^4.4 || ^5.0 || ^6.0",
"symfony/config": "^4.4 || ^5.0 || ^6.0",
"symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0",
2022-07-17 22:26:35 +02:00
"symfony/deprecation-contracts": "^2.1 || ^3.0",
2022-01-19 19:35:45 +01:00
"symfony/http-kernel": "^4.4 || ^5.0 || ^6.0",
2022-07-17 22:26:35 +02:00
"symfony/polyfill-php80": "^1.25.0",
2022-01-19 19:35:45 +01:00
"symfony/service-contracts": "^1.0 || ^2.0 || ^3.0"
2019-02-24 18:05:06 +01:00
},
"require-dev": {
2022-01-19 19:35:45 +01:00
"symfony/framework-bundle": "^4.4 || ^5.0 || ^6.0",
"symfony/phpunit-bridge": "^5.3 || ^6.0",
"symfony/twig-bundle": "^4.4 || ^5.0 || ^6.0",
"symfony/web-link": "^4.4 || ^5.0 || ^6.0"
2019-02-24 18:05:06 +01:00
},
"type": "symfony-bundle",
"extra": {
"thanks": {
"name": "symfony/webpack-encore",
"url": "https://github.com/symfony/webpack-encore"
}
},
"autoload": {
"psr-4": {
"Symfony\\WebpackEncoreBundle\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Integration with your Symfony app & Webpack Encore!",
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/symfony/webpack-encore-bundle/issues",
2022-07-17 22:26:35 +02:00
"source": "https://github.com/symfony/webpack-encore-bundle/tree/v1.15.1"
2021-01-03 20:34:58 +01: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"
}
],
2022-07-17 22:26:35 +02:00
"time": "2022-07-13T17:07:35+00:00"
2019-02-24 18:05:06 +01:00
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/yaml",
2022-09-07 21:52:13 +02:00
"version": "v5.4.12",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
2022-09-07 21:52:13 +02:00
"reference": "7a3aa21ac8ab1a96cc6de5bbcab4bc9fc943b18c"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-09-07 21:52:13 +02:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/7a3aa21ac8ab1a96cc6de5bbcab4bc9fc943b18c",
"reference": "7a3aa21ac8ab1a96cc6de5bbcab4bc9fc943b18c",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2022-01-19 19:35:45 +01:00
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-ctype": "^1.8"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2022-01-19 19:35:45 +01:00
"symfony/console": "<5.3"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2022-01-19 19:35:45 +01:00
"symfony/console": "^5.3|^6.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
},
2020-05-31 13:47:29 +02:00
"bin": [
"Resources/bin/yaml-lint"
],
2019-02-23 16:49:38 +01:00
"type": "library",
"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"
}
],
2021-03-14 18:43:09 +01:00
"description": "Loads and dumps YAML files",
2019-02-23 16:49:38 +01:00
"homepage": "https://symfony.com",
2021-01-03 20:34:58 +01:00
"support": {
2022-09-07 21:52:13 +02:00
"source": "https://github.com/symfony/yaml/tree/v5.4.12"
2021-01-03 20:34:58 +01:00
},
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-09-07 21:52:13 +02:00
"time": "2022-08-02T15:52:22+00:00"
2019-02-23 16:49:38 +01:00
},
2020-04-24 22:10:49 +02:00
{
"name": "tecnickcom/tc-lib-barcode",
2022-07-17 22:26:35 +02:00
"version": "1.17.14",
2020-04-24 22:10:49 +02:00
"source": {
"type": "git",
"url": "https://github.com/tecnickcom/tc-lib-barcode.git",
2022-07-17 22:26:35 +02:00
"reference": "4907ef1e384dbb7d3100c897925e7dc071a419a3"
2020-04-24 22:10:49 +02:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/tecnickcom/tc-lib-barcode/zipball/4907ef1e384dbb7d3100c897925e7dc071a419a3",
"reference": "4907ef1e384dbb7d3100c897925e7dc071a419a3",
2020-04-24 22:10:49 +02:00
"shasum": ""
},
"require": {
"ext-bcmath": "*",
"ext-date": "*",
"ext-gd": "*",
"ext-pcre": "*",
2020-07-18 23:50:39 +02:00
"php": ">=5.4",
2021-01-03 20:34:58 +01:00
"tecnickcom/tc-lib-color": "^1.14"
2020-04-24 22:10:49 +02:00
},
"require-dev": {
2022-01-19 19:35:45 +01:00
"pdepend/pdepend": "2.10.2",
2021-01-03 20:34:58 +01:00
"phploc/phploc": "7.0.2 || 6.0.2 || 5.0.0 || 4.0.1 || 3.0.1 || 2.1.5",
2022-01-19 19:35:45 +01:00
"phpmd/phpmd": "2.11.1",
"phpunit/phpunit": "9.5.11 || 8.5.13 || 7.5.20 || 6.5.14 || 5.7.27 || 4.8.36",
2021-01-03 20:34:58 +01:00
"sebastian/phpcpd": "6.0.3 || 5.0.2 || 4.1.0 || 3.0.1 || 2.0.4",
2022-01-19 19:35:45 +01:00
"squizlabs/php_codesniffer": "3.6.2 || 2.9.2"
2020-04-24 22:10:49 +02:00
},
"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"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/tecnickcom/tc-lib-barcode/issues",
2022-07-17 22:26:35 +02:00
"source": "https://github.com/tecnickcom/tc-lib-barcode/tree/1.17.14"
2021-01-03 20:34:58 +01:00
},
2020-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations¤cy_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tc-lib-barcode%20project",
"type": "custom"
}
],
2022-07-17 22:26:35 +02:00
"time": "2022-06-14T09:12:04+00:00"
2020-04-24 22:10:49 +02:00
},
{
"name": "tecnickcom/tc-lib-color",
2022-07-17 22:26:35 +02:00
"version": "1.14.14",
2020-04-24 22:10:49 +02:00
"source": {
"type": "git",
"url": "https://github.com/tecnickcom/tc-lib-color.git",
2022-07-17 22:26:35 +02:00
"reference": "f9e45c59496418227184626ad31e83470153c11f"
2020-04-24 22:10:49 +02:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/tecnickcom/tc-lib-color/zipball/f9e45c59496418227184626ad31e83470153c11f",
"reference": "f9e45c59496418227184626ad31e83470153c11f",
2020-04-24 22:10:49 +02:00
"shasum": ""
},
"require": {
"ext-pcre": "*",
"php": ">=5.3"
},
"require-dev": {
2022-01-19 19:35:45 +01:00
"pdepend/pdepend": "2.10.2",
2021-01-03 20:34:58 +01:00
"phploc/phploc": "7.0.2 || 6.0.2 || 5.0.0 || 4.0.1 || 3.0.1 || 2.1.5",
2022-01-19 19:35:45 +01:00
"phpmd/phpmd": "2.11.1",
"phpunit/phpunit": "9.5.11 || 8.5.13 || 7.5.20 || 6.5.14 || 5.7.27 || 4.8.36",
2021-01-03 20:34:58 +01:00
"sebastian/phpcpd": "6.0.3 || 5.0.2 || 4.1.0 || 3.0.1 || 2.0.4",
2022-01-19 19:35:45 +01:00
"squizlabs/php_codesniffer": "3.6.2 || 2.9.2"
2020-04-24 22:10:49 +02:00
},
"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"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/tecnickcom/tc-lib-color/issues",
2022-07-17 22:26:35 +02:00
"source": "https://github.com/tecnickcom/tc-lib-color/tree/1.14.14"
2021-01-03 20:34:58 +01:00
},
"funding": [
{
"url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations¤cy_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tc-lib-color%20project",
"type": "custom"
}
],
2022-07-17 22:26:35 +02:00
"time": "2022-06-14T09:09:40+00:00"
2020-04-24 22:10:49 +02:00
},
2020-01-01 15:57:34 +01:00
{
"name": "thecodingmachine/safe",
2021-01-03 20:34:58 +01:00
"version": "v1.3.3",
2020-01-01 15:57:34 +01:00
"source": {
"type": "git",
"url": "https://github.com/thecodingmachine/safe.git",
2021-01-03 20:34:58 +01:00
"reference": "a8ab0876305a4cdaef31b2350fcb9811b5608dbc"
2020-01-01 15:57:34 +01:00
},
"dist": {
"type": "zip",
2021-01-03 20:34:58 +01:00
"url": "https://api.github.com/repos/thecodingmachine/safe/zipball/a8ab0876305a4cdaef31b2350fcb9811b5608dbc",
"reference": "a8ab0876305a4cdaef31b2350fcb9811b5608dbc",
2020-01-01 15:57:34 +01:00
"shasum": ""
},
"require": {
2020-02-22 17:49:33 +01:00
"php": ">=7.2"
2020-01-01 15:57:34 +01:00
},
"require-dev": {
2020-02-22 17:49:33 +01:00
"phpstan/phpstan": "^0.12",
2020-01-01 15:57:34 +01:00
"squizlabs/php_codesniffer": "^3.2",
2020-02-22 17:49:33 +01:00
"thecodingmachine/phpstan-strict-rules": "^0.12"
2020-01-01 15:57:34 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.1-dev"
}
},
"autoload": {
"files": [
2021-01-03 20:34:58 +01:00
"deprecated/apc.php",
"deprecated/libevent.php",
"deprecated/mssql.php",
"deprecated/stats.php",
"lib/special_cases.php",
2020-01-01 15:57:34 +01:00
"generated/apache.php",
"generated/apcu.php",
"generated/array.php",
"generated/bzip2.php",
2021-01-03 20:34:58 +01:00
"generated/calendar.php",
2020-01-01 15:57:34 +01:00
"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",
2020-01-01 15:57:34 +01:00
"generated/rrd.php",
"generated/sem.php",
"generated/session.php",
"generated/shmop.php",
"generated/simplexml.php",
"generated/sockets.php",
"generated/sodium.php",
"generated/solr.php",
"generated/spl.php",
"generated/sqlsrv.php",
"generated/ssdeep.php",
"generated/ssh2.php",
"generated/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",
2021-01-03 20:34:58 +01:00
"generated/zlib.php"
2022-03-04 12:16:13 +01:00
],
"psr-4": {
"Safe\\": [
"lib/",
"deprecated/",
"generated/"
]
}
2020-01-01 15:57:34 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHP core functions that throw exceptions instead of returning FALSE on error",
2021-01-03 20:34:58 +01:00
"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"
2020-01-01 15:57:34 +01:00
},
2019-11-24 22:49:22 +01:00
{
"name": "tijsverkoyen/css-to-inline-styles",
2022-09-17 17:30:15 +02:00
"version": "2.2.5",
2019-11-24 22:49:22 +01:00
"source": {
"type": "git",
"url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
2022-09-17 17:30:15 +02:00
"reference": "4348a3a06651827a27d989ad1d13efec6bb49b19"
2019-11-24 22:49:22 +01:00
},
"dist": {
"type": "zip",
2022-09-17 17:30:15 +02:00
"url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/4348a3a06651827a27d989ad1d13efec6bb49b19",
"reference": "4348a3a06651827a27d989ad1d13efec6bb49b19",
2019-11-24 22:49:22 +01:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*",
2020-07-18 23:50:39 +02:00
"php": "^5.5 || ^7.0 || ^8.0",
2022-01-19 19:35:45 +01:00
"symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
2019-11-24 22:49:22 +01:00
},
"require-dev": {
2022-01-19 19:35:45 +01:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5 || ^8.5.21 || ^9.5.10"
2019-11-24 22:49:22 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.2.x-dev"
}
},
"autoload": {
"psr-4": {
"TijsVerkoyen\\CssToInlineStyles\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Tijs Verkoyen",
"email": "css_to_inline_styles@verkoyen.eu",
"role": "Developer"
}
],
"description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
"homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
2022-09-17 17:30:15 +02:00
"source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/2.2.5"
2021-01-03 20:34:58 +01:00
},
2022-09-17 17:30:15 +02:00
"time": "2022-09-12T13:28:28+00:00"
2019-11-24 22:49:22 +01:00
},
{
"name": "twig/cssinliner-extra",
2022-07-17 22:26:35 +02:00
"version": "v3.4.0",
2019-11-24 22:49:22 +01:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/cssinliner-extra.git",
2022-01-19 19:35:45 +01:00
"reference": "1fe012dcae6b04fc37715296c10a72f8d941bc65"
2019-11-24 22:49:22 +01:00
},
"dist": {
"type": "zip",
2022-01-19 19:35:45 +01:00
"url": "https://api.github.com/repos/twigphp/cssinliner-extra/zipball/1fe012dcae6b04fc37715296c10a72f8d941bc65",
"reference": "1fe012dcae6b04fc37715296c10a72f8d941bc65",
2019-11-24 22:49:22 +01:00
"shasum": ""
},
"require": {
2020-07-18 23:50:39 +02:00
"php": ">=7.1.3",
2019-11-24 22:49:22 +01:00
"tijsverkoyen/css-to-inline-styles": "^2.0",
2022-01-19 19:35:45 +01:00
"twig/twig": "^2.7|^3.0"
2019-11-24 22:49:22 +01:00
},
"require-dev": {
2021-10-02 18:36:29 +02:00
"symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
2019-11-24 22:49:22 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-03-14 18:43:09 +01:00
"dev-master": "3.2-dev"
2019-11-24 22:49:22 +01:00
}
},
"autoload": {
"psr-4": {
2021-03-14 18:43:09 +01:00
"Twig\\Extra\\CssInliner\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2019-11-24 22:49:22 +01:00
},
"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"
],
2021-01-03 20:34:58 +01:00
"support": {
2022-07-17 22:26:35 +02:00
"source": "https://github.com/twigphp/cssinliner-extra/tree/v3.4.0"
2021-01-03 20:34:58 +01:00
},
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"
}
],
2022-01-19 19:35:45 +01:00
"time": "2022-01-02T10:02:25+00:00"
2019-11-24 22:49:22 +01:00
},
2019-08-12 23:45:21 +02:00
{
"name": "twig/extra-bundle",
2022-07-17 22:26:35 +02:00
"version": "v3.4.0",
2019-08-12 23:45:21 +02:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/twig-extra-bundle.git",
2022-03-04 12:16:13 +01:00
"reference": "2e58256b0e9fe52f30149347c0547e4633304765"
2019-08-12 23:45:21 +02:00
},
"dist": {
"type": "zip",
2022-03-04 12:16:13 +01:00
"url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/2e58256b0e9fe52f30149347c0547e4633304765",
"reference": "2e58256b0e9fe52f30149347c0547e4633304765",
2019-08-12 23:45:21 +02:00
"shasum": ""
},
"require": {
2022-01-19 19:35:45 +01:00
"php": ">=7.2.5",
"symfony/framework-bundle": "^4.4|^5.0|^6.0",
"symfony/twig-bundle": "^4.4|^5.0|^6.0",
"twig/twig": "^2.7|^3.0"
2019-08-12 23:45:21 +02:00
},
"require-dev": {
2022-01-19 19:35:45 +01:00
"league/commonmark": "^1.0|^2.0",
2021-10-02 18:36:29 +02:00
"symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0",
2021-03-14 18:43:09 +01:00
"twig/cache-extra": "^3.0",
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",
2021-03-14 18:43:09 +01:00
"twig/markdown-extra": "^2.12|^3.0",
"twig/string-extra": "^2.12|^3.0"
2019-08-12 23:45:21 +02:00
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
2021-03-14 18:43:09 +01:00
"dev-master": "3.2-dev"
2019-08-12 23:45:21 +02:00
}
},
"autoload": {
"psr-4": {
2021-03-14 18:43:09 +01:00
"Twig\\Extra\\TwigExtraBundle\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2019-08-12 23:45:21 +02:00
},
"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"
],
2021-01-03 20:34:58 +01:00
"support": {
2022-07-17 22:26:35 +02:00
"source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.4.0"
2021-01-03 20:34:58 +01:00
},
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"
}
],
2022-03-04 12:16:13 +01:00
"time": "2022-01-04T13:58:53+00:00"
2019-08-12 23:45:21 +02:00
},
2020-05-07 23:35:20 +02:00
{
"name": "twig/html-extra",
2022-07-17 22:26:35 +02:00
"version": "v3.4.0",
2020-05-07 23:35:20 +02:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/html-extra.git",
2022-01-19 19:35:45 +01:00
"reference": "f31c6296b1f0797118c142cf9c9bddf1d8e0acea"
2020-05-07 23:35:20 +02:00
},
"dist": {
"type": "zip",
2022-01-19 19:35:45 +01:00
"url": "https://api.github.com/repos/twigphp/html-extra/zipball/f31c6296b1f0797118c142cf9c9bddf1d8e0acea",
"reference": "f31c6296b1f0797118c142cf9c9bddf1d8e0acea",
2020-05-07 23:35:20 +02:00
"shasum": ""
},
"require": {
2020-07-18 23:50:39 +02:00
"php": ">=7.1.3",
2022-01-19 19:35:45 +01:00
"symfony/mime": "^4.4|^5.0|^6.0",
"twig/twig": "^2.7|^3.0"
2020-05-07 23:35:20 +02:00
},
"require-dev": {
2021-10-02 18:36:29 +02:00
"symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
2020-05-07 23:35:20 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-03-14 18:43:09 +01:00
"dev-master": "3.2-dev"
2020-05-07 23:35:20 +02:00
}
},
"autoload": {
"psr-4": {
2021-03-14 18:43:09 +01:00
"Twig\\Extra\\Html\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2020-05-07 23:35:20 +02:00
},
"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"
],
2021-01-03 20:34:58 +01:00
"support": {
2022-07-17 22:26:35 +02:00
"source": "https://github.com/twigphp/html-extra/tree/v3.4.0"
2021-01-03 20:34:58 +01:00
},
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"
}
],
2022-01-19 19:35:45 +01:00
"time": "2022-01-02T10:02:25+00:00"
2020-05-07 23:35:20 +02:00
},
2019-11-24 22:49:22 +01:00
{
"name": "twig/inky-extra",
2022-07-17 22:26:35 +02:00
"version": "v3.4.0",
2019-11-24 22:49:22 +01:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/inky-extra.git",
2022-01-19 19:35:45 +01:00
"reference": "b515e6f7c1fede76f9f507dbd1bb369f46aa726b"
2019-11-24 22:49:22 +01:00
},
"dist": {
"type": "zip",
2022-01-19 19:35:45 +01:00
"url": "https://api.github.com/repos/twigphp/inky-extra/zipball/b515e6f7c1fede76f9f507dbd1bb369f46aa726b",
"reference": "b515e6f7c1fede76f9f507dbd1bb369f46aa726b",
2019-11-24 22:49:22 +01:00
"shasum": ""
},
"require": {
"lorenzo/pinky": "^1.0.5",
2020-07-18 23:50:39 +02:00
"php": ">=7.1.3",
2022-01-19 19:35:45 +01:00
"twig/twig": "^2.7|^3.0"
2019-11-24 22:49:22 +01:00
},
"require-dev": {
2021-10-02 18:36:29 +02:00
"symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
2019-11-24 22:49:22 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-03-14 18:43:09 +01:00
"dev-master": "3.2-dev"
2019-11-24 22:49:22 +01:00
}
},
"autoload": {
"psr-4": {
2021-03-14 18:43:09 +01:00
"Twig\\Extra\\Inky\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2019-11-24 22:49:22 +01:00
},
"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"
],
2021-01-03 20:34:58 +01:00
"support": {
2022-07-17 22:26:35 +02:00
"source": "https://github.com/twigphp/inky-extra/tree/v3.4.0"
2021-01-03 20:34:58 +01:00
},
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"
}
],
2022-01-19 19:35:45 +01:00
"time": "2022-01-02T10:02:25+00:00"
2019-11-24 22:49:22 +01:00
},
2019-08-12 23:45:21 +02:00
{
"name": "twig/intl-extra",
2022-08-13 02:49:23 +02:00
"version": "v3.4.2",
2019-08-12 23:45:21 +02:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/intl-extra.git",
2022-08-13 02:49:23 +02:00
"reference": "151e50fad9c7915bd56f0adf3f0cb3c47e6ed28a"
2019-08-12 23:45:21 +02:00
},
"dist": {
"type": "zip",
2022-08-13 02:49:23 +02:00
"url": "https://api.github.com/repos/twigphp/intl-extra/zipball/151e50fad9c7915bd56f0adf3f0cb3c47e6ed28a",
"reference": "151e50fad9c7915bd56f0adf3f0cb3c47e6ed28a",
2019-08-12 23:45:21 +02:00
"shasum": ""
},
"require": {
2020-07-18 23:50:39 +02:00
"php": ">=7.1.3",
2022-01-19 19:35:45 +01:00
"symfony/intl": "^4.4|^5.0|^6.0",
"twig/twig": "^2.7|^3.0"
2019-08-12 23:45:21 +02:00
},
"require-dev": {
2021-10-02 18:36:29 +02:00
"symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
2019-08-12 23:45:21 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-03-14 18:43:09 +01:00
"dev-master": "3.2-dev"
2019-08-12 23:45:21 +02:00
}
},
"autoload": {
"psr-4": {
2021-03-14 18:43:09 +01:00
"Twig\\Extra\\Intl\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2019-08-12 23:45:21 +02:00
},
"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"
],
2021-01-03 20:34:58 +01:00
"support": {
2022-08-13 02:49:23 +02:00
"source": "https://github.com/twigphp/intl-extra/tree/v3.4.2"
2021-01-03 20:34:58 +01:00
},
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"
}
],
2022-08-13 02:49:23 +02:00
"time": "2022-06-10T08:33:05+00:00"
2019-08-12 23:45:21 +02:00
},
2019-12-01 13:50:43 +01:00
{
"name": "twig/markdown-extra",
2022-07-17 22:26:35 +02:00
"version": "v3.4.0",
2019-12-01 13:50:43 +01:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/markdown-extra.git",
2022-03-04 12:16:13 +01:00
"reference": "25ed505b6ffd3b00f922ca682489dfbaf44eb1f7"
2019-12-01 13:50:43 +01:00
},
"dist": {
"type": "zip",
2022-03-04 12:16:13 +01:00
"url": "https://api.github.com/repos/twigphp/markdown-extra/zipball/25ed505b6ffd3b00f922ca682489dfbaf44eb1f7",
"reference": "25ed505b6ffd3b00f922ca682489dfbaf44eb1f7",
2019-12-01 13:50:43 +01:00
"shasum": ""
},
"require": {
2020-07-18 23:50:39 +02:00
"php": ">=7.1.3",
2022-01-19 19:35:45 +01:00
"twig/twig": "^2.7|^3.0"
2019-12-01 13:50:43 +01:00
},
"require-dev": {
"erusev/parsedown": "^1.7",
2022-01-19 19:35:45 +01:00
"league/commonmark": "^1.0|^2.0",
2021-06-09 08:45:34 +02:00
"league/html-to-markdown": "^4.8|^5.0",
2019-12-01 13:50:43 +01:00
"michelf/php-markdown": "^1.8",
2021-10-02 18:36:29 +02:00
"symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
2019-12-01 13:50:43 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-03-14 18:43:09 +01:00
"dev-master": "3.2-dev"
2019-12-01 13:50:43 +01:00
}
},
"autoload": {
"psr-4": {
2021-03-14 18:43:09 +01:00
"Twig\\Extra\\Markdown\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2019-12-01 13:50:43 +01:00
},
"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"
],
2021-01-03 20:34:58 +01:00
"support": {
2022-07-17 22:26:35 +02:00
"source": "https://github.com/twigphp/markdown-extra/tree/v3.4.0"
2021-01-03 20:34:58 +01:00
},
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"
}
],
2022-03-04 12:16:13 +01:00
"time": "2022-01-29T15:34:05+00:00"
2019-12-01 13:50:43 +01:00
},
2019-02-23 16:49:38 +01:00
{
"name": "twig/twig",
2022-10-03 23:09:50 +02:00
"version": "v3.4.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
2022-10-03 23:09:50 +02:00
"reference": "c38fd6b0b7f370c198db91ffd02e23b517426b58"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-10-03 23:09:50 +02:00
"url": "https://api.github.com/repos/twigphp/Twig/zipball/c38fd6b0b7f370c198db91ffd02e23b517426b58",
"reference": "c38fd6b0b7f370c198db91ffd02e23b517426b58",
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",
2021-10-02 18:36:29 +02:00
"symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-07-17 22:26:35 +02:00
"dev-master": "3.4-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Twig\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
},
{
"name": "Twig Team",
"role": "Contributors"
2019-10-05 21:01:24 +02:00
},
{
"name": "Armin Ronacher",
"email": "armin.ronacher@active-4.com",
"role": "Project Founder"
2019-02-23 16:49:38 +01:00
}
],
"description": "Twig, the flexible, fast, and secure template language for PHP",
"homepage": "https://twig.symfony.com",
"keywords": [
"templating"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/twigphp/Twig/issues",
2022-10-03 23:09:50 +02:00
"source": "https://github.com/twigphp/Twig/tree/v3.4.3"
2021-01-03 20:34:58 +01:00
},
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"
}
],
2022-10-03 23:09:50 +02:00
"time": "2022-09-28T08:42:51+00:00"
2019-02-23 16:49:38 +01:00
},
2020-06-08 20:23:35 +02:00
{
"name": "ua-parser/uap-php",
2020-10-03 11:52:32 +02:00
"version": "v3.9.14",
2020-06-08 20:23:35 +02:00
"source": {
"type": "git",
"url": "https://github.com/ua-parser/uap-php.git",
2020-10-03 11:52:32 +02:00
"reference": "b796c5ea5df588e65aeb4e2c6cce3811dec4fed6"
2020-06-08 20:23:35 +02:00
},
"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",
2020-06-08 20:23:35 +02:00
"shasum": ""
},
"require": {
"composer/ca-bundle": "^1.1",
2020-10-03 11:52:32 +02:00
"php": "^7.2 || ^8.0"
2020-06-08 20:23:35 +02:00
},
"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"
2020-06-08 20:23:35 +02:00
},
"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.",
2021-01-03 20:34:58 +01:00
"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"
2020-06-08 20:23:35 +02:00
},
2022-10-03 23:09:50 +02:00
{
"name": "web-auth/cose-lib",
"version": "v3.3.12",
"source": {
"type": "git",
"url": "https://github.com/web-auth/cose-lib.git",
"reference": "efa6ec2ba4e840bc1316a493973c9916028afeeb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/web-auth/cose-lib/zipball/efa6ec2ba4e840bc1316a493973c9916028afeeb",
"reference": "efa6ec2ba4e840bc1316a493973c9916028afeeb",
"shasum": ""
},
"require": {
"beberlei/assert": "^3.2",
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"fgrosse/phpasn1": "^2.1",
"php": ">=7.2"
},
"type": "library",
"autoload": {
"psr-4": {
"Cose\\": "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/web-auth/cose/contributors"
}
],
"description": "CBOR Object Signing and Encryption (COSE) For PHP",
"homepage": "https://github.com/web-auth",
"keywords": [
"COSE",
"RFC8152"
],
"support": {
"source": "https://github.com/web-auth/cose-lib/tree/v3.3.12"
},
"funding": [
{
"url": "https://github.com/Spomky",
"type": "github"
},
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
"time": "2021-12-04T12:13:35+00:00"
},
{
"name": "web-auth/metadata-service",
"version": "v3.3.12",
"source": {
"type": "git",
"url": "https://github.com/web-auth/webauthn-metadata-service.git",
"reference": "ef40d2b7b68c4964247d13fab52e2fa8dbd65246"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/web-auth/webauthn-metadata-service/zipball/ef40d2b7b68c4964247d13fab52e2fa8dbd65246",
"reference": "ef40d2b7b68c4964247d13fab52e2fa8dbd65246",
"shasum": ""
},
"require": {
"beberlei/assert": "^3.2",
"ext-json": "*",
"league/uri": "^6.0",
"php": ">=7.2",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"psr/log": "^1.1"
},
"suggest": {
"web-token/jwt-key-mgmt": "Mandatory for fetching Metadata Statement from distant sources",
"web-token/jwt-signature-algorithm-ecdsa": "Mandatory for fetching Metadata Statement from distant sources"
},
"type": "library",
"autoload": {
"psr-4": {
"Webauthn\\MetadataService\\": "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/web-auth/metadata-service/contributors"
}
],
"description": "Metadata Service for FIDO2/Webauthn",
"homepage": "https://github.com/web-auth",
"keywords": [
"FIDO2",
"fido",
"webauthn"
],
"support": {
"source": "https://github.com/web-auth/webauthn-metadata-service/tree/v3.3.12"
},
"funding": [
{
"url": "https://github.com/Spomky",
"type": "github"
},
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
"time": "2021-11-21T11:14:31+00:00"
},
{
"name": "web-auth/webauthn-lib",
"version": "v3.3.12",
"source": {
"type": "git",
"url": "https://github.com/web-auth/webauthn-lib.git",
"reference": "5ef9b21c8e9f8a817e524ac93290d08a9f065b33"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/web-auth/webauthn-lib/zipball/5ef9b21c8e9f8a817e524ac93290d08a9f065b33",
"reference": "5ef9b21c8e9f8a817e524ac93290d08a9f065b33",
"shasum": ""
},
"require": {
"beberlei/assert": "^3.2",
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"fgrosse/phpasn1": "^2.1",
"php": ">=7.2",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
"psr/log": "^1.1",
"ramsey/uuid": "^3.8|^4.0",
"spomky-labs/base64url": "^2.0",
"spomky-labs/cbor-php": "^1.0|^2.0",
"symfony/process": "^3.0|^4.0|^5.0",
"thecodingmachine/safe": "^1.1",
"web-auth/cose-lib": "self.version",
"web-auth/metadata-service": "self.version"
},
"suggest": {
"psr/log-implementation": "Recommended to receive logs from the library",
"web-token/jwt-key-mgmt": "Mandatory for the AndroidSafetyNet Attestation Statement support",
"web-token/jwt-signature-algorithm-ecdsa": "Recommended for the AndroidSafetyNet Attestation Statement support",
"web-token/jwt-signature-algorithm-eddsa": "Recommended for the AndroidSafetyNet Attestation Statement support",
"web-token/jwt-signature-algorithm-rsa": "Mandatory for the AndroidSafetyNet Attestation Statement support"
},
"type": "library",
"autoload": {
"psr-4": {
"Webauthn\\": "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/web-auth/webauthn-library/contributors"
}
],
"description": "FIDO2/Webauthn Support For PHP",
"homepage": "https://github.com/web-auth",
"keywords": [
"FIDO2",
"fido",
"webauthn"
],
"support": {
"source": "https://github.com/web-auth/webauthn-lib/tree/v3.3.12"
},
"funding": [
{
"url": "https://github.com/Spomky",
"type": "github"
},
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
"time": "2022-02-18T07:13:44+00:00"
},
2019-02-23 16:49:38 +01:00
{
"name": "webmozart/assert",
2022-07-17 22:26:35 +02:00
"version": "1.11.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
2021-03-14 18:43:09 +01:00
"url": "https://github.com/webmozarts/assert.git",
2022-07-17 22:26:35 +02:00
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2022-07-17 22:26:35 +02:00
"ext-ctype": "*",
"php": "^7.2 || ^8.0"
2019-02-23 16:49:38 +01:00
},
2019-11-30 15:43:30 +01:00
"conflict": {
2020-07-04 23:38:18 +02:00
"phpstan/phpstan": "<0.12.20",
2021-03-14 18:43:09 +01:00
"vimeo/psalm": "<4.6.1 || 4.6.2"
2019-11-30 15:43:30 +01:00
},
2019-02-23 16:49:38 +01:00
"require-dev": {
2021-03-14 18:43:09 +01:00
"phpunit/phpunit": "^8.5.13"
2019-02-23 16:49:38 +01:00
},
"type": "library",
2021-03-14 18:43:09 +01:00
"extra": {
"branch-alias": {
"dev-master": "1.10-dev"
}
},
2019-02-23 16:49:38 +01:00
"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"
],
2021-01-03 20:34:58 +01:00
"support": {
2021-03-14 18:43:09 +01:00
"issues": "https://github.com/webmozarts/assert/issues",
2022-07-17 22:26:35 +02:00
"source": "https://github.com/webmozarts/assert/tree/1.11.0"
2021-01-03 20:34:58 +01:00
},
2022-07-17 22:26:35 +02:00
"time": "2022-06-03T18:03:27+00:00"
2019-02-23 16:49:38 +01:00
}
],
"packages-dev": [
2019-09-23 13:29:51 +02:00
{
"name": "amphp/amp",
2022-03-04 12:16:13 +01:00
"version": "v2.6.2",
2019-09-23 13:29:51 +02:00
"source": {
"type": "git",
"url": "https://github.com/amphp/amp.git",
2022-03-04 12:16:13 +01:00
"reference": "9d5100cebffa729aaffecd3ad25dc5aeea4f13bb"
2019-09-23 13:29:51 +02:00
},
"dist": {
"type": "zip",
2022-03-04 12:16:13 +01:00
"url": "https://api.github.com/repos/amphp/amp/zipball/9d5100cebffa729aaffecd3ad25dc5aeea4f13bb",
"reference": "9d5100cebffa729aaffecd3ad25dc5aeea4f13bb",
2019-09-23 13:29:51 +02:00
"shasum": ""
},
"require": {
2021-10-02 18:36:29 +02:00
"php": ">=7.1"
2019-09-23 13:29:51 +02:00
},
"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",
2021-10-02 18:36:29 +02:00
"phpunit/phpunit": "^7 | ^8 | ^9",
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": {
"files": [
"lib/functions.php",
"lib/Internal/functions.php"
2022-03-04 12:16:13 +01:00
],
"psr-4": {
"Amp\\": "lib"
}
2019-09-23 13:29:51 +02:00
},
"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.",
2022-03-04 12:16:13 +01:00
"homepage": "https://amphp.org/amp",
2019-09-23 13:29:51 +02:00
"keywords": [
"async",
"asynchronous",
"awaitable",
"concurrency",
"event",
"event-loop",
"future",
"non-blocking",
"promise"
],
2021-01-03 20:34:58 +01:00
"support": {
"irc": "irc://irc.freenode.org/amphp",
"issues": "https://github.com/amphp/amp/issues",
2022-03-04 12:16:13 +01:00
"source": "https://github.com/amphp/amp/tree/v2.6.2"
2021-01-03 20:34:58 +01:00
},
2020-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2022-03-04 12:16:13 +01:00
"time": "2022-02-20T17:52:18+00:00"
2019-09-23 13:29:51 +02:00
},
{
"name": "amphp/byte-stream",
2021-06-09 08:45:34 +02:00
"version": "v1.8.1",
2019-09-23 13:29:51 +02:00
"source": {
"type": "git",
"url": "https://github.com/amphp/byte-stream.git",
2021-06-09 08:45:34 +02:00
"reference": "acbd8002b3536485c997c4e019206b3f10ca15bd"
2019-09-23 13:29:51 +02:00
},
"dist": {
"type": "zip",
2021-06-09 08:45:34 +02:00
"url": "https://api.github.com/repos/amphp/byte-stream/zipball/acbd8002b3536485c997c4e019206b3f10ca15bd",
"reference": "acbd8002b3536485c997c4e019206b3f10ca15bd",
2019-09-23 13:29:51 +02:00
"shasum": ""
},
"require": {
2020-07-30 17:13:16 +02:00
"amphp/amp": "^2",
"php": ">=7.1"
2019-09-23 13:29:51 +02:00
},
"require-dev": {
"amphp/php-cs-fixer-config": "dev-master",
2020-07-30 17:13:16 +02:00
"amphp/phpunit-util": "^1.4",
2019-09-23 13:29:51 +02:00
"friendsofphp/php-cs-fixer": "^2.3",
2020-04-04 19:35:02 +02:00
"jetbrains/phpstorm-stubs": "^2019.3",
"phpunit/phpunit": "^6 || ^7 || ^8",
2020-07-30 17:13:16 +02:00
"psalm/phar": "^3.11.4"
2019-09-23 13:29:51 +02:00
},
"type": "library",
2020-04-04 19:35:02 +02:00
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
2019-09-23 13:29:51 +02:00
"autoload": {
"files": [
"lib/functions.php"
2022-03-04 12:16:13 +01:00
],
"psr-4": {
"Amp\\ByteStream\\": "lib"
}
2019-09-23 13:29:51 +02:00
},
"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"
],
2021-01-03 20:34:58 +01:00
"support": {
"irc": "irc://irc.freenode.org/amphp",
"issues": "https://github.com/amphp/byte-stream/issues",
2021-06-09 08:45:34 +02:00
"source": "https://github.com/amphp/byte-stream/tree/v1.8.1"
2021-01-03 20:34:58 +01:00
},
2021-06-09 08:45:34 +02:00
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
"time": "2021-03-30T17:13:30+00:00"
2019-09-23 13:29:51 +02:00
},
2022-01-19 19:35:45 +01:00
{
"name": "composer/pcre",
2022-09-18 18:19:47 +02:00
"version": "3.0.0",
2022-01-19 19:35:45 +01:00
"source": {
"type": "git",
"url": "https://github.com/composer/pcre.git",
2022-09-18 18:19:47 +02:00
"reference": "e300eb6c535192decd27a85bc72a9290f0d6b3bd"
2022-01-19 19:35:45 +01:00
},
"dist": {
"type": "zip",
2022-09-18 18:19:47 +02:00
"url": "https://api.github.com/repos/composer/pcre/zipball/e300eb6c535192decd27a85bc72a9290f0d6b3bd",
"reference": "e300eb6c535192decd27a85bc72a9290f0d6b3bd",
2022-01-19 19:35:45 +01:00
"shasum": ""
},
"require": {
2022-09-18 18:19:47 +02:00
"php": "^7.4 || ^8.0"
2022-01-19 19:35:45 +01:00
},
"require-dev": {
2022-03-04 12:16:13 +01:00
"phpstan/phpstan": "^1.3",
2022-01-19 19:35:45 +01:00
"phpstan/phpstan-strict-rules": "^1.1",
2022-03-04 12:16:13 +01:00
"symfony/phpunit-bridge": "^5"
2022-01-19 19:35:45 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-09-18 18:19:47 +02:00
"dev-main": "3.x-dev"
2022-01-19 19:35:45 +01:00
}
},
"autoload": {
"psr-4": {
"Composer\\Pcre\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "PCRE wrapping library that offers type-safe preg_* replacements.",
"keywords": [
"PCRE",
"preg",
"regex",
"regular expression"
],
"support": {
"issues": "https://github.com/composer/pcre/issues",
2022-09-18 18:19:47 +02:00
"source": "https://github.com/composer/pcre/tree/3.0.0"
2022-01-19 19:35:45 +01: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"
}
],
2022-09-18 18:19:47 +02:00
"time": "2022-02-25T20:21:48+00:00"
2022-01-19 19:35:45 +01:00
},
2020-01-05 14:29:19 +01:00
{
"name": "composer/semver",
2022-07-17 22:26:35 +02:00
"version": "3.3.2",
2020-01-05 14:29:19 +01:00
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
2022-07-17 22:26:35 +02:00
"reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9"
2020-01-05 14:29:19 +01:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/composer/semver/zipball/3953f23262f2bff1919fc82183ad9acb13ff62c9",
"reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9",
2020-01-05 14:29:19 +01:00
"shasum": ""
},
"require": {
2021-01-03 20:34:58 +01:00
"php": "^5.3.2 || ^7.0 || ^8.0"
2020-01-05 14:29:19 +01:00
},
"require-dev": {
2022-03-04 12:16:13 +01:00
"phpstan/phpstan": "^1.4",
2021-01-03 20:34:58 +01:00
"symfony/phpunit-bridge": "^4.2 || ^5"
2020-01-05 14:29:19 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-01-03 20:34:58 +01:00
"dev-main": "3.x-dev"
2020-01-05 14:29:19 +01:00
}
},
"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"
],
2021-01-03 20:34:58 +01:00
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/semver/issues",
2022-07-17 22:26:35 +02:00
"source": "https://github.com/composer/semver/tree/3.3.2"
2021-01-03 20:34:58 +01:00
},
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"
}
],
2022-07-17 22:26:35 +02:00
"time": "2022-04-01T19:23:25+00:00"
2020-01-05 14:29:19 +01:00
},
2019-09-23 13:29:51 +02:00
{
"name": "composer/xdebug-handler",
2022-03-04 12:16:13 +01:00
"version": "3.0.3",
2019-09-23 13:29:51 +02:00
"source": {
"type": "git",
"url": "https://github.com/composer/xdebug-handler.git",
2022-03-04 12:16:13 +01:00
"reference": "ced299686f41dce890debac69273b47ffe98a40c"
2019-09-23 13:29:51 +02:00
},
"dist": {
"type": "zip",
2022-03-04 12:16:13 +01:00
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c",
"reference": "ced299686f41dce890debac69273b47ffe98a40c",
2019-09-23 13:29:51 +02:00
"shasum": ""
},
"require": {
2022-03-04 12:16:13 +01:00
"composer/pcre": "^1 || ^2 || ^3",
2022-01-19 19:35:45 +01:00
"php": "^7.2.5 || ^8.0",
2021-10-02 19:36:17 +02:00
"psr/log": "^1 || ^2 || ^3"
2019-09-23 13:29:51 +02:00
},
"require-dev": {
2022-01-19 19:35:45 +01:00
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-strict-rules": "^1.1",
"symfony/phpunit-bridge": "^6.0"
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"
],
2021-01-03 20:34:58 +01:00
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/xdebug-handler/issues",
2022-03-04 12:16:13 +01:00
"source": "https://github.com/composer/xdebug-handler/tree/3.0.3"
2021-01-03 20:34:58 +01:00
},
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"
}
],
2022-03-04 12:16:13 +01:00
"time": "2022-02-25T21:32:43+00:00"
2019-09-23 13:29:51 +02:00
},
2019-10-20 14:35:19 +02:00
{
"name": "dama/doctrine-test-bundle",
2022-07-17 22:29:42 +02:00
"version": "v7.1.1",
2019-10-20 14:35:19 +02:00
"source": {
"type": "git",
"url": "https://github.com/dmaicher/doctrine-test-bundle.git",
2022-07-17 22:29:42 +02:00
"reference": "279a554556bed387a6aaae0c13cc982d4874773b"
2019-10-20 14:35:19 +02:00
},
"dist": {
"type": "zip",
2022-07-17 22:29:42 +02:00
"url": "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/279a554556bed387a6aaae0c13cc982d4874773b",
"reference": "279a554556bed387a6aaae0c13cc982d4874773b",
2019-10-20 14:35:19 +02:00
"shasum": ""
},
"require": {
2022-07-17 22:29:42 +02:00
"doctrine/dbal": "^3.3",
"doctrine/doctrine-bundle": "^2.2.2",
2022-03-04 12:16:13 +01:00
"ext-json": "*",
2022-07-17 22:29:42 +02:00
"php": "^7.3 || ^8.0",
2022-01-19 19:35:45 +01:00
"psr/cache": "^1.0 || ^2.0 || ^3.0",
2022-07-17 22:29:42 +02:00
"symfony/cache": "^4.4 || ^5.4 || ^6.0",
"symfony/framework-bundle": "^4.4 || ^5.4 || ^6.0"
2019-10-20 14:35:19 +02:00
},
"require-dev": {
2021-01-03 20:34:58 +01:00
"behat/behat": "^3.0",
2022-01-19 19:35:45 +01:00
"doctrine/cache": "^1.12",
"phpstan/phpstan": "^1.2",
2022-07-17 22:29:42 +02:00
"phpunit/phpunit": "^8.0 || ^9.0",
"symfony/phpunit-bridge": "^6.0",
"symfony/process": "^4.4 || ^5.4 || ^6.0",
"symfony/yaml": "^4.4 || ^5.4 || ^6.0"
2019-10-20 14:35:19 +02:00
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
2022-07-17 22:29:42 +02:00
"dev-master": "7.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"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/dmaicher/doctrine-test-bundle/issues",
2022-07-17 22:29:42 +02:00
"source": "https://github.com/dmaicher/doctrine-test-bundle/tree/v7.1.1"
2021-01-03 20:34:58 +01:00
},
2022-07-17 22:29:42 +02:00
"time": "2022-07-01T12:06:31+00:00"
2019-10-20 14:35:19 +02:00
},
2020-09-03 11:19:01 +02: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",
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/dnoegel/php-xdg-base-dir/issues",
"source": "https://github.com/dnoegel/php-xdg-base-dir/tree/v0.1.1"
},
2020-09-03 11:19:01 +02:00
"time": "2019-12-04T15:06:13+00:00"
},
2019-10-20 14:35:19 +02:00
{
"name": "doctrine/data-fixtures",
2022-07-17 22:26:35 +02:00
"version": "1.5.3",
2019-10-20 14:35:19 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/data-fixtures.git",
2022-07-17 22:26:35 +02:00
"reference": "ba37bfb776de763c5bf04a36d074cd5f5a083c42"
2019-10-20 14:35:19 +02:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/ba37bfb776de763c5bf04a36d074cd5f5a083c42",
"reference": "ba37bfb776de763c5bf04a36d074cd5f5a083c42",
2019-10-20 14:35:19 +02:00
"shasum": ""
},
"require": {
2020-09-03 11:19:01 +02:00
"doctrine/common": "^2.13|^3.0",
2022-07-17 22:26:35 +02:00
"doctrine/persistence": "^1.3.3|^2.0|^3.0",
2020-05-26 18:32:23 +02:00
"php": "^7.2 || ^8.0"
2019-10-20 14:35:19 +02:00
},
"conflict": {
2022-03-04 12:16:13 +01:00
"doctrine/dbal": "<2.13",
2019-10-20 14:35:19 +02:00
"doctrine/phpcr-odm": "<1.3.0"
},
"require-dev": {
2022-01-19 19:35:45 +01:00
"doctrine/coding-standard": "^9.0",
2022-03-04 12:16:13 +01:00
"doctrine/dbal": "^2.13 || ^3.0",
2020-09-03 11:19:01 +02:00
"doctrine/mongodb-odm": "^1.3.0 || ^2.0.0",
2020-01-16 20:38:39 +01:00
"doctrine/orm": "^2.7.0",
2021-03-14 18:43:09 +01:00
"ext-sqlite3": "*",
2022-07-17 22:26:35 +02:00
"jangregor/phpstan-prophecy": "^1",
"phpstan/phpstan": "^1.5",
"phpunit/phpunit": "^8.5 || ^9.5",
2022-03-04 12:16:13 +01:00
"symfony/cache": "^5.0 || ^6.0",
"vimeo/psalm": "^4.10"
2019-10-20 14:35:19 +02:00
},
"suggest": {
2020-09-03 11:19:01 +02:00
"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",
"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",
2022-03-04 12:16:13 +01:00
"homepage": "https://www.doctrine-project.org",
2019-10-20 14:35:19 +02:00
"keywords": [
"database"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/doctrine/data-fixtures/issues",
2022-07-17 22:26:35 +02:00
"source": "https://github.com/doctrine/data-fixtures/tree/1.5.3"
2021-01-03 20:34:58 +01:00
},
2020-09-03 11:19:01 +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%2Fdata-fixtures",
"type": "tidelift"
}
],
2022-07-17 22:26:35 +02:00
"time": "2022-04-19T10:01:44+00:00"
2019-10-20 14:35:19 +02:00
},
{
"name": "doctrine/doctrine-fixtures-bundle",
2022-07-17 22:26:35 +02:00
"version": "3.4.2",
2019-10-20 14:35:19 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
2022-07-17 22:26:35 +02:00
"reference": "601988c5b46dbd20a0f886f967210aba378a6fd5"
2019-10-20 14:35:19 +02:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/601988c5b46dbd20a0f886f967210aba378a6fd5",
"reference": "601988c5b46dbd20a0f886f967210aba378a6fd5",
2019-10-20 14:35:19 +02:00
"shasum": ""
},
"require": {
"doctrine/data-fixtures": "^1.3",
2019-11-16 17:59:32 +01:00
"doctrine/doctrine-bundle": "^1.11|^2.0",
2019-10-20 14:35:19 +02:00
"doctrine/orm": "^2.6.0",
2022-07-17 22:26:35 +02:00
"doctrine/persistence": "^1.3.7|^2.0|^3.0",
2020-09-03 11:19:01 +02:00
"php": "^7.1 || ^8.0",
2022-01-19 19:35:45 +01:00
"symfony/config": "^3.4|^4.3|^5.0|^6.0",
"symfony/console": "^3.4|^4.3|^5.0|^6.0",
"symfony/dependency-injection": "^3.4.47|^4.3|^5.0|^6.0",
"symfony/doctrine-bridge": "^3.4|^4.1|^5.0|^6.0",
"symfony/http-kernel": "^3.4|^4.3|^5.0|^6.0"
2019-10-20 14:35:19 +02:00
},
"require-dev": {
2022-07-17 22:26:35 +02:00
"doctrine/coding-standard": "^9",
"phpstan/phpstan": "^1.4.10",
"phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20",
"symfony/phpunit-bridge": "^6.0.8",
"vimeo/psalm": "^4.22"
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": [
{
2019-11-16 17:59:32 +01:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2019-10-20 14:35:19 +02:00
},
{
"name": "Doctrine Project",
2022-07-17 22:26:35 +02:00
"homepage": "https://www.doctrine-project.org"
2019-10-20 14:35:19 +02:00
},
{
2019-11-16 17:59:32 +01:00
"name": "Symfony Community",
2022-07-17 22:26:35 +02:00
"homepage": "https://symfony.com/contributors"
2019-10-20 14:35:19 +02:00
}
],
"description": "Symfony DoctrineFixturesBundle",
2022-07-17 22:26:35 +02:00
"homepage": "https://www.doctrine-project.org",
2019-10-20 14:35:19 +02:00
"keywords": [
"Fixture",
"persistence"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/doctrine/DoctrineFixturesBundle/issues",
2022-07-17 22:26:35 +02:00
"source": "https://github.com/doctrine/DoctrineFixturesBundle/tree/3.4.2"
2021-01-03 20:34:58 +01:00
},
2020-09-03 11:19:01 +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%2Fdoctrine-fixtures-bundle",
"type": "tidelift"
}
],
2022-07-17 22:26:35 +02:00
"time": "2022-04-28T17:58:29+00:00"
2019-10-20 14:35:19 +02:00
},
2020-04-06 18:26:42 +02:00
{
"name": "ekino/phpstan-banned-code",
2022-03-04 12:22:51 +01:00
"version": "v1.0.0",
2020-04-06 18:26:42 +02:00
"source": {
"type": "git",
"url": "https://github.com/ekino/phpstan-banned-code.git",
2022-03-04 12:22:51 +01:00
"reference": "4f0d7c8a0c9f5d222ffc24234aa6c5b3b71bf4c3"
2020-04-06 18:26:42 +02:00
},
"dist": {
"type": "zip",
2022-03-04 12:22:51 +01:00
"url": "https://api.github.com/repos/ekino/phpstan-banned-code/zipball/4f0d7c8a0c9f5d222ffc24234aa6c5b3b71bf4c3",
"reference": "4f0d7c8a0c9f5d222ffc24234aa6c5b3b71bf4c3",
2020-04-06 18:26:42 +02:00
"shasum": ""
},
"require": {
2022-03-04 12:22:51 +01:00
"php": "^7.3 || ^8.0",
"phpstan/phpstan": "^1.0"
2020-04-06 18:26:42 +02:00
},
"require-dev": {
2021-10-02 19:36:17 +02:00
"ergebnis/composer-normalize": "^2.6",
2022-03-04 12:22:51 +01:00
"friendsofphp/php-cs-fixer": "^3.0",
2020-04-06 18:26:42 +02:00
"nikic/php-parser": "^4.3",
2022-03-04 12:22:51 +01:00
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^9.5",
2021-10-02 19:36:17 +02:00
"symfony/var-dumper": "^5.0"
2020-04-06 18:26:42 +02:00
},
"type": "phpstan-extension",
"extra": {
"branch-alias": {
2022-03-04 12:22:51 +01:00
"dev-master": "1.0-dev"
2020-04-06 18:26:42 +02:00
},
"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"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/ekino/phpstan-banned-code/issues",
2022-03-04 12:22:51 +01:00
"source": "https://github.com/ekino/phpstan-banned-code/tree/v1.0.0"
2021-01-03 20:34:58 +01:00
},
2022-03-04 12:22:51 +01:00
"time": "2021-11-02T08:37:34+00:00"
2020-04-06 18:26:42 +02:00
},
2019-09-23 13:29:51 +02:00
{
"name": "felixfbecker/advanced-json-rpc",
2021-10-02 18:36:29 +02:00
"version": "v3.2.1",
2019-09-23 13:29:51 +02:00
"source": {
"type": "git",
"url": "https://github.com/felixfbecker/php-advanced-json-rpc.git",
2021-10-02 18:36:29 +02:00
"reference": "b5f37dbff9a8ad360ca341f3240dc1c168b45447"
2019-09-23 13:29:51 +02:00
},
"dist": {
"type": "zip",
2021-10-02 18:36:29 +02:00
"url": "https://api.github.com/repos/felixfbecker/php-advanced-json-rpc/zipball/b5f37dbff9a8ad360ca341f3240dc1c168b45447",
"reference": "b5f37dbff9a8ad360ca341f3240dc1c168b45447",
2019-09-23 13:29:51 +02:00
"shasum": ""
},
"require": {
2021-10-02 18:36:29 +02:00
"netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0",
2021-03-14 18:43:09 +01:00
"php": "^7.1 || ^8.0",
"phpdocumentor/reflection-docblock": "^4.3.4 || ^5.0.0"
2019-09-23 13:29:51 +02:00
},
"require-dev": {
2021-03-14 18:43:09 +01:00
"phpunit/phpunit": "^7.0 || ^8.0"
2019-09-23 13:29:51 +02:00
},
"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",
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/felixfbecker/php-advanced-json-rpc/issues",
2021-10-02 18:36:29 +02:00
"source": "https://github.com/felixfbecker/php-advanced-json-rpc/tree/v3.2.1"
2021-01-03 20:34:58 +01:00
},
2021-10-02 18:36:29 +02:00
"time": "2021-06-11T22:34:44+00:00"
2019-09-23 13:29:51 +02:00
},
{
"name": "felixfbecker/language-server-protocol",
2022-07-17 22:26:35 +02:00
"version": "v1.5.2",
2019-09-23 13:29:51 +02:00
"source": {
"type": "git",
"url": "https://github.com/felixfbecker/php-language-server-protocol.git",
2022-07-17 22:26:35 +02:00
"reference": "6e82196ffd7c62f7794d778ca52b69feec9f2842"
2019-09-23 13:29:51 +02:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/felixfbecker/php-language-server-protocol/zipball/6e82196ffd7c62f7794d778ca52b69feec9f2842",
"reference": "6e82196ffd7c62f7794d778ca52b69feec9f2842",
2019-09-23 13:29:51 +02:00
"shasum": ""
},
"require": {
2021-01-03 20:34:58 +01:00
"php": ">=7.1"
2019-09-23 13:29:51 +02:00
},
"require-dev": {
"phpstan/phpstan": "*",
2021-01-03 20:34:58 +01:00
"squizlabs/php_codesniffer": "^3.1",
"vimeo/psalm": "^4.0"
2019-09-23 13:29:51 +02:00
},
"type": "library",
2021-01-03 20:34:58 +01:00
"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"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/felixfbecker/php-language-server-protocol/issues",
2022-07-17 22:26:35 +02:00
"source": "https://github.com/felixfbecker/php-language-server-protocol/tree/v1.5.2"
2021-01-03 20:34:58 +01:00
},
2022-07-17 22:26:35 +02:00
"time": "2022-03-02T22:36:06+00:00"
2019-09-23 13:29:51 +02:00
},
{
"name": "netresearch/jsonmapper",
2021-10-02 18:36:29 +02:00
"version": "v4.0.0",
2019-09-23 13:29:51 +02:00
"source": {
"type": "git",
"url": "https://github.com/cweiske/jsonmapper.git",
2021-10-02 18:36:29 +02:00
"reference": "8bbc021a8edb2e4a7ea2f8ad4fa9ec9dce2fcb8d"
2019-09-23 13:29:51 +02:00
},
"dist": {
"type": "zip",
2021-10-02 18:36:29 +02:00
"url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/8bbc021a8edb2e4a7ea2f8ad4fa9ec9dce2fcb8d",
"reference": "8bbc021a8edb2e4a7ea2f8ad4fa9ec9dce2fcb8d",
2019-09-23 13:29:51 +02:00
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-pcre": "*",
"ext-reflection": "*",
"ext-spl": "*",
2021-10-02 18:36:29 +02:00
"php": ">=7.1"
2019-09-23 13:29:51 +02:00
},
"require-dev": {
2021-10-02 18:36:29 +02:00
"phpunit/phpunit": "~7.5 || ~8.0 || ~9.0",
2020-04-28 16:39:48 +02:00
"squizlabs/php_codesniffer": "~3.5"
2019-09-23 13:29:51 +02:00
},
"type": "library",
"autoload": {
"psr-0": {
"JsonMapper": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"OSL-3.0"
],
"authors": [
{
"name": "Christian Weiske",
"email": "cweiske@cweiske.de",
2020-04-24 22:10:49 +02:00
"homepage": "http://github.com/cweiske/jsonmapper/",
"role": "Developer"
2019-09-23 13:29:51 +02:00
}
],
"description": "Map nested JSON structures onto PHP classes",
2021-01-03 20:34:58 +01:00
"support": {
"email": "cweiske@cweiske.de",
"issues": "https://github.com/cweiske/jsonmapper/issues",
2021-10-02 18:36:29 +02:00
"source": "https://github.com/cweiske/jsonmapper/tree/v4.0.0"
2021-01-03 20:34:58 +01:00
},
2021-10-02 18:36:29 +02:00
"time": "2020-12-01T19:48:11+00:00"
2020-01-09 19:37:04 +01:00
},
2020-01-05 14:29:19 +01:00
{
2021-10-02 19:36:17 +02:00
"name": "openlss/lib-array2xml",
"version": "1.0.0",
2020-01-05 14:29:19 +01:00
"source": {
"type": "git",
2021-10-02 19:36:17 +02:00
"url": "https://github.com/nullivex/lib-array2xml.git",
"reference": "a91f18a8dfc69ffabe5f9b068bc39bb202c81d90"
2020-01-05 14:29:19 +01:00
},
"dist": {
"type": "zip",
2021-10-02 19:36:17 +02:00
"url": "https://api.github.com/repos/nullivex/lib-array2xml/zipball/a91f18a8dfc69ffabe5f9b068bc39bb202c81d90",
"reference": "a91f18a8dfc69ffabe5f9b068bc39bb202c81d90",
2020-01-05 14:29:19 +01:00
"shasum": ""
},
"require": {
2021-10-02 19:36:17 +02:00
"php": ">=5.3.2"
2020-01-05 14:29:19 +01:00
},
"type": "library",
"autoload": {
2021-10-02 19:36:17 +02:00
"psr-0": {
"LSS": ""
}
2020-01-05 14:29:19 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2021-10-02 19:36:17 +02:00
"Apache-2.0"
2020-01-05 14:29:19 +01:00
],
"authors": [
{
2021-10-02 19:36:17 +02:00
"name": "Bryan Tong",
"email": "bryan@nullivex.com",
"homepage": "https://www.nullivex.com"
2020-01-05 14:29:19 +01:00
},
{
2021-10-02 19:36:17 +02:00
"name": "Tony Butler",
"email": "spudz76@gmail.com",
"homepage": "https://www.nullivex.com"
2020-01-05 14:29:19 +01:00
}
],
2021-10-02 19:36:17 +02:00
"description": "Array2XML conversion library credit to lalit.org",
"homepage": "https://www.nullivex.com",
2020-01-05 14:29:19 +01:00
"keywords": [
2021-10-02 19:36:17 +02:00
"array",
"array conversion",
"xml",
"xml conversion"
2020-01-05 14:29:19 +01:00
],
2021-01-03 20:34:58 +01:00
"support": {
2021-10-02 19:36:17 +02:00
"issues": "https://github.com/nullivex/lib-array2xml/issues",
"source": "https://github.com/nullivex/lib-array2xml/tree/master"
2021-01-03 20:34:58 +01:00
},
2019-09-23 13:29:51 +02:00
"time": "2019-03-29T20:06:56+00:00"
},
2020-02-01 17:00:03 +01:00
{
"name": "phpstan/extension-installer",
2021-01-03 20:34:58 +01:00
"version": "1.1.0",
2020-02-01 17:00:03 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/extension-installer.git",
2021-01-03 20:34:58 +01:00
"reference": "66c7adc9dfa38b6b5838a9fb728b68a7d8348051"
2020-02-01 17:00:03 +01:00
},
"dist": {
"type": "zip",
2021-01-03 20:34:58 +01:00
"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",
2020-09-03 11:19:01 +02:00
"php": "^7.1 || ^8.0",
2020-02-01 17:00:03 +01:00
"phpstan/phpstan": ">=0.11.6"
},
"require-dev": {
"composer/composer": "^1.8",
2021-01-03 20:34:58 +01:00
"phing/phing": "^2.16.3",
2020-09-03 11:19:01 +02:00
"php-parallel-lint/php-parallel-lint": "^1.2.0",
2021-01-03 20:34:58 +01:00
"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",
2021-01-03 20:34:58 +01:00
"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"
2020-09-03 11:19:01 +02:00
},
2020-02-01 17:00:03 +01:00
{
"name": "phpstan/phpstan",
2022-09-25 15:51:16 +02:00
"version": "1.8.6",
2020-02-01 17:00:03 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
2022-09-25 15:51:16 +02:00
"reference": "c386ab2741e64cc9e21729f891b28b2b10fe6618"
2020-02-01 17:00:03 +01:00
},
"dist": {
"type": "zip",
2022-09-25 15:51:16 +02:00
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/c386ab2741e64cc9e21729f891b28b2b10fe6618",
"reference": "c386ab2741e64cc9e21729f891b28b2b10fe6618",
2020-02-01 17:00:03 +01:00
"shasum": ""
},
"require": {
2022-07-17 22:26:35 +02:00
"php": "^7.2|^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",
"autoload": {
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHPStan - PHP Static Analysis Tool",
2022-09-07 21:52:13 +02:00
"keywords": [
"dev",
"static analysis"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
2022-09-25 15:51:16 +02:00
"source": "https://github.com/phpstan/phpstan/tree/1.8.6"
2021-01-03 20:34:58 +01:00
},
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://github.com/ondrejmirtes",
"type": "github"
},
2021-10-02 18:36:29 +02:00
{
"url": "https://github.com/phpstan",
"type": "github"
},
2020-07-30 17:13:16 +02:00
{
"url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
"type": "tidelift"
}
],
2022-09-25 15:51:16 +02:00
"time": "2022-09-23T09:54:39+00:00"
2020-02-01 17:00:03 +01:00
},
{
"name": "phpstan/phpstan-doctrine",
2022-10-03 23:09:50 +02:00
"version": "1.3.15",
2020-02-01 17:00:03 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
2022-10-03 23:09:50 +02:00
"reference": "93fe8c18ee955009e2033efeb64284b4e4df66a0"
2020-02-01 17:00:03 +01:00
},
"dist": {
"type": "zip",
2022-10-03 23:09:50 +02:00
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/93fe8c18ee955009e2033efeb64284b4e4df66a0",
"reference": "93fe8c18ee955009e2033efeb64284b4e4df66a0",
2020-02-01 17:00:03 +01:00
"shasum": ""
},
"require": {
2022-07-17 22:26:35 +02:00
"php": "^7.2 || ^8.0",
2022-10-03 23:09:50 +02:00
"phpstan/phpstan": "^1.8.6"
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": {
2021-01-03 20:34:58 +01:00
"doctrine/annotations": "^1.11.0",
2021-03-14 18:43:09 +01:00
"doctrine/collections": "^1.6",
2020-06-13 16:09:06 +02:00
"doctrine/common": "^2.7 || ^3.0",
2022-07-17 22:26:35 +02:00
"doctrine/dbal": "^2.13.8 || ^3.3.3",
2022-03-04 12:22:51 +01:00
"doctrine/lexer": "^1.2.1",
2020-06-13 16:09:06 +02:00
"doctrine/mongodb-odm": "^1.3 || ^2.1",
2022-03-04 12:22:51 +01:00
"doctrine/orm": "^2.11.0",
"doctrine/persistence": "^1.3.8 || ^2.2.1",
2022-09-07 21:52:13 +02:00
"gedmo/doctrine-extensions": "^3.8",
2021-10-02 18:36:29 +02:00
"nesbot/carbon": "^2.49",
2022-03-04 12:22:51 +01:00
"nikic/php-parser": "^4.13.2",
2021-01-03 20:34:58 +01:00
"php-parallel-lint/php-parallel-lint": "^1.2",
2022-03-04 12:22:51 +01:00
"phpstan/phpstan-phpunit": "^1.0",
"phpstan/phpstan-strict-rules": "^1.0",
"phpunit/phpunit": "^9.5.10",
"ramsey/uuid-doctrine": "^1.5.0",
"symfony/cache": "^4.4.35"
2020-02-01 17:00:03 +01:00
},
"type": "phpstan-extension",
"extra": {
"phpstan": {
"includes": [
"extension.neon",
"rules.neon"
]
}
},
"autoload": {
"psr-4": {
"PHPStan\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Doctrine extensions for PHPStan",
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/phpstan/phpstan-doctrine/issues",
2022-10-03 23:09:50 +02:00
"source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.15"
2021-01-03 20:34:58 +01:00
},
2022-10-03 23:09:50 +02:00
"time": "2022-09-29T20:11:01+00:00"
2020-02-01 17:00:03 +01:00
},
{
"name": "phpstan/phpstan-symfony",
2022-09-07 21:52:13 +02:00
"version": "1.2.13",
2020-02-01 17:00:03 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-symfony.git",
2022-09-07 21:52:13 +02:00
"reference": "016e441a19a2af79ca0c60920ba0d61747b4e855"
2020-02-01 17:00:03 +01:00
},
"dist": {
"type": "zip",
2022-09-07 21:52:13 +02:00
"url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/016e441a19a2af79ca0c60920ba0d61747b4e855",
"reference": "016e441a19a2af79ca0c60920ba0d61747b4e855",
2020-02-01 17:00:03 +01:00
"shasum": ""
},
"require": {
"ext-simplexml": "*",
2022-07-17 22:26:35 +02:00
"php": "^7.2 || ^8.0",
2022-07-24 01:26:22 +02:00
"phpstan/phpstan": "^1.8.2"
2020-02-01 17:00:03 +01:00
},
"conflict": {
"symfony/framework-bundle": "<3.0"
},
"require-dev": {
2022-03-04 12:22:51 +01:00
"nikic/php-parser": "^4.13.0",
2021-01-03 20:34:58 +01:00
"php-parallel-lint/php-parallel-lint": "^1.2",
2022-03-04 12:22:51 +01:00
"phpstan/phpstan-phpunit": "^1.0",
"phpstan/phpstan-strict-rules": "^1.0",
2021-06-09 08:45:34 +02:00
"phpunit/phpunit": "^9.5",
2022-03-04 12:22:51 +01:00
"psr/container": "1.0 || 1.1.1",
2022-09-07 21:52:13 +02:00
"symfony/config": "^5.4 || ^6.1",
"symfony/console": "^5.4 || ^6.1",
"symfony/dependency-injection": "^5.4 || ^6.1",
"symfony/form": "^5.4 || ^6.1",
"symfony/framework-bundle": "^5.4 || ^6.1",
"symfony/http-foundation": "^5.4 || ^6.1",
"symfony/messenger": "^5.4",
2022-03-04 12:22:51 +01:00
"symfony/polyfill-php80": "^1.24",
2022-09-07 21:52:13 +02:00
"symfony/serializer": "^5.4"
2020-02-01 17:00:03 +01:00
},
"type": "phpstan-extension",
"extra": {
"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",
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/phpstan/phpstan-symfony/issues",
2022-09-07 21:52:13 +02:00
"source": "https://github.com/phpstan/phpstan-symfony/tree/1.2.13"
2021-01-03 20:34:58 +01:00
},
2022-09-07 21:52:13 +02:00
"time": "2022-08-28T13:34:45+00:00"
2020-02-01 17:00:03 +01:00
},
2020-03-29 23:13:25 +02:00
{
2021-10-02 21:04:31 +02:00
"name": "psalm/plugin-symfony",
2022-09-17 17:30:15 +02:00
"version": "v3.1.9",
2020-03-29 23:13:25 +02:00
"source": {
"type": "git",
2021-10-02 21:04:31 +02:00
"url": "https://github.com/psalm/psalm-plugin-symfony.git",
2022-09-17 17:30:15 +02:00
"reference": "b9511a3c4dd67131d2ae55f6d12b6c28ce56a561"
2020-03-29 23:13:25 +02:00
},
"dist": {
"type": "zip",
2022-09-17 17:30:15 +02:00
"url": "https://api.github.com/repos/psalm/psalm-plugin-symfony/zipball/b9511a3c4dd67131d2ae55f6d12b6c28ce56a561",
"reference": "b9511a3c4dd67131d2ae55f6d12b6c28ce56a561",
2020-03-29 23:13:25 +02:00
"shasum": ""
},
"require": {
2021-10-02 21:04:31 +02:00
"ext-simplexml": "*",
"php": "^7.1 || ^8.0",
2022-01-19 19:35:45 +01:00
"symfony/framework-bundle": "^4.0 || ^5.0 || ^6.0",
"vimeo/psalm": "^4.12"
2020-03-29 23:13:25 +02:00
},
"require-dev": {
2022-03-04 12:16:13 +01:00
"doctrine/annotations": "^1.8",
2021-10-02 21:04:31 +02:00
"doctrine/orm": "^2.7",
"phpunit/phpunit": "~7.5 || ~9.5",
"symfony/cache-contracts": "^1.0 || ^2.0",
"symfony/console": "*",
2022-01-19 19:35:45 +01:00
"symfony/form": "^4.0 || ^5.0 || ^6.0",
"symfony/messenger": "^4.2 || ^5.0 || ^6.0",
"symfony/security-guard": "*",
"symfony/serializer": "^4.0 || ^5.0 || ^6.0",
2021-10-02 21:04:31 +02:00
"symfony/validator": "*",
"twig/twig": "^2.10 || ^3.0",
"weirdan/codeception-psalm-module": "^0.13.1"
2020-03-29 23:13:25 +02:00
},
2020-05-27 22:56:28 +02:00
"suggest": {
2021-10-02 21:04:31 +02:00
"weirdan/doctrine-psalm-plugin": "If Doctrine is used, it is recommended install this plugin"
2020-05-27 22:56:28 +02:00
},
2021-10-02 21:04:31 +02:00
"type": "psalm-plugin",
2020-03-29 23:13:25 +02:00
"extra": {
2021-10-02 21:04:31 +02:00
"psalm": {
"pluginClass": "Psalm\\SymfonyPsalmPlugin\\Plugin"
2020-03-29 23:13:25 +02:00
}
},
"autoload": {
2021-10-02 21:04:31 +02:00
"psr-4": {
"Psalm\\SymfonyPsalmPlugin\\": "src"
}
2020-03-29 23:13:25 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2021-10-02 21:04:31 +02:00
"MIT"
2020-03-29 23:13:25 +02:00
],
"authors": [
{
2021-10-02 21:04:31 +02:00
"name": "Farhad Safarov",
"email": "farhad.safarov@gmail.com"
2020-03-29 23:13:25 +02:00
}
],
2021-10-02 21:04:31 +02:00
"description": "Psalm Plugin for Symfony",
2021-01-03 20:34:58 +01:00
"support": {
2021-10-02 21:04:31 +02:00
"issues": "https://github.com/psalm/psalm-plugin-symfony/issues",
2022-09-17 17:30:15 +02:00
"source": "https://github.com/psalm/psalm-plugin-symfony/tree/v3.1.9"
2021-01-03 20:34:58 +01:00
},
2022-09-17 17:30:15 +02:00
"time": "2022-09-12T13:01:42+00:00"
2020-03-29 23:13:25 +02:00
},
2019-03-27 19:19:50 +01:00
{
2021-10-02 21:04:31 +02:00
"name": "roave/security-advisories",
2022-09-07 21:52:13 +02:00
"version": "dev-latest",
2019-03-27 19:19:50 +01:00
"source": {
"type": "git",
2021-10-02 21:04:31 +02:00
"url": "https://github.com/Roave/SecurityAdvisories.git",
2022-10-03 23:09:50 +02:00
"reference": "51ff2179e48fdb0d495649a9c0681f46de777f4e"
2019-03-27 19:19:50 +01:00
},
"dist": {
"type": "zip",
2022-10-03 23:09:50 +02:00
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/51ff2179e48fdb0d495649a9c0681f46de777f4e",
"reference": "51ff2179e48fdb0d495649a9c0681f46de777f4e",
2021-06-09 08:45:34 +02:00
"shasum": ""
},
"conflict": {
"3f/pygmentize": "<1.2",
2022-07-17 22:26:35 +02:00
"admidio/admidio": "<4.1.9",
2022-03-04 12:16:13 +01:00
"adodb/adodb-php": "<=5.20.20|>=5.21,<=5.21.3",
2022-09-07 21:52:13 +02:00
"aheinze/cockpit": "<=2.2.1",
2021-10-02 18:36:29 +02:00
"akaunting/akaunting": "<2.1.13",
2022-07-17 22:26:35 +02:00
"alextselegidis/easyappointments": "<=1.4.3",
2021-06-09 08:45:34 +02:00
"alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1",
"amazing/media2click": ">=1,<1.3.3",
"amphp/artax": "<1.0.6|>=2,<2.0.6",
"amphp/http": "<1.0.1",
"amphp/http-client": ">=4,<4.4",
2022-01-19 19:35:45 +01:00
"anchorcms/anchor-cms": "<=0.12.7",
2022-07-17 22:26:35 +02:00
"andreapollastri/cipi": "<=3.1.15",
2021-06-09 08:45:34 +02:00
"api-platform/core": ">=2.2,<2.2.10|>=2.3,<2.3.6",
2022-03-04 12:16:13 +01:00
"appwrite/server-ce": "<0.11.1|>=0.12,<0.12.2",
2022-01-19 19:35:45 +01:00
"area17/twill": "<1.2.5|>=2,<2.5.3",
2021-06-09 08:45:34 +02:00
"asymmetricrypt/asymmetricrypt": ">=0,<9.9.99",
2022-10-03 23:09:50 +02:00
"awesome-support/awesome-support": "<=6.0.7",
2021-06-09 08:45:34 +02:00
"aws/aws-sdk-php": ">=3,<3.2.1",
"bagisto/bagisto": "<0.1.5",
"barrelstrength/sprout-base-email": "<1.2.7",
"barrelstrength/sprout-forms": "<3.9",
2022-07-17 22:26:35 +02:00
"barryvdh/laravel-translation-manager": "<0.6.2",
2022-01-19 19:35:45 +01:00
"baserproject/basercms": "<4.5.4",
2021-10-02 18:36:29 +02:00
"billz/raspap-webgui": "<=2.6.6",
2021-06-09 08:45:34 +02:00
"bk2k/bootstrap-package": ">=7.1,<7.1.2|>=8,<8.0.8|>=9,<9.0.4|>=9.1,<9.1.3|>=10,<10.0.10|>=11,<11.0.3",
2022-07-17 22:26:35 +02:00
"bmarshall511/wordpress_zero_spam": "<5.2.13",
2021-06-09 08:45:34 +02:00
"bolt/bolt": "<3.7.2",
2022-07-17 22:26:35 +02:00
"bolt/core": "<=4.2",
2022-01-19 19:35:45 +01:00
"bottelet/flarepoint": "<2.2.1",
2021-06-09 08:45:34 +02:00
"brightlocal/phpwhois": "<=4.2.5",
2022-07-17 22:26:35 +02:00
"brotkrueml/codehighlight": "<2.7",
"brotkrueml/schema": "<1.13.1|>=2,<2.5.1",
"brotkrueml/typo3-matomo-integration": "<1.3.2",
2022-01-19 19:35:45 +01:00
"buddypress/buddypress": "<7.2.1",
2021-06-09 08:45:34 +02:00
"bugsnag/bugsnag-laravel": ">=2,<2.0.2",
2022-03-04 12:16:13 +01:00
"bytefury/crater": "<6.0.2",
2021-10-02 18:36:29 +02:00
"cachethq/cachet": "<2.5.1",
2022-07-17 22:26:35 +02:00
"cakephp/cakephp": "<3.10.3|>=4,<4.0.6",
2022-01-19 19:35:45 +01:00
"cardgate/magento2": "<2.0.33",
2021-06-09 08:45:34 +02:00
"cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
"cartalyst/sentry": "<=2.1.6",
2022-01-19 19:35:45 +01:00
"catfan/medoo": "<1.7.5",
2022-10-03 23:09:50 +02:00
"centreon/centreon": "<21.4.16|>=21.10,<21.10.8|>=22,<22.4.1",
2021-06-09 08:45:34 +02:00
"cesnet/simplesamlphp-module-proxystatistics": "<3.1",
2021-10-02 18:36:29 +02:00
"codeception/codeception": "<3.1.3|>=4,<4.1.22",
2021-06-09 08:45:34 +02:00
"codeigniter/framework": "<=3.0.6",
2022-03-04 12:16:13 +01:00
"codeigniter4/framework": "<4.1.9",
2022-09-07 21:52:13 +02:00
"codeigniter4/shield": "= 1.0.0-beta",
2021-10-02 18:36:29 +02:00
"codiad/codiad": "<=2.8.4",
2022-07-17 22:26:35 +02:00
"composer/composer": "<1.10.26|>=2-alpha.1,<2.2.12|>=2.3,<2.3.5",
2022-03-04 12:16:13 +01:00
"concrete5/concrete5": "<9",
2022-07-17 22:26:35 +02:00
"concrete5/core": "<8.5.8|>=9,<9.1",
2021-06-09 08:45:34 +02:00
"contao-components/mediaelement": ">=2.14.2,<2.21.1",
2022-07-17 22:26:35 +02:00
"contao/contao": ">=4,<4.4.56|>=4.5,<4.9.18|>=4.10,<4.11.7|>=4.13,<4.13.3",
2021-06-09 08:45:34 +02:00
"contao/core": ">=2,<3.5.39",
2022-07-17 22:26:35 +02:00
"contao/core-bundle": "<4.9.18|>=4.10,<4.11.7|>=4.13,<4.13.3|= 4.10.0",
2021-06-09 08:45:34 +02:00
"contao/listing-bundle": ">=4,<4.4.8",
2022-07-17 22:26:35 +02:00
"contao/managed-edition": "<=1.5",
2022-09-25 15:51:16 +02:00
"craftcms/cms": "<3.7.55.2|>= 4.0.0-RC1, < 4.2.1",
2021-10-02 18:36:29 +02:00
"croogo/croogo": "<3.0.7",
2022-07-17 22:26:35 +02:00
"cuyz/valinor": "<0.12",
"czproject/git-php": "<4.0.3",
"darylldoyle/safe-svg": "<1.9.10",
2021-06-09 08:45:34 +02:00
"datadog/dd-trace": ">=0.30,<0.30.2",
"david-garcia/phpwhois": "<=4.3.1",
"derhansen/sf_event_mgt": "<4.3.1|>=5,<5.1.1",
"directmailteam/direct-mail": "<5.2.4",
"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",
2022-01-19 19:35:45 +01:00
"doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2|>=3,<3.1.4",
2021-06-09 08:45:34 +02:00
"doctrine/doctrine-bundle": "<1.5.2",
"doctrine/doctrine-module": "<=0.7.1",
"doctrine/mongodb-odm": ">=1,<1.0.2",
2019-03-27 19:19:50 +01:00
"doctrine/mongodb-odm-bundle": ">=2,<3.0.1",
2021-06-09 08:45:34 +02:00
"doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1|>=2.8.3,<2.8.4",
2022-07-17 22:26:35 +02:00
"dolibarr/dolibarr": "<16|= 12.0.5|>= 3.3.beta1, < 13.0.2",
2022-10-03 23:09:50 +02:00
"dompdf/dompdf": "<2.0.1",
2022-07-26 21:26:30 +02:00
"drupal/core": ">=7,<7.91|>=8,<9.3.19|>=9.4,<9.4.3",
2021-10-02 18:36:29 +02:00
"drupal/drupal": ">=7,<7.80|>=8,<8.9.16|>=9,<9.1.12|>=9.2,<9.2.4",
2021-06-09 08:45:34 +02:00
"dweeves/magmi": "<=0.7.24",
2021-10-02 18:36:29 +02:00
"ecodev/newsletter": "<=4",
2022-07-17 22:26:35 +02:00
"ectouch/ectouch": "<=2.7.2",
"elefant/cms": "<1.3.13",
2022-01-19 19:35:45 +01:00
"elgg/elgg": "<3.3.24|>=4,<4.0.5",
2020-01-09 19:37:04 +01:00
"endroid/qr-code-bundle": "<3.4.2",
2022-03-04 12:16:13 +01:00
"enshrined/svg-sanitize": "<0.15",
2019-04-14 13:43:34 +02:00
"erusev/parsedown": "<1.7.2",
2021-10-02 18:36:29 +02:00
"ether/logs": "<3.0.4",
2022-09-17 17:30:15 +02:00
"exceedone/exment": "<4.4.3|>=5,<5.0.3",
"exceedone/laravel-admin": "= 3.0.0|<2.2.3",
2020-04-28 16:39:48 +02:00
"ezsystems/demobundle": ">=5.4,<5.4.6.1",
2021-01-03 20:34:58 +01:00
"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",
2021-10-02 18:36:29 +02:00
"ezsystems/ezplatform": "<=1.13.6|>=2,<=2.5.24",
2022-07-17 22:26:35 +02:00
"ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6|>=1.5,<1.5.27",
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",
2022-07-17 22:26:35 +02:00
"ezsystems/ezplatform-kernel": "<=1.2.5|>=1.3,<1.3.19",
2021-10-02 18:36:29 +02:00
"ezsystems/ezplatform-rest": ">=1.2,<=1.2.2|>=1.3,<1.3.8",
2022-01-19 19:35:45 +01:00
"ezsystems/ezplatform-richtext": ">=2.3,<=2.3.7",
2020-02-09 21:25:03 +01:00
"ezsystems/ezplatform-user": ">=1,<1.0.1",
2022-07-17 22:26:35 +02:00
"ezsystems/ezpublish-kernel": "<=6.13.8.1|>=7,<7.5.29",
2021-10-02 18:36:29 +02:00
"ezsystems/ezpublish-legacy": "<=2017.12.7.3|>=2018.6,<=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",
2022-01-19 19:35:45 +01:00
"facade/ignition": "<1.16.15|>=2,<2.4.2|>=2.5,<2.5.2",
2022-07-17 22:26:35 +02:00
"facturascripts/facturascripts": "<=2022.8",
2021-06-09 08:45:34 +02:00
"feehi/cms": "<=2.1.1",
2022-10-03 23:09:50 +02:00
"feehi/feehicms": "<=2.0.1.1",
2022-07-17 22:26:35 +02:00
"fenom/fenom": "<=2.12.1",
"filegator/filegator": "<7.8",
2019-03-27 19:19:50 +01:00
"firebase/php-jwt": "<2",
2021-06-09 08:45:34 +02:00
"flarum/core": ">=1,<=1.0.1",
2021-03-14 18:43:09 +01:00
"flarum/sticky": ">=0.1-beta.14,<=0.1-beta.15",
"flarum/tags": "<=0.1-beta.13",
2021-06-09 08:45:34 +02:00
"fluidtypo3/vhs": "<5.1.1",
2022-08-13 02:49:23 +02:00
"fof/byobu": ">=0.3-beta.2,<1.1.7",
2022-07-17 22:26:35 +02:00
"fof/upload": "<1.2.3",
2019-03-27 19:19:50 +01:00
"fooman/tcpdf": "<6.2.22",
2022-07-17 22:26:35 +02:00
"forkcms/forkcms": "<5.11.1",
2019-03-27 19:19:50 +01:00
"fossar/tcpdf-parser": "<6.2.22",
2022-09-17 17:30:15 +02:00
"francoisjacquet/rosariosis": "<10.1",
2020-03-15 13:37:33 +01:00
"friendsofsymfony/oauth2-php": "<1.3",
2019-03-27 19:19:50 +01:00
"friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
"friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
2020-07-30 17:13:16 +02:00
"friendsoftypo3/mediace": ">=7.6.2,<7.6.5",
2021-10-02 18:36:29 +02:00
"froala/wysiwyg-editor": "<3.2.7",
2022-09-17 17:30:15 +02:00
"froxlor/froxlor": "<0.10.38",
2019-03-27 19:19:50 +01:00
"fuel/core": "<1.8.1",
2022-01-19 19:35:45 +01:00
"gaoming13/wechat-php-sdk": "<=1.10.2",
2022-07-17 22:26:35 +02:00
"genix/cms": "<=1.1.11",
"getgrav/grav": "<1.7.34",
2022-09-07 21:52:13 +02:00
"getkirby/cms": "<3.5.8.1|>=3.6,<3.6.6.1|>=3.7,<3.7.4",
2021-01-03 20:34:58 +01:00
"getkirby/panel": "<2.5.14",
2022-09-07 21:52:13 +02:00
"getkirby/starterkit": "<=3.7.0.2",
2021-10-02 18:36:29 +02:00
"gilacms/gila": "<=1.11.4",
2022-01-19 19:35:45 +01:00
"globalpayments/php-sdk": "<2",
2022-03-04 12:16:13 +01:00
"google/protobuf": "<3.15",
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",
2022-01-19 19:35:45 +01:00
"grumpydictator/firefly-iii": "<5.6.5",
2022-07-17 22:26:35 +02:00
"guzzlehttp/guzzle": "<6.5.8|>=7,<7.4.5",
"guzzlehttp/psr7": "<1.8.4|>=2,<2.1.1",
"helloxz/imgurl": "= 2.31|<=2.31",
2022-01-19 19:35:45 +01:00
"hillelcoren/invoice-ninja": "<5.3.35",
"hjue/justwriting": "<=1",
"hov/jobfair": "<1.0.13|>=2,<2.0.2",
2022-07-17 22:26:35 +02:00
"hyn/multi-tenant": ">=5.6,<5.7.2",
"ibexa/core": ">=4,<4.0.7|>=4.1,<4.1.4",
2021-10-02 18:36:29 +02:00
"ibexa/post-install": "<=1.0.4",
2022-03-04 12:16:13 +01:00
"icecoder/icecoder": "<=8.1",
2022-07-17 22:26:35 +02:00
"idno/known": "<=1.3.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",
2022-01-19 19:35:45 +01:00
"illuminate/database": "<6.20.26|>=7,<7.30.5|>=8,<8.40",
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",
2022-01-19 19:35:45 +01:00
"illuminate/view": "<6.20.42|>=7,<7.30.6|>=8,<8.75",
2022-07-17 22:26:35 +02:00
"impresscms/impresscms": "<=1.4.3",
2021-10-02 18:36:29 +02:00
"in2code/femanager": "<5.5.1|>=6,<6.3.1",
2022-07-17 22:26:35 +02:00
"in2code/lux": "<17.6.1|>=18,<24.0.2",
2021-10-02 18:36:29 +02:00
"intelliants/subrion": "<=4.2.1",
2022-07-24 01:26:22 +02:00
"islandora/islandora": ">=2,<2.4.1",
2019-03-27 19:19:50 +01:00
"ivankristianto/phpwhois": "<=4.3",
2022-01-19 19:35:45 +01:00
"jackalope/jackalope-doctrine-dbal": "<1.7.4",
"james-heinrich/getid3": "<1.9.21",
2022-07-17 22:26:35 +02:00
"joomla/archive": "<1.1.12|>=2,<2.0.1",
"joomla/filesystem": "<1.6.2|>=2,<2.0.1",
"joomla/filter": "<1.4.4|>=2,<2.0.1",
"joomla/input": ">=2,<2.0.2",
2019-03-27 19:19:50 +01:00
"joomla/session": "<1.3.1",
2022-03-04 12:16:13 +01:00
"jsdecena/laracom": "<2.0.9",
2019-03-27 19:19:50 +01:00
"jsmitty12/phpwhois": "<5.1",
"kazist/phpwhois": "<=4.2.6",
2022-01-19 19:35:45 +01:00
"kevinpapst/kimai2": "<1.16.7",
2020-08-21 21:10:47 +02:00
"kitodo/presentation": "<3.1.2",
2021-06-09 08:45:34 +02:00
"klaviyo/magento2-extension": ">=1,<3",
2022-07-17 22:26:35 +02:00
"krayin/laravel-crm": "<1.2.2",
2019-03-27 19:19:50 +01:00
"kreait/firebase-php": ">=3.2,<3.8.1",
"la-haute-societe/tcpdf": "<6.2.22",
2022-08-03 22:50:27 +02:00
"laminas/laminas-diactoros": "<2.11.1",
2022-03-04 12:16:13 +01:00
"laminas/laminas-form": "<2.17.1|>=3,<3.0.2|>=3.1,<3.1.1",
2021-06-09 08:45:34 +02:00
"laminas/laminas-http": "<2.14.2",
2022-03-04 12:16:13 +01:00
"laravel/fortify": "<1.11.1",
2022-01-19 19:35:45 +01:00
"laravel/framework": "<6.20.42|>=7,<7.30.6|>=8,<8.75",
2019-03-27 19:19:50 +01:00
"laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
2022-01-19 19:35:45 +01:00
"latte/latte": "<2.10.8",
2021-10-02 18:36:29 +02:00
"lavalite/cms": "<=5.8",
"lcobucci/jwt": ">=3.4,<3.4.6|>=4,<4.0.4|>=4.1,<4.1.5",
2019-03-27 19:19:50 +01:00
"league/commonmark": "<0.18.3",
2021-10-02 18:36:29 +02:00
"league/flysystem": "<1.1.4|>=2,<2.1.1",
2021-06-09 08:45:34 +02:00
"lexik/jwt-authentication-bundle": "<2.10.7|>=2.11,<2.11.3",
2022-09-25 15:51:16 +02:00
"librenms/librenms": "<=22.8",
2022-01-19 19:35:45 +01:00
"limesurvey/limesurvey": "<3.27.19",
2022-03-04 12:16:13 +01:00
"livehelperchat/livehelperchat": "<=3.91",
2020-10-02 12:16:12 +02:00
"livewire/livewire": ">2.2.4,<2.2.6",
2021-10-02 18:36:29 +02:00
"lms/routes": "<2.1.1",
"localizationteam/l10nmgr": "<7.4|>=8,<8.7|>=9,<9.2",
2022-07-17 22:26:35 +02:00
"luyadev/yii-helpers": "<1.2.1",
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",
2020-07-30 17:13:16 +02:00
"marcwillmann/turn": "<0.3.3",
2022-07-17 22:26:35 +02:00
"matyhtf/framework": "<3.0.6",
"mautic/core": "<4.3|= 2.13.1",
2021-01-03 20:34:58 +01:00
"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",
2022-08-03 22:50:27 +02:00
"mezzio/mezzio-swoole": "<3.7|>=4,<4.3",
2022-09-25 15:51:16 +02:00
"microweber/microweber": "<=1.3.1",
2021-10-02 18:36:29 +02:00
"miniorange/miniorange-saml": "<1.4.3",
2020-07-30 17:13:16 +02:00
"mittwald/typo3_forum": "<1.2.1",
2022-07-17 22:26:35 +02:00
"modx/revolution": "<= 2.8.3-pl|<2.8",
"mojo42/jirafeau": "<4.4",
2019-03-27 19:19:50 +01:00
"monolog/monolog": ">=1.8,<1.12",
2022-07-17 22:26:35 +02:00
"moodle/moodle": "<4.0.1",
2022-03-04 12:16:13 +01:00
"mustache/mustache": ">=2,<2.14.1",
2019-03-27 19:19:50 +01:00
"namshi/jose": "<2.2",
2022-01-19 19:35:45 +01:00
"neoan3-apps/template": "<1.1.1",
2022-07-17 22:26:35 +02:00
"neorazorx/facturascripts": "<2022.4",
2021-06-09 08:45:34 +02:00
"neos/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.12|>=3.1,<3.1.10|>=3.2,<3.2.13|>=3.3,<3.3.13|>=4,<4.0.6",
2021-10-02 18:36:29 +02:00
"neos/form": ">=1.2,<4.3.3|>=5,<5.0.9|>=5.1,<5.1.3",
2022-07-17 22:26:35 +02:00
"neos/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4|>=2.3,<2.9.99|>=3,<3.0.20|>=3.1,<3.1.18|>=3.2,<3.2.14|>=3.3,<5.3.10|>=7,<7.0.9|>=7.1,<7.1.7|>=7.2,<7.2.6|>=7.3,<7.3.4|>=8,<8.0.2",
2021-06-09 08:45:34 +02:00
"neos/swiftmailer": ">=4.1,<4.1.99|>=5.4,<5.4.5",
2022-01-19 19:35:45 +01:00
"netgen/tagsbundle": ">=3.4,<3.4.11|>=4,<4.0.15",
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",
2021-10-02 18:36:29 +02:00
"nilsteampassnet/teampass": "<=2.1.27.36",
2022-09-07 21:52:13 +02:00
"notrinos/notrinos-erp": "<=0.7",
2022-07-17 22:26:35 +02:00
"noumo/easyii": "<=0.9",
"nukeviet/nukeviet": "<4.5.2",
"nystudio107/craft-seomatic": "<3.4.12",
2020-05-09 20:33:49 +02:00
"nzo/url-encryptor-bundle": ">=4,<4.3.2|>=5,<5.0.1",
2021-03-14 18:43:09 +01:00
"october/backend": "<1.1.2",
2021-06-09 08:45:34 +02:00
"october/cms": "= 1.1.1|= 1.0.471|= 1.0.469|>=1.0.319,<1.0.469",
2022-01-19 19:35:45 +01:00
"october/october": ">=1.0.319,<1.0.466|>=2.1,<2.1.12",
2021-03-14 18:43:09 +01:00
"october/rain": "<1.0.472|>=1.1,<1.1.2",
2022-07-17 22:26:35 +02:00
"october/system": "<1.0.476|>=1.1,<1.1.12|>=2,<2.2.15",
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",
2022-07-17 22:26:35 +02:00
"open-web-analytics/open-web-analytics": "<1.7.4",
2021-06-09 08:45:34 +02:00
"opencart/opencart": "<=3.0.3.2",
2019-03-27 19:19:50 +01:00
"openid/php-openid": "<2.3",
2021-10-02 18:36:29 +02:00
"openmage/magento-lts": "<19.4.15|>=20,<20.0.13",
2021-01-03 20:34:58 +01:00
"orchid/platform": ">=9,<9.4.4",
2022-07-17 22:26:35 +02:00
"oro/commerce": ">=5,<5.0.4",
2022-01-19 19:35:45 +01:00
"oro/crm": ">=1.7,<1.7.4|>=3.1,<4.1.17|>=4.2,<4.2.7",
"oro/platform": ">=1.7,<1.7.4|>=3.1,<3.1.29|>=4.1,<4.1.17|>=4.2,<4.2.8",
2022-07-17 22:26:35 +02:00
"packbackbooks/lti-1-3-php-library": "<5",
2019-03-27 19:19:50 +01:00
"padraic/humbug_get_contents": "<1.1.2",
"pagarme/pagarme-php": ">=0,<3",
2021-10-02 18:36:29 +02:00
"pagekit/pagekit": "<=1.0.18",
2019-03-27 19:19:50 +01:00
"paragonie/random_compat": "<2",
2021-01-03 20:34:58 +01:00
"passbolt/passbolt_api": "<2.11",
2019-03-27 19:19:50 +01:00
"paypal/merchant-sdk-php": "<3.12",
2021-10-02 18:36:29 +02:00
"pear/archive_tar": "<1.4.14",
2022-03-04 12:16:13 +01:00
"pear/crypt_gpg": "<1.6.7",
2022-01-19 19:35:45 +01:00
"pegasus/google-for-jobs": "<1.5.1|>=2,<2.1.1",
2020-09-22 10:22:22 +02:00
"personnummer/personnummer": "<3.0.2",
2021-06-09 08:45:34 +02:00
"phanan/koel": "<5.1.4",
2021-10-02 18:36:29 +02:00
"phpfastcache/phpfastcache": "<6.1.5|>=7,<7.1.2|>=8,<8.0.7",
"phpmailer/phpmailer": "<6.5",
2020-06-13 16:09:06 +02:00
"phpmussel/phpmussel": ">=1,<1.6",
2022-07-17 22:26:35 +02:00
"phpmyadmin/phpmyadmin": "<5.1.3",
"phpoffice/phpexcel": "<1.8",
2021-01-03 20:34:58 +01:00
"phpoffice/phpspreadsheet": "<1.16",
2021-06-09 08:45:34 +02:00
"phpseclib/phpseclib": "<2.0.31|>=3,<3.0.7",
2022-01-19 19:35:45 +01:00
"phpservermon/phpservermon": "<=3.5.2",
2022-07-17 22:26:35 +02:00
"phpunit/phpunit": ">=4.8.19,<4.8.28|>=5,<5.6.3",
2019-03-27 19:19:50 +01:00
"phpwhois/phpwhois": "<=4.2.5",
"phpxmlrpc/extras": "<0.6.1",
2022-07-17 22:26:35 +02:00
"pimcore/data-hub": "<1.2.4",
2022-09-25 15:51:16 +02:00
"pimcore/pimcore": "<=10.5.6",
2022-07-17 22:26:35 +02:00
"pocketmine/bedrock-protocol": "<8.0.2",
2022-09-07 21:52:13 +02:00
"pocketmine/pocketmine-mp": "<4.7.2|>= 4.0.0-BETA5, < 4.4.2",
2021-06-09 08:45:34 +02:00
"pressbooks/pressbooks": "<5.18",
2020-02-13 22:04:40 +01:00
"prestashop/autoupgrade": ">=4,<4.10.1",
2022-07-17 22:26:35 +02:00
"prestashop/blockwishlist": ">=2,<2.1.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",
2022-08-03 22:50:27 +02:00
"prestashop/prestashop": ">=1.6.0.10,<1.7.8.7",
2022-09-07 21:52:13 +02:00
"prestashop/productcomments": "<5.0.2",
2021-06-09 08:45:34 +02:00
"prestashop/ps_emailsubscription": "<2.6.1",
2020-02-13 22:04:40 +01:00
"prestashop/ps_facetedsearch": "<3.4.1",
2022-01-19 19:35:45 +01:00
"prestashop/ps_linklist": "<3.1",
2022-07-17 22:26:35 +02:00
"privatebin/privatebin": "<1.4",
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",
2022-03-04 12:16:13 +01:00
"pterodactyl/panel": "<1.7",
"ptrofimov/beanstalk_console": "<1.7.14",
2019-03-27 19:19:50 +01:00
"pusher/pusher-php-server": "<2.2.1",
2021-06-09 08:45:34 +02:00
"pwweb/laravel-core": "<=0.3.6-beta",
2020-06-07 15:55:30 +02:00
"rainlab/debugbar-plugin": "<3.1",
2022-09-17 17:30:15 +02:00
"rankmath/seo-by-rank-math": "<=1.0.95",
"react/http": ">=0.7,<1.7",
2022-07-17 22:26:35 +02:00
"remdex/livehelperchat": "<3.99",
2021-06-09 08:45:34 +02:00
"rmccue/requests": ">=1.6,<1.8",
2020-02-13 22:04:40 +01:00
"robrichards/xmlseclibs": "<3.0.4",
2022-07-17 22:26:35 +02:00
"rudloff/alltube": "<3.0.3",
"s-cart/core": "<6.9",
"s-cart/s-cart": "<6.9",
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",
2022-07-17 22:26:35 +02:00
"shopware/core": "<=6.4.9",
"shopware/platform": "<=6.4.9",
2021-06-09 08:45:34 +02:00
"shopware/production": "<=6.3.5.2",
2022-09-17 17:30:15 +02:00
"shopware/shopware": "<=5.7.14",
2022-07-17 22:26:35 +02:00
"shopware/storefront": "<=6.4.8.1",
"shopxo/shopxo": "<2.2.6",
"showdoc/showdoc": "<2.10.4",
2022-01-19 19:35:45 +01:00
"silverstripe/admin": ">=1,<1.8.1",
2022-07-17 22:26:35 +02:00
"silverstripe/assets": ">=1,<1.10.1",
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",
2022-07-17 22:26:35 +02:00
"silverstripe/framework": "<4.10.9",
"silverstripe/graphql": "<3.5.2|>=4-alpha.1,<4-alpha.2|= 4.0.0-alpha1",
"silverstripe/hybridsessions": ">=1,<2.4.1|>=2.5,<2.5.1",
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",
2022-07-17 22:26:35 +02:00
"silverstripe/silverstripe-omnipay": "<2.5.2|>=3,<3.0.2|>=3.1,<3.1.4|>=3.2,<3.2.1",
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",
2022-09-17 17:30:15 +02:00
"smarty/smarty": "<3.1.47|>=4,<4.2.1",
"snipe/snipe-it": "<6.0.11|>= 6.0.0-RC-1, <= 6.0.0-RC-5",
2019-03-27 19:19:50 +01:00
"socalnick/scn-social-auth": "<1.15.2",
2021-03-14 18:43:09 +01:00
"socialiteproviders/steam": "<1.1",
2022-03-04 12:16:13 +01:00
"spipu/html2pdf": "<5.2.4",
2019-03-27 19:19:50 +01:00
"spoonity/tcpdf": "<6.2.22",
"squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
2022-07-17 22:26:35 +02:00
"ssddanbrown/bookstack": "<22.2.3",
"statamic/cms": "<3.2.39|>=3.3,<3.3.2",
2019-03-27 19:19:50 +01:00
"stormpath/sdk": ">=0,<9.9.99",
2021-10-02 18:36:29 +02:00
"studio-42/elfinder": "<2.1.59",
"subrion/cms": "<=4.2.1",
2022-01-19 19:35:45 +01:00
"sulu/sulu": "= 2.4.0-RC1|<1.6.44|>=2,<2.2.18|>=2.3,<2.3.8",
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",
2022-07-17 22:26:35 +02:00
"sylius/grid-bundle": "<1.10.1",
2022-01-19 19:35:45 +01:00
"sylius/paypal-plugin": ">=1,<1.2.4|>=1.3,<1.3.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",
2022-07-17 22:26:35 +02:00
"sylius/sylius": "<1.9.10|>=1.10,<1.10.11|>=1.11,<1.11.2",
2020-02-09 21:25:03 +01:00
"symbiote/silverstripe-multivaluefield": ">=3,<3.0.99",
2021-06-09 08:45:34 +02:00
"symbiote/silverstripe-queuedjobs": ">=3,<3.0.2|>=3.1,<3.1.4|>=4,<4.0.7|>=4.1,<4.1.2|>=4.2,<4.2.4|>=4.3,<4.3.3|>=4.4,<4.4.3|>=4.5,<4.5.1|>=4.6,<4.6.4",
2020-02-13 22:04:40 +01:00
"symbiote/silverstripe-versionedfiles": "<=2.0.3",
2021-10-02 18:36:29 +02:00
"symfont/process": ">=0,<4",
2019-11-16 17:59:32 +01:00
"symfony/cache": ">=3.1,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
2019-04-26 18:20:45 +02:00
"symfony/dependency-injection": ">=2,<2.0.17|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
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",
2022-03-04 12:16:13 +01: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|>=5.3.14,<=5.3.14|>=5.4.3,<=5.4.3|>=6.0.3,<=6.0.3|= 6.0.3|= 5.4.3|= 5.3.14",
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",
2022-01-19 19:35:45 +01:00
"symfony/http-kernel": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.4.13|>=5,<5.1.5|>=5.2,<5.3.12",
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",
2021-06-09 08:45:34 +02:00
"symfony/maker-bundle": ">=1.27,<1.29.2|>=1.30,<1.31.1",
2019-11-16 17:59:32 +01:00
"symfony/mime": ">=4.3,<4.3.8",
2019-04-26 18:20:45 +02:00
"symfony/phpunit-bridge": ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
2019-03-27 19:19:50 +01:00
"symfony/polyfill": ">=1,<1.10",
"symfony/polyfill-php55": ">=1,<1.10",
2019-04-26 18:20:45 +02:00
"symfony/proxy-manager-bridge": ">=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
2019-03-27 19:19:50 +01:00
"symfony/routing": ">=2,<2.0.19",
2021-06-09 08:45:34 +02:00
"symfony/security": ">=2,<2.7.51|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.8",
2022-01-19 19:35:45 +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|>=5.3,<5.3.12",
2021-06-09 08:45:34 +02:00
"symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.9",
2019-03-27 19:19:50 +01:00
"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",
2021-06-09 08:45:34 +02:00
"symfony/security-guard": ">=2.8,<3.4.48|>=4,<4.4.23|>=5,<5.2.8",
2022-07-17 22:26:35 +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|>=5.1,<5.2.8|>=5.3,<5.3.2",
2022-01-19 19:35:45 +01:00
"symfony/serializer": ">=2,<2.0.11|>=4.1,<4.4.35|>=5,<5.3.12",
2022-03-04 12:16:13 +01:00
"symfony/symfony": ">=2,<3.4.49|>=4,<4.4.35|>=5,<5.3.12|>=5.3.14,<=5.3.14|>=5.4.3,<=5.4.3|>=6.0.3,<=6.0.3",
2019-03-27 19:19:50 +01:00
"symfony/translation": ">=2,<2.0.17",
"symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
2019-11-16 17:59:32 +01:00
"symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8",
2019-03-27 19:19:50 +01:00
"symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
"symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
2021-06-09 08:45:34 +02:00
"t3/dce": ">=2.2,<2.6.2",
2020-05-16 21:05:25 +02:00
"t3g/svg-sanitizer": "<1.0.3",
2022-07-17 22:26:35 +02:00
"tastyigniter/tastyigniter": "<3.3",
2019-03-27 19:19:50 +01:00
"tecnickcom/tcpdf": "<6.2.22",
2022-03-04 12:16:13 +01:00
"terminal42/contao-tablelookupwizard": "<3.3.5",
2019-03-27 19:19:50 +01:00
"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",
2022-07-17 22:26:35 +02:00
"thinkcmf/thinkcmf": "<=5.1.7",
2022-01-19 19:35:45 +01:00
"tinymce/tinymce": "<5.10",
2019-03-27 19:19:50 +01:00
"titon/framework": ">=0,<9.9.99",
2022-09-17 17:30:15 +02:00
"topthink/framework": "<=6.0.13",
2021-10-02 18:36:29 +02:00
"topthink/think": "<=6.0.9",
"topthink/thinkphp": "<=3.2.3",
2022-03-04 12:16:13 +01:00
"tribalsystems/zenario": "<9.2.55826",
2019-03-27 19:19:50 +01:00
"truckersmp/phpwhois": "<=4.3.1",
2022-10-03 23:09:50 +02:00
"twig/twig": "<1.44.7|>=2,<2.15.3|>=3,<3.4.3",
2022-09-17 17:30:15 +02:00
"typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.38|>=9,<9.5.29|>=10,<10.4.32|>=11,<11.5.16",
2021-06-09 08:45:34 +02:00
"typo3/cms-backend": ">=7,<=7.6.50|>=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.13|>=11,<=11.1",
2022-09-17 17:30:15 +02:00
"typo3/cms-core": ">=6.2,<=6.2.56|>=7,<7.6.58|>=8,<8.7.48|>=9,<9.5.37|>=10,<10.4.32|>=11,<11.5.16",
2021-06-09 08:45:34 +02:00
"typo3/cms-form": ">=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.13|>=11,<=11.1",
"typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.12|>=3.1,<3.1.10|>=3.2,<3.2.13|>=3.3,<3.3.13|>=4,<4.0.6",
2022-09-17 17:30:15 +02:00
"typo3/html-sanitizer": ">=1,<1.0.7|>=2,<2.0.16",
2021-06-09 08:45:34 +02:00
"typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4|>=2.3,<2.3.99|>=3,<3.0.20|>=3.1,<3.1.18|>=3.2,<3.2.14|>=3.3,<3.3.23|>=4,<4.0.17|>=4.1,<4.1.16|>=4.2,<4.2.12|>=4.3,<4.3.3",
2019-05-25 21:57:00 +02:00
"typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1",
2021-06-09 08:45:34 +02:00
"typo3/swiftmailer": ">=4.1,<4.1.99|>=5.4,<5.4.5",
2021-01-03 20:34:58 +01:00
"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",
2022-09-17 17:30:15 +02:00
"unisharp/laravel-filemanager": "<=2.5.1",
2022-01-19 19:35:45 +01:00
"userfrosting/userfrosting": ">=0.3.1,<4.6.3",
2020-02-13 22:04:40 +01:00
"usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2",
2021-10-02 18:36:29 +02:00
"vanilla/safecurl": "<0.9.2",
2020-02-29 23:20:38 +01:00
"verot/class.upload.php": "<=1.0.3|>=2,<=2.0.4",
2022-07-17 22:26:35 +02:00
"vrana/adminer": "<4.8.1",
2019-03-27 19:19:50 +01:00
"wallabag/tcpdf": "<6.2.22",
2022-01-19 19:35:45 +01:00
"wanglelecc/laracms": "<=1.0.3",
2021-10-02 18:36:29 +02:00
"web-auth/webauthn-framework": ">=3.3,<3.3.4",
"webcoast/deferred-image-processing": "<1.0.2",
2021-06-09 08:45:34 +02:00
"wikimedia/parsoid": "<0.12.2",
2019-03-27 19:19:50 +01:00
"willdurand/js-translation-bundle": "<2.1.1",
2022-07-17 22:26:35 +02:00
"wintercms/winter": "<1.0.475|>=1.1,<1.1.9",
2022-07-24 01:26:22 +02:00
"woocommerce/woocommerce": "<6.6",
2021-06-09 08:45:34 +02:00
"wp-cli/wp-cli": "<2.5",
2022-07-17 22:26:35 +02:00
"wp-graphql/wp-graphql": "<0.3.5",
"wpanel/wpanel4-cms": "<=4.3.1",
"wwbn/avideo": "<=11.6",
"yeswiki/yeswiki": "<4.1",
2022-09-25 15:51:16 +02:00
"yetiforce/yetiforce-crm": "<=6.4",
2021-10-02 18:36:29 +02:00
"yidashi/yii2cmf": "<=2",
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",
2021-10-02 18:36:29 +02:00
"yiisoft/yii2-dev": "<2.0.43",
2019-03-27 19:19:50 +01:00
"yiisoft/yii2-elasticsearch": "<2.0.5",
"yiisoft/yii2-gii": "<2.0.4",
"yiisoft/yii2-jui": "<2.0.4",
"yiisoft/yii2-redis": "<2.0.8",
2021-10-02 18:36:29 +02:00
"yoast-seo-for-typo3/yoast_seo": "<7.2.3",
"yourls/yourls": "<=1.8.2",
2021-06-09 08:45:34 +02:00
"zendesk/zendesk_api_client_php": "<2.2.11",
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",
2022-07-17 22:26:35 +02:00
"zendframework/zend-diactoros": "<1.8.4",
"zendframework/zend-feed": "<2.10.3",
2019-03-27 19:19:50 +01:00
"zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
2022-07-17 22:26:35 +02:00
"zendframework/zend-http": "<2.8.1",
2019-03-27 19:19:50 +01:00
"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",
2021-06-09 08:45:34 +02:00
"zendframework/zendframework": "<=3",
2021-10-02 21:04:31 +02:00
"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",
"zoujingli/thinkadmin": "<6.0.22"
2021-06-09 08:45:34 +02:00
},
2022-09-07 21:52:13 +02:00
"default-branch": true,
2021-10-02 21:04:31 +02:00
"type": "metapackage",
2021-06-09 08:45:34 +02:00
"notification-url": "https://packagist.org/downloads/",
"license": [
2021-10-02 21:04:31 +02:00
"MIT"
2021-06-09 08:45:34 +02:00
],
"authors": [
{
2021-10-02 21:04:31 +02:00
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"role": "maintainer"
},
2019-03-27 19:19:50 +01:00
{
2021-10-02 21:04:31 +02:00
"name": "Ilya Tribusean",
"email": "slash3b@gmail.com",
"role": "maintainer"
2019-03-27 19:19:50 +01:00
}
],
2021-10-02 21:04:31 +02:00
"description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
2021-01-03 20:34:58 +01:00
"support": {
2021-10-02 21:04:31 +02:00
"issues": "https://github.com/Roave/SecurityAdvisories/issues",
"source": "https://github.com/Roave/SecurityAdvisories/tree/latest"
2021-01-03 20:34:58 +01:00
},
2020-07-18 23:50:39 +02:00
"funding": [
{
2021-10-02 21:04:31 +02:00
"url": "https://github.com/Ocramius",
2020-07-18 23:50:39 +02:00
"type": "github"
2021-06-09 08:45:34 +02:00
},
{
2021-10-02 21:04:31 +02:00
"url": "https://tidelift.com/funding/github/packagist/roave/security-advisories",
"type": "tidelift"
2021-06-09 08:45:34 +02:00
}
],
2022-10-03 23:09:50 +02:00
"time": "2022-10-01T16:04:26+00:00"
2021-06-09 08:45:34 +02:00
},
{
2021-10-02 21:04:31 +02:00
"name": "sebastian/diff",
2022-03-04 12:22:51 +01:00
"version": "4.0.4",
2021-06-09 08:45:34 +02:00
"source": {
"type": "git",
2021-10-02 21:04:31 +02:00
"url": "https://github.com/sebastianbergmann/diff.git",
2022-03-04 12:22:51 +01:00
"reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
2021-06-09 08:45:34 +02:00
},
"dist": {
"type": "zip",
2022-03-04 12:22:51 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
"reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
2021-06-09 08:45:34 +02:00
"shasum": ""
},
"require": {
2022-03-04 12:22:51 +01:00
"php": ">=7.3"
2021-06-09 08:45:34 +02:00
},
2021-10-02 21:04:31 +02:00
"require-dev": {
2022-03-04 12:22:51 +01:00
"phpunit/phpunit": "^9.3",
"symfony/process": "^4.2 || ^5"
2021-10-02 21:04:31 +02:00
},
2021-06-09 08:45:34 +02:00
"type": "library",
"extra": {
"branch-alias": {
2022-03-04 12:22:51 +01:00
"dev-master": "4.0-dev"
2021-06-09 08:45:34 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2021-10-02 21:04:31 +02:00
},
2021-01-03 20:34:58 +01:00
{
2021-10-02 21:04:31 +02:00
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
2021-06-09 08:45:34 +02:00
}
],
2021-10-02 21:04:31 +02:00
"description": "Diff implementation",
"homepage": "https://github.com/sebastianbergmann/diff",
"keywords": [
"diff",
"udiff",
"unidiff",
"unified diff"
2021-06-09 08:45:34 +02:00
],
"support": {
2021-10-02 21:04:31 +02:00
"issues": "https://github.com/sebastianbergmann/diff/issues",
2022-03-04 12:22:51 +01:00
"source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
2021-06-09 08:45:34 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2022-03-04 12:22:51 +01:00
"time": "2020-10-26T13:10:38+00:00"
2019-09-23 13:29:51 +02:00
},
2020-09-03 11:19:01 +02:00
{
2021-10-02 19:36:17 +02:00
"name": "symfony/browser-kit",
2022-08-03 22:50:27 +02:00
"version": "v5.4.11",
2020-09-03 11:19:01 +02:00
"source": {
"type": "git",
2021-10-02 19:36:17 +02:00
"url": "https://github.com/symfony/browser-kit.git",
2022-08-03 22:50:27 +02:00
"reference": "081fe28a26b6bd671dea85ef3a4b5003f3c88027"
2020-09-03 11:19:01 +02:00
},
"dist": {
"type": "zip",
2022-08-03 22:50:27 +02:00
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/081fe28a26b6bd671dea85ef3a4b5003f3c88027",
"reference": "081fe28a26b6bd671dea85ef3a4b5003f3c88027",
2020-09-03 11:19:01 +02:00
"shasum": ""
},
"require": {
2021-10-02 19:36:17 +02:00
"php": ">=7.2.5",
2022-01-19 19:35:45 +01:00
"symfony/dom-crawler": "^4.4|^5.0|^6.0",
2021-10-02 19:36:17 +02:00
"symfony/polyfill-php80": "^1.16"
2020-09-03 11:19:01 +02:00
},
"require-dev": {
2022-01-19 19:35:45 +01:00
"symfony/css-selector": "^4.4|^5.0|^6.0",
"symfony/http-client": "^4.4|^5.0|^6.0",
"symfony/mime": "^4.4|^5.0|^6.0",
"symfony/process": "^4.4|^5.0|^6.0"
2020-09-03 11:19:01 +02:00
},
2021-10-02 19:36:17 +02:00
"suggest": {
"symfony/process": ""
2020-09-03 11:19:01 +02:00
},
2021-10-02 19:36:17 +02:00
"type": "library",
2020-09-03 11:19:01 +02:00
"autoload": {
"psr-4": {
2021-10-02 19:36:17 +02:00
"Symfony\\Component\\BrowserKit\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2020-09-03 11:19:01 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2021-10-02 19:36:17 +02:00
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
"homepage": "https://symfony.com",
2021-01-03 20:34:58 +01:00
"support": {
2022-08-03 22:50:27 +02:00
"source": "https://github.com/symfony/browser-kit/tree/v5.4.11"
2021-01-03 20:34:58 +01:00
},
2020-09-03 11:19:01 +02:00
"funding": [
{
2021-10-02 19:36:17 +02:00
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
2020-09-03 11:19:01 +02:00
"type": "github"
},
{
2021-10-02 19:36:17 +02:00
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2020-09-03 11:19:01 +02:00
"type": "tidelift"
}
],
2022-08-03 22:50:27 +02:00
"time": "2022-07-27T15:50:05+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/debug-bundle",
2022-08-03 22:50:27 +02:00
"version": "v5.4.11",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/debug-bundle.git",
2022-08-03 22:50:27 +02:00
"reference": "ec73a8bb7b966ccbe9e76be3c7dc413d8ae84f47"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-08-03 22:50:27 +02:00
"url": "https://api.github.com/repos/symfony/debug-bundle/zipball/ec73a8bb7b966ccbe9e76be3c7dc413d8ae84f47",
"reference": "ec73a8bb7b966ccbe9e76be3c7dc413d8ae84f47",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"ext-xml": "*",
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2022-01-19 19:35:45 +01:00
"symfony/http-kernel": "^4.4|^5.0|^6.0",
2021-10-02 18:36:29 +02:00
"symfony/polyfill-php80": "^1.16",
2022-01-19 19:35:45 +01:00
"symfony/twig-bridge": "^4.4|^5.0|^6.0",
"symfony/var-dumper": "^4.4|^5.0|^6.0"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2020-05-10 15:55:37 +02:00
"symfony/config": "<4.4",
2021-01-03 20:34:58 +01:00
"symfony/dependency-injection": "<5.2"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2022-01-19 19:35:45 +01:00
"symfony/config": "^4.4|^5.0|^6.0",
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
"symfony/web-profiler-bundle": "^4.4|^5.0|^6.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"
}
],
2022-01-19 19:35:45 +01:00
"description": "Provides a tight integration of the Symfony VarDumper component and the ServerLogCommand from MonologBridge into the Symfony full-stack framework",
2019-02-23 16:49:38 +01:00
"homepage": "https://symfony.com",
2021-01-03 20:34:58 +01:00
"support": {
2022-08-03 22:50:27 +02:00
"source": "https://github.com/symfony/debug-bundle/tree/v5.4.11"
2021-01-03 20:34:58 +01:00
},
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-08-03 22:50:27 +02:00
"time": "2022-07-20T13:00:38+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/dom-crawler",
2022-09-07 21:52:13 +02:00
"version": "v5.4.12",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/dom-crawler.git",
2022-09-07 21:52:13 +02:00
"reference": "291c1e92281a09152dda089f782e23dedd34bd4f"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-09-07 21:52:13 +02:00
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/291c1e92281a09152dda089f782e23dedd34bd4f",
"reference": "291c1e92281a09152dda089f782e23dedd34bd4f",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2022-01-19 19:35:45 +01:00
"symfony/deprecation-contracts": "^2.1|^3",
2019-02-23 16:49:38 +01:00
"symfony/polyfill-ctype": "~1.8",
2020-05-31 13:47:29 +02:00
"symfony/polyfill-mbstring": "~1.0",
2021-10-02 18:36:29 +02:00
"symfony/polyfill-php80": "^1.16"
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",
2022-01-19 19:35:45 +01:00
"symfony/css-selector": "^4.4|^5.0|^6.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"
}
],
2021-03-14 18:43:09 +01:00
"description": "Eases DOM navigation for HTML and XML documents",
2019-02-23 16:49:38 +01:00
"homepage": "https://symfony.com",
2021-01-03 20:34:58 +01:00
"support": {
2022-09-07 21:52:13 +02:00
"source": "https://github.com/symfony/dom-crawler/tree/v5.4.12"
2021-01-03 20:34:58 +01:00
},
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-09-07 21:52:13 +02:00
"time": "2022-08-03T13:09:21+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/maker-bundle",
2022-07-17 22:26:35 +02:00
"version": "v1.43.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/maker-bundle.git",
2022-07-17 22:26:35 +02:00
"reference": "e3f9a1d9e0f4968f68454403e820dffc7db38a59"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/symfony/maker-bundle/zipball/e3f9a1d9e0f4968f68454403e820dffc7db38a59",
"reference": "e3f9a1d9e0f4968f68454403e820dffc7db38a59",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2022-07-17 22:26:35 +02:00
"doctrine/inflector": "^2.0",
2021-10-02 18:36:29 +02:00
"nikic/php-parser": "^4.11",
2022-07-17 22:26:35 +02:00
"php": ">=7.2.5",
"symfony/config": "^5.4.7|^6.0",
"symfony/console": "^5.4.7|^6.0",
"symfony/dependency-injection": "^5.4.7|^6.0",
2022-01-19 19:35:45 +01:00
"symfony/deprecation-contracts": "^2.2|^3",
2022-07-17 22:26:35 +02:00
"symfony/filesystem": "^5.4.7|^6.0",
"symfony/finder": "^5.4.3|^6.0",
"symfony/framework-bundle": "^5.4.7|^6.0",
"symfony/http-kernel": "^5.4.7|^6.0"
},
"conflict": {
"doctrine/orm": "<2.10"
2022-01-19 19:35:45 +01:00
},
"require-dev": {
"composer/semver": "^3.0",
2022-07-17 22:26:35 +02:00
"doctrine/doctrine-bundle": "^2.4",
"doctrine/orm": "^2.10.0",
"symfony/http-client": "^5.4.7|^6.0",
"symfony/phpunit-bridge": "^5.4.7|^6.0",
2022-01-19 19:35:45 +01:00
"symfony/polyfill-php80": "^1.16.0",
2022-07-17 22:26:35 +02:00
"symfony/process": "^5.4.7|^6.0",
"symfony/security-core": "^5.4.7|^6.0",
"symfony/yaml": "^5.4.3|^6.0",
2022-01-19 19:35:45 +01:00
"twig/twig": "^2.0|^3.0"
2019-02-23 16:49:38 +01:00
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
2021-01-03 20:34:58 +01:00
"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"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/symfony/maker-bundle/issues",
2022-07-17 22:26:35 +02:00
"source": "https://github.com/symfony/maker-bundle/tree/v1.43.0"
2021-01-03 20:34:58 +01:00
},
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"
}
],
2022-07-17 22:26:35 +02:00
"time": "2022-05-17T15:46:50+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/phpunit-bridge",
2022-08-03 22:50:27 +02:00
"version": "v5.4.11",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/phpunit-bridge.git",
2022-08-03 22:50:27 +02:00
"reference": "31b1549f54b1a1890e725a0c1c8c2de6ef2205b3"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-08-03 22:50:27 +02:00
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/31b1549f54b1a1890e725a0c1c8c2de6ef2205b3",
"reference": "31b1549f54b1a1890e725a0c1c8c2de6ef2205b3",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2021-06-09 08:45:34 +02:00
"php": ">=7.1.3",
2022-01-19 19:35:45 +01:00
"symfony/deprecation-contracts": "^2.1|^3"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2021-06-09 08:45:34 +02:00
"phpunit/phpunit": "<7.5|9.1.2"
2019-02-23 16:49:38 +01:00
},
2020-10-02 12:16:12 +02:00
"require-dev": {
2022-01-19 19:35:45 +01:00
"symfony/error-handler": "^4.4|^5.0|^6.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"
}
],
2021-03-14 18:43:09 +01:00
"description": "Provides utilities for PHPUnit, especially user deprecation notices management",
2019-02-23 16:49:38 +01:00
"homepage": "https://symfony.com",
2021-01-03 20:34:58 +01:00
"support": {
2022-08-03 22:50:27 +02:00
"source": "https://github.com/symfony/phpunit-bridge/tree/v5.4.11"
2021-01-03 20:34:58 +01: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"
}
],
2022-08-03 22:50:27 +02:00
"time": "2022-07-28T13:33:28+00:00"
2021-01-03 20:34:58 +01:00
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/web-profiler-bundle",
2022-10-03 23:09:50 +02:00
"version": "v5.4.13",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/web-profiler-bundle.git",
2022-10-03 23:09:50 +02:00
"reference": "6fefe0a7761a35b33c616e199c19f0c0d069e282"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-10-03 23:09:50 +02:00
"url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/6fefe0a7761a35b33c616e199c19f0c0d069e282",
"reference": "6fefe0a7761a35b33c616e199c19f0c0d069e282",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2020-05-31 13:47:29 +02:00
"php": ">=7.2.5",
2022-01-19 19:35:45 +01:00
"symfony/config": "^4.4|^5.0|^6.0",
"symfony/framework-bundle": "^5.3|^6.0",
"symfony/http-kernel": "^5.3|^6.0",
2021-10-02 18:36:29 +02:00
"symfony/polyfill-php80": "^1.16",
2022-01-19 19:35:45 +01:00
"symfony/routing": "^4.4|^5.0|^6.0",
"symfony/twig-bundle": "^4.4|^5.0|^6.0",
2021-03-14 18:43:09 +01:00
"twig/twig": "^2.13|^3.0.4"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2021-01-03 20:47:51 +01:00
"symfony/dependency-injection": "<5.2",
2020-05-10 15:55:37 +02:00
"symfony/form": "<4.4",
2022-01-19 19:35:45 +01:00
"symfony/mailer": "<5.4",
2020-05-10 15:55:37 +02:00
"symfony/messenger": "<4.4"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2022-01-19 19:35:45 +01:00
"symfony/browser-kit": "^4.4|^5.0|^6.0",
"symfony/console": "^4.4|^5.0|^6.0",
"symfony/css-selector": "^4.4|^5.0|^6.0",
"symfony/stopwatch": "^4.4|^5.0|^6.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"
}
],
2021-03-14 18:43:09 +01:00
"description": "Provides a development tool that gives detailed information about the execution of any request",
2019-02-23 16:49:38 +01:00
"homepage": "https://symfony.com",
2021-01-03 20:34:58 +01:00
"support": {
2022-10-03 23:09:50 +02:00
"source": "https://github.com/symfony/web-profiler-bundle/tree/v5.4.13"
2021-01-03 20:34:58 +01:00
},
2020-07-30 17:13:16 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-10-03 23:09:50 +02:00
"time": "2022-08-28T23:24:00+00:00"
2019-09-23 13:29:51 +02:00
},
2020-01-05 14:29:19 +01:00
{
"name": "symplify/easy-coding-standard",
2022-10-03 23:09:50 +02:00
"version": "11.1.10",
2020-01-05 14:29:19 +01:00
"source": {
"type": "git",
2020-03-15 13:56:31 +01:00
"url": "https://github.com/symplify/easy-coding-standard.git",
2022-10-03 23:09:50 +02:00
"reference": "dc1c9c50059de9b0f51029a9446537f80bbf0c4e"
2020-01-05 14:29:19 +01:00
},
"dist": {
"type": "zip",
2022-10-03 23:09:50 +02:00
"url": "https://api.github.com/repos/symplify/easy-coding-standard/zipball/dc1c9c50059de9b0f51029a9446537f80bbf0c4e",
"reference": "dc1c9c50059de9b0f51029a9446537f80bbf0c4e",
2020-01-05 14:29:19 +01:00
"shasum": ""
},
"require": {
2022-07-17 22:26:35 +02:00
"php": ">=7.2"
2021-10-02 19:36:17 +02:00
},
"conflict": {
"friendsofphp/php-cs-fixer": "<3.0",
"squizlabs/php_codesniffer": "<3.6"
2020-01-05 14:29:19 +01:00
},
"bin": [
"bin/ecs"
],
"type": "library",
"extra": {
"branch-alias": {
2022-07-17 22:26:35 +02:00
"dev-main": "10.3-dev"
2020-01-05 14:29:19 +01:00
}
},
"autoload": {
2021-10-02 19:36:17 +02:00
"files": [
"bootstrap.php"
]
2020-01-05 14:29:19 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2021-10-02 19:36:17 +02:00
"description": "Prefixed scoped version of ECS package",
2021-01-03 20:34:58 +01:00
"support": {
2022-10-03 23:09:50 +02:00
"source": "https://github.com/symplify/easy-coding-standard/tree/11.1.10"
2021-01-03 20:34:58 +01:00
},
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"
}
],
2022-10-03 23:09:50 +02:00
"time": "2022-09-29T10:40:41+00:00"
2020-01-05 14:29:19 +01:00
},
2019-09-23 13:29:51 +02:00
{
"name": "vimeo/psalm",
2022-09-07 21:52:13 +02:00
"version": "4.27.0",
2019-09-23 13:29:51 +02:00
"source": {
"type": "git",
"url": "https://github.com/vimeo/psalm.git",
2022-09-07 21:52:13 +02:00
"reference": "faf106e717c37b8c81721845dba9de3d8deed8ff"
2019-09-23 13:29:51 +02:00
},
"dist": {
"type": "zip",
2022-09-07 21:52:13 +02:00
"url": "https://api.github.com/repos/vimeo/psalm/zipball/faf106e717c37b8c81721845dba9de3d8deed8ff",
"reference": "faf106e717c37b8c81721845dba9de3d8deed8ff",
2019-09-23 13:29:51 +02:00
"shasum": ""
},
"require": {
2021-06-09 08:45:34 +02:00
"amphp/amp": "^2.4.2",
2019-09-23 13:29:51 +02:00
"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",
2022-01-19 19:35:45 +01:00
"composer/xdebug-handler": "^1.1 || ^2.0 || ^3.0",
2020-09-03 11:19:01 +02:00
"dnoegel/php-xdg-base-dir": "^0.1.1",
2021-10-02 18:36:29 +02:00
"ext-ctype": "*",
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",
2021-06-09 08:45:34 +02:00
"felixfbecker/language-server-protocol": "^1.5",
2021-03-14 18:43:09 +01:00
"netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0",
2022-01-19 19:35:45 +01:00
"nikic/php-parser": "^4.13",
2019-09-23 13:29:51 +02:00
"openlss/lib-array2xml": "^1.0",
2021-01-03 20:47:51 +01:00
"php": "^7.1|^8",
2020-02-09 21:25:03 +01:00
"sebastian/diff": "^3.0 || ^4.0",
2022-01-19 19:35:45 +01:00
"symfony/console": "^3.4.17 || ^4.1.6 || ^5.0 || ^6.0",
2022-07-17 22:26:35 +02:00
"symfony/polyfill-php80": "^1.25",
2019-09-23 13:29:51 +02:00
"webmozart/path-util": "^2.3"
},
"provide": {
"psalm/psalm": "self.version"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.2",
2021-01-03 20:47:51 +01:00
"brianium/paratest": "^4.0||^6.0",
2019-10-03 18:14:45 +02:00
"ext-curl": "*",
2021-03-14 18:43:09 +01:00
"php-parallel-lint/php-parallel-lint": "^1.2",
2021-01-03 20:47:51 +01:00
"phpdocumentor/reflection-docblock": "^5",
"phpmyadmin/sql-parser": "5.1.0||dev-master",
2020-01-01 15:49:42 +01:00
"phpspec/prophecy": ">=1.9.0",
2021-01-03 20:47:51 +01:00
"phpunit/phpunit": "^9.0",
2021-10-02 18:36:29 +02:00
"psalm/plugin-phpunit": "^0.16",
2021-06-09 08:45:34 +02:00
"slevomat/coding-standard": "^7.0",
2019-12-11 20:12:42 +01:00
"squizlabs/php_codesniffer": "^3.5",
2022-01-19 19:35:45 +01:00
"symfony/process": "^4.3 || ^5.0 || ^6.0",
2020-09-03 11:19:01 +02:00
"weirdan/prophecy-shim": "^1.0 || ^2.0"
2019-09-23 13:29:51 +02:00
},
"suggest": {
2022-01-19 19:35:45 +01:00
"ext-curl": "In order to send data to shepherd",
"ext-igbinary": "^2.0.5 is required, used to serialize caching data"
2019-09-23 13:29:51 +02:00
},
"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": {
2021-01-03 20:47:51 +01:00
"dev-master": "4.x-dev",
"dev-3.x": "3.x-dev",
2019-09-23 13:29:51 +02:00
"dev-2.x": "2.x-dev",
"dev-1.x": "1.x-dev"
}
},
"autoload": {
"files": [
2019-12-29 13:35:30 +01:00
"src/functions.php",
"src/spl_object_id.php"
2022-03-04 12:16:13 +01:00
],
"psr-4": {
"Psalm\\": "src/Psalm/"
}
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"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/vimeo/psalm/issues",
2022-09-07 21:52:13 +02:00
"source": "https://github.com/vimeo/psalm/tree/4.27.0"
2021-01-03 20:34:58 +01:00
},
2022-09-07 21:52:13 +02:00
"time": "2022-08-31T13:47:09+00:00"
2019-09-23 13:29:51 +02: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.",
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/webmozart/path-util/issues",
"source": "https://github.com/webmozart/path-util/tree/2.3.0"
},
2022-01-19 19:35:45 +01:00
"abandoned": "symfony/filesystem",
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": {
2020-06-07 22:38:10 +02:00
"florianv/swap-bundle": 20,
2022-10-03 23:09:50 +02:00
"jbtronics/2fa-webauthn": 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": {
2022-09-18 18:27:36 +02:00
"php": "^7.4 || ^8.0",
2019-02-23 16:49:38 +01:00
"ext-ctype": "*",
2019-10-11 23:53:12 +02:00
"ext-gd": "*",
2019-03-25 18:14:14 +01:00
"ext-iconv": "*",
2019-08-02 12:17:56 +02:00
"ext-intl": "*",
2019-10-05 20:30:27 +02:00
"ext-json": "*",
2019-10-11 23:53:12 +02:00
"ext-mbstring": "*"
2019-02-23 16:49:38 +01:00
},
2019-09-18 16:06:51 +02:00
"platform-dev": [],
"platform-overrides": {
2022-09-18 18:19:47 +02:00
"php": "7.4.0"
2020-07-18 23:50:39 +02:00
},
2022-07-06 00:23:24 +00:00
"plugin-api-version": "2.3.0"
2019-02-23 16:49:38 +01:00
}