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"
],
2023-03-31 22:49:31 +02:00
"content-hash": "2333fbbcf1b0400f8dfd6ca119f55195",
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",
2023-01-18 21:22:22 +01:00
"version": "1.3.5",
2020-06-08 20:23:35 +02:00
"source": {
"type": "git",
"url": "https://github.com/composer/ca-bundle.git",
2023-01-18 21:22:22 +01:00
"reference": "74780ccf8c19d6acb8d65c5f39cd72110e132bbd"
2020-06-08 20:23:35 +02:00
},
"dist": {
"type": "zip",
2023-01-18 21:22:22 +01:00
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/74780ccf8c19d6acb8d65c5f39cd72110e132bbd",
"reference": "74780ccf8c19d6acb8d65c5f39cd72110e132bbd",
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",
2023-01-18 21:22:22 +01:00
"source": "https://github.com/composer/ca-bundle/tree/1.3.5"
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"
}
],
2023-01-18 21:22:22 +01:00
"time": "2023-01-11T08:27:00+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",
2023-02-05 02:27:05 +01:00
"version": "1.14.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
2023-02-05 02:27:05 +01:00
"reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-02-05 02:27:05 +01:00
"url": "https://api.github.com/repos/doctrine/annotations/zipball/fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af",
"reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2022-12-16 23:18:21 +01:00
"doctrine/lexer": "^1 || ^2",
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",
2022-12-16 23:18:21 +01:00
"doctrine/coding-standard": "^9 || ^10",
"phpstan/phpstan": "~1.4.10 || ^1.8.0",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"symfony/cache": "^4.4 || ^5.4 || ^6",
2022-07-17 22:26:35 +02:00
"vimeo/psalm": "^4.10"
2019-02-23 16:49:38 +01:00
},
2022-12-16 23:18:21 +01:00
"suggest": {
"php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations"
},
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",
2023-02-05 02:27:05 +01:00
"source": "https://github.com/doctrine/annotations/tree/1.14.3"
2021-01-03 20:34:58 +01:00
},
2023-02-05 02:27:05 +01:00
"time": "2023-02-01T09:20:38+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-09 20:54:48 +02:00
"version": "3.4.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/common.git",
2022-10-09 20:54:48 +02:00
"reference": "8b5e5650391f851ed58910b3e3d48a71062eeced"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-10-09 20:54:48 +02:00
"url": "https://api.github.com/repos/doctrine/common/zipball/8b5e5650391f851ed58910b3e3d48a71062eeced",
"reference": "8b5e5650391f851ed58910b3e3d48a71062eeced",
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-09 20:54:48 +02:00
"source": "https://github.com/doctrine/common/tree/3.4.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%2Fcommon",
"type": "tidelift"
}
],
2022-10-09 20:54:48 +02:00
"time": "2022-10-09T11:47:59+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/dbal",
2023-03-02 23:48:52 +01:00
"version": "3.6.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
2023-03-02 23:48:52 +01:00
"reference": "57815c7bbcda3cd18871d253c1dd8cbe56f8526e"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-03-02 23:48:52 +01:00
"url": "https://api.github.com/repos/doctrine/dbal/zipball/57815c7bbcda3cd18871d253c1dd8cbe56f8526e",
"reference": "57815c7bbcda3cd18871d253c1dd8cbe56f8526e",
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",
2022-11-27 23:18:44 +01:00
"doctrine/event-manager": "^1|^2",
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": {
2023-02-07 22:41:14 +01:00
"doctrine/coding-standard": "11.1.0",
"fig/log-test": "^1",
2023-01-08 23:28:23 +01:00
"jetbrains/phpstorm-stubs": "2022.3",
2023-03-02 23:48:52 +01:00
"phpstan/phpstan": "1.10.3",
"phpstan/phpstan-strict-rules": "^1.5",
"phpunit/phpunit": "9.6.4",
2023-01-08 23:28:23 +01:00
"psalm/plugin-phpunit": "0.18.4",
2023-03-02 23:48:52 +01:00
"squizlabs/php_codesniffer": "3.7.2",
2022-09-18 18:19:47 +02:00
"symfony/cache": "^5.4|^6.0",
"symfony/console": "^4.4|^5.4|^6.0",
2023-01-08 23:28:23 +01:00
"vimeo/psalm": "4.30.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",
2023-03-02 23:48:52 +01:00
"source": "https://github.com/doctrine/dbal/tree/3.6.1"
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"
}
],
2023-03-02 23:48:52 +01:00
"time": "2023-03-02T19:26:24+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",
2023-03-31 22:49:31 +02:00
"version": "2.9.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineBundle.git",
2023-03-31 22:49:31 +02:00
"reference": "9819c00c2eea750b99902f244309b824911b72b2"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-03-31 22:49:31 +02:00
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/9819c00c2eea750b99902f244309b824911b72b2",
"reference": "9819c00c2eea750b99902f244309b824911b72b2",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2021-06-09 08:45:34 +02:00
"doctrine/cache": "^1.11 || ^2.0",
2023-03-31 22:49:31 +02:00
"doctrine/dbal": "^3.6.0",
2022-11-14 20:30:55 +01:00
"doctrine/persistence": "^2.2 || ^3",
2020-05-26 18:32:23 +02:00
"doctrine/sql-formatter": "^1.0.1",
2023-01-08 23:28:23 +01:00
"php": "^7.4 || ^8.0",
"symfony/cache": "^5.4 || ^6.0",
"symfony/config": "^5.4 || ^6.0",
"symfony/console": "^5.4 || ^6.0",
"symfony/dependency-injection": "^5.4 || ^6.0",
2022-11-14 20:30:55 +01:00
"symfony/deprecation-contracts": "^2.1 || ^3",
2023-02-06 21:10:53 +01:00
"symfony/doctrine-bridge": "^5.4.19 || ^6.0.7",
2023-01-08 23:28:23 +01:00
"symfony/framework-bundle": "^5.4 || ^6.0",
2022-11-14 20:30:55 +01:00
"symfony/service-contracts": "^1.1.1 || ^2.0 || ^3"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2023-01-08 23:28:23 +01:00
"doctrine/annotations": ">=3.0",
2022-11-14 20:30:55 +01:00
"doctrine/orm": "<2.11 || >=3.0",
2023-03-31 22:49:31 +02:00
"twig/twig": "<1.34 || >=2.0 <2.4"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2023-01-08 23:28:23 +01:00
"doctrine/annotations": "^1 || ^2",
2021-06-09 08:45:34 +02:00
"doctrine/coding-standard": "^9.0",
2023-03-31 22:49:31 +02:00
"doctrine/deprecations": "^1.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",
2023-01-08 23:28:23 +01:00
"phpunit/phpunit": "^9.5.26 || ^10.0",
"psalm/plugin-phpunit": "^0.18.4",
"psalm/plugin-symfony": "^4",
2022-11-14 20:30:55 +01:00
"psr/log": "^1.1.4 || ^2.0 || ^3.0",
"symfony/phpunit-bridge": "^6.1",
2023-01-08 23:28:23 +01:00
"symfony/property-info": "^5.4 || ^6.0",
"symfony/proxy-manager-bridge": "^5.4 || ^6.0",
"symfony/security-bundle": "^5.4 || ^6.0",
"symfony/twig-bridge": "^5.4 || ^6.0",
"symfony/validator": "^5.4 || ^6.0",
"symfony/web-profiler-bundle": "^5.4 || ^6.0",
"symfony/yaml": "^5.4 || ^6.0",
2022-11-14 20:30:55 +01:00
"twig/twig": "^1.34 || ^2.12 || ^3.0",
2023-01-08 23:28:23 +01:00
"vimeo/psalm": "^4.30"
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",
2023-03-31 22:49:31 +02:00
"source": "https://github.com/doctrine/DoctrineBundle/tree/2.9.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"
}
],
2023-03-31 22:49:31 +02:00
"time": "2023-03-23T20:02:57+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-10-22 21:38:24 +02:00
"version": "1.2.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/event-manager.git",
2022-10-22 21:38:24 +02:00
"reference": "95aa4cb529f1e96576f3fda9f5705ada4056a520"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-10-22 21:38:24 +02:00
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/95aa4cb529f1e96576f3fda9f5705ada4056a520",
"reference": "95aa4cb529f1e96576f3fda9f5705ada4056a520",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2022-10-22 21:38:24 +02:00
"doctrine/deprecations": "^0.5.3 || ^1",
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-10-22 21:38:24 +02:00
"doctrine/coding-standard": "^9 || ^10",
"phpstan/phpstan": "~1.4.10 || ^1.8.8",
2022-08-03 22:50:27 +02:00
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
2022-10-22 21:38:24 +02:00
"vimeo/psalm": "^4.24"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
2022-10-22 21:38:24 +02:00
"Doctrine\\Common\\": "src"
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"
}
],
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-10-22 21:38:24 +02:00
"source": "https://github.com/doctrine/event-manager/tree/1.2.0"
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-10-22 21:38:24 +02:00
"time": "2022-10-12T20:51:15+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/inflector",
2022-10-22 21:38:24 +02:00
"version": "2.0.6",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
2022-10-22 21:38:24 +02:00
"reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-10-22 21:38:24 +02:00
"url": "https://api.github.com/repos/doctrine/inflector/zipball/d9d313a36c872fd6ee06d9a6cbcf713eaa40f024",
"reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024",
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-10-22 21:38:24 +02:00
"doctrine/coding-standard": "^10",
2022-09-07 21:52:13 +02:00
"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-10-22 21:38:24 +02:00
"source": "https://github.com/doctrine/inflector/tree/2.0.6"
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-10-22 21:38:24 +02:00
"time": "2022-10-20T09:10:12+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/instantiator",
2023-01-08 23:28:23 +01:00
"version": "1.5.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
2023-01-08 23:28:23 +01:00
"reference": "0a0fa9780f5d4e507415a065172d26a98d02047b"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-01-08 23:28:23 +01:00
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b",
"reference": "0a0fa9780f5d4e507415a065172d26a98d02047b",
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": {
2023-01-08 23:28:23 +01:00
"doctrine/coding-standard": "^9 || ^11",
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",
2023-01-08 23:28:23 +01:00
"vimeo/psalm": "^4.30 || ^5.4"
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",
2023-01-08 23:28:23 +01:00
"source": "https://github.com/doctrine/instantiator/tree/1.5.0"
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"
}
],
2023-01-08 23:28:23 +01:00
"time": "2022-12-30T00:15:36+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/lexer",
2023-01-08 23:28:23 +01:00
"version": "2.1.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
2023-01-08 23:28:23 +01:00
"reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-01-08 23:28:23 +01:00
"url": "https://api.github.com/repos/doctrine/lexer/zipball/39ab8fcf5a51ce4b85ca97c7a7d033eb12831124",
"reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2023-01-08 23:28:23 +01:00
"doctrine/deprecations": "^1.0",
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": {
2023-01-08 23:28:23 +01:00
"doctrine/coding-standard": "^9 || ^10",
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",
2023-01-08 23:28:23 +01:00
"psalm/plugin-phpunit": "^0.18.3",
"vimeo/psalm": "^4.11 || ^5.0"
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": {
2023-01-08 23:28:23 +01:00
"Doctrine\\Common\\Lexer\\": "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"
},
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",
2023-01-08 23:28:23 +01:00
"source": "https://github.com/doctrine/lexer/tree/2.1.0"
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"
}
],
2023-01-08 23:28:23 +01:00
"time": "2022-12-14T08:49:07+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/migrations",
2023-01-18 21:22:22 +01:00
"version": "3.5.5",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/migrations.git",
2023-01-18 21:22:22 +01:00
"reference": "4b1e2b6ba71d21d0c5be22ed03b6fc954d20b204"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-01-18 21:22:22 +01:00
"url": "https://api.github.com/repos/doctrine/migrations/zipball/4b1e2b6ba71d21d0c5be22ed03b6fc954d20b204",
"reference": "4b1e2b6ba71d21d0c5be22ed03b6fc954d20b204",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2022-01-19 19:35:45 +01:00
"composer-runtime-api": "^2",
2023-01-18 21:22:22 +01:00
"doctrine/dbal": "^3.5.1",
2022-09-18 18:19:47 +02:00
"doctrine/deprecations": "^0.5.3 || ^1",
2023-01-18 21:22:22 +01:00
"doctrine/event-manager": "^1.2 || ^2.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",
2023-01-18 21:22:22 +01:00
"doctrine/orm": "^2.13",
2022-09-18 18:19:47 +02:00
"doctrine/persistence": "^2 || ^3",
2020-07-04 23:38:18 +02:00
"doctrine/sql-formatter": "^1.0",
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",
"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",
2023-01-18 21:22:22 +01:00
"source": "https://github.com/doctrine/migrations/tree/3.5.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%2Fmigrations",
"type": "tidelift"
}
],
2023-01-18 21:22:22 +01:00
"time": "2023-01-18T12:44:30+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/orm",
2023-01-18 21:22:22 +01:00
"version": "2.14.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/orm.git",
2023-01-18 21:22:22 +01:00
"reference": "de7eee5ed7b1b35c99b118f26f210a8281e6db8e"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-01-18 21:22:22 +01:00
"url": "https://api.github.com/repos/doctrine/orm/zipball/de7eee5ed7b1b35c99b118f26f210a8281e6db8e",
"reference": "de7eee5ed7b1b35c99b118f26f210a8281e6db8e",
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",
2023-01-08 23:28:23 +01:00
"doctrine/collections": "^1.5 || ^2.0",
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",
2023-01-08 23:28:23 +01:00
"doctrine/event-manager": "^1.2 || ^2",
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",
2023-01-08 23:28:23 +01:00
"doctrine/lexer": "^1.2.3 || ^2",
2022-07-17 22:26:35 +02:00
"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",
2023-01-08 23:28:23 +01:00
"symfony/console": "^4.2 || ^5.0 || ^6.0",
2022-01-19 19:35:45 +01:00
"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": {
2023-01-08 23:28:23 +01:00
"doctrine/annotations": "<1.13 || >= 3.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2023-01-08 23:28:23 +01:00
"doctrine/annotations": "^1.13 || ^2",
"doctrine/coding-standard": "^9.0.2 || ^11.0",
2021-10-02 18:36:29 +02:00
"phpbench/phpbench": "^0.16.10 || ^1.0",
2023-01-18 21:22:22 +01:00
"phpstan/phpstan": "~1.4.10 || 1.9.8",
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",
2023-01-08 23:28:23 +01:00
"symfony/var-exporter": "^4.4 || ^5.4 || ^6.2",
2021-10-02 18:36:29 +02:00
"symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0",
2023-01-18 21:22:22 +01:00
"vimeo/psalm": "4.30.0 || 5.4.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",
2023-01-18 21:22:22 +01:00
"source": "https://github.com/doctrine/orm/tree/2.14.1"
2021-01-03 20:34:58 +01:00
},
2023-01-18 21:22:22 +01:00
"time": "2023-01-16T18:36:59+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/persistence",
2023-02-05 02:27:05 +01:00
"version": "3.1.4",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/persistence.git",
2023-02-05 02:27:05 +01:00
"reference": "8bf8ab15960787f1a49d405f6eb8c787b4841119"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-02-05 02:27:05 +01:00
"url": "https://api.github.com/repos/doctrine/persistence/zipball/8bf8ab15960787f1a49d405f6eb8c787b4841119",
"reference": "8bf8ab15960787f1a49d405f6eb8c787b4841119",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2022-10-22 21:38:24 +02:00
"doctrine/event-manager": "^1 || ^2",
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/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",
2023-01-08 23:28:23 +01:00
"doctrine/coding-standard": "^11",
2021-01-03 20:34:58 +01:00
"doctrine/common": "^3.0",
2023-01-08 23:28:23 +01:00
"phpstan/phpstan": "1.9.4",
2022-07-17 22:26:35 +02:00
"phpstan/phpstan-phpunit": "^1",
"phpstan/phpstan-strict-rules": "^1.1",
"phpunit/phpunit": "^8.5 || ^9.5",
"symfony/cache": "^4.4 || ^5.4 || ^6.0",
2023-01-08 23:28:23 +01:00
"vimeo/psalm": "4.30.0 || 5.3.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",
2023-02-05 02:27:05 +01:00
"source": "https://github.com/doctrine/persistence/tree/3.1.4"
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"
}
],
2023-02-05 02:27:05 +01:00
"time": "2023-02-03T11:13:07+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",
2023-02-07 22:41:14 +01:00
"version": "v2.0.3",
2020-04-14 11:07:07 +02:00
"source": {
"type": "git",
"url": "https://github.com/dompdf/dompdf.git",
2023-02-07 22:41:14 +01:00
"reference": "e8d2d5e37e8b0b30f0732a011295ab80680d7e85"
2020-04-14 11:07:07 +02:00
},
"dist": {
"type": "zip",
2023-02-07 22:41:14 +01:00
"url": "https://api.github.com/repos/dompdf/dompdf/zipball/e8d2d5e37e8b0b30f0732a011295ab80680d7e85",
"reference": "e8d2d5e37e8b0b30f0732a011295ab80680d7e85",
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",
2023-02-07 22:41:14 +01:00
"source": "https://github.com/dompdf/dompdf/tree/v2.0.3"
2021-01-03 20:34:58 +01:00
},
2023-02-07 22:41:14 +01:00
"time": "2023-02-07T12:51:48+00:00"
2020-04-14 11:07:07 +02:00
},
2019-11-24 22:49:22 +01:00
{
"name": "egulias/email-validator",
2023-01-08 23:28:23 +01:00
"version": "3.2.5",
2019-11-24 22:49:22 +01:00
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",
2023-01-08 23:28:23 +01:00
"reference": "b531a2311709443320c786feb4519cfaf94af796"
2019-11-24 22:49:22 +01:00
},
"dist": {
"type": "zip",
2023-01-08 23:28:23 +01:00
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/b531a2311709443320c786feb4519cfaf94af796",
"reference": "b531a2311709443320c786feb4519cfaf94af796",
2019-11-24 22:49:22 +01:00
"shasum": ""
},
"require": {
2023-01-08 23:28:23 +01:00
"doctrine/lexer": "^1.2|^2",
2021-03-14 18:43:09 +01:00
"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
"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",
2023-01-08 23:28:23 +01:00
"source": "https://github.com/egulias/EmailValidator/tree/3.2.5"
2021-01-03 20:34:58 +01:00
},
"funding": [
{
"url": "https://github.com/egulias",
"type": "github"
}
],
2023-01-08 23:28:23 +01:00
"time": "2023-01-02T17:26:14+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",
2023-01-08 23:28:23 +01:00
"version": "v2.5.0",
2022-10-03 23:09:50 +02:00
"source": {
"type": "git",
"url": "https://github.com/fgrosse/PHPASN1.git",
2023-01-08 23:28:23 +01:00
"reference": "42060ed45344789fb9f21f9f1864fc47b9e3507b"
2022-10-03 23:09:50 +02:00
},
"dist": {
"type": "zip",
2023-01-08 23:28:23 +01:00
"url": "https://api.github.com/repos/fgrosse/PHPASN1/zipball/42060ed45344789fb9f21f9f1864fc47b9e3507b",
"reference": "42060ed45344789fb9f21f9f1864fc47b9e3507b",
2022-10-03 23:09:50 +02:00
"shasum": ""
},
"require": {
2023-01-08 23:28:23 +01:00
"php": "^7.1 || ^8.0"
2022-10-03 23:09:50 +02:00
},
"require-dev": {
"php-coveralls/php-coveralls": "~2.0",
2023-01-08 23:28:23 +01:00
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
2022-10-03 23:09:50 +02:00
},
"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",
2023-01-08 23:28:23 +01:00
"source": "https://github.com/fgrosse/PHPASN1/tree/v2.5.0"
2022-10-03 23:09:50 +02:00
},
2023-01-08 23:28:23 +01:00
"abandoned": true,
"time": "2022-12-19T11:08:26+00:00"
2022-10-03 23:09:50 +02:00
},
2019-08-13 13:04:31 +02:00
{
"name": "florianv/exchanger",
2022-12-11 14:41:40 +01:00
"version": "2.8.0",
2019-08-13 13:04:31 +02:00
"source": {
"type": "git",
"url": "https://github.com/florianv/exchanger.git",
2022-12-11 14:41:40 +01:00
"reference": "be3e4b316a0fd90bac186cc8b8206e995df161ba"
2019-08-13 13:04:31 +02:00
},
"dist": {
"type": "zip",
2022-12-11 14:41:40 +01:00
"url": "https://api.github.com/repos/florianv/exchanger/zipball/be3e4b316a0fd90bac186cc8b8206e995df161ba",
"reference": "be3e4b316a0fd90bac186cc8b8206e995df161ba",
2019-08-13 13:04:31 +02:00
"shasum": ""
},
"require": {
2022-12-11 14:41:40 +01:00
"ext-json": "*",
"ext-libxml": "*",
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",
2022-12-11 14:41:40 +01:00
"psr/simple-cache": "^1.0 || ^2.0 || ^3.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.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",
2022-12-11 14:41:40 +01:00
"source": "https://github.com/florianv/exchanger/tree/2.8.0"
2021-01-03 20:34:58 +01:00
},
2022-12-11 14:41:40 +01:00
"time": "2022-12-11T05:52:51+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",
2023-01-18 21:22:22 +01:00
"reference": "fc6154976533e386ac6783c02ff19ab65aed4029"
2020-06-07 22:38:10 +02:00
},
"dist": {
"type": "zip",
2023-01-18 21:22:22 +01:00
"url": "https://api.github.com/repos/florianv/symfony-swap/zipball/fc6154976533e386ac6783c02ff19ab65aed4029",
"reference": "fc6154976533e386ac6783c02ff19ab65aed4029",
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-12-11 14:41:40 +01:00
"source": "https://github.com/florianv/symfony-swap/tree/master"
2021-01-03 20:34:58 +01:00
},
2023-01-18 21:22:22 +01:00
"time": "2023-01-12T08:17:02+00:00"
2020-06-07 22:38:10 +02:00
},
2021-10-02 19:36:17 +02:00
{
"name": "friendsofphp/proxy-manager-lts",
2023-02-01 22:17:45 +01:00
"version": "v1.0.14",
2021-10-02 19:36:17 +02:00
"source": {
"type": "git",
"url": "https://github.com/FriendsOfPHP/proxy-manager-lts.git",
2023-02-01 22:17:45 +01:00
"reference": "a527c9d9d5348e012bd24482d83a5cd643bcbc9e"
2021-10-02 19:36:17 +02:00
},
"dist": {
"type": "zip",
2023-02-01 22:17:45 +01:00
"url": "https://api.github.com/repos/FriendsOfPHP/proxy-manager-lts/zipball/a527c9d9d5348e012bd24482d83a5cd643bcbc9e",
"reference": "a527c9d9d5348e012bd24482d83a5cd643bcbc9e",
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",
2023-02-01 22:17:45 +01:00
"source": "https://github.com/FriendsOfPHP/proxy-manager-lts/tree/v1.0.14"
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"
}
],
2023-02-01 22:17:45 +01:00
"time": "2023-01-30T10:40:19+00:00"
2021-10-02 19:36:17 +02:00
},
2019-11-24 22:49:22 +01:00
{
"name": "gregwar/captcha",
2023-03-31 22:49:31 +02:00
"version": "v1.2.0",
2019-11-24 22:49:22 +01:00
"source": {
"type": "git",
"url": "https://github.com/Gregwar/Captcha.git",
2023-03-31 22:49:31 +02:00
"reference": "6e5b61b66ac89885b505153f4ef9a74ffa5b3074"
2019-11-24 22:49:22 +01:00
},
"dist": {
"type": "zip",
2023-03-31 22:49:31 +02:00
"url": "https://api.github.com/repos/Gregwar/Captcha/zipball/6e5b61b66ac89885b505153f4ef9a74ffa5b3074",
"reference": "6e5b61b66ac89885b505153f4ef9a74ffa5b3074",
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"
},
2023-03-31 22:49:31 +02:00
"type": "library",
2019-11-24 22:49:22 +01:00
"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",
2023-03-31 22:49:31 +02:00
"source": "https://github.com/Gregwar/Captcha/tree/v1.2.0"
2021-01-03 20:34:58 +01:00
},
2023-03-31 22:49:31 +02:00
"time": "2023-03-24T22:12:41+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
},
2023-02-20 22:10:24 +01:00
{
"name": "hslavich/oneloginsaml-bundle",
"version": "v2.10.0",
"source": {
"type": "git",
"url": "https://github.com/hslavich/OneloginSamlBundle.git",
"reference": "aee3450bd36b750a2e61b4a0ca19a09ecab7a086"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/hslavich/OneloginSamlBundle/zipball/aee3450bd36b750a2e61b4a0ca19a09ecab7a086",
"reference": "aee3450bd36b750a2e61b4a0ca19a09ecab7a086",
"shasum": ""
},
"require": {
"onelogin/php-saml": "^3.0",
"symfony/dependency-injection": "^5.4",
"symfony/deprecation-contracts": "^2.1 | ^3",
"symfony/event-dispatcher-contracts": "^2.4",
"symfony/framework-bundle": "^5.4",
"symfony/security-bundle": "^5.4"
},
"require-dev": {
"dms/phpunit-arraysubset-asserts": "^0.2.0",
"doctrine/orm": "~2.3",
"php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^9.0",
"symfony/event-dispatcher": "^5.4",
"symfony/phpunit-bridge": "^5.4"
},
"type": "symfony-bundle",
"autoload": {
"psr-4": {
"Hslavich\\OneloginSamlBundle\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "hslavich",
"email": "hernan.slavich@gmail.com"
}
],
"description": "OneLogin SAML Bundle for Symfony",
"keywords": [
"SSO",
"onelogin",
"saml"
],
"support": {
"issues": "https://github.com/hslavich/OneloginSamlBundle/issues",
"source": "https://github.com/hslavich/OneloginSamlBundle/tree/v2.10.0"
},
"time": "2022-11-23T17:12:47+00:00"
},
2019-10-05 20:30:27 +02:00
{
"name": "imagine/imagine",
2022-11-26 22:54:53 +01:00
"version": "1.3.3",
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-11-26 22:54:53 +01:00
"reference": "a6e6da93ea0f76aba33b0e8ed1325523c0413da2"
2019-10-05 20:30:27 +02:00
},
"dist": {
"type": "zip",
2022-11-26 22:54:53 +01:00
"url": "https://api.github.com/repos/php-imagine/Imagine/zipball/a6e6da93ea0f76aba33b0e8ed1325523c0413da2",
"reference": "a6e6da93ea0f76aba33b0e8ed1325523c0413da2",
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-11-26 22:54:53 +01:00
"source": "https://github.com/php-imagine/Imagine/tree/1.3.3"
2021-01-03 20:34:58 +01:00
},
2022-11-26 22:54:53 +01:00
"time": "2022-11-16T13:09:11+00:00"
2019-10-05 20:30:27 +02:00
},
2022-10-03 23:09:50 +02:00
{
"name": "jbtronics/2fa-webauthn",
2022-10-04 00:35:05 +02:00
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/jbtronics/2fa-webauthn.git",
"reference": "c4108d16ba7a3061d977fc92f577c69067e1d003"
},
2022-10-03 23:09:50 +02:00
"dist": {
2022-10-04 00:35:05 +02:00
"type": "zip",
"url": "https://api.github.com/repos/jbtronics/2fa-webauthn/zipball/c4108d16ba7a3061d977fc92f577c69067e1d003",
"reference": "c4108d16ba7a3061d977fc92f577c69067e1d003",
"shasum": ""
2022-10-03 23:09:50 +02:00
},
"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/"
}
},
2022-10-04 00:35:05 +02:00
"notification-url": "https://packagist.org/downloads/",
2022-10-03 23:09:50 +02:00
"license": [
"MIT"
],
"authors": [
{
"name": "Jan Böhmer",
"email": "mail@jan-boehmer.de"
}
],
2022-10-04 00:35:05 +02:00
"description": "Webauthn Two-Factor-Authentictication Plugin for scheb/2fa",
"keywords": [
"2fa",
"scheb-2fa",
"symfony",
"symfony-bundle",
"two-factor-authentication",
"webauthn"
],
"support": {
"issues": "https://github.com/jbtronics/2fa-webauthn/issues",
"source": "https://github.com/jbtronics/2fa-webauthn/tree/v1.0.0"
},
"time": "2022-10-03T22:29:32+00:00"
2022-10-03 23:09:50 +02:00
},
2021-10-02 19:36:17 +02:00
{
"name": "laminas/laminas-code",
2022-11-26 22:54:53 +01:00
"version": "4.7.1",
2021-10-02 19:36:17 +02:00
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-code.git",
2022-11-26 22:54:53 +01:00
"reference": "91aabc066d5620428120800c0eafc0411e441a62"
2021-10-02 19:36:17 +02:00
},
"dist": {
"type": "zip",
2022-11-26 22:54:53 +01:00
"url": "https://api.github.com/repos/laminas/laminas-code/zipball/91aabc066d5620428120800c0eafc0411e441a62",
"reference": "91aabc066d5620428120800c0eafc0411e441a62",
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-11-26 22:54:53 +01:00
"time": "2022-11-21T01:32:31+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",
2023-01-08 23:28:23 +01:00
"version": "4.3.0",
2019-12-14 16:35:19 +01:00
"source": {
"type": "git",
"url": "https://github.com/lcobucci/jwt.git",
2023-01-08 23:28:23 +01:00
"reference": "4d7de2fe0d51a96418c0d04004986e410e87f6b4"
2019-12-14 16:35:19 +01:00
},
"dist": {
"type": "zip",
2023-01-08 23:28:23 +01:00
"url": "https://api.github.com/repos/lcobucci/jwt/zipball/4d7de2fe0d51a96418c0d04004986e410e87f6b4",
"reference": "4d7de2fe0d51a96418c0d04004986e410e87f6b4",
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": "*",
2023-01-08 23:28:23 +01:00
"lcobucci/clock": "^2.0 || ^3.0",
2022-09-18 18:19:47 +02:00
"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",
2023-01-08 23:28:23 +01:00
"source": "https://github.com/lcobucci/jwt/tree/4.3.0"
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"
}
],
2023-01-08 23:28:23 +01:00
"time": "2023-01-02T13:28:00+00:00"
2019-12-14 16:35:19 +01:00
},
2023-03-16 00:05:46 +01:00
{
"name": "league/csv",
"version": "9.8.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/csv.git",
"reference": "9d2e0265c5d90f5dd601bc65ff717e05cec19b47"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/csv/zipball/9d2e0265c5d90f5dd601bc65ff717e05cec19b47",
"reference": "9d2e0265c5d90f5dd601bc65ff717e05cec19b47",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-mbstring": "*",
"php": "^7.4 || ^8.0"
},
"require-dev": {
"ext-curl": "*",
"ext-dom": "*",
"friendsofphp/php-cs-fixer": "^v3.4.0",
"phpstan/phpstan": "^1.3.0",
"phpstan/phpstan-phpunit": "^1.0.0",
"phpstan/phpstan-strict-rules": "^1.1.0",
"phpunit/phpunit": "^9.5.11"
},
"suggest": {
"ext-dom": "Required to use the XMLConverter and or the HTMLConverter classes",
"ext-iconv": "Needed to ease transcoding CSV using iconv stream filters"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "9.x-dev"
}
},
"autoload": {
"files": [
"src/functions_include.php"
],
"psr-4": {
"League\\Csv\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ignace Nyamagana Butera",
"email": "nyamsprod@gmail.com",
"homepage": "https://github.com/nyamsprod/",
"role": "Developer"
}
],
"description": "CSV data manipulation made easy in PHP",
"homepage": "https://csv.thephpleague.com",
"keywords": [
"convert",
"csv",
"export",
"filter",
"import",
"read",
"transform",
"write"
],
"support": {
"docs": "https://csv.thephpleague.com",
"issues": "https://github.com/thephpleague/csv/issues",
"rss": "https://github.com/thephpleague/csv/releases.atom",
"source": "https://github.com/thephpleague/csv"
},
"funding": [
{
"url": "https://github.com/sponsors/nyamsprod",
"type": "github"
}
],
"time": "2022-01-04T00:13:07+00: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-12-11 14:41:40 +01:00
"version": "2.10.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-12-11 14:41:40 +01:00
"reference": "93bfc6dde87f135f9c3e63330cff23122448f4ee"
2019-10-05 20:30:27 +02:00
},
"dist": {
"type": "zip",
2022-12-11 14:41:40 +01:00
"url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/93bfc6dde87f135f9c3e63330cff23122448f4ee",
"reference": "93bfc6dde87f135f9c3e63330cff23122448f4ee",
2019-10-05 20:30:27 +02:00
"shasum": ""
},
"require": {
2022-01-19 19:35:45 +01:00
"ext-mbstring": "*",
2022-12-11 14:41:40 +01:00
"imagine/imagine": "^1.3.2",
2021-03-14 18:43:09 +01:00
"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-12-11 14:41:40 +01:00
"rokka/imagine-vips": "required to use 'vips' driver",
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-12-11 14:41:40 +01:00
"source": "https://github.com/liip/LiipImagineBundle/tree/2.10.0"
2021-01-03 20:34:58 +01:00
},
2022-12-11 14:41:40 +01:00
"time": "2022-12-01T13:19:59+00:00"
2019-10-05 20:30:27 +02:00
},
2019-11-24 22:49:22 +01:00
{
"name": "lorenzo/pinky",
2023-01-18 21:22:22 +01:00
"version": "1.0.9",
2019-11-24 22:49:22 +01:00
"source": {
"type": "git",
"url": "https://github.com/lorenzo/pinky.git",
2023-01-18 21:22:22 +01:00
"reference": "f890472e4a25f89591f176aa03d9588a9d3332a7"
2019-11-24 22:49:22 +01:00
},
"dist": {
"type": "zip",
2023-01-18 21:22:22 +01:00
"url": "https://api.github.com/repos/lorenzo/pinky/zipball/f890472e4a25f89591f176aa03d9588a9d3332a7",
"reference": "f890472e4a25f89591f176aa03d9588a9d3332a7",
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",
2023-01-18 21:22:22 +01:00
"source": "https://github.com/lorenzo/pinky/tree/1.0.9"
2021-01-03 20:34:58 +01:00
},
2023-01-18 21:22:22 +01:00
"time": "2023-01-12T16:15:52+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",
2023-02-06 21:10:53 +01:00
"version": "2.9.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
2023-02-06 21:10:53 +01:00
"reference": "f259e2b15fb95494c83f52d3caad003bbf5ffaa1"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-02-06 21:10:53 +01:00
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/f259e2b15fb95494c83f52d3caad003bbf5ffaa1",
"reference": "f259e2b15fb95494c83f52d3caad003bbf5ffaa1",
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": "*",
2023-02-06 21:10:53 +01:00
"graylog2/gelf-php": "^1.4.2 || ^2@dev",
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",
2023-02-06 21:10:53 +01:00
"source": "https://github.com/Seldaek/monolog/tree/2.9.1"
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"
}
],
2023-02-06 21:10:53 +01:00
"time": "2023-02-06T13:44:46+00:00"
2019-02-23 16:49:38 +01:00
},
2023-01-29 00:47:03 +01:00
{
"name": "nelexa/zip",
"version": "4.0.2",
"source": {
"type": "git",
"url": "https://github.com/Ne-Lexa/php-zip.git",
"reference": "88a1b6549be813278ff2dd3b6b2ac188827634a7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Ne-Lexa/php-zip/zipball/88a1b6549be813278ff2dd3b6b2ac188827634a7",
"reference": "88a1b6549be813278ff2dd3b6b2ac188827634a7",
"shasum": ""
},
"require": {
"ext-zlib": "*",
"php": "^7.4 || ^8.0",
"psr/http-message": "*",
"symfony/finder": "*"
},
"require-dev": {
"ext-bz2": "*",
"ext-dom": "*",
"ext-fileinfo": "*",
"ext-iconv": "*",
"ext-openssl": "*",
"ext-xml": "*",
"friendsofphp/php-cs-fixer": "^3.4.0",
"guzzlehttp/psr7": "^1.6",
"phpunit/phpunit": "^9",
"symfony/http-foundation": "*",
"symfony/var-dumper": "*",
"vimeo/psalm": "^4.6"
},
"suggest": {
"ext-bz2": "Needed to support BZIP2 compression",
"ext-fileinfo": "Needed to get mime-type file",
"ext-iconv": "Needed to support convert zip entry name to requested character encoding",
"ext-openssl": "Needed to support encrypt zip entries or use ext-mcrypt"
},
"type": "library",
"autoload": {
"psr-4": {
"PhpZip\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ne-Lexa",
"email": "alexey@nelexa.ru",
"role": "Developer"
}
],
"description": "PhpZip is a php-library for extended work with ZIP-archives. Open, create, update, delete, extract and get info tool. Supports appending to existing ZIP files, WinZip AES encryption, Traditional PKWARE Encryption, BZIP2 compression, external file attributes and ZIP64 extensions. Alternative ZipArchive. It does not require php-zip extension.",
"homepage": "https://github.com/Ne-Lexa/php-zip",
"keywords": [
"archive",
"extract",
"unzip",
"winzip",
"zip",
"ziparchive"
],
"support": {
"issues": "https://github.com/Ne-Lexa/php-zip/issues",
"source": "https://github.com/Ne-Lexa/php-zip/tree/4.0.2"
},
"time": "2022-06-17T11:17:46+00: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",
2023-03-06 00:14:53 +01:00
"version": "v4.15.4",
2019-12-26 13:16:27 +01:00
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
2023-03-06 00:14:53 +01:00
"reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290"
2019-12-26 13:16:27 +01:00
},
"dist": {
"type": "zip",
2023-03-06 00:14:53 +01:00
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/6bb5176bc4af8bcb7d926f88718db9b96a2d4290",
"reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290",
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",
2023-03-06 00:14:53 +01:00
"source": "https://github.com/nikic/PHP-Parser/tree/v4.15.4"
2021-01-03 20:34:58 +01:00
},
2023-03-06 00:14:53 +01:00
"time": "2023-03-05T19:49:14+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
},
2023-02-20 22:10:24 +01:00
{
"name": "onelogin/php-saml",
"version": "3.6.1",
"source": {
"type": "git",
"url": "https://github.com/onelogin/php-saml.git",
"reference": "a7328b11887660ad248ea10952dd67a5aa73ba3b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/onelogin/php-saml/zipball/a7328b11887660ad248ea10952dd67a5aa73ba3b",
"reference": "a7328b11887660ad248ea10952dd67a5aa73ba3b",
"shasum": ""
},
"require": {
"php": ">=5.4",
"robrichards/xmlseclibs": ">=3.1.1"
},
"require-dev": {
"pdepend/pdepend": "^2.5.0",
"php-coveralls/php-coveralls": "^1.0.2 || ^2.0",
"phploc/phploc": "^2.1 || ^3.0 || ^4.0",
"phpunit/phpunit": "<7.5.18",
"sebastian/phpcpd": "^2.0 || ^3.0 || ^4.0",
"squizlabs/php_codesniffer": "^3.1.1"
},
"suggest": {
"ext-curl": "Install curl lib to be able to use the IdPMetadataParser for parsing remote XMLs",
"ext-gettext": "Install gettext and php5-gettext libs to handle translations",
"ext-openssl": "Install openssl lib in order to handle with x509 certs (require to support sign and encryption)"
},
"type": "library",
"autoload": {
"psr-4": {
"OneLogin\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "OneLogin PHP SAML Toolkit",
"homepage": "https://developers.onelogin.com/saml/php",
"keywords": [
"SAML2",
"onelogin",
"saml"
],
"support": {
"email": "sixto.garcia@onelogin.com",
"issues": "https://github.com/onelogin/php-saml/issues",
"source": "https://github.com/onelogin/php-saml/"
},
"time": "2021-03-02T10:13:07+00: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",
2023-03-31 22:49:31 +02:00
"version": "1.15.3",
2019-08-13 13:04:31 +02:00
"source": {
"type": "git",
"url": "https://github.com/php-http/discovery.git",
2023-03-31 22:49:31 +02:00
"reference": "3ccd28dd9fb34b52db946abea1b538568e34eae8"
2019-08-13 13:04:31 +02:00
},
"dist": {
"type": "zip",
2023-03-31 22:49:31 +02:00
"url": "https://api.github.com/repos/php-http/discovery/zipball/3ccd28dd9fb34b52db946abea1b538568e34eae8",
"reference": "3ccd28dd9fb34b52db946abea1b538568e34eae8",
2019-08-13 13:04:31 +02:00
"shasum": ""
},
"require": {
2023-02-11 22:19:56 +01:00
"composer-plugin-api": "^1.0|^2.0",
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"
},
2023-02-11 22:19:56 +01:00
"provide": {
"php-http/async-client-implementation": "*",
"php-http/client-implementation": "*",
"psr/http-client-implementation": "*",
"psr/http-factory-implementation": "*",
"psr/http-message-implementation": "*"
},
2019-08-13 13:04:31 +02:00
"require-dev": {
2023-02-11 22:19:56 +01:00
"composer/composer": "^1.0.2|^2.0",
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",
2023-02-11 22:19:56 +01:00
"phpspec/phpspec": "^5.1 || ^6.1 || ^7.3",
"symfony/phpunit-bridge": "^6.2"
2019-08-13 13:04:31 +02:00
},
2023-02-11 22:19:56 +01:00
"type": "composer-plugin",
2019-08-13 13:04:31 +02:00
"extra": {
2023-02-11 22:19:56 +01:00
"class": "Http\\Discovery\\Composer\\Plugin",
"plugin-optional": true
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"
}
],
2023-02-11 22:19:56 +01:00
"description": "Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations",
2019-08-13 13:04:31 +02:00
"homepage": "http://php-http.org",
"keywords": [
"adapter",
"client",
"discovery",
"factory",
"http",
"message",
2023-02-11 22:19:56 +01:00
"psr17",
2019-08-13 13:04:31 +02:00
"psr7"
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/php-http/discovery/issues",
2023-03-31 22:49:31 +02:00
"source": "https://github.com/php-http/discovery/tree/1.15.3"
2021-01-03 20:34:58 +01:00
},
2023-03-31 22:49:31 +02:00
"time": "2023-03-31T14:40:37+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",
2023-03-31 22:49:31 +02:00
"version": "2.1.1",
2019-12-26 13:16:27 +01:00
"source": {
"type": "git",
"url": "https://github.com/php-translation/extractor.git",
2023-03-31 22:49:31 +02:00
"reference": "09ad2f3654e6badb95a739b0284f5785531f7c8d"
2019-12-26 13:16:27 +01:00
},
"dist": {
"type": "zip",
2023-03-31 22:49:31 +02:00
"url": "https://api.github.com/repos/php-translation/extractor/zipball/09ad2f3654e6badb95a739b0284f5785531f7c8d",
"reference": "09ad2f3654e6badb95a739b0284f5785531f7c8d",
2019-12-26 13:16:27 +01:00
"shasum": ""
},
"require": {
2023-03-31 22:49:31 +02:00
"doctrine/annotations": "^1.7 || ^2.0",
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",
2023-03-31 22:49:31 +02:00
"source": "https://github.com/php-translation/extractor/tree/2.1.1"
2021-01-03 20:34:58 +01:00
},
2023-03-31 22:49:31 +02:00
"time": "2023-03-28T11:37:22+00:00"
2019-12-26 13:16:27 +01:00
},
{
"name": "php-translation/symfony-bundle",
2023-01-08 23:28:23 +01:00
"version": "0.12.8",
2019-12-26 13:16:27 +01:00
"source": {
"type": "git",
"url": "https://github.com/php-translation/symfony-bundle.git",
2023-01-08 23:28:23 +01:00
"reference": "9bd3ecace0a4019a7a4327ca9ea8df1c23ff0da3"
2019-12-26 13:16:27 +01:00
},
"dist": {
"type": "zip",
2023-01-08 23:28:23 +01:00
"url": "https://api.github.com/repos/php-translation/symfony-bundle/zipball/9bd3ecace0a4019a7a4327ca9ea8df1c23ff0da3",
"reference": "9bd3ecace0a4019a7a4327ca9ea8df1c23ff0da3",
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",
2023-01-08 23:28:23 +01:00
"nyholm/symfony-bundle-test": "^2.0",
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",
2023-01-08 23:28:23 +01:00
"source": "https://github.com/php-translation/symfony-bundle/tree/0.12.8"
2021-01-03 20:34:58 +01:00
},
2023-01-08 23:28:23 +01:00
"time": "2022-12-19T12:38:39+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",
2023-03-31 22:49:31 +02:00
"version": "1.7.1",
2019-03-19 15:06:14 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
2023-03-31 22:49:31 +02:00
"reference": "dfc078e8af9c99210337325ff5aa152872c98714"
2019-03-19 15:06:14 +01:00
},
"dist": {
"type": "zip",
2023-03-31 22:49:31 +02:00
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/dfc078e8af9c99210337325ff5aa152872c98714",
"reference": "dfc078e8af9c99210337325ff5aa152872c98714",
2019-03-19 15:06:14 +01:00
"shasum": ""
},
"require": {
2023-03-31 22:49:31 +02:00
"doctrine/deprecations": "^1.0",
2022-10-22 21:38:24 +02:00
"php": "^7.4 || ^8.0",
2023-03-31 22:49:31 +02:00
"phpdocumentor/reflection-common": "^2.0",
"phpstan/phpdoc-parser": "^1.13"
2019-03-19 15:06:14 +01:00
},
"require-dev": {
2021-10-02 18:36:29 +02:00
"ext-tokenizer": "*",
2023-03-31 22:49:31 +02:00
"phpbench/phpbench": "^1.2",
2022-10-22 21:38:24 +02:00
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-phpunit": "^1.1",
"phpunit/phpunit": "^9.5",
"rector/rector": "^0.13.9",
"vimeo/psalm": "^4.25"
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",
2023-03-31 22:49:31 +02:00
"source": "https://github.com/phpDocumentor/TypeResolver/tree/1.7.1"
2021-01-03 20:34:58 +01:00
},
2023-03-31 22:49:31 +02:00
"time": "2023-03-27T19:02:04+00:00"
},
{
"name": "phpstan/phpdoc-parser",
2023-04-08 01:09:45 +02:00
"version": "1.18.1",
2023-03-31 22:49:31 +02:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git",
2023-04-08 01:09:45 +02:00
"reference": "22dcdfd725ddf99583bfe398fc624ad6c5004a0f"
2023-03-31 22:49:31 +02:00
},
"dist": {
"type": "zip",
2023-04-08 01:09:45 +02:00
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/22dcdfd725ddf99583bfe398fc624ad6c5004a0f",
"reference": "22dcdfd725ddf99583bfe398fc624ad6c5004a0f",
2023-03-31 22:49:31 +02:00
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"require-dev": {
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^1.5",
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-strict-rules": "^1.0",
"phpunit/phpunit": "^9.5",
"symfony/process": "^5.2"
},
"type": "library",
"autoload": {
"psr-4": {
"PHPStan\\PhpDocParser\\": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHPDoc parser with support for nullable, intersection and generic types",
"support": {
"issues": "https://github.com/phpstan/phpdoc-parser/issues",
2023-04-08 01:09:45 +02:00
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.18.1"
2023-03-31 22:49:31 +02:00
},
2023-04-08 01:09:45 +02:00
"time": "2023-04-07T11:51:11+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",
2023-04-08 01:09:45 +02:00
"version": "1.1",
2019-08-13 13:04:31 +02:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
2023-04-08 01:09:45 +02:00
"reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
2019-08-13 13:04:31 +02:00
},
"dist": {
"type": "zip",
2023-04-08 01:09:45 +02:00
"url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
"reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
2019-08-13 13:04:31 +02:00
"shasum": ""
},
"require": {
2023-04-08 01:09:45 +02:00
"php": "^7.2 || ^8.0"
2019-08-13 13:04:31 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-04-08 01:09:45 +02:00
"dev-master": "1.1.x-dev"
2019-08-13 13:04:31 +02:00
}
},
"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": {
2023-04-08 01:09:45 +02:00
"source": "https://github.com/php-fig/http-message/tree/1.1"
2021-01-03 20:34:58 +01:00
},
2023-04-08 01:09:45 +02:00
"time": "2023-04-04T09:50:52+00:00"
2019-08-13 13:04:31 +02: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",
2023-01-08 23:28:23 +01:00
"version": "1.3.0",
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",
2023-01-08 23:28:23 +01:00
"reference": "ad7475d1c9e70b190ecffc58f2d989416af339b4"
2022-08-14 00:36:00 +02:00
},
"dist": {
"type": "zip",
2023-01-08 23:28:23 +01:00
"url": "https://api.github.com/repos/ramsey/collection/zipball/ad7475d1c9e70b190ecffc58f2d989416af339b4",
"reference": "ad7475d1c9e70b190ecffc58f2d989416af339b4",
2022-08-14 00:36:00 +02:00
"shasum": ""
},
"require": {
2023-01-08 23:28:23 +01:00
"php": "^7.4 || ^8.0",
2022-10-03 23:09:50 +02:00
"symfony/polyfill-php81": "^1.23"
2022-08-14 00:36:00 +02:00
},
"require-dev": {
2023-01-08 23:28:23 +01:00
"captainhook/plugin-composer": "^5.3",
"ergebnis/composer-normalize": "^2.28.3",
"fakerphp/faker": "^1.21",
"hamcrest/hamcrest-php": "^2.0",
"jangregor/phpstan-prophecy": "^1.0",
"mockery/mockery": "^1.5",
"php-parallel-lint/php-console-highlighter": "^1.0",
"php-parallel-lint/php-parallel-lint": "^1.3",
"phpcsstandards/phpcsutils": "^1.0.0-rc1",
2022-10-03 23:09:50 +02:00
"phpspec/prophecy-phpunit": "^2.0",
2023-01-08 23:28:23 +01:00
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan": "^1.9",
"phpstan/phpstan-mockery": "^1.1",
"phpstan/phpstan-phpunit": "^1.3",
"phpunit/phpunit": "^9.5",
"psalm/plugin-mockery": "^1.1",
"psalm/plugin-phpunit": "^0.18.4",
"ramsey/coding-standard": "^2.0.3",
"ramsey/conventional-commits": "^1.3",
"vimeo/psalm": "^5.4"
2022-08-14 00:36:00 +02:00
},
2022-10-03 23:09:50 +02:00
"type": "library",
2023-01-08 23:28:23 +01:00
"extra": {
"captainhook": {
"force-install": true
},
"ramsey/conventional-commits": {
"configFile": "conventional-commits.json"
}
},
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",
2023-01-08 23:28:23 +01:00
"source": "https://github.com/ramsey/collection/tree/1.3.0"
2022-10-03 23:09:50 +02:00
},
"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
}
],
2023-01-08 23:28:23 +01:00
"time": "2022-12-27T19:12:24+00:00"
2022-10-03 23:09:50 +02: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
},
2023-02-20 22:10:24 +01:00
{
"name": "robrichards/xmlseclibs",
"version": "3.1.1",
"source": {
"type": "git",
"url": "https://github.com/robrichards/xmlseclibs.git",
"reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/f8f19e58f26cdb42c54b214ff8a820760292f8df",
"reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df",
"shasum": ""
},
"require": {
"ext-openssl": "*",
"php": ">= 5.4"
},
"type": "library",
"autoload": {
"psr-4": {
"RobRichards\\XMLSecLibs\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "A PHP library for XML Security",
"homepage": "https://github.com/robrichards/xmlseclibs",
"keywords": [
"security",
"signature",
"xml",
"xmldsig"
],
"support": {
"issues": "https://github.com/robrichards/xmlseclibs/issues",
"source": "https://github.com/robrichards/xmlseclibs/tree/3.1.1"
},
"time": "2020-09-05T13:00:25+00: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",
2023-02-11 22:19:56 +01:00
"version": "2.13.1",
2019-03-13 20:14:19 +01:00
"source": {
"type": "git",
"url": "https://github.com/s9e/TextFormatter.git",
2023-02-11 22:19:56 +01:00
"reference": "bbd9e34e9c30d5daeb780f115fe69cd81dd9c352"
2019-03-13 20:14:19 +01:00
},
"dist": {
"type": "zip",
2023-02-11 22:19:56 +01:00
"url": "https://api.github.com/repos/s9e/TextFormatter/zipball/bbd9e34e9c30d5daeb780f115fe69cd81dd9c352",
"reference": "bbd9e34e9c30d5daeb780f115fe69cd81dd9c352",
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",
2022-10-05 22:42:38 +02:00
"php": ">=7.4",
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": "*",
2023-02-11 22:19:56 +01:00
"phpunit/phpunit": "^9.5"
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": {
2023-02-11 22:19:56 +01:00
"version": "2.13.1"
2019-06-16 12:50:40 +02:00
},
2019-03-13 20:14:19 +01:00
"autoload": {
"psr-4": {
"s9e\\TextFormatter\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
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",
2023-02-11 22:19:56 +01:00
"source": "https://github.com/s9e/TextFormatter/tree/2.13.1"
2021-01-03 20:34:58 +01:00
},
2023-02-11 22:19:56 +01:00
"time": "2023-02-11T00:18:05+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",
2023-02-26 18:57:35 +01:00
"version": "v6.2.10",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
2023-02-26 18:57:35 +01:00
"reference": "2f886f4b31f23c76496901acaedfedb6936ba61f"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-02-26 18:57:35 +01:00
"url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/2f886f4b31f23c76496901acaedfedb6936ba61f",
"reference": "2f886f4b31f23c76496901acaedfedb6936ba61f",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2023-02-26 18:57:35 +01:00
"doctrine/annotations": "^1.0|^2.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": {
2023-02-26 18:57:35 +01:00
"source": "https://github.com/sensiolabs/SensioFrameworkExtraBundle/tree/v6.2.10"
2021-01-03 20:34:58 +01:00
},
2022-12-11 14:41:40 +01:00
"abandoned": "Symfony",
2023-02-26 18:57:35 +01:00
"time": "2023-02-24T14:57:12+00:00"
2019-02-23 16:49:38 +01:00
},
2019-03-12 13:34:33 +01:00
{
"name": "shivas/versioning-bundle",
2023-01-08 23:28:23 +01:00
"version": "4.0.2",
2019-03-12 13:34:33 +01:00
"source": {
"type": "git",
"url": "https://github.com/shivas/versioning-bundle.git",
2023-01-08 23:28:23 +01:00
"reference": "427969bce2f139e1f7234d14efcd8cd0083d896c"
2019-03-12 13:34:33 +01:00
},
"dist": {
"type": "zip",
2023-01-08 23:28:23 +01:00
"url": "https://api.github.com/repos/shivas/versioning-bundle/zipball/427969bce2f139e1f7234d14efcd8cd0083d896c",
"reference": "427969bce2f139e1f7234d14efcd8cd0083d896c",
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",
2023-01-08 23:28:23 +01:00
"phpunit/phpunit": "^8.5.27",
"symfony/phpunit-bridge": "^5 || ^6",
2021-10-02 20:23:48 +02:00
"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",
2023-01-08 23:28:23 +01:00
"source": "https://github.com/shivas/versioning-bundle/tree/4.0.2",
2021-01-03 20:34:58 +01:00
"wiki": "https://github.com/shivas/versioning-bundle/wiki"
},
2023-01-08 23:28:23 +01:00
"time": "2022-07-10T17:39:01+00:00"
2019-03-12 13:34:33 +01:00
},
2023-01-29 00:47:03 +01:00
{
"name": "spatie/db-dumper",
"version": "2.21.1",
"source": {
"type": "git",
"url": "https://github.com/spatie/db-dumper.git",
"reference": "05e5955fb882008a8947c5a45146d86cfafa10d1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/db-dumper/zipball/05e5955fb882008a8947c5a45146d86cfafa10d1",
"reference": "05e5955fb882008a8947c5a45146d86cfafa10d1",
"shasum": ""
},
"require": {
"php": "^7.2|^8.0",
"symfony/process": "^4.2|^5.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0|^8.0|^9.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Spatie\\DbDumper\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
}
],
"description": "Dump databases",
"homepage": "https://github.com/spatie/db-dumper",
"keywords": [
"database",
"db-dumper",
"dump",
"mysqldump",
"spatie"
],
"support": {
"issues": "https://github.com/spatie/db-dumper/issues",
"source": "https://github.com/spatie/db-dumper/tree/2.21.1"
},
"funding": [
{
"url": "https://github.com/spatie",
"type": "github"
}
],
"time": "2021-02-24T14:56:42+00: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"
},
2022-10-04 00:08:58 +02:00
{
"name": "spomky-labs/cbor-bundle",
"version": "v2.0.3",
"source": {
"type": "git",
"url": "https://github.com/Spomky-Labs/cbor-bundle.git",
"reference": "65a5a65e7fc20eca383a0be8f3ed287a4fe80b1f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Spomky-Labs/cbor-bundle/zipball/65a5a65e7fc20eca383a0be8f3ed287a4fe80b1f",
"reference": "65a5a65e7fc20eca383a0be8f3ed287a4fe80b1f",
"shasum": ""
},
"require": {
"php": ">=7.1",
"spomky-labs/cbor-php": "^1.0|^2.0",
"symfony/config": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/http-kernel": "^4.4|^5.0"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.0",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-beberlei-assert": "^0.12",
"phpstan/phpstan-deprecation-rules": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12",
"phpunit/phpunit": "^9.0",
"symfony/framework-bundle": "^4.4|^5.0",
"symfony/phpunit-bridge": "^4.4|^5.0",
"thecodingmachine/phpstan-safe-rule": "^1.0@beta"
},
"type": "symfony-bundle",
"autoload": {
"psr-4": {
"SpomkyLabs\\CborBundle\\": "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-bundle/contributors"
}
],
"description": "CBOR Encoder/Decoder Bundle for Symfony.",
"homepage": "https://github.com/spomky-labs",
"keywords": [
"Concise Binary Object Representation",
"RFC7049",
"bundle",
"cbor",
"symfony"
],
"support": {
"issues": "https://github.com/Spomky-Labs/cbor-bundle/issues",
"source": "https://github.com/Spomky-Labs/cbor-bundle/tree/v2.0.3"
},
"time": "2020-07-12T22:47:45+00:00"
},
2022-10-03 23:09:50 +02: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",
2023-03-02 23:48:52 +01:00
"version": "v5.4.21",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/asset.git",
2023-03-02 23:48:52 +01:00
"reference": "1504b6773c6b90118f9871e90a67833b5d1dca3c"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-03-02 23:48:52 +01:00
"url": "https://api.github.com/repos/symfony/asset/zipball/1504b6773c6b90118f9871e90a67833b5d1dca3c",
"reference": "1504b6773c6b90118f9871e90a67833b5d1dca3c",
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": {
2023-03-02 23:48:52 +01:00
"source": "https://github.com/symfony/asset/tree/v5.4.21"
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"
}
],
2023-03-02 23:48:52 +01:00
"time": "2023-02-14T08:03:56+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/cache",
2023-03-31 22:49:31 +02:00
"version": "v5.4.22",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/cache.git",
2023-03-31 22:49:31 +02:00
"reference": "5ed986c4ef65f0dea5e9753630b5cb1f07f847d6"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-03-31 22:49:31 +02:00
"url": "https://api.github.com/repos/symfony/cache/zipball/5ed986c4ef65f0dea5e9753630b5cb1f07f847d6",
"reference": "5ed986c4ef65f0dea5e9753630b5cb1f07f847d6",
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": {
2023-03-31 22:49:31 +02:00
"source": "https://github.com/symfony/cache/tree/v5.4.22"
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"
}
],
2023-03-31 22:49:31 +02:00
"time": "2023-03-29T20:01:08+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",
2023-03-02 23:48:52 +01:00
"version": "v5.4.21",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
2023-03-02 23:48:52 +01:00
"reference": "2a6b1111d038adfa15d52c0871e540f3b352d1e4"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-03-02 23:48:52 +01:00
"url": "https://api.github.com/repos/symfony/config/zipball/2a6b1111d038adfa15d52c0871e540f3b352d1e4",
"reference": "2a6b1111d038adfa15d52c0871e540f3b352d1e4",
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": {
2023-03-02 23:48:52 +01:00
"source": "https://github.com/symfony/config/tree/v5.4.21"
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"
}
],
2023-03-02 23:48:52 +01:00
"time": "2023-02-14T08:03:56+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/console",
2023-03-31 22:49:31 +02:00
"version": "v5.4.22",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
2023-03-31 22:49:31 +02:00
"reference": "3cd51fd2e6c461ca678f84d419461281bd87a0a8"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-03-31 22:49:31 +02:00
"url": "https://api.github.com/repos/symfony/console/zipball/3cd51fd2e6c461ca678f84d419461281bd87a0a8",
"reference": "3cd51fd2e6c461ca678f84d419461281bd87a0a8",
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",
2023-03-31 22:49:31 +02:00
"command-line",
2021-01-03 20:47:51 +01:00
"console",
"terminal"
],
2021-01-03 20:34:58 +01:00
"support": {
2023-03-31 22:49:31 +02:00
"source": "https://github.com/symfony/console/tree/v5.4.22"
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"
}
],
2023-03-31 22:49:31 +02:00
"time": "2023-03-25T09:27:28+00:00"
2019-02-23 16:49:38 +01:00
},
2019-11-24 22:49:22 +01:00
{
"name": "symfony/css-selector",
2023-03-02 23:48:52 +01:00
"version": "v5.4.21",
2019-11-24 22:49:22 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
2023-03-02 23:48:52 +01:00
"reference": "95f3c7468db1da8cc360b24fa2a26e7cefcb355d"
2019-11-24 22:49:22 +01:00
},
"dist": {
"type": "zip",
2023-03-02 23:48:52 +01:00
"url": "https://api.github.com/repos/symfony/css-selector/zipball/95f3c7468db1da8cc360b24fa2a26e7cefcb355d",
"reference": "95f3c7468db1da8cc360b24fa2a26e7cefcb355d",
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": {
2023-03-02 23:48:52 +01:00
"source": "https://github.com/symfony/css-selector/tree/v5.4.21"
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"
}
],
2023-03-02 23:48:52 +01:00
"time": "2023-02-14T08:03:56+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/dependency-injection",
2023-03-31 22:49:31 +02:00
"version": "v5.4.22",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
2023-03-31 22:49:31 +02:00
"reference": "e1b7c1432efb4ad1dd89d62906187271e2601ed9"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-03-31 22:49:31 +02:00
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/e1b7c1432efb4ad1dd89d62906187271e2601ed9",
"reference": "e1b7c1432efb4ad1dd89d62906187271e2601ed9",
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": {
2023-03-31 22:49:31 +02:00
"source": "https://github.com/symfony/dependency-injection/tree/v5.4.22"
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"
}
],
2023-03-31 22:49:31 +02:00
"time": "2023-03-10T10:02:45+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",
2023-03-31 22:49:31 +02:00
"version": "v5.4.22",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/doctrine-bridge.git",
2023-03-31 22:49:31 +02:00
"reference": "decc4801e2ecc4b72334ef472ed82e4d640492ec"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-03-31 22:49:31 +02:00
"url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/decc4801e2ecc4b72334ef472ed82e4d640492ec",
"reference": "decc4801e2ecc4b72334ef472ed82e4d640492ec",
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",
2023-03-02 23:48:52 +01:00
"symfony/form": "<5.4.21|>=6,<6.2.7",
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": {
2023-01-08 23:28:23 +01:00
"doctrine/annotations": "^1.10.4|^2",
2022-12-11 14:41:40 +01:00
"doctrine/collections": "^1.0|^2.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",
2023-03-02 23:48:52 +01:00
"symfony/form": "^5.4.21|^6.2.7",
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": {
2023-03-31 22:49:31 +02:00
"source": "https://github.com/symfony/doctrine-bridge/tree/v5.4.22"
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"
}
],
2023-03-31 22:49:31 +02:00
"time": "2023-03-06T21:29:33+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/dotenv",
2023-03-31 22:49:31 +02:00
"version": "v5.4.22",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/dotenv.git",
2023-03-31 22:49:31 +02:00
"reference": "77b7660bfcb85e8f28287d557d7af0046bcd2ca3"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-03-31 22:49:31 +02:00
"url": "https://api.github.com/repos/symfony/dotenv/zipball/77b7660bfcb85e8f28287d557d7af0046bcd2ca3",
"reference": "77b7660bfcb85e8f28287d557d7af0046bcd2ca3",
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": {
2023-03-31 22:49:31 +02:00
"source": "https://github.com/symfony/dotenv/tree/v5.4.22"
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"
}
],
2023-03-31 22:49:31 +02:00
"time": "2023-03-09T20:36:58+00:00"
2019-11-21 22:16:30 +01:00
},
{
"name": "symfony/error-handler",
2023-03-02 23:48:52 +01:00
"version": "v5.4.21",
2019-11-21 22:16:30 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
2023-03-02 23:48:52 +01:00
"reference": "56a94aa8cb5a5fbc411551d8d014a296b5456549"
2019-11-21 22:16:30 +01:00
},
"dist": {
"type": "zip",
2023-03-02 23:48:52 +01:00
"url": "https://api.github.com/repos/symfony/error-handler/zipball/56a94aa8cb5a5fbc411551d8d014a296b5456549",
"reference": "56a94aa8cb5a5fbc411551d8d014a296b5456549",
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": {
2023-03-02 23:48:52 +01:00
"source": "https://github.com/symfony/error-handler/tree/v5.4.21"
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"
}
],
2023-03-02 23:48:52 +01:00
"time": "2023-02-14T08:03:56+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/event-dispatcher",
2023-03-31 22:49:31 +02:00
"version": "v5.4.22",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
2023-03-31 22:49:31 +02:00
"reference": "1df20e45d56da29a4b1d8259dd6e950acbf1b13f"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-03-31 22:49:31 +02:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1df20e45d56da29a4b1d8259dd6e950acbf1b13f",
"reference": "1df20e45d56da29a4b1d8259dd6e950acbf1b13f",
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": {
2023-03-31 22:49:31 +02:00
"source": "https://github.com/symfony/event-dispatcher/tree/v5.4.22"
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"
}
],
2023-03-31 22:49:31 +02:00
"time": "2023-03-17T11:31:58+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",
2023-03-02 23:48:52 +01:00
"version": "v5.4.21",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/expression-language.git",
2023-03-02 23:48:52 +01:00
"reference": "501589522b844b8eecf012c133f0404f0eef77ac"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-03-02 23:48:52 +01:00
"url": "https://api.github.com/repos/symfony/expression-language/zipball/501589522b844b8eecf012c133f0404f0eef77ac",
"reference": "501589522b844b8eecf012c133f0404f0eef77ac",
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": {
2023-03-02 23:48:52 +01:00
"source": "https://github.com/symfony/expression-language/tree/v5.4.21"
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"
}
],
2023-03-02 23:48:52 +01:00
"time": "2023-02-14T08:03:56+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/filesystem",
2023-03-02 23:48:52 +01:00
"version": "v5.4.21",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
2023-03-02 23:48:52 +01:00
"reference": "e75960b1bbfd2b8c9e483e0d74811d555ca3de9f"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-03-02 23:48:52 +01:00
"url": "https://api.github.com/repos/symfony/filesystem/zipball/e75960b1bbfd2b8c9e483e0d74811d555ca3de9f",
"reference": "e75960b1bbfd2b8c9e483e0d74811d555ca3de9f",
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": {
2023-03-02 23:48:52 +01:00
"source": "https://github.com/symfony/filesystem/tree/v5.4.21"
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"
}
],
2023-03-02 23:48:52 +01:00
"time": "2023-02-14T08:03:56+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/finder",
2023-03-02 23:48:52 +01:00
"version": "v5.4.21",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
2023-03-02 23:48:52 +01:00
"reference": "078e9a5e1871fcfe6a5ce421b539344c21afef19"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-03-02 23:48:52 +01:00
"url": "https://api.github.com/repos/symfony/finder/zipball/078e9a5e1871fcfe6a5ce421b539344c21afef19",
"reference": "078e9a5e1871fcfe6a5ce421b539344c21afef19",
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": {
2023-03-02 23:48:52 +01:00
"source": "https://github.com/symfony/finder/tree/v5.4.21"
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"
}
],
2023-03-02 23:48:52 +01:00
"time": "2023-02-16T09:33:00+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/flex",
2023-02-20 00:57:00 +01:00
"version": "v1.19.5",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/flex.git",
2023-02-20 00:57:00 +01:00
"reference": "51077ed0f6dc2c94cd0b670167eee3747c31b2c1"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-02-20 00:57:00 +01:00
"url": "https://api.github.com/repos/symfony/flex/zipball/51077ed0f6dc2c94cd0b670167eee3747c31b2c1",
"reference": "51077ed0f6dc2c94cd0b670167eee3747c31b2c1",
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",
2023-02-20 00:57:00 +01:00
"source": "https://github.com/symfony/flex/tree/v1.19.5"
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"
}
],
2023-02-20 00:57:00 +01:00
"time": "2023-01-30T17:02:31+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/form",
2023-03-31 22:49:31 +02:00
"version": "v5.4.22",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/form.git",
2023-03-31 22:49:31 +02:00
"reference": "e21648e71c579c9ccf5768e2484f79283c463535"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-03-31 22:49:31 +02:00
"url": "https://api.github.com/repos/symfony/form/zipball/e21648e71c579c9ccf5768e2484f79283c463535",
"reference": "e21648e71c579c9ccf5768e2484f79283c463535",
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",
2023-03-02 23:48:52 +01:00
"symfony/doctrine-bridge": "<5.4.21|>=6,<6.2.7",
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",
2023-03-02 23:48:52 +01:00
"symfony/twig-bridge": "<5.4.21|>=6,<6.2.7"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2022-12-11 14:41:40 +01:00
"doctrine/collections": "^1.0|^2.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": {
2023-03-31 22:49:31 +02:00
"source": "https://github.com/symfony/form/tree/v5.4.22"
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"
}
],
2023-03-31 22:49:31 +02:00
"time": "2023-03-06T21:29:33+00:00"
2020-07-30 17:13:16 +02:00
},
{
"name": "symfony/framework-bundle",
2023-03-31 22:49:31 +02:00
"version": "v5.4.22",
2020-07-30 17:13:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/framework-bundle.git",
2023-03-31 22:49:31 +02:00
"reference": "6cb4f6aed4bd7fbf7b2ee74c231184a07f3d00c1"
2020-07-30 17:13:16 +02:00
},
"dist": {
"type": "zip",
2023-03-31 22:49:31 +02:00
"url": "https://api.github.com/repos/symfony/framework-bundle/zipball/6cb4f6aed4bd7fbf7b2ee74c231184a07f3d00c1",
"reference": "6cb4f6aed4bd7fbf7b2ee74c231184a07f3d00c1",
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": {
2023-01-08 23:28:23 +01:00
"doctrine/annotations": "^1.13.1|^2",
2022-01-19 19:35:45 +01:00
"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": {
2023-03-31 22:49:31 +02:00
"source": "https://github.com/symfony/framework-bundle/tree/v5.4.22"
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"
}
],
2023-03-31 22:49:31 +02:00
"time": "2023-03-31T08:25:44+00:00"
2019-02-23 16:49:38 +01:00
},
2019-10-19 18:42:06 +02:00
{
"name": "symfony/http-client",
2023-03-31 22:49:31 +02:00
"version": "v5.4.22",
2019-10-19 18:42:06 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client.git",
2023-03-31 22:49:31 +02:00
"reference": "4cd1b7e7ee846c8b22cb47cbc435344af9b2a8bf"
2019-10-19 18:42:06 +02:00
},
"dist": {
"type": "zip",
2023-03-31 22:49:31 +02:00
"url": "https://api.github.com/repos/symfony/http-client/zipball/4cd1b7e7ee846c8b22cb47cbc435344af9b2a8bf",
"reference": "4cd1b7e7ee846c8b22cb47cbc435344af9b2a8bf",
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",
2023-03-31 22:49:31 +02:00
"keywords": [
"http"
],
2021-01-03 20:34:58 +01:00
"support": {
2023-03-31 22:49:31 +02:00
"source": "https://github.com/symfony/http-client/tree/v5.4.22"
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"
}
],
2023-03-31 22:49:31 +02:00
"time": "2023-03-24T15:16:26+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",
2023-03-31 22:49:31 +02:00
"version": "v5.4.22",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
2023-03-31 22:49:31 +02:00
"reference": "05cd1acdd0e3ce8473aaba1d86c188321d85f313"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-03-31 22:49:31 +02:00
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/05cd1acdd0e3ce8473aaba1d86c188321d85f313",
"reference": "05cd1acdd0e3ce8473aaba1d86c188321d85f313",
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": {
2023-03-31 22:49:31 +02:00
"source": "https://github.com/symfony/http-foundation/tree/v5.4.22"
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"
}
],
2023-03-31 22:49:31 +02:00
"time": "2023-03-28T07:28:17+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/http-kernel",
2023-03-31 22:49:31 +02:00
"version": "v5.4.22",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
2023-03-31 22:49:31 +02:00
"reference": "2d3a8be2c756353627398827c409af6f126c096d"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-03-31 22:49:31 +02:00
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/2d3a8be2c756353627398827c409af6f126c096d",
"reference": "2d3a8be2c756353627398827c409af6f126c096d",
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",
2023-03-02 23:48:52 +01:00
"symfony/http-foundation": "^5.4.21|^6.2.7",
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": {
2023-03-31 22:49:31 +02:00
"source": "https://github.com/symfony/http-kernel/tree/v5.4.22"
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
}
],
2023-03-31 22:49:31 +02:00
"time": "2023-03-31T11:54:37+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/intl",
2023-03-31 22:49:31 +02:00
"version": "v5.4.22",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/intl.git",
2023-03-31 22:49:31 +02:00
"reference": "8afe56b8472888d749ef8955acdc9d38578775d7"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-03-31 22:49:31 +02:00
"url": "https://api.github.com/repos/symfony/intl/zipball/8afe56b8472888d749ef8955acdc9d38578775d7",
"reference": "8afe56b8472888d749ef8955acdc9d38578775d7",
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": {
2023-03-31 22:49:31 +02:00
"source": "https://github.com/symfony/intl/tree/v5.4.22"
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"
}
],
2023-03-31 22:49:31 +02:00
"time": "2023-03-10T09:58:14+00:00"
2019-06-16 12:36:17 +02:00
},
2023-02-11 21:55:24 +01:00
{
"name": "symfony/lock",
2023-03-31 22:49:31 +02:00
"version": "v5.4.22",
2023-02-11 21:55:24 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/lock.git",
2023-03-31 22:49:31 +02:00
"reference": "cc0565235e16ef403097fbd30eba59690bee6b3c"
2023-02-11 21:55:24 +01:00
},
"dist": {
"type": "zip",
2023-03-31 22:49:31 +02:00
"url": "https://api.github.com/repos/symfony/lock/zipball/cc0565235e16ef403097fbd30eba59690bee6b3c",
"reference": "cc0565235e16ef403097fbd30eba59690bee6b3c",
2023-02-11 21:55:24 +01:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/log": "^1|^2|^3",
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-php80": "^1.16"
},
"conflict": {
"doctrine/dbal": "<2.13"
},
"require-dev": {
"doctrine/dbal": "^2.13|^3.0",
"predis/predis": "~1.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Lock\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jérémy Derussé",
"email": "jeremy@derusse.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Creates and manages locks, a mechanism to provide exclusive access to a shared resource",
"homepage": "https://symfony.com",
"keywords": [
"cas",
"flock",
"locking",
"mutex",
"redlock",
"semaphore"
],
"support": {
2023-03-31 22:49:31 +02:00
"source": "https://github.com/symfony/lock/tree/v5.4.22"
2023-02-11 21:55:24 +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"
}
],
2023-03-31 22:49:31 +02:00
"time": "2023-03-10T16:52:09+00:00"
2023-02-11 21:55:24 +01:00
},
2019-11-24 22:49:22 +01:00
{
"name": "symfony/mailer",
2023-03-31 22:49:31 +02:00
"version": "v5.4.22",
2019-11-24 22:49:22 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/mailer.git",
2023-03-31 22:49:31 +02:00
"reference": "6330cd465dfd8b7a07515757a1c37069075f7b0b"
2019-11-24 22:49:22 +01:00
},
"dist": {
"type": "zip",
2023-03-31 22:49:31 +02:00
"url": "https://api.github.com/repos/symfony/mailer/zipball/6330cd465dfd8b7a07515757a1c37069075f7b0b",
"reference": "6330cd465dfd8b7a07515757a1c37069075f7b0b",
2019-11-24 22:49:22 +01:00
"shasum": ""
},
"require": {
2023-01-28 19:40:02 +01:00
"egulias/email-validator": "^2.1.10|^3|^4",
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": {
2023-03-02 23:48:52 +01:00
"symfony/http-client": "^4.4|^5.0|^6.0",
2022-01-19 19:35:45 +01:00
"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": {
2023-03-31 22:49:31 +02:00
"source": "https://github.com/symfony/mailer/tree/v5.4.22"
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"
}
],
2023-03-31 22:49:31 +02:00
"time": "2023-03-10T10:15:32+00:00"
2019-11-24 22:49:22 +01:00
},
2019-06-16 12:36:17 +02:00
{
"name": "symfony/mime",
2023-03-02 23:48:52 +01:00
"version": "v5.4.21",
2019-06-16 12:36:17 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
2023-03-02 23:48:52 +01:00
"reference": "ef57d9fb9cdd5e6b2ffc567d109865d10b6920cd"
2019-06-16 12:36:17 +02:00
},
"dist": {
"type": "zip",
2023-03-02 23:48:52 +01:00
"url": "https://api.github.com/repos/symfony/mime/zipball/ef57d9fb9cdd5e6b2ffc567d109865d10b6920cd",
"reference": "ef57d9fb9cdd5e6b2ffc567d109865d10b6920cd",
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",
2022-10-22 21:38:24 +02:00
"symfony/mailer": "<4.4",
"symfony/serializer": "<5.4.14|>=6.0,<6.0.14|>=6.1,<6.1.6"
2019-11-21 22:16:30 +01:00
},
2019-06-16 12:36:17 +02:00
"require-dev": {
2023-01-28 19:40:02 +01:00
"egulias/email-validator": "^2.1.10|^3.1|^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
"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",
2022-10-22 21:38:24 +02:00
"symfony/serializer": "^5.4.14|~6.0.14|^6.1.6"
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": {
2023-03-02 23:48:52 +01:00
"source": "https://github.com/symfony/mime/tree/v5.4.21"
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"
}
],
2023-03-02 23:48:52 +01:00
"time": "2023-02-21T19:46:44+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/monolog-bridge",
2023-03-31 22:49:31 +02:00
"version": "v5.4.22",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/monolog-bridge.git",
2023-03-31 22:49:31 +02:00
"reference": "34be6f0695e4187dbb832a05905fb4c6581ac39a"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-03-31 22:49:31 +02:00
"url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/34be6f0695e4187dbb832a05905fb4c6581ac39a",
"reference": "34be6f0695e4187dbb832a05905fb4c6581ac39a",
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": {
2023-03-31 22:49:31 +02:00
"source": "https://github.com/symfony/monolog-bridge/tree/v5.4.22"
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"
}
],
2023-03-31 22:49:31 +02:00
"time": "2023-03-06T21:29:33+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",
2023-03-02 23:48:52 +01:00
"version": "v5.4.21",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/options-resolver.git",
2023-03-02 23:48:52 +01:00
"reference": "4fe5cf6ede71096839f0e4b4444d65dd3a7c1eb9"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-03-02 23:48:52 +01:00
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/4fe5cf6ede71096839f0e4b4444d65dd3a7c1eb9",
"reference": "4fe5cf6ede71096839f0e4b4444d65dd3a7c1eb9",
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": {
2023-03-02 23:48:52 +01:00
"source": "https://github.com/symfony/options-resolver/tree/v5.4.21"
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"
}
],
2023-03-02 23:48:52 +01:00
"time": "2023-02-14T08:03:56+00:00"
2021-10-02 20:27:11 +02:00
},
{
"name": "symfony/password-hasher",
2023-03-02 23:48:52 +01:00
"version": "v5.4.21",
2021-10-02 20:27:11 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/password-hasher.git",
2023-03-02 23:48:52 +01:00
"reference": "7ce4529b2b2ea7de3b6f344a1a41f58201999180"
2021-10-02 20:27:11 +02:00
},
"dist": {
"type": "zip",
2023-03-02 23:48:52 +01:00
"url": "https://api.github.com/repos/symfony/password-hasher/zipball/7ce4529b2b2ea7de3b6f344a1a41f58201999180",
"reference": "7ce4529b2b2ea7de3b6f344a1a41f58201999180",
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": {
2023-03-02 23:48:52 +01:00
"source": "https://github.com/symfony/password-hasher/tree/v5.4.21"
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"
}
],
2023-03-02 23:48:52 +01:00
"time": "2023-02-14T08:03:56+00:00"
2019-02-23 16:49:38 +01:00
},
2020-03-15 13:56:31 +01:00
{
"name": "symfony/polyfill-ctype",
2022-11-14 20:30:55 +01:00
"version": "v1.27.0",
2020-03-15 13:56:31 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
2022-11-14 20:30:55 +01:00
"reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
2020-03-15 13:56:31 +01:00
},
"dist": {
"type": "zip",
2022-11-14 20:30:55 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
"reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
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-11-14 20:30:55 +01:00
"dev-main": "1.27-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-11-14 20:30:55 +01:00
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.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-11-14 20:30:55 +01:00
"time": "2022-11-03T14:55:06+00:00"
2020-03-15 13:56:31 +01:00
},
2020-05-31 13:47:29 +02:00
{
"name": "symfony/polyfill-intl-grapheme",
2022-11-14 20:30:55 +01:00
"version": "v1.27.0",
2020-05-31 13:47:29 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
2022-11-14 20:30:55 +01:00
"reference": "511a08c03c1960e08a883f4cffcacd219b758354"
2020-05-31 13:47:29 +02:00
},
"dist": {
"type": "zip",
2022-11-14 20:30:55 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354",
"reference": "511a08c03c1960e08a883f4cffcacd219b758354",
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-11-14 20:30:55 +01:00
"dev-main": "1.27-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-11-14 20:30:55 +01:00
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.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-11-14 20:30:55 +01:00
"time": "2022-11-03T14:55:06+00:00"
2020-05-31 13:47:29 +02:00
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/polyfill-intl-icu",
2022-11-14 20:30:55 +01:00
"version": "v1.27.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-icu.git",
2022-11-14 20:30:55 +01:00
"reference": "a3d9148e2c363588e05abbdd4ee4f971f0a5330c"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-11-14 20:30:55 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/a3d9148e2c363588e05abbdd4ee4f971f0a5330c",
"reference": "a3d9148e2c363588e05abbdd4ee4f971f0a5330c",
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-11-14 20:30:55 +01:00
"dev-main": "1.27-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-11-14 20:30:55 +01:00
"source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.27.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-11-14 20:30:55 +01:00
"time": "2022-11-03T14:55:06+00:00"
2019-02-23 16:49:38 +01:00
},
2019-03-12 12:40:35 +01:00
{
"name": "symfony/polyfill-intl-idn",
2022-11-14 20:30:55 +01:00
"version": "v1.27.0",
2019-03-12 12:40:35 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
2022-11-14 20:30:55 +01:00
"reference": "639084e360537a19f9ee352433b84ce831f3d2da"
2019-03-12 12:40:35 +01:00
},
"dist": {
"type": "zip",
2022-11-14 20:30:55 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/639084e360537a19f9ee352433b84ce831f3d2da",
"reference": "639084e360537a19f9ee352433b84ce831f3d2da",
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-11-14 20:30:55 +01:00
"dev-main": "1.27-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-11-14 20:30:55 +01:00
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.27.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-11-14 20:30:55 +01:00
"time": "2022-11-03T14:55:06+00:00"
2019-03-12 12:40:35 +01:00
},
2020-05-31 13:47:29 +02:00
{
"name": "symfony/polyfill-intl-normalizer",
2022-11-14 20:30:55 +01:00
"version": "v1.27.0",
2020-05-31 13:47:29 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
2022-11-14 20:30:55 +01:00
"reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6"
2020-05-31 13:47:29 +02:00
},
"dist": {
"type": "zip",
2022-11-14 20:30:55 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6",
"reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6",
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-11-14 20:30:55 +01:00
"dev-main": "1.27-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-11-14 20:30:55 +01:00
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.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-11-14 20:30:55 +01:00
"time": "2022-11-03T14:55:06+00:00"
2020-05-31 13:47:29 +02:00
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/polyfill-mbstring",
2022-11-14 20:30:55 +01:00
"version": "v1.27.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2022-11-14 20:30:55 +01:00
"reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2022-11-14 20:30:55 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
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-11-14 20:30:55 +01:00
"dev-main": "1.27-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-11-14 20:30:55 +01:00
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.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-11-14 20:30:55 +01:00
"time": "2022-11-03T14:55:06+00:00"
2020-07-18 23:50:39 +02:00
},
{
2021-01-03 20:34:58 +01:00
"name": "symfony/polyfill-php72",
2022-11-14 20:30:55 +01:00
"version": "v1.27.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-11-14 20:30:55 +01:00
"reference": "869329b1e9894268a8a61dabb69153029b7a8c97"
2020-07-18 23:50:39 +02:00
},
"dist": {
"type": "zip",
2022-11-14 20:30:55 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97",
"reference": "869329b1e9894268a8a61dabb69153029b7a8c97",
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-11-14 20:30:55 +01:00
"dev-main": "1.27-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-11-14 20:30:55 +01:00
"source": "https://github.com/symfony/polyfill-php72/tree/v1.27.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-11-14 20:30:55 +01:00
"time": "2022-11-03T14:55:06+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-11-14 20:30:55 +01:00
"version": "v1.27.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-11-14 20:30:55 +01:00
"reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9"
2019-03-12 12:40:35 +01:00
},
"dist": {
"type": "zip",
2022-11-14 20:30:55 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/9e8ecb5f92152187c4799efd3c96b78ccab18ff9",
"reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9",
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-11-14 20:30:55 +01:00
"dev-main": "1.27-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-11-14 20:30:55 +01:00
"source": "https://github.com/symfony/polyfill-php73/tree/v1.27.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-11-14 20:30:55 +01:00
"time": "2022-11-03T14:55:06+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-11-14 20:30:55 +01:00
"version": "v1.27.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-11-14 20:30:55 +01:00
"reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
2019-06-16 12:36:17 +02:00
},
"dist": {
"type": "zip",
2022-11-14 20:30:55 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
"reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
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-11-14 20:30:55 +01:00
"dev-main": "1.27-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-11-14 20:30:55 +01:00
"source": "https://github.com/symfony/polyfill-php80/tree/v1.27.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-11-14 20:30:55 +01:00
"time": "2022-11-03T14:55:06+00:00"
2021-06-09 08:45:34 +02:00
},
{
"name": "symfony/polyfill-php81",
2022-11-14 20:30:55 +01:00
"version": "v1.27.0",
2021-06-09 08:45:34 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php81.git",
2022-11-14 20:30:55 +01:00
"reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a"
2021-06-09 08:45:34 +02:00
},
"dist": {
"type": "zip",
2022-11-14 20:30:55 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/707403074c8ea6e2edaf8794b0157a0bfa52157a",
"reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a",
2021-06-09 08:45:34 +02:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
2022-11-14 20:30:55 +01:00
"dev-main": "1.27-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-11-14 20:30:55 +01:00
"source": "https://github.com/symfony/polyfill-php81/tree/v1.27.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-11-14 20:30:55 +01:00
"time": "2022-11-03T14:55:06+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",
2023-03-31 22:49:31 +02:00
"version": "v5.4.22",
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",
2023-03-31 22:49:31 +02:00
"reference": "4b850da0cc3a2a9181c1ed407adbca4733dc839b"
2020-05-31 13:47:29 +02:00
},
"dist": {
"type": "zip",
2023-03-31 22:49:31 +02:00
"url": "https://api.github.com/repos/symfony/process/zipball/4b850da0cc3a2a9181c1ed407adbca4733dc839b",
"reference": "4b850da0cc3a2a9181c1ed407adbca4733dc839b",
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": {
2023-03-31 22:49:31 +02:00
"source": "https://github.com/symfony/process/tree/v5.4.22"
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"
}
],
2023-03-31 22:49:31 +02:00
"time": "2023-03-06T21:29:33+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",
2023-03-31 22:49:31 +02:00
"version": "v5.4.22",
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",
2023-03-31 22:49:31 +02:00
"reference": "ffee082889586b5718347b291e04071f4d07b38f"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-03-31 22:49:31 +02:00
"url": "https://api.github.com/repos/symfony/property-access/zipball/ffee082889586b5718347b291e04071f4d07b38f",
"reference": "ffee082889586b5718347b291e04071f4d07b38f",
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",
2023-03-31 22:49:31 +02:00
"property-path",
2021-01-03 20:34:58 +01:00
"reflection"
],
"support": {
2023-03-31 22:49:31 +02:00
"source": "https://github.com/symfony/property-access/tree/v5.4.22"
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"
}
],
2023-03-31 22:49:31 +02:00
"time": "2023-03-14T14:59:20+00:00"
2019-02-23 16:49:38 +01:00
},
{
2021-01-03 20:34:58 +01:00
"name": "symfony/property-info",
2023-03-31 22:49:31 +02:00
"version": "v5.4.22",
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",
2023-03-31 22:49:31 +02:00
"reference": "8454a441d117449abd0d61124e68f93f927ad5ba"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-03-31 22:49:31 +02:00
"url": "https://api.github.com/repos/symfony/property-info/zipball/8454a441d117449abd0d61124e68f93f927ad5ba",
"reference": "8454a441d117449abd0d61124e68f93f927ad5ba",
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": {
2023-01-08 23:28:23 +01:00
"doctrine/annotations": "^1.10.4|^2",
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": {
2023-03-31 22:49:31 +02:00
"source": "https://github.com/symfony/property-info/tree/v5.4.22"
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"
}
],
2023-03-31 22:49:31 +02:00
"time": "2023-03-14T14:59:20+00:00"
2019-02-23 16:49:38 +01:00
},
{
2021-01-03 20:34:58 +01:00
"name": "symfony/proxy-manager-bridge",
2023-03-02 23:48:52 +01:00
"version": "v5.4.21",
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",
2023-03-02 23:48:52 +01:00
"reference": "a4cf96f3acfa252503a216bea877478f9621c7c0"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-03-02 23:48:52 +01:00
"url": "https://api.github.com/repos/symfony/proxy-manager-bridge/zipball/a4cf96f3acfa252503a216bea877478f9621c7c0",
"reference": "a4cf96f3acfa252503a216bea877478f9621c7c0",
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": {
2023-03-02 23:48:52 +01:00
"source": "https://github.com/symfony/proxy-manager-bridge/tree/v5.4.21"
2022-10-03 23:09:50 +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"
}
],
2023-03-02 23:48:52 +01:00
"time": "2023-02-16T09:33:00+00:00"
2022-10-03 23:09:50 +02:00
},
{
"name": "symfony/psr-http-message-bridge",
2022-12-11 14:41:40 +01:00
"version": "v2.1.4",
2022-10-03 23:09:50 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/psr-http-message-bridge.git",
2022-12-11 14:41:40 +01:00
"reference": "a125b93ef378c492e274f217874906fb9babdebb"
2022-10-03 23:09:50 +02:00
},
"dist": {
"type": "zip",
2022-12-11 14:41:40 +01:00
"url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/a125b93ef378c492e274f217874906fb9babdebb",
"reference": "a125b93ef378c492e274f217874906fb9babdebb",
2022-10-03 23:09:50 +02:00
"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",
2022-12-11 14:41:40 +01:00
"source": "https://github.com/symfony/psr-http-message-bridge/tree/v2.1.4"
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-12-11 14:41:40 +01:00
"time": "2022-11-28T22:46:34+00:00"
2019-02-23 16:49:38 +01:00
},
2023-02-11 21:55:24 +01:00
{
"name": "symfony/rate-limiter",
2023-03-02 23:48:52 +01:00
"version": "v5.4.21",
2023-02-11 21:55:24 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/rate-limiter.git",
2023-03-02 23:48:52 +01:00
"reference": "342acb2d23f6012f6150e7a8b167bf9cd931c0f8"
2023-02-11 21:55:24 +01:00
},
"dist": {
"type": "zip",
2023-03-02 23:48:52 +01:00
"url": "https://api.github.com/repos/symfony/rate-limiter/zipball/342acb2d23f6012f6150e7a8b167bf9cd931c0f8",
"reference": "342acb2d23f6012f6150e7a8b167bf9cd931c0f8",
2023-02-11 21:55:24 +01:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/lock": "^5.2|^6.0",
"symfony/options-resolver": "^5.1|^6.0"
},
"require-dev": {
"psr/cache": "^1.0|^2.0|^3.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\RateLimiter\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Wouter de Jong",
"email": "wouter@wouterj.nl"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides a Token Bucket implementation to rate limit input and output in your application",
"homepage": "https://symfony.com",
"keywords": [
"limiter",
"rate-limiter"
],
"support": {
2023-03-02 23:48:52 +01:00
"source": "https://github.com/symfony/rate-limiter/tree/v5.4.21"
2023-02-11 21:55:24 +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"
}
],
2023-03-02 23:48:52 +01:00
"time": "2023-02-21T19:46:44+00:00"
2023-02-11 21:55:24 +01:00
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/routing",
2023-03-31 22:49:31 +02:00
"version": "v5.4.22",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
2023-03-31 22:49:31 +02:00
"reference": "c2ac11eb34947999b7c38fb4c835a57306907e6d"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-03-31 22:49:31 +02:00
"url": "https://api.github.com/repos/symfony/routing/zipball/c2ac11eb34947999b7c38fb4c835a57306907e6d",
"reference": "c2ac11eb34947999b7c38fb4c835a57306907e6d",
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": {
2023-01-08 23:28:23 +01:00
"doctrine/annotations": "^1.12|^2",
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": {
2023-03-31 22:49:31 +02:00
"source": "https://github.com/symfony/routing/tree/v5.4.22"
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"
}
],
2023-03-31 22:49:31 +02:00
"time": "2023-03-14T14:59:20+00:00"
2019-02-23 16:49:38 +01:00
},
2021-10-02 20:53:03 +02:00
{
"name": "symfony/runtime",
2023-03-31 22:49:31 +02:00
"version": "v5.4.22",
2021-10-02 20:53:03 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/runtime.git",
2023-03-31 22:49:31 +02:00
"reference": "4a78e519d40a3845437e29dc514959631badfed4"
2021-10-02 20:53:03 +02:00
},
"dist": {
"type": "zip",
2023-03-31 22:49:31 +02:00
"url": "https://api.github.com/repos/symfony/runtime/zipball/4a78e519d40a3845437e29dc514959631badfed4",
"reference": "4a78e519d40a3845437e29dc514959631badfed4",
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",
2023-03-31 22:49:31 +02:00
"keywords": [
"runtime"
],
2021-10-02 20:53:03 +02:00
"support": {
2023-03-31 22:49:31 +02:00
"source": "https://github.com/symfony/runtime/tree/v5.4.22"
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"
}
],
2023-03-31 22:49:31 +02:00
"time": "2023-03-14T15:48:23+00:00"
2021-10-02 20:53:03 +02:00
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/security-bundle",
2023-03-31 22:49:31 +02:00
"version": "v5.4.22",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/security-bundle.git",
2023-03-31 22:49:31 +02:00
"reference": "36eddff8266126de032ab528417ad13eb43f6cb5"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-03-31 22:49:31 +02:00
"url": "https://api.github.com/repos/symfony/security-bundle/zipball/36eddff8266126de032ab528417ad13eb43f6cb5",
"reference": "36eddff8266126de032ab528417ad13eb43f6cb5",
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",
2023-02-01 22:17:45 +01:00
"symfony/security-http": "^5.4.20|~6.0.20|~6.1.12|^6.2.6"
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": {
2023-01-08 23:28:23 +01:00
"doctrine/annotations": "^1.10.4|^2",
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": {
2023-03-31 22:49:31 +02:00
"source": "https://github.com/symfony/security-bundle/tree/v5.4.22"
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"
}
],
2023-03-31 22:49:31 +02:00
"time": "2023-03-10T10:02:45+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/security-core",
2023-03-31 22:49:31 +02:00
"version": "v5.4.22",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/security-core.git",
2023-03-31 22:49:31 +02:00
"reference": "a801d525c7545332e2ddf7f52c163959354b1650"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-03-31 22:49:31 +02:00
"url": "https://api.github.com/repos/symfony/security-core/zipball/a801d525c7545332e2ddf7f52c163959354b1650",
"reference": "a801d525c7545332e2ddf7f52c163959354b1650",
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": {
2023-03-31 22:49:31 +02:00
"source": "https://github.com/symfony/security-core/tree/v5.4.22"
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"
}
],
2023-03-31 22:49:31 +02:00
"time": "2023-03-10T10:02:45+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/security-csrf",
2023-03-02 23:48:52 +01:00
"version": "v5.4.21",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/security-csrf.git",
2023-03-02 23:48:52 +01:00
"reference": "776a538e5f20fb560a182f790979c71455694203"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-03-02 23:48:52 +01:00
"url": "https://api.github.com/repos/symfony/security-csrf/zipball/776a538e5f20fb560a182f790979c71455694203",
"reference": "776a538e5f20fb560a182f790979c71455694203",
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": {
2023-03-02 23:48:52 +01:00
"source": "https://github.com/symfony/security-csrf/tree/v5.4.21"
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"
}
],
2023-03-02 23:48:52 +01:00
"time": "2023-02-16T09:33:00+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/security-guard",
2023-03-31 22:49:31 +02:00
"version": "v5.4.22",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/security-guard.git",
2023-03-31 22:49:31 +02:00
"reference": "62d064b1ee682e4617f4c5ddc0d31f73e1a7ecaa"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-03-31 22:49:31 +02:00
"url": "https://api.github.com/repos/symfony/security-guard/zipball/62d064b1ee682e4617f4c5ddc0d31f73e1a7ecaa",
"reference": "62d064b1ee682e4617f4c5ddc0d31f73e1a7ecaa",
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": {
2023-03-31 22:49:31 +02:00
"source": "https://github.com/symfony/security-guard/tree/v5.4.22"
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"
}
],
2023-03-31 22:49:31 +02:00
"time": "2023-03-06T21:29:33+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/security-http",
2023-03-31 22:49:31 +02:00
"version": "v5.4.22",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/security-http.git",
2023-03-31 22:49:31 +02:00
"reference": "428c84954e95f54383d031693fa649f1e466461f"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-03-31 22:49:31 +02:00
"url": "https://api.github.com/repos/symfony/security-http/zipball/428c84954e95f54383d031693fa649f1e466461f",
"reference": "428c84954e95f54383d031693fa649f1e466461f",
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",
2023-01-28 19:40:02 +01:00
"symfony/security-core": "^5.4.19|~6.0.19|~6.1.11|^6.2.5"
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": {
2023-03-31 22:49:31 +02:00
"source": "https://github.com/symfony/security-http/tree/v5.4.22"
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"
}
],
2023-03-31 22:49:31 +02:00
"time": "2023-03-10T10:02:45+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/serializer",
2023-03-31 22:49:31 +02:00
"version": "v5.4.22",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/serializer.git",
2023-03-31 22:49:31 +02:00
"reference": "5b1e0234bb801e6e565771c0cec64551137ea3ef"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-03-31 22:49:31 +02:00
"url": "https://api.github.com/repos/symfony/serializer/zipball/5b1e0234bb801e6e565771c0cec64551137ea3ef",
"reference": "5b1e0234bb801e6e565771c0cec64551137ea3ef",
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",
2023-03-31 22:49:31 +02:00
"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": {
2023-01-08 23:28:23 +01:00
"doctrine/annotations": "^1.12|^2",
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": {
2023-03-31 22:49:31 +02:00
"source": "https://github.com/symfony/serializer/tree/v5.4.22"
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"
}
],
2023-03-31 22:49:31 +02:00
"time": "2023-03-31T09:21:17+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",
2023-03-02 23:48:52 +01:00
"version": "v5.4.21",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/stopwatch.git",
2023-03-02 23:48:52 +01:00
"reference": "f83692cd869a6f2391691d40a01e8acb89e76fee"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-03-02 23:48:52 +01:00
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/f83692cd869a6f2391691d40a01e8acb89e76fee",
"reference": "f83692cd869a6f2391691d40a01e8acb89e76fee",
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": {
2023-03-02 23:48:52 +01:00
"source": "https://github.com/symfony/stopwatch/tree/v5.4.21"
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"
}
],
2023-03-02 23:48:52 +01:00
"time": "2023-02-14T08:03:56+00:00"
2020-05-31 13:47:29 +02:00
},
{
"name": "symfony/string",
2023-03-31 22:49:31 +02:00
"version": "v5.4.22",
2020-05-31 13:47:29 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
2023-03-31 22:49:31 +02:00
"reference": "8036a4c76c0dd29e60b6a7cafcacc50cf088ea62"
2020-05-31 13:47:29 +02:00
},
"dist": {
"type": "zip",
2023-03-31 22:49:31 +02:00
"url": "https://api.github.com/repos/symfony/string/zipball/8036a4c76c0dd29e60b6a7cafcacc50cf088ea62",
"reference": "8036a4c76c0dd29e60b6a7cafcacc50cf088ea62",
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": {
2023-03-31 22:49:31 +02:00
"source": "https://github.com/symfony/string/tree/v5.4.22"
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"
}
],
2023-03-31 22:49:31 +02:00
"time": "2023-03-14T06:11:53+00:00"
2022-08-14 00:36:00 +02:00
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/translation",
2023-03-31 22:49:31 +02:00
"version": "v5.4.22",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
2023-03-31 22:49:31 +02:00
"reference": "9a401392f01bc385aa42760eff481d213a0cc2ba"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-03-31 22:49:31 +02:00
"url": "https://api.github.com/repos/symfony/translation/zipball/9a401392f01bc385aa42760eff481d213a0cc2ba",
"reference": "9a401392f01bc385aa42760eff481d213a0cc2ba",
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": {
2023-03-31 22:49:31 +02:00
"source": "https://github.com/symfony/translation/tree/v5.4.22"
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"
}
],
2023-03-31 22:49:31 +02:00
"time": "2023-03-27T16:07:23+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",
2023-03-31 22:49:31 +02:00
"version": "v5.4.22",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/twig-bridge.git",
2023-03-31 22:49:31 +02:00
"reference": "e5b174464f68be6876046db3ad6e217d9a7dbbac"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-03-31 22:49:31 +02:00
"url": "https://api.github.com/repos/symfony/twig-bridge/zipball/e5b174464f68be6876046db3ad6e217d9a7dbbac",
"reference": "e5b174464f68be6876046db3ad6e217d9a7dbbac",
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",
2023-03-02 23:48:52 +01:00
"symfony/form": "<5.4.21|>=6,<6.2.7",
2021-10-02 20:27:11 +02:00
"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": {
2023-01-08 23:28:23 +01:00
"doctrine/annotations": "^1.12|^2",
2023-01-28 19:40:02 +01:00
"egulias/email-validator": "^2.1.10|^3|^4",
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",
2023-03-02 23:48:52 +01:00
"symfony/form": "^5.4.21|^6.2.7",
2022-01-19 19:35:45 +01:00
"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": {
2023-03-31 22:49:31 +02:00
"source": "https://github.com/symfony/twig-bridge/tree/v5.4.22"
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"
}
],
2023-03-31 22:49:31 +02:00
"time": "2023-03-31T08:28:44+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/twig-bundle",
2023-03-02 23:48:52 +01:00
"version": "v5.4.21",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/twig-bundle.git",
2023-03-02 23:48:52 +01:00
"reference": "875d0edfc8df7505c1993419882c4071fc28c477"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-03-02 23:48:52 +01:00
"url": "https://api.github.com/repos/symfony/twig-bundle/zipball/875d0edfc8df7505c1993419882c4071fc28c477",
"reference": "875d0edfc8df7505c1993419882c4071fc28c477",
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": {
2023-01-08 23:28:23 +01:00
"doctrine/annotations": "^1.10.4|^2",
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": {
2023-03-02 23:48:52 +01:00
"source": "https://github.com/symfony/twig-bundle/tree/v5.4.21"
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"
}
],
2023-03-02 23:48:52 +01:00
"time": "2023-02-14T08:03:56+00:00"
2019-02-23 16:49:38 +01:00
},
2022-03-04 20:13:25 +01:00
{
"name": "symfony/ux-turbo",
2023-01-28 19:40:02 +01:00
"version": "v2.7.1",
2022-03-04 20:13:25 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/ux-turbo.git",
2023-01-28 19:40:02 +01:00
"reference": "2c82aad06d7c1493615d09188b70a3a86f6cc6ab"
2022-03-04 20:13:25 +01:00
},
"dist": {
"type": "zip",
2023-01-28 19:40:02 +01:00
"url": "https://api.github.com/repos/symfony/ux-turbo/zipball/2c82aad06d7c1493615d09188b70a3a86f6cc6ab",
"reference": "2c82aad06d7c1493615d09188b70a3a86f6cc6ab",
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": {
2022-12-11 14:41:40 +01:00
"Symfony\\UX\\Turbo\\": "src/"
}
2022-03-04 20:13:25 +01:00
},
"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": {
2023-01-28 19:40:02 +01:00
"source": "https://github.com/symfony/ux-turbo/tree/v2.7.1"
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"
}
],
2023-01-28 19:40:02 +01:00
"time": "2023-01-24T15:40:19+00:00"
2022-03-04 20:13:25 +01:00
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/validator",
2023-03-31 22:49:31 +02:00
"version": "v5.4.22",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/validator.git",
2023-03-31 22:49:31 +02:00
"reference": "7c953a48f436bb180d8f5ae471f2665d7dd245da"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-03-31 22:49:31 +02:00
"url": "https://api.github.com/repos/symfony/validator/zipball/7c953a48f436bb180d8f5ae471f2665d7dd245da",
"reference": "7c953a48f436bb180d8f5ae471f2665d7dd245da",
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": {
2023-01-08 23:28:23 +01:00
"doctrine/annotations": "^1.13|^2",
2022-01-19 19:35:45 +01:00
"doctrine/cache": "^1.11|^2.0",
2023-01-28 19:40:02 +01:00
"egulias/email-validator": "^2.1.10|^3|^4",
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": {
2023-03-31 22:49:31 +02:00
"source": "https://github.com/symfony/validator/tree/v5.4.22"
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"
}
],
2023-03-31 22:49:31 +02:00
"time": "2023-03-17T15:39:32+00:00"
2019-11-21 22:16:30 +01:00
},
{
"name": "symfony/var-dumper",
2023-03-31 22:49:31 +02:00
"version": "v5.4.22",
2019-11-21 22:16:30 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
2023-03-31 22:49:31 +02:00
"reference": "e2edac9ce47e6df07e38143c7cfa6bdbc1a6dcc4"
2019-11-21 22:16:30 +01:00
},
"dist": {
"type": "zip",
2023-03-31 22:49:31 +02:00
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/e2edac9ce47e6df07e38143c7cfa6bdbc1a6dcc4",
"reference": "e2edac9ce47e6df07e38143c7cfa6bdbc1a6dcc4",
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": {
2023-03-31 22:49:31 +02:00
"source": "https://github.com/symfony/var-dumper/tree/v5.4.22"
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"
}
],
2023-03-31 22:49:31 +02:00
"time": "2023-03-25T09:27:28+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/var-exporter",
2023-03-02 23:48:52 +01:00
"version": "v5.4.21",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/var-exporter.git",
2023-03-02 23:48:52 +01:00
"reference": "be74908a6942fdd331554b3cec27ff41b45ccad4"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-03-02 23:48:52 +01:00
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/be74908a6942fdd331554b3cec27ff41b45ccad4",
"reference": "be74908a6942fdd331554b3cec27ff41b45ccad4",
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": {
2023-03-02 23:48:52 +01:00
"source": "https://github.com/symfony/var-exporter/tree/v5.4.21"
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"
}
],
2023-03-02 23:48:52 +01:00
"time": "2023-02-21T19:46:44+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/web-link",
2023-03-02 23:48:52 +01:00
"version": "v5.4.21",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/web-link.git",
2023-03-02 23:48:52 +01:00
"reference": "57c03a5e89ed7c2d7a1a09258dfec12f95f95adb"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-03-02 23:48:52 +01:00
"url": "https://api.github.com/repos/symfony/web-link/zipball/57c03a5e89ed7c2d7a1a09258dfec12f95f95adb",
"reference": "57c03a5e89ed7c2d7a1a09258dfec12f95f95adb",
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": {
2023-03-02 23:48:52 +01:00
"source": "https://github.com/symfony/web-link/tree/v5.4.21"
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"
}
],
2023-03-02 23:48:52 +01:00
"time": "2023-02-14T08:03:56+00:00"
2019-02-23 16:49:38 +01:00
},
2019-02-24 18:05:06 +01:00
{
"name": "symfony/webpack-encore-bundle",
2023-01-18 21:22:22 +01:00
"version": "v1.16.1",
2019-02-24 18:05:06 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/webpack-encore-bundle.git",
2023-01-18 21:22:22 +01:00
"reference": "1862d71e483769b40278548a30e756ce13ef9d4c"
2019-02-24 18:05:06 +01:00
},
"dist": {
"type": "zip",
2023-01-18 21:22:22 +01:00
"url": "https://api.github.com/repos/symfony/webpack-encore-bundle/zipball/1862d71e483769b40278548a30e756ce13ef9d4c",
"reference": "1862d71e483769b40278548a30e756ce13ef9d4c",
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",
2023-01-18 21:22:22 +01:00
"source": "https://github.com/symfony/webpack-encore-bundle/tree/v1.16.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"
}
],
2023-01-18 21:22:22 +01:00
"time": "2023-01-18T19:37:55+00:00"
2019-02-24 18:05:06 +01:00
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/yaml",
2023-03-02 23:48:52 +01:00
"version": "v5.4.21",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
2023-03-02 23:48:52 +01:00
"reference": "3713e20d93e46e681e51605d213027e48dab3469"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-03-02 23:48:52 +01:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/3713e20d93e46e681e51605d213027e48dab3469",
"reference": "3713e20d93e46e681e51605d213027e48dab3469",
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": {
2023-03-02 23:48:52 +01:00
"source": "https://github.com/symfony/yaml/tree/v5.4.21"
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"
}
],
2023-03-02 23:48:52 +01:00
"time": "2023-02-21T19:46:44+00:00"
2019-02-23 16:49:38 +01:00
},
2020-04-24 22:10:49 +02:00
{
"name": "tecnickcom/tc-lib-barcode",
2023-01-08 23:28:23 +01:00
"version": "1.17.19",
2020-04-24 22:10:49 +02:00
"source": {
"type": "git",
"url": "https://github.com/tecnickcom/tc-lib-barcode.git",
2023-01-08 23:28:23 +01:00
"reference": "8dbed267c44cb95a903d1149b81752ec4401dab1"
2020-04-24 22:10:49 +02:00
},
"dist": {
"type": "zip",
2023-01-08 23:28:23 +01:00
"url": "https://api.github.com/repos/tecnickcom/tc-lib-barcode/zipball/8dbed267c44cb95a903d1149b81752ec4401dab1",
"reference": "8dbed267c44cb95a903d1149b81752ec4401dab1",
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": {
2023-01-08 23:28:23 +01:00
"pdepend/pdepend": "2.12.1",
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",
2023-01-08 23:28:23 +01:00
"phpmd/phpmd": "2.13.0",
"phpunit/phpunit": "9.5.27 || 8.5.31 || 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",
2023-01-08 23:28:23 +01:00
"squizlabs/php_codesniffer": "3.7.1 || 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",
2023-01-08 23:28:23 +01:00
"source": "https://github.com/tecnickcom/tc-lib-barcode/tree/1.17.19"
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"
}
],
2023-01-08 23:28:23 +01:00
"time": "2022-12-21T16:26:37+00:00"
2020-04-24 22:10:49 +02:00
},
{
"name": "tecnickcom/tc-lib-color",
2023-01-08 23:28:23 +01:00
"version": "1.14.18",
2020-04-24 22:10:49 +02:00
"source": {
"type": "git",
"url": "https://github.com/tecnickcom/tc-lib-color.git",
2023-01-08 23:28:23 +01:00
"reference": "c430e0b8a8847935a72bc5fcc334d1e4d029e23b"
2020-04-24 22:10:49 +02:00
},
"dist": {
"type": "zip",
2023-01-08 23:28:23 +01:00
"url": "https://api.github.com/repos/tecnickcom/tc-lib-color/zipball/c430e0b8a8847935a72bc5fcc334d1e4d029e23b",
"reference": "c430e0b8a8847935a72bc5fcc334d1e4d029e23b",
2020-04-24 22:10:49 +02:00
"shasum": ""
},
"require": {
"ext-pcre": "*",
"php": ">=5.3"
},
"require-dev": {
2023-01-08 23:28:23 +01:00
"pdepend/pdepend": "2.12.1",
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",
2023-01-08 23:28:23 +01:00
"phpmd/phpmd": "2.13.0",
"phpunit/phpunit": "9.5.27 || 8.5.31 || 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",
2023-01-08 23:28:23 +01:00
"squizlabs/php_codesniffer": "3.7.1 || 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",
2023-01-08 23:28:23 +01:00
"source": "https://github.com/tecnickcom/tc-lib-color/tree/1.14.18"
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"
}
],
2023-01-08 23:28:23 +01:00
"time": "2022-12-21T16:25:34+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",
2023-01-08 23:28:23 +01:00
"version": "2.2.6",
2019-11-24 22:49:22 +01:00
"source": {
"type": "git",
"url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
2023-01-08 23:28:23 +01:00
"reference": "c42125b83a4fa63b187fdf29f9c93cb7733da30c"
2019-11-24 22:49:22 +01:00
},
"dist": {
"type": "zip",
2023-01-08 23:28:23 +01:00
"url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/c42125b83a4fa63b187fdf29f9c93cb7733da30c",
"reference": "c42125b83a4fa63b187fdf29f9c93cb7733da30c",
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",
2023-01-08 23:28:23 +01:00
"source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/2.2.6"
2021-01-03 20:34:58 +01:00
},
2023-01-08 23:28:23 +01:00
"time": "2023-01-03T09:29:04+00:00"
2019-11-24 22:49:22 +01:00
},
{
"name": "twig/cssinliner-extra",
2023-02-11 22:19:56 +01:00
"version": "v3.5.1",
2019-11-24 22:49:22 +01:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/cssinliner-extra.git",
2023-02-11 22:19:56 +01:00
"reference": "381877765d17b0178322d68b818e0c67f9c93187"
2019-11-24 22:49:22 +01:00
},
"dist": {
"type": "zip",
2023-02-11 22:19:56 +01:00
"url": "https://api.github.com/repos/twigphp/cssinliner-extra/zipball/381877765d17b0178322d68b818e0c67f9c93187",
"reference": "381877765d17b0178322d68b818e0c67f9c93187",
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": {
2023-01-08 23:28:23 +01:00
"dev-master": "3.5-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": {
2023-02-11 22:19:56 +01:00
"source": "https://github.com/twigphp/cssinliner-extra/tree/v3.5.1"
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"
}
],
2023-02-11 22:19:56 +01:00
"time": "2023-02-08T07:44:55+00:00"
2019-11-24 22:49:22 +01:00
},
2019-08-12 23:45:21 +02:00
{
"name": "twig/extra-bundle",
2023-02-11 22:19:56 +01:00
"version": "v3.5.1",
2019-08-12 23:45:21 +02:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/twig-extra-bundle.git",
2023-02-11 22:19:56 +01:00
"reference": "a961e553a624eebdbd423ad5ab931497ca6d87cd"
2019-08-12 23:45:21 +02:00
},
"dist": {
"type": "zip",
2023-02-11 22:19:56 +01:00
"url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/a961e553a624eebdbd423ad5ab931497ca6d87cd",
"reference": "a961e553a624eebdbd423ad5ab931497ca6d87cd",
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": {
2023-01-08 23:28:23 +01:00
"dev-master": "3.5-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": {
2023-02-11 22:19:56 +01:00
"source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.5.1"
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"
}
],
2023-02-11 22:19:56 +01:00
"time": "2023-02-08T07:44:55+00:00"
2019-08-12 23:45:21 +02:00
},
2020-05-07 23:35:20 +02:00
{
"name": "twig/html-extra",
2023-02-11 22:19:56 +01:00
"version": "v3.5.1",
2020-05-07 23:35:20 +02:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/html-extra.git",
2023-02-11 22:19:56 +01:00
"reference": "fc65dafbf8e3e319a8666e5d5437cbd404ecc496"
2020-05-07 23:35:20 +02:00
},
"dist": {
"type": "zip",
2023-02-11 22:19:56 +01:00
"url": "https://api.github.com/repos/twigphp/html-extra/zipball/fc65dafbf8e3e319a8666e5d5437cbd404ecc496",
"reference": "fc65dafbf8e3e319a8666e5d5437cbd404ecc496",
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": {
2023-01-08 23:28:23 +01:00
"dev-master": "3.5-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": {
2023-02-11 22:19:56 +01:00
"source": "https://github.com/twigphp/html-extra/tree/v3.5.1"
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"
}
],
2023-02-11 22:19:56 +01:00
"time": "2023-02-08T07:44:55+00:00"
2020-05-07 23:35:20 +02:00
},
2019-11-24 22:49:22 +01:00
{
"name": "twig/inky-extra",
2023-02-11 22:19:56 +01:00
"version": "v3.5.1",
2019-11-24 22:49:22 +01:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/inky-extra.git",
2023-02-11 22:19:56 +01:00
"reference": "4efde499b99942a27e206898e55208a8692c16ca"
2019-11-24 22:49:22 +01:00
},
"dist": {
"type": "zip",
2023-02-11 22:19:56 +01:00
"url": "https://api.github.com/repos/twigphp/inky-extra/zipball/4efde499b99942a27e206898e55208a8692c16ca",
"reference": "4efde499b99942a27e206898e55208a8692c16ca",
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": {
2023-01-08 23:28:23 +01:00
"dev-master": "3.5-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": {
2023-02-11 22:19:56 +01:00
"source": "https://github.com/twigphp/inky-extra/tree/v3.5.1"
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"
}
],
2023-02-11 22:19:56 +01:00
"time": "2023-02-08T07:44:55+00:00"
2019-11-24 22:49:22 +01:00
},
2019-08-12 23:45:21 +02:00
{
"name": "twig/intl-extra",
2023-02-11 22:19:56 +01:00
"version": "v3.5.1",
2019-08-12 23:45:21 +02:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/intl-extra.git",
2023-02-11 22:19:56 +01:00
"reference": "c3ebfac1624228c0556de57a34af6b7d83a1a408"
2019-08-12 23:45:21 +02:00
},
"dist": {
"type": "zip",
2023-02-11 22:19:56 +01:00
"url": "https://api.github.com/repos/twigphp/intl-extra/zipball/c3ebfac1624228c0556de57a34af6b7d83a1a408",
"reference": "c3ebfac1624228c0556de57a34af6b7d83a1a408",
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": {
2023-01-08 23:28:23 +01:00
"dev-master": "3.5-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": {
2023-02-11 22:19:56 +01:00
"source": "https://github.com/twigphp/intl-extra/tree/v3.5.1"
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"
}
],
2023-02-11 22:19:56 +01:00
"time": "2023-02-08T07:44:55+00:00"
2019-08-12 23:45:21 +02:00
},
2019-12-01 13:50:43 +01:00
{
"name": "twig/markdown-extra",
2023-02-11 22:19:56 +01:00
"version": "v3.5.1",
2019-12-01 13:50:43 +01:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/markdown-extra.git",
2023-02-11 22:19:56 +01:00
"reference": "9474c89fd2787187a3809e5e964dfce2395ae5f0"
2019-12-01 13:50:43 +01:00
},
"dist": {
"type": "zip",
2023-02-11 22:19:56 +01:00
"url": "https://api.github.com/repos/twigphp/markdown-extra/zipball/9474c89fd2787187a3809e5e964dfce2395ae5f0",
"reference": "9474c89fd2787187a3809e5e964dfce2395ae5f0",
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",
2023-01-08 23:28:23 +01:00
"michelf/php-markdown": "^1.8|^2.0",
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": {
2023-01-08 23:28:23 +01:00
"dev-master": "3.5-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": {
2023-02-11 22:19:56 +01:00
"source": "https://github.com/twigphp/markdown-extra/tree/v3.5.1"
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"
}
],
2023-02-11 22:19:56 +01:00
"time": "2023-02-08T07:44:55+00:00"
2019-12-01 13:50:43 +01:00
},
2019-02-23 16:49:38 +01:00
{
"name": "twig/twig",
2023-02-11 22:19:56 +01:00
"version": "v3.5.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
2023-02-11 22:19:56 +01:00
"reference": "a6e0510cc793912b451fd40ab983a1d28f611c15"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-02-11 22:19:56 +01:00
"url": "https://api.github.com/repos/twigphp/Twig/zipball/a6e0510cc793912b451fd40ab983a1d28f611c15",
"reference": "a6e0510cc793912b451fd40ab983a1d28f611c15",
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": {
2023-01-08 23:28:23 +01:00
"dev-master": "3.5-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",
2023-02-11 22:19:56 +01:00
"source": "https://github.com/twigphp/Twig/tree/v3.5.1"
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"
}
],
2023-02-11 22:19:56 +01:00
"time": "2023-02-08T07:49:20+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"
},
2022-10-04 00:08:58 +02:00
{
"name": "web-auth/webauthn-symfony-bundle",
"version": "v3.3.12",
"source": {
"type": "git",
"url": "https://github.com/web-auth/webauthn-symfony-bundle.git",
"reference": "15f2091dc351f190d27a377a0dbbc117e6be5329"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/web-auth/webauthn-symfony-bundle/zipball/15f2091dc351f190d27a377a0dbbc117e6be5329",
"reference": "15f2091dc351f190d27a377a0dbbc117e6be5329",
"shasum": ""
},
"require": {
"spomky-labs/cbor-bundle": "^2.0",
"symfony/config": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/framework-bundle": "^4.4|^5.0",
"web-auth/webauthn-lib": "self.version",
"web-token/jwt-signature": "^2.0.9"
},
"type": "symfony-bundle",
"autoload": {
"psr-4": {
"Webauthn\\Bundle\\": "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-symfony-bundle/contributors"
}
],
"description": "FIDO2/Webauthn Security Bundle For Symfony",
"homepage": "https://github.com/web-auth",
"keywords": [
"FIDO2",
"fido",
"webauthn"
],
"support": {
"source": "https://github.com/web-auth/webauthn-symfony-bundle/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-token/jwt-core",
"version": "v2.2.11",
"source": {
"type": "git",
"url": "https://github.com/web-token/jwt-core.git",
"reference": "53beb6f6c1eec4fa93c1c3e5d9e5701e71fa1678"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/web-token/jwt-core/zipball/53beb6f6c1eec4fa93c1c3e5d9e5701e71fa1678",
"reference": "53beb6f6c1eec4fa93c1c3e5d9e5701e71fa1678",
"shasum": ""
},
"require": {
"brick/math": "^0.8.17|^0.9",
"ext-json": "*",
"ext-mbstring": "*",
"fgrosse/phpasn1": "^2.0",
"php": ">=7.2",
"spomky-labs/base64url": "^1.0|^2.0"
},
"conflict": {
"spomky-labs/jose": "*"
},
"type": "library",
"autoload": {
"psr-4": {
"Jose\\Component\\Core\\": ""
}
},
"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-token/jwt-framework/contributors"
}
],
"description": "Core component of the JWT Framework.",
"homepage": "https://github.com/web-token",
"keywords": [
"JOSE",
"JWE",
"JWK",
"JWKSet",
"JWS",
"Jot",
"RFC7515",
"RFC7516",
"RFC7517",
"RFC7518",
"RFC7519",
"RFC7520",
"bundle",
"jwa",
"jwt",
"symfony"
],
"support": {
"source": "https://github.com/web-token/jwt-core/tree/v2.2.11"
},
"funding": [
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
"time": "2021-03-17T14:55:52+00:00"
},
{
"name": "web-token/jwt-signature",
"version": "v2.2.11",
"source": {
"type": "git",
"url": "https://github.com/web-token/jwt-signature.git",
"reference": "015b59aaf3b6e8fb9f5bd1338845b7464c7d8103"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/web-token/jwt-signature/zipball/015b59aaf3b6e8fb9f5bd1338845b7464c7d8103",
"reference": "015b59aaf3b6e8fb9f5bd1338845b7464c7d8103",
"shasum": ""
},
"require": {
"web-token/jwt-core": "^2.1"
},
"suggest": {
"web-token/jwt-signature-algorithm-ecdsa": "ECDSA Based Signature Algorithms",
"web-token/jwt-signature-algorithm-eddsa": "EdDSA Based Signature Algorithms",
"web-token/jwt-signature-algorithm-experimental": "Experimental Signature Algorithms",
"web-token/jwt-signature-algorithm-hmac": "HMAC Based Signature Algorithms",
"web-token/jwt-signature-algorithm-none": "None Signature Algorithm",
"web-token/jwt-signature-algorithm-rsa": "RSA Based Signature Algorithms"
},
"type": "library",
"autoload": {
"psr-4": {
"Jose\\Component\\Signature\\": ""
}
},
"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-token/jwt-signature/contributors"
}
],
"description": "Signature component of the JWT Framework.",
"homepage": "https://github.com/web-token",
"keywords": [
"JOSE",
"JWE",
"JWK",
"JWKSet",
"JWS",
"Jot",
"RFC7515",
"RFC7516",
"RFC7517",
"RFC7518",
"RFC7519",
"RFC7520",
"bundle",
"jwa",
"jwt",
"symfony"
],
"support": {
"source": "https://github.com/web-token/jwt-signature/tree/v2.2.11"
},
"funding": [
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
"time": "2021-03-01T19:55:28+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-11-26 22:54:53 +01:00
"version": "3.1.0",
2022-01-19 19:35:45 +01:00
"source": {
"type": "git",
"url": "https://github.com/composer/pcre.git",
2022-11-26 22:54:53 +01:00
"reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2"
2022-01-19 19:35:45 +01:00
},
"dist": {
"type": "zip",
2022-11-26 22:54:53 +01:00
"url": "https://api.github.com/repos/composer/pcre/zipball/4bff79ddd77851fe3cdd11616ed3f92841ba5bd2",
"reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2",
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-11-26 22:54:53 +01:00
"source": "https://github.com/composer/pcre/tree/3.1.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-11-26 22:54:53 +01:00
"time": "2022-11-17T09:50:14+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",
2023-02-07 22:41:14 +01:00
"version": "v7.2.1",
2019-10-20 14:35:19 +02:00
"source": {
"type": "git",
"url": "https://github.com/dmaicher/doctrine-test-bundle.git",
2023-02-07 22:41:14 +01:00
"reference": "175b47153609a369117d97d36049b8a8c3b69dc1"
2019-10-20 14:35:19 +02:00
},
"dist": {
"type": "zip",
2023-02-07 22:41:14 +01:00
"url": "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/175b47153609a369117d97d36049b8a8c3b69dc1",
"reference": "175b47153609a369117d97d36049b8a8c3b69dc1",
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",
2023-02-06 21:10:53 +01:00
"symfony/cache": "^5.4 || ^6.0",
"symfony/framework-bundle": "^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",
2023-02-06 21:10:53 +01:00
"phpunit/phpunit": "^8.0 || ^9.0 || ^10.0",
2022-07-17 22:29:42 +02:00
"symfony/phpunit-bridge": "^6.0",
2023-02-06 21:10:53 +01:00
"symfony/process": "^5.4 || ^6.0",
"symfony/yaml": "^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",
2023-02-07 22:41:14 +01:00
"source": "https://github.com/dmaicher/doctrine-test-bundle/tree/v7.2.1"
2021-01-03 20:34:58 +01:00
},
2023-02-07 22:41:14 +01:00
"time": "2023-02-07T10:02:27+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",
2023-04-08 01:09:45 +02:00
"version": "1.6.5",
2019-10-20 14:35:19 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/data-fixtures.git",
2023-04-08 01:09:45 +02:00
"reference": "e6b97f557942ea17564bbc30ae3ebc9bd2209363"
2019-10-20 14:35:19 +02:00
},
"dist": {
"type": "zip",
2023-04-08 01:09:45 +02:00
"url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/e6b97f557942ea17564bbc30ae3ebc9bd2209363",
"reference": "e6b97f557942ea17564bbc30ae3ebc9bd2209363",
2019-10-20 14:35:19 +02:00
"shasum": ""
},
"require": {
2023-04-08 01:09:45 +02:00
"doctrine/deprecations": "^0.5.3 || ^1.0",
"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",
2023-01-08 23:28:23 +01:00
"doctrine/orm": "<2.12",
2019-10-20 14:35:19 +02:00
"doctrine/phpcr-odm": "<1.3.0"
},
"require-dev": {
2023-04-08 01:09:45 +02:00
"doctrine/coding-standard": "^11.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",
2023-01-08 23:28:23 +01:00
"doctrine/orm": "^2.12",
2021-03-14 18:43:09 +01:00
"ext-sqlite3": "*",
2022-07-17 22:26:35 +02:00
"phpstan/phpstan": "^1.5",
2023-04-08 01:09:45 +02:00
"phpunit/phpunit": "^8.5 || ^9.5 || ^10.0",
2022-03-04 12:16:13 +01:00
"symfony/cache": "^5.0 || ^6.0",
2023-04-08 01:09:45 +02:00
"vimeo/psalm": "^4.10 || ^5.9"
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": {
2023-04-08 01:09:45 +02:00
"Doctrine\\Common\\DataFixtures\\": "src"
2019-10-20 14:35:19 +02:00
}
},
"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",
2023-04-08 01:09:45 +02:00
"source": "https://github.com/doctrine/data-fixtures/tree/1.6.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%2Fdata-fixtures",
"type": "tidelift"
}
],
2023-04-08 01:09:45 +02:00
"time": "2023-04-03T14:58:58+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
},
{
2023-02-11 22:37:27 +01:00
"name": "fidry/cpu-core-counter",
2023-02-20 00:57:00 +01:00
"version": "0.5.1",
2019-09-23 13:29:51 +02:00
"source": {
"type": "git",
2023-02-11 22:37:27 +01:00
"url": "https://github.com/theofidry/cpu-core-counter.git",
2023-02-20 00:57:00 +01:00
"reference": "b58e5a3933e541dc286cc91fc4f3898bbc6f1623"
2019-09-23 13:29:51 +02:00
},
"dist": {
"type": "zip",
2023-02-20 00:57:00 +01:00
"url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/b58e5a3933e541dc286cc91fc4f3898bbc6f1623",
"reference": "b58e5a3933e541dc286cc91fc4f3898bbc6f1623",
2019-09-23 13:29:51 +02:00
"shasum": ""
},
"require": {
2023-02-11 22:37:27 +01:00
"php": "^7.2 || ^8.0"
2019-09-23 13:29:51 +02:00
},
"require-dev": {
2023-02-11 22:37:27 +01:00
"fidry/makefile": "^0.2.0",
"phpstan/extension-installer": "^1.2.0",
"phpstan/phpstan": "^1.9.2",
"phpstan/phpstan-deprecation-rules": "^1.0.0",
"phpstan/phpstan-phpunit": "^1.2.2",
"phpstan/phpstan-strict-rules": "^1.4.4",
"phpunit/phpunit": "^9.5.26 || ^8.5.31",
"theofidry/php-cs-fixer-config": "^1.0",
"webmozarts/strict-phpunit": "^7.5"
2019-09-23 13:29:51 +02:00
},
"type": "library",
"autoload": {
2023-02-11 22:37:27 +01:00
"psr-4": {
"Fidry\\CpuCoreCounter\\": "src/"
2019-09-23 13:29:51 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2023-02-11 22:37:27 +01:00
"MIT"
2019-09-23 13:29:51 +02:00
],
"authors": [
{
2023-02-11 22:37:27 +01:00
"name": "Théo FIDRY",
"email": "theo.fidry@gmail.com"
2019-09-23 13:29:51 +02:00
}
],
2023-02-11 22:37:27 +01:00
"description": "Tiny utility to get the number of CPU cores.",
"keywords": [
"CPU",
"core"
],
2021-01-03 20:34:58 +01:00
"support": {
2023-02-11 22:37:27 +01:00
"issues": "https://github.com/theofidry/cpu-core-counter/issues",
2023-02-20 00:57:00 +01:00
"source": "https://github.com/theofidry/cpu-core-counter/tree/0.5.1"
2021-01-03 20:34:58 +01:00
},
2023-02-11 22:37:27 +01:00
"funding": [
{
"url": "https://github.com/theofidry",
"type": "github"
}
],
2023-02-20 00:57:00 +01:00
"time": "2022-12-24T12:35:10+00:00"
2020-01-09 19:37:04 +01:00
},
2020-01-05 14:29:19 +01:00
{
2023-02-11 22:37:27 +01:00
"name": "netresearch/jsonmapper",
"version": "v4.1.0",
2020-01-05 14:29:19 +01:00
"source": {
"type": "git",
2023-02-11 22:37:27 +01:00
"url": "https://github.com/cweiske/jsonmapper.git",
"reference": "cfa81ea1d35294d64adb9c68aa4cb9e92400e53f"
2020-01-05 14:29:19 +01:00
},
"dist": {
"type": "zip",
2023-02-11 22:37:27 +01:00
"url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/cfa81ea1d35294d64adb9c68aa4cb9e92400e53f",
"reference": "cfa81ea1d35294d64adb9c68aa4cb9e92400e53f",
2020-01-05 14:29:19 +01:00
"shasum": ""
},
"require": {
2023-02-11 22:37:27 +01:00
"ext-json": "*",
"ext-pcre": "*",
"ext-reflection": "*",
"ext-spl": "*",
"php": ">=7.1"
},
"require-dev": {
"phpunit/phpunit": "~7.5 || ~8.0 || ~9.0",
"squizlabs/php_codesniffer": "~3.5"
2020-01-05 14:29:19 +01:00
},
"type": "library",
"autoload": {
2021-10-02 19:36:17 +02:00
"psr-0": {
2023-02-11 22:37:27 +01:00
"JsonMapper": "src/"
2021-10-02 19:36:17 +02:00
}
2020-01-05 14:29:19 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2023-02-11 22:37:27 +01:00
"OSL-3.0"
2020-01-05 14:29:19 +01:00
],
"authors": [
{
2023-02-11 22:37:27 +01:00
"name": "Christian Weiske",
"email": "cweiske@cweiske.de",
"homepage": "http://github.com/cweiske/jsonmapper/",
"role": "Developer"
2020-01-05 14:29:19 +01:00
}
],
2023-02-11 22:37:27 +01:00
"description": "Map nested JSON structures onto PHP classes",
2021-01-03 20:34:58 +01:00
"support": {
2023-02-11 22:37:27 +01:00
"email": "cweiske@cweiske.de",
"issues": "https://github.com/cweiske/jsonmapper/issues",
"source": "https://github.com/cweiske/jsonmapper/tree/v4.1.0"
2021-01-03 20:34:58 +01:00
},
2023-02-11 22:37:27 +01:00
"time": "2022-12-08T20:46:14+00:00"
2019-09-23 13:29:51 +02:00
},
2020-02-01 17:00:03 +01:00
{
"name": "phpstan/extension-installer",
2022-10-22 21:38:24 +02:00
"version": "1.2.0",
2020-02-01 17:00:03 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/extension-installer.git",
2022-10-22 21:38:24 +02:00
"reference": "f06dbb052ddc394e7896fcd1cfcd533f9f6ace40"
2020-02-01 17:00:03 +01:00
},
"dist": {
"type": "zip",
2022-10-22 21:38:24 +02:00
"url": "https://api.github.com/repos/phpstan/extension-installer/zipball/f06dbb052ddc394e7896fcd1cfcd533f9f6ace40",
"reference": "f06dbb052ddc394e7896fcd1cfcd533f9f6ace40",
2020-02-01 17:00:03 +01:00
"shasum": ""
},
"require": {
2022-10-22 21:38:24 +02:00
"composer-plugin-api": "^2.0",
"php": "^7.2 || ^8.0",
"phpstan/phpstan": "^1.8.0"
2020-02-01 17:00:03 +01:00
},
"require-dev": {
2022-10-22 21:38:24 +02:00
"composer/composer": "^2.0",
2020-09-03 11:19:01 +02:00
"php-parallel-lint/php-parallel-lint": "^1.2.0",
2022-10-22 21:38:24 +02:00
"phpstan/phpstan-strict-rules": "^0.11 || ^0.12 || ^1.0"
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",
2022-10-22 21:38:24 +02:00
"source": "https://github.com/phpstan/extension-installer/tree/1.2.0"
2021-01-03 20:34:58 +01:00
},
2022-10-22 21:38:24 +02:00
"time": "2022-10-17T12:59:16+00:00"
2020-09-03 11:19:01 +02:00
},
2020-02-01 17:00:03 +01:00
{
"name": "phpstan/phpstan",
2023-04-08 01:09:45 +02:00
"version": "1.10.11",
2020-02-01 17:00:03 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
2023-04-08 01:09:45 +02:00
"reference": "8aa62e6ea8b58ffb650e02940e55a788cbc3fe21"
2020-02-01 17:00:03 +01:00
},
"dist": {
"type": "zip",
2023-04-08 01:09:45 +02:00
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/8aa62e6ea8b58ffb650e02940e55a788cbc3fe21",
"reference": "8aa62e6ea8b58ffb650e02940e55a788cbc3fe21",
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": {
2023-03-18 19:54:27 +01:00
"docs": "https://phpstan.org/user-guide/getting-started",
"forum": "https://github.com/phpstan/phpstan/discussions",
2021-01-03 20:34:58 +01:00
"issues": "https://github.com/phpstan/phpstan/issues",
2023-03-18 19:54:27 +01:00
"security": "https://github.com/phpstan/phpstan/security/policy",
"source": "https://github.com/phpstan/phpstan-src"
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"
}
],
2023-04-08 01:09:45 +02:00
"time": "2023-04-04T19:17:42+00:00"
2020-02-01 17:00:03 +01:00
},
{
"name": "phpstan/phpstan-doctrine",
2023-03-18 19:54:27 +01:00
"version": "1.3.37",
2020-02-01 17:00:03 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
2023-03-18 19:54:27 +01:00
"reference": "62bd362b432fe29e175168689510ddd927b698f8"
2020-02-01 17:00:03 +01:00
},
"dist": {
"type": "zip",
2023-03-18 19:54:27 +01:00
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/62bd362b432fe29e175168689510ddd927b698f8",
"reference": "62bd362b432fe29e175168689510ddd927b698f8",
2020-02-01 17:00:03 +01:00
"shasum": ""
},
"require": {
2022-07-17 22:26:35 +02:00
"php": "^7.2 || ^8.0",
2023-02-26 18:57:35 +01:00
"phpstan/phpstan": "^1.10"
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": {
2023-01-08 23:28:23 +01:00
"composer/semver": "^3.3.2",
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",
2023-03-18 19:54:27 +01:00
"source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.37"
2021-01-03 20:34:58 +01:00
},
2023-03-18 19:54:27 +01:00
"time": "2023-03-17T14:57:03+00:00"
2020-02-01 17:00:03 +01:00
},
{
"name": "phpstan/phpstan-symfony",
2023-04-08 01:09:45 +02:00
"version": "1.2.25",
2020-02-01 17:00:03 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-symfony.git",
2023-04-08 01:09:45 +02:00
"reference": "1da7bf450c6b351fec08ca0aa97298473d4f6ab3"
2020-02-01 17:00:03 +01:00
},
"dist": {
"type": "zip",
2023-04-08 01:09:45 +02:00
"url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/1da7bf450c6b351fec08ca0aa97298473d4f6ab3",
"reference": "1da7bf450c6b351fec08ca0aa97298473d4f6ab3",
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",
2023-03-31 22:49:31 +02:00
"phpstan/phpstan": "^1.9.18"
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",
2023-03-31 22:49:31 +02:00
"phpunit/phpunit": "^8.5.29 || ^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",
2023-04-08 01:09:45 +02:00
"source": "https://github.com/phpstan/phpstan-symfony/tree/1.2.25"
2021-01-03 20:34:58 +01:00
},
2023-04-08 01:09:45 +02:00
"time": "2023-04-05T12:16:20+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",
2023-03-31 22:49:31 +02:00
"version": "v5.0.2",
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",
2023-03-31 22:49:31 +02:00
"reference": "f017563fa40728a5a40628915774e7d3469a0cbd"
2020-03-29 23:13:25 +02:00
},
"dist": {
"type": "zip",
2023-03-31 22:49:31 +02:00
"url": "https://api.github.com/repos/psalm/psalm-plugin-symfony/zipball/f017563fa40728a5a40628915774e7d3469a0cbd",
"reference": "f017563fa40728a5a40628915774e7d3469a0cbd",
2020-03-29 23:13:25 +02:00
"shasum": ""
},
"require": {
2021-10-02 21:04:31 +02:00
"ext-simplexml": "*",
2023-02-11 22:37:27 +01:00
"php": "^7.4 || ^8.0",
"symfony/framework-bundle": "^5.0 || ^6.0",
"vimeo/psalm": "^5.1"
2020-03-29 23:13:25 +02:00
},
"require-dev": {
2023-02-11 22:37:27 +01:00
"doctrine/annotations": "^1.8|^2",
"doctrine/orm": "^2.9",
2021-10-02 21:04:31 +02:00
"phpunit/phpunit": "~7.5 || ~9.5",
"symfony/cache-contracts": "^1.0 || ^2.0",
"symfony/console": "*",
2023-02-11 22:37:27 +01:00
"symfony/form": "^5.0 || ^6.0",
"symfony/messenger": "^5.0 || ^6.0",
2022-01-19 19:35:45 +01:00
"symfony/security-guard": "*",
2023-02-11 22:37:27 +01:00
"symfony/serializer": "^5.0 || ^6.0",
2021-10-02 21:04:31 +02:00
"symfony/validator": "*",
"twig/twig": "^2.10 || ^3.0",
2023-02-11 22:37:27 +01:00
"weirdan/codeception-psalm-module": "dev-master"
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",
2023-03-31 22:49:31 +02:00
"source": "https://github.com/psalm/psalm-plugin-symfony/tree/v5.0.2"
2021-01-03 20:34:58 +01:00
},
2023-03-31 22:49:31 +02:00
"time": "2023-03-22T20:58:14+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",
2023-04-08 01:09:45 +02:00
"reference": "6efa800243b92a3601e0101b0333d45df35832a4"
2019-03-27 19:19:50 +01:00
},
"dist": {
"type": "zip",
2023-04-08 01:09:45 +02:00
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/6efa800243b92a3601e0101b0333d45df35832a4",
"reference": "6efa800243b92a3601e0101b0333d45df35832a4",
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-12-11 14:41:40 +01:00
"akeneo/pim-community-dev": "<5.0.119|>=6,<6.0.53",
2023-03-15 21:59:33 +01:00
"alextselegidis/easyappointments": "<1.5",
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",
2023-04-08 01:09:45 +02:00
"andrewhaine/silverstripe-form-capture": ">=0.2,<=0.2.3|>=1,<=1.0.1|>=2,<=2.2.4",
2022-11-14 20:30:55 +01:00
"apereo/phpcas": "<1.6",
2023-03-02 23:48:52 +01:00
"api-platform/core": ">=2.2,<2.2.10|>=2.3,<2.3.6|>=2.6,<2.7.10|>=3,<3.0.12|>=3.1,<3.1.3",
2022-03-04 12:16:13 +01:00
"appwrite/server-ce": "<0.11.1|>=0.12,<0.12.2",
2023-01-18 21:22:22 +01:00
"arc/web": "<3",
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",
2023-02-05 02:27:05 +01:00
"automad/automad": "<1.8",
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",
2022-11-26 22:54:53 +01:00
"backdrop/backdrop": "<=1.23",
2022-12-11 14:41:40 +01:00
"badaso/core": "<2.7",
2021-06-09 08:45:34 +02:00
"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",
2023-01-18 21:22:22 +01:00
"barzahlen/barzahlen-php": "<2.0.1",
2023-03-31 22:49:31 +02:00
"baserproject/basercms": "<4.7.5",
2023-02-05 02:27:05 +01:00
"bassjobsen/bootstrap-3-typeahead": ">4.0.2",
2023-04-08 01:09:45 +02:00
"bigfork/silverstripe-form-capture": ">=3,<=3.1",
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",
2023-01-22 23:49:14 +01:00
"cakephp/cakephp": "<3.10.3|>=4,<4.0.10|>=4.2,<4.2.12|>=4.3,<4.3.11|>=4.4,<4.4.10|= 1.3.7|>=4.1,<4.1.4",
2023-01-28 19:40:02 +01:00
"cakephp/database": ">=4.2,<4.2.12|>=4.3,<4.3.11|>=4.4,<4.4.10",
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-11-14 20:30:55 +01:00
"centreon/centreon": "<22.10-beta.1",
2021-06-09 08:45:34 +02:00
"cesnet/simplesamlphp-module-proxystatistics": "<3.1",
2023-03-15 21:59:33 +01:00
"cockpit-hq/cockpit": "<2.4.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",
2023-01-08 23:28:23 +01:00
"codeigniter4/framework": "<4.2.11",
2023-03-15 21:59:33 +01:00
"codeigniter4/shield": "<1-beta.4|= 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-12-11 14:41:40 +01:00
"concrete5/concrete5": "<=9.1.3|>= 9.0.0RC1, < 9.1.3",
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",
2023-03-15 21:59:33 +01:00
"craftcms/cms": "<3.7.64|>= 4.0.0-RC1, < 4.3.7|>= 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",
2023-01-18 21:22:22 +01:00
"dbrisinajumi/d2files": "<1",
2023-02-07 22:41:14 +01:00
"derhansen/fe_change_pwd": "<2.0.5|>=3,<3.0.3",
2021-06-09 08:45:34 +02:00
"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-11-26 22:54:53 +01:00
"dolibarr/dolibarr": "<16|>=16.0.1,<16.0.3|= 12.0.5|>= 3.3.beta1, < 13.0.2",
2023-02-07 22:41:14 +01:00
"dompdf/dompdf": "<2.0.2|= 2.0.2",
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",
2023-03-15 21:59:33 +01:00
"encore/laravel-admin": "<=1.8.19",
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-11-14 20:30:55 +01:00
"ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6|>=1.5,<1.5.29|>=2.3,<2.3.26",
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-11-14 20:30:55 +01:00
"ezsystems/ezplatform-graphql": ">=1-rc.1,<1.0.13|>=2-beta.1,<2.3.12",
2023-03-15 21:59:33 +01:00
"ezsystems/ezplatform-kernel": "<1.2.5.1|>=1.3,<1.3.26",
2021-10-02 18:36:29 +02:00
"ezsystems/ezplatform-rest": ">=1.2,<=1.2.2|>=1.3,<1.3.8",
2023-04-08 01:09:45 +02:00
"ezsystems/ezplatform-richtext": ">=2.3,<2.3.7.1",
2020-02-09 21:25:03 +01:00
"ezsystems/ezplatform-user": ">=1,<1.0.1",
2023-03-15 21:59:33 +01:00
"ezsystems/ezpublish-kernel": "<6.13.8.2|>=7,<7.5.30",
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",
2022-11-14 20:30:55 +01:00
"ezsystems/repository-forms": ">=2.3,<2.3.2.1|>=2.5,<2.5.15",
2019-03-27 19:19:50 +01:00
"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-12-16 23:18:21 +01:00
"feehi/feehicms": "<=2.1.1",
2022-07-17 22:26:35 +02:00
"fenom/fenom": "<=2.12.1",
"filegator/filegator": "<7.8",
2023-02-20 00:57:00 +01:00
"firebase/php-jwt": "<6",
2023-02-07 22:41:14 +01:00
"fixpunkt/fp-masterquiz": "<2.2.1|>=3,<3.5.2",
"fixpunkt/fp-newsletter": "<1.1.1|>=2,<2.1.2|>=2.2,<3.2.6",
2023-03-15 21:59:33 +01:00
"flarum/core": "<1.7",
2023-01-18 21:22:22 +01:00
"flarum/mentions": "<1.6.3",
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",
2023-02-26 18:57:35 +01:00
"francoisjacquet/rosariosis": "<10.8.2",
2023-03-15 21:59:33 +01:00
"frappant/frp-form-answers": "<3.1.2|>=4,<4.0.2",
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",
2023-03-15 21:59:33 +01:00
"froxlor/froxlor": "<2.0.13",
2019-03-27 19:19:50 +01:00
"fuel/core": "<1.8.1",
2023-03-15 21:59:33 +01:00
"funadmin/funadmin": "<=3.2",
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-10-22 21:38:24 +02:00
"getkirby/cms": "= 3.8.0|<3.5.8.2|>=3.6,<3.6.6.2|>=3.7,<3.7.5.1",
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",
2023-03-15 21:59:33 +01:00
"gree/jose": "<2.2.1",
2019-03-27 19:19:50 +01:00
"gregwar/rst": "<1.0.3",
2023-04-08 01:09:45 +02:00
"grumpydictator/firefly-iii": "<6",
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",
2023-01-18 21:22:22 +01:00
"harvesthq/chosen": "<1.8.7",
2022-07-17 22:26:35 +02:00
"helloxz/imgurl": "= 2.31|<=2.31",
2022-01-19 19:35:45 +01:00
"hillelcoren/invoice-ninja": "<5.3.35",
2023-01-18 21:22:22 +01:00
"himiklab/yii2-jqgrid-widget": "<1.0.8",
2022-01-19 19:35:45 +01:00
"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",
2022-11-14 20:30:55 +01:00
"ibexa/admin-ui": ">=4.2,<4.2.3",
"ibexa/core": ">=4,<4.0.7|>=4.1,<4.1.4|>=4.2,<4.2.3",
"ibexa/graphql": ">=2.5,<2.5.31|>=3.3,<3.3.28|>=4.2,<4.2.3",
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",
2023-02-11 22:19:56 +01:00
"in2code/femanager": "<5.5.3|>=6,<6.3.4|>=7,<7.1",
2022-07-17 22:26:35 +02:00
"in2code/lux": "<17.6.1|>=18,<24.0.2",
2023-01-18 21:22:22 +01:00
"innologi/typo3-appointments": "<2.0.6",
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-11-26 22:54:53 +01:00
"jasig/phpcas": "<1.3.3",
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-10-30 17:34:17 +01:00
"joyqi/hyper-down": "<=2.4.27",
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",
2023-01-18 21:22:22 +01:00
"kelvinmo/simplexrd": "<3.1.1",
2022-01-19 19:35:45 +01:00
"kevinpapst/kimai2": "<1.16.7",
2023-02-20 00:57:00 +01:00
"kimai/kimai": "<1.1",
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",
2023-04-08 01:09:45 +02:00
"knplabs/knp-snappy": "<1.4.2",
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-11-26 22:54:53 +01:00
"librenms/librenms": "<22.10",
2023-01-28 19:40:02 +01:00
"liftkit/database": "<2.13.2",
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",
2023-02-20 00:57:00 +01:00
"maikuolan/phpmussel": ">=1,<1.6",
2023-02-26 18:57:35 +01:00
"mantisbt/mantisbt": "<=2.25.5",
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",
2023-02-20 00:57:00 +01:00
"mediawiki/matomo": "<2.4.3",
2022-10-22 21:38:24 +02:00
"melisplatform/melis-asset-manager": "<5.0.1",
"melisplatform/melis-cms": "<5.0.1",
"melisplatform/melis-front": "<5.0.1",
2022-08-03 22:50:27 +02:00
"mezzio/mezzio-swoole": "<3.7|>=4,<4.3",
2023-01-08 23:28:23 +01:00
"mgallegos/laravel-jqgrid": "<=1.3",
2023-04-08 01:09:45 +02:00
"microweber/microweber": "<1.3.3",
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",
2023-02-20 00:57:00 +01:00
"mobiledetect/mobiledetectlib": "<2.8.32",
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",
2023-03-31 22:49:31 +02:00
"moodle/moodle": "<4.0.7|>=4.1-beta,<4.1.2|= 3.11",
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",
2023-03-02 23:48:52 +01:00
"nilsteampassnet/teampass": "<3.0.0.23",
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-10-30 17:34:17 +01:00
"october/system": "<1.0.476|>=1.1,<1.1.12|>=2,<2.2.34|>=3,<3.0.66",
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",
2022-11-14 20:30:55 +01:00
"opencart/opencart": "<=3.0.3.7",
2019-03-27 19:19:50 +01:00
"openid/php-openid": "<2.3",
2023-01-28 19:40:02 +01:00
"openmage/magento-lts": "<19.4.22|>=20,<20.0.19",
2021-01-03 20:34:58 +01:00
"orchid/platform": ">=9,<9.4.4",
2022-10-22 21:38:24 +02:00
"oro/commerce": ">=4.1,<5.0.6",
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",
2023-01-18 21:22:22 +01:00
"php-mod/curl": "<2.3.2",
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",
2023-02-20 00:57:00 +01:00
"phpmyadmin/phpmyadmin": "<5.2.1",
2022-10-22 21:38:24 +02:00
"phpmyfaq/phpmyfaq": "<=3.1.7",
2022-07-17 22:26:35 +02:00
"phpoffice/phpexcel": "<1.8",
2021-01-03 20:34:58 +01:00
"phpoffice/phpspreadsheet": "<1.16",
2023-03-15 21:59:33 +01:00
"phpseclib/phpseclib": "<2.0.31|>=3,<3.0.19",
2022-01-19 19:35:45 +01:00
"phpservermon/phpservermon": "<=3.5.2",
2023-03-31 22:49:31 +02:00
"phpsysinfo/phpsysinfo": "<3.2.5",
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",
2023-01-18 21:22:22 +01:00
"phpxmlrpc/phpxmlrpc": "<4.9.2",
2022-07-17 22:26:35 +02:00
"pimcore/data-hub": "<1.2.4",
2023-04-08 01:09:45 +02:00
"pimcore/perspective-editor": "<1.5.1",
2023-03-31 22:49:31 +02:00
"pimcore/pimcore": "<10.5.20",
2023-02-26 18:57:35 +01:00
"pixelfed/pixelfed": "<=0.11.4",
2022-07-17 22:26:35 +02:00
"pocketmine/bedrock-protocol": "<8.0.2",
2023-01-18 21:22:22 +01:00
"pocketmine/pocketmine-mp": "<4.12.5|>= 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",
2022-10-05 22:42:38 +02:00
"prestashop/contactform": ">=1.0.1,<4.3",
2020-02-13 22:04:40 +01:00
"prestashop/gamification": "<2.3.2",
2023-03-15 21:59:33 +01:00
"prestashop/prestashop": "<8.0.1",
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",
2022-11-14 20:30:55 +01:00
"processwire/processwire": "<=3.0.200",
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",
2022-12-11 14:41:40 +01:00
"pyrocms/pyrocms": "<=3.9.1",
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",
2023-04-08 01:09:45 +02:00
"really-simple-plugins/complianz-gdpr": "<6.4.2",
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-12-16 23:18:21 +01:00
"roots/soil": "<4.1",
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",
2023-01-18 21:22:22 +01:00
"shopware/core": "<=6.4.18",
"shopware/platform": "<=6.4.18",
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-11-26 22:54:53 +01:00
"silverstripe/admin": ">=1,<1.11.3",
"silverstripe/assets": ">=1,<1.11.1",
"silverstripe/cms": "<4.11.3",
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-11-26 22:54:53 +01:00
"silverstripe/framework": "<4.11.14",
2023-03-18 19:54:27 +01:00
"silverstripe/graphql": "<3.5.2|>=4-alpha.1,<4-alpha.2|>=4.1.1,<4.1.2|>=4.2.2,<4.2.3|= 4.0.0-alpha1",
2022-07-17 22:26:35 +02:00
"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",
2023-01-08 23:28:23 +01:00
"silverstripe/subsites": ">=2,<2.6.1",
2020-02-09 21:25:03 +01:00
"silverstripe/taxonomy": ">=1.3,<1.3.1|>=2,<2.0.1",
2019-03-27 19:19:50 +01:00
"silverstripe/userforms": "<3",
2022-11-26 22:54:53 +01:00
"silverstripe/versioned-admin": ">=1,<1.11.1",
2019-03-27 19:19:50 +01:00
"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",
2023-01-18 21:22:22 +01:00
"simplesamlphp/simplesamlphp-module-openid": "<1",
2023-01-28 19:40:02 +01:00
"simplesamlphp/simplesamlphp-module-openidprovider": "<0.9",
2020-02-13 22:04:40 +01:00
"simplito/elliptic-php": "<1.0.6",
2023-03-31 22:49:31 +02:00
"sitegeist/fluid-components": "<3.5",
2019-03-27 19:19:50 +01:00
"slim/slim": "<2.6",
2023-03-31 22:49:31 +02:00
"smarty/smarty": "<3.1.48|>=4,<4.3.1",
2023-01-08 23:28:23 +01:00
"snipe/snipe-it": "<=6.0.14|>= 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-12-11 14:41:40 +01:00
"spatie/browsershot": "<3.57.4",
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",
2023-01-18 21:22:22 +01:00
"sukohi/surpass": "<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",
2023-01-18 21:22:22 +01:00
"sumocoders/framework-user-bundle": "<1.4",
2023-02-05 02:27:05 +01:00
"swag/paypal": "<5.4.4",
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",
2023-01-18 21:22:22 +01:00
"symbiote/silverstripe-seed": "<6.0.3",
2020-02-13 22:04:40 +01:00
"symbiote/silverstripe-versionedfiles": "<=2.0.3",
2023-01-28 19:40:02 +01:00
"symfont/process": ">=0",
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",
2023-02-01 22:17:45 +01:00
"symfony/http-kernel": ">=2,<4.4.50|>=5,<5.4.20|>=6,<6.0.20|>=6.1,<6.1.12|>=6.2,<6.2.6",
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",
2023-02-01 22:17:45 +01:00
"symfony/security-bundle": ">=2,<4.4.50|>=5,<5.4.20|>=6,<6.0.20|>=6.1,<6.1.12|>=6.2,<6.2.6",
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",
2023-02-01 22:17:45 +01:00
"symfony/symfony": ">=2,<4.4.50|>=5,<5.4.20|>=6,<6.0.20|>=6.1,<6.1.12|>=6.2,<6.2.6",
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",
2023-04-08 01:09:45 +02:00
"thorsten/phpmyfaq": "<3.1.12",
2022-12-11 14:41:40 +01:00
"tinymce/tinymce": "<5.10.7|>=6,<6.3.1",
2023-02-20 00:57:00 +01:00
"tinymighty/wiki-seo": "<1.2.2",
2019-03-27 19:19:50 +01:00
"titon/framework": ">=0,<9.9.99",
2022-11-14 20:30:55 +01:00
"tobiasbg/tablepress": "<= 2.0-RC1",
2023-01-08 23:28:23 +01:00
"topthink/framework": "<6.0.14",
2023-02-20 00:57:00 +01:00
"topthink/think": "<=6.1.1",
2021-10-02 18:36:29 +02:00
"topthink/thinkphp": "<=3.2.3",
2022-12-11 14:41:40 +01:00
"tribalsystems/zenario": "<=9.3.57595",
2019-03-27 19:19:50 +01:00
"truckersmp/phpwhois": "<=4.3.1",
2023-01-18 21:22:22 +01:00
"ttskch/pagination-service-provider": "<1",
2022-10-03 23:09:50 +02:00
"twig/twig": "<1.44.7|>=2,<2.15.3|>=3,<3.4.3",
2023-02-07 22:41:14 +01:00
"typo3/cms": "<2.0.5|>=3,<3.0.3|>=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.38|>=9,<9.5.29|>=10,<10.4.35|>=11,<11.5.23|>=12,<12.2",
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",
2023-02-11 22:19:56 +01:00
"typo3/cms-core": "<8.7.51|>=9,<9.5.40|>=10,<10.4.36|>=11,<11.5.23|>=12,<12.2",
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-12-16 23:18:21 +01:00
"typo3/html-sanitizer": ">=1,<1.5|>=2,<2.1.1",
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",
2023-03-15 21:59:33 +01:00
"uvdesk/community-skeleton": "<1.1",
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",
2023-01-18 21:22:22 +01:00
"vova07/yii2-fileapi-widget": "<0.1.9",
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",
2023-02-11 22:19:56 +01:00
"wallabag/wallabag": "<2.5.4",
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",
2023-02-20 00:57:00 +01:00
"webbuilders-group/silverstripe-kapost-bridge": "<0.4",
2021-10-02 18:36:29 +02:00
"webcoast/deferred-image-processing": "<1.0.2",
2023-01-18 21:22:22 +01:00
"webpa/webpa": "<3.1.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-10-30 17:34:17 +01:00
"wintercms/winter": "<1.0.475|>=1.1,<1.1.10|>=1.2,<1.2.1",
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",
2023-02-26 18:57:35 +01:00
"wpcloud/wp-stateless": "<3.2",
2023-02-05 02:27:05 +01:00
"wwbn/avideo": "<12.4",
2023-01-18 21:22:22 +01:00
"xataface/xataface": "<3",
2023-02-11 22:19:56 +01:00
"xpressengine/xpressengine": "<3.0.15",
2022-07-17 22:26:35 +02:00
"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",
2022-11-26 22:54:53 +01:00
"yiisoft/yii": "<1.1.27",
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",
2023-01-08 23:28:23 +01:00
"yiisoft/yii2-gii": "<=2.2.4",
2019-03-27 19:19:50 +01:00
"yiisoft/yii2-jui": "<2.0.4",
"yiisoft/yii2-redis": "<2.0.8",
2022-12-16 23:18:21 +01:00
"yikesinc/yikes-inc-easy-mailchimp-extender": "<6.8.6",
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",
2023-03-15 21:59:33 +01:00
"keywords": [
"dev"
],
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
}
],
2023-04-08 01:09:45 +02:00
"time": "2023-04-06T17:04:19+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
},
2023-02-11 22:37:27 +01:00
{
"name": "spatie/array-to-xml",
"version": "2.17.1",
"source": {
"type": "git",
"url": "https://github.com/spatie/array-to-xml.git",
"reference": "5cbec9c6ab17e320c58a259f0cebe88bde4a7c46"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/array-to-xml/zipball/5cbec9c6ab17e320c58a259f0cebe88bde4a7c46",
"reference": "5cbec9c6ab17e320c58a259f0cebe88bde4a7c46",
"shasum": ""
},
"require": {
"ext-dom": "*",
"php": "^7.4|^8.0"
},
"require-dev": {
"mockery/mockery": "^1.2",
"pestphp/pest": "^1.21",
"phpunit/phpunit": "^9.0",
"spatie/pest-plugin-snapshots": "^1.1"
},
"type": "library",
"autoload": {
"psr-4": {
"Spatie\\ArrayToXml\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://freek.dev",
"role": "Developer"
}
],
"description": "Convert an array to xml",
"homepage": "https://github.com/spatie/array-to-xml",
"keywords": [
"array",
"convert",
"xml"
],
"support": {
"source": "https://github.com/spatie/array-to-xml/tree/2.17.1"
},
"funding": [
{
"url": "https://spatie.be/open-source/support-us",
"type": "custom"
},
{
"url": "https://github.com/spatie",
"type": "github"
}
],
"time": "2022-12-26T08:22:07+00:00"
},
2020-09-03 11:19:01 +02:00
{
2021-10-02 19:36:17 +02:00
"name": "symfony/browser-kit",
2023-03-02 23:48:52 +01:00
"version": "v5.4.21",
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",
2023-03-02 23:48:52 +01:00
"reference": "a866ca7e396f15d7efb6d74a8a7d364d4e05b704"
2020-09-03 11:19:01 +02:00
},
"dist": {
"type": "zip",
2023-03-02 23:48:52 +01:00
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/a866ca7e396f15d7efb6d74a8a7d364d4e05b704",
"reference": "a866ca7e396f15d7efb6d74a8a7d364d4e05b704",
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": {
2023-03-02 23:48:52 +01:00
"source": "https://github.com/symfony/browser-kit/tree/v5.4.21"
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"
}
],
2023-03-02 23:48:52 +01:00
"time": "2023-02-14T08:03:56+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/debug-bundle",
2023-03-02 23:48:52 +01:00
"version": "v5.4.21",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/debug-bundle.git",
2023-03-02 23:48:52 +01:00
"reference": "8b4360bf8ce9a917ef8796c5e6065a185d8722bd"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-03-02 23:48:52 +01:00
"url": "https://api.github.com/repos/symfony/debug-bundle/zipball/8b4360bf8ce9a917ef8796c5e6065a185d8722bd",
"reference": "8b4360bf8ce9a917ef8796c5e6065a185d8722bd",
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": {
2023-03-02 23:48:52 +01:00
"source": "https://github.com/symfony/debug-bundle/tree/v5.4.21"
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"
}
],
2023-03-02 23:48:52 +01:00
"time": "2023-02-14T08:03:56+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/dom-crawler",
2023-03-31 22:49:31 +02:00
"version": "v5.4.22",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/dom-crawler.git",
2023-03-31 22:49:31 +02:00
"reference": "4c633facee8da59998e0c90e337a586cf07a21e7"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-03-31 22:49:31 +02:00
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/4c633facee8da59998e0c90e337a586cf07a21e7",
"reference": "4c633facee8da59998e0c90e337a586cf07a21e7",
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": {
2023-03-31 22:49:31 +02:00
"source": "https://github.com/symfony/dom-crawler/tree/v5.4.22"
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"
}
],
2023-03-31 22:49:31 +02:00
"time": "2023-03-06T21:29:33+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",
2023-03-02 23:48:52 +01:00
"version": "v5.4.21",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/phpunit-bridge.git",
2023-03-02 23:48:52 +01:00
"reference": "28d8a15a0b4c7186042fa4e0ddea94d561e7ea9e"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-03-02 23:48:52 +01:00
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/28d8a15a0b4c7186042fa4e0ddea94d561e7ea9e",
"reference": "28d8a15a0b4c7186042fa4e0ddea94d561e7ea9e",
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": {
2023-03-02 23:48:52 +01:00
"source": "https://github.com/symfony/phpunit-bridge/tree/v5.4.21"
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"
}
],
2023-03-02 23:48:52 +01:00
"time": "2023-02-16T09:33:00+00:00"
2021-01-03 20:34:58 +01:00
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/web-profiler-bundle",
2023-03-02 23:48:52 +01:00
"version": "v5.4.21",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/web-profiler-bundle.git",
2023-03-02 23:48:52 +01:00
"reference": "a83337a813d1398789bf4190a56dc3c4d8cc4d93"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-03-02 23:48:52 +01:00
"url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/a83337a813d1398789bf4190a56dc3c4d8cc4d93",
"reference": "a83337a813d1398789bf4190a56dc3c4d8cc4d93",
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": {
2023-03-02 23:48:52 +01:00
"source": "https://github.com/symfony/web-profiler-bundle/tree/v5.4.21"
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"
}
],
2023-03-02 23:48:52 +01:00
"time": "2023-02-17T16:59:45+00:00"
2019-09-23 13:29:51 +02:00
},
2020-01-05 14:29:19 +01:00
{
"name": "symplify/easy-coding-standard",
2023-03-31 22:49:31 +02:00
"version": "11.3.2",
2020-01-05 14:29:19 +01:00
"source": {
"type": "git",
2023-02-01 22:17:45 +01:00
"url": "https://github.com/easy-coding-standard/easy-coding-standard.git",
2023-03-31 22:49:31 +02:00
"reference": "d4159e06c0970e71a2a58d350160241e7cb3994b"
2020-01-05 14:29:19 +01:00
},
"dist": {
"type": "zip",
2023-03-31 22:49:31 +02:00
"url": "https://api.github.com/repos/easy-coding-standard/easy-coding-standard/zipball/d4159e06c0970e71a2a58d350160241e7cb3994b",
"reference": "d4159e06c0970e71a2a58d350160241e7cb3994b",
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",
2023-03-31 22:49:31 +02:00
"squizlabs/php_codesniffer": "<3.6",
"symplify/coding-standard": "<11.3"
2020-01-05 14:29:19 +01:00
},
"bin": [
"bin/ecs"
],
"type": "library",
"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"
],
2023-01-08 23:28:23 +01:00
"description": "Use Coding Standard with 0-knowledge of PHP-CS-Fixer and PHP_CodeSniffer",
2023-03-31 22:49:31 +02:00
"keywords": [
"Code style",
"automation",
"fixer",
"static analysis"
],
2021-01-03 20:34:58 +01:00
"support": {
2023-02-01 22:17:45 +01:00
"issues": "https://github.com/easy-coding-standard/easy-coding-standard/issues",
2023-03-31 22:49:31 +02:00
"source": "https://github.com/easy-coding-standard/easy-coding-standard/tree/11.3.2"
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"
}
],
2023-03-31 22:49:31 +02:00
"time": "2023-03-22T15:28:51+00:00"
2020-01-05 14:29:19 +01:00
},
2019-09-23 13:29:51 +02:00
{
"name": "vimeo/psalm",
2023-03-31 22:49:31 +02:00
"version": "5.9.0",
2019-09-23 13:29:51 +02:00
"source": {
"type": "git",
"url": "https://github.com/vimeo/psalm.git",
2023-03-31 22:49:31 +02:00
"reference": "8b9ad1eb9e8b7d3101f949291da2b9f7767cd163"
2019-09-23 13:29:51 +02:00
},
"dist": {
"type": "zip",
2023-03-31 22:49:31 +02:00
"url": "https://api.github.com/repos/vimeo/psalm/zipball/8b9ad1eb9e8b7d3101f949291da2b9f7767cd163",
"reference": "8b9ad1eb9e8b7d3101f949291da2b9f7767cd163",
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",
2023-03-15 21:59:33 +01:00
"composer-runtime-api": "^2",
2020-07-04 23:38:18 +02:00
"composer/semver": "^1.4 || ^2.0 || ^3.0",
2023-02-11 22:37:27 +01:00
"composer/xdebug-handler": "^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": "*",
2023-02-11 22:37:27 +01:00
"felixfbecker/advanced-json-rpc": "^3.1",
"felixfbecker/language-server-protocol": "^1.5.2",
2023-02-20 00:57:00 +01:00
"fidry/cpu-core-counter": "^0.4.1 || ^0.5.1",
2021-03-14 18:43:09 +01:00
"netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0",
2023-03-15 21:59:33 +01:00
"nikic/php-parser": "^4.14",
2023-02-11 22:37:27 +01:00
"php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0",
"sebastian/diff": "^4.0 || ^5.0",
2023-02-20 00:57:00 +01:00
"spatie/array-to-xml": "^2.17.0 || ^3.0",
2023-02-11 22:37:27 +01:00
"symfony/console": "^4.1.6 || ^5.0 || ^6.0",
"symfony/filesystem": "^5.4 || ^6.0"
2019-09-23 13:29:51 +02:00
},
"provide": {
"psalm/psalm": "self.version"
},
"require-dev": {
2023-03-31 22:49:31 +02:00
"amphp/phpunit-util": "^2.0",
2023-02-11 22:37:27 +01:00
"bamarni/composer-bin-plugin": "^1.4",
2023-02-20 00:57:00 +01:00
"brianium/paratest": "^6.9",
2019-10-03 18:14:45 +02:00
"ext-curl": "*",
2023-02-11 22:37:27 +01:00
"mockery/mockery": "^1.5",
"nunomaduro/mock-final-classes": "^1.1",
2021-03-14 18:43:09 +01:00
"php-parallel-lint/php-parallel-lint": "^1.2",
2023-02-11 22:37:27 +01:00
"phpstan/phpdoc-parser": "^1.6",
2023-02-20 00:57:00 +01:00
"phpunit/phpunit": "^9.6",
2023-02-11 22:37:27 +01:00
"psalm/plugin-mockery": "^1.1",
"psalm/plugin-phpunit": "^0.18",
"slevomat/coding-standard": "^8.4",
"squizlabs/php_codesniffer": "^3.6",
"symfony/process": "^4.4 || ^5.0 || ^6.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": {
2023-02-11 22:37:27 +01:00
"dev-master": "5.x-dev",
"dev-4.x": "4.x-dev",
2021-01-03 20:47:51 +01:00
"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": {
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",
2023-02-20 00:57:00 +01:00
"php",
"static analysis"
2019-09-23 13:29:51 +02:00
],
2021-01-03 20:34:58 +01:00
"support": {
"issues": "https://github.com/vimeo/psalm/issues",
2023-03-31 22:49:31 +02:00
"source": "https://github.com/vimeo/psalm/tree/5.9.0"
2021-01-03 20:34:58 +01:00
},
2023-03-31 22:49:31 +02:00
"time": "2023-03-29T21:38:21+00:00"
2019-02-23 16:49:38 +01:00
}
],
"aliases": [],
"minimum-stability": "stable",
2019-03-27 19:19:50 +01:00
"stability-flags": {
2020-06-07 22:38:10 +02:00
"florianv/swap-bundle": 20,
2019-03-27 19:19:50 +01:00
"roave/security-advisories": 20
},
2019-02-23 16:49:38 +01:00
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
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": "*",
2023-03-31 22:49:31 +02:00
"ext-mbstring": "*",
"ext-dom": "*"
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
}