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

16014 lines
595 KiB
Text
Raw Normal View History

2019-02-23 16:49:38 +01:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2019-03-27 19:19:50 +01:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2019-02-23 16:49:38 +01:00
"This file is @generated automatically"
],
"content-hash": "3fced602006b9f4356f00e003f404d84",
2019-02-23 16:49:38 +01:00
"packages": [
{
"name": "beberlei/assert",
2022-01-19 19:35:45 +01:00
"version": "v3.3.2",
"source": {
"type": "git",
"url": "https://github.com/beberlei/assert.git",
2022-01-19 19:35:45 +01:00
"reference": "cb70015c04be1baee6f5f5c953703347c0ac1655"
},
"dist": {
"type": "zip",
2022-01-19 19:35:45 +01:00
"url": "https://api.github.com/repos/beberlei/assert/zipball/cb70015c04be1baee6f5f5c953703347c0ac1655",
"reference": "cb70015c04be1baee6f5f5c953703347c0ac1655",
"shasum": ""
},
"require": {
"ext-ctype": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-simplexml": "*",
"php": "^7.0 || ^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "*",
"phpstan/phpstan": "*",
"phpunit/phpunit": ">=6.0.0",
"yoast/phpunit-polyfills": "^0.1.0"
},
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"
},
"type": "library",
"autoload": {
"files": [
"lib/Assert/functions.php"
2022-03-04 12:16:13 +01:00
],
"psr-4": {
"Assert\\": "lib/Assert"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de",
"role": "Lead Developer"
},
{
"name": "Richard Quadling",
"email": "rquadling@gmail.com",
"role": "Collaborator"
}
],
"description": "Thin assertion library for input validation in business models.",
"keywords": [
"assert",
"assertion",
"validation"
],
"support": {
"issues": "https://github.com/beberlei/assert/issues",
2022-01-19 19:35:45 +01:00
"source": "https://github.com/beberlei/assert/tree/v3.3.2"
},
2022-01-19 19:35:45 +01:00
"time": "2021-12-16T21:41:27+00:00"
},
{
"name": "beberlei/doctrineextensions",
"version": "v1.3.0",
"source": {
"type": "git",
"url": "https://github.com/beberlei/DoctrineExtensions.git",
"reference": "008f162f191584a6c37c03a803f718802ba9dd9a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/beberlei/DoctrineExtensions/zipball/008f162f191584a6c37c03a803f718802ba9dd9a",
"reference": "008f162f191584a6c37c03a803f718802ba9dd9a",
"shasum": ""
},
"require": {
"doctrine/orm": "^2.7",
"php": "^7.2 || ^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.14",
"nesbot/carbon": "*",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
"symfony/yaml": "^4.2 || ^5.0",
"zf1/zend-date": "^1.12",
"zf1/zend-registry": "^1.12"
},
"type": "library",
"autoload": {
"psr-4": {
"DoctrineExtensions\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Steve Lacey",
2020-10-02 12:16:12 +02:00
"email": "steve@steve.ly"
}
],
"description": "A set of extensions to Doctrine 2 that add support for additional query functions available in MySQL, Oracle, PostgreSQL and SQLite.",
"keywords": [
"database",
"doctrine",
"orm"
],
"support": {
"source": "https://github.com/beberlei/DoctrineExtensions/tree/v1.3.0"
},
"time": "2020-11-29T07:37:23+00:00"
},
{
"name": "brick/math",
"version": "0.11.0",
"source": {
"type": "git",
"url": "https://github.com/brick/math.git",
"reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/brick/math/zipball/0ad82ce168c82ba30d1c01ec86116ab52f589478",
"reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478",
"shasum": ""
},
"require": {
"php": "^8.0"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^9.0",
"vimeo/psalm": "5.0.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Brick\\Math\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Arbitrary-precision arithmetic library",
"keywords": [
"Arbitrary-precision",
"BigInteger",
"BigRational",
"arithmetic",
"bigdecimal",
"bignum",
"brick",
"math"
],
"support": {
"issues": "https://github.com/brick/math/issues",
"source": "https://github.com/brick/math/tree/0.11.0"
},
2020-08-21 21:10:47 +02:00
"funding": [
2021-10-02 18:36:29 +02:00
{
"url": "https://github.com/BenMorel",
"type": "github"
2020-08-21 21:10:47 +02:00
}
],
"time": "2023-01-15T23:15:59+00:00"
},
{
"name": "composer/ca-bundle",
2023-06-06 23:20:51 +02:00
"version": "1.3.6",
"source": {
"type": "git",
"url": "https://github.com/composer/ca-bundle.git",
2023-06-06 23:20:51 +02:00
"reference": "90d087e988ff194065333d16bc5cf649872d9cdb"
},
"dist": {
"type": "zip",
2023-06-06 23:20:51 +02:00
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/90d087e988ff194065333d16bc5cf649872d9cdb",
"reference": "90d087e988ff194065333d16bc5cf649872d9cdb",
"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",
"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"
},
"type": "library",
"extra": {
"branch-alias": {
2021-03-14 18:43:09 +01:00
"dev-main": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\CaBundle\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
"keywords": [
"cabundle",
"cacert",
"certificate",
"ssl",
"tls"
],
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/ca-bundle/issues",
2023-06-06 23:20:51 +02:00
"source": "https://github.com/composer/ca-bundle/tree/1.3.6"
},
"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-06-06 23:20:51 +02:00
"time": "2023-06-06T12:02:59+00:00"
},
2020-07-18 23:50:39 +02:00
{
"name": "composer/package-versions-deprecated",
2023-06-11 18:27:49 +02:00
"version": "1.11.99.5",
2020-07-18 23:50:39 +02:00
"source": {
"type": "git",
"url": "https://github.com/composer/package-versions-deprecated.git",
2023-06-11 18:27:49 +02:00
"reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d"
2020-07-18 23:50:39 +02:00
},
"dist": {
"type": "zip",
2023-06-11 18:27:49 +02:00
"url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b4f54f74ef3453349c24a845d22392cd31e65f1d",
"reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d",
2020-07-18 23:50:39 +02:00
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.1.0 || ^2.0",
2020-08-21 21:10:47 +02:00
"php": "^7 || ^8"
2020-07-18 23:50:39 +02:00
},
"replace": {
"ocramius/package-versions": "1.11.99"
2020-07-18 23:50:39 +02:00
},
"require-dev": {
"composer/composer": "^1.9.3 || ^2.0@dev",
"ext-zip": "^1.13",
"phpunit/phpunit": "^6.5 || ^7"
},
"type": "composer-plugin",
"extra": {
"class": "PackageVersions\\Installer",
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"PackageVersions\\": "src/PackageVersions"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be"
}
],
"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
"support": {
"issues": "https://github.com/composer/package-versions-deprecated/issues",
2023-06-11 18:27:49 +02:00
"source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.5"
},
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"
}
],
2023-06-11 18:27:49 +02:00
"time": "2022-01-17T14:14:24+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": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-02-23 16:49:38 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Docblock Annotations Parser",
"homepage": "https://www.doctrine-project.org/projects/annotations.html",
2019-02-23 16:49:38 +01:00
"keywords": [
"annotations",
"docblock",
"parser"
],
"support": {
"issues": "https://github.com/doctrine/annotations/issues",
2023-02-05 02:27:05 +01:00
"source": "https://github.com/doctrine/annotations/tree/1.14.3"
},
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": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-02-23 16:49:38 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
"homepage": "https://www.doctrine-project.org/projects/cache.html",
2019-02-23 16:49:38 +01:00
"keywords": [
"abstraction",
"apcu",
2019-02-23 16:49:38 +01:00
"cache",
"caching",
"couchdb",
"memcached",
"php",
"redis",
"xcache"
2019-02-23 16:49:38 +01:00
],
"support": {
"issues": "https://github.com/doctrine/cache/issues",
2022-07-17 22:26:35 +02:00
"source": "https://github.com/doctrine/cache/tree/2.2.0"
},
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",
"version": "2.1.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/collections.git",
"reference": "db8cda536a034337f7dd63febecc713d4957f9ee"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/collections/zipball/db8cda536a034337f7dd63febecc713d4957f9ee",
"reference": "db8cda536a034337f7dd63febecc713d4957f9ee",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"doctrine/deprecations": "^1",
"php": "^8.1"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
"doctrine/coding-standard": "^10.0",
"ext-json": "*",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^9.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\\": "src"
2019-02-23 16:49:38 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-02-23 16:49:38 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
2019-03-25 18:14:14 +01:00
"description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
"homepage": "https://www.doctrine-project.org/projects/collections.html",
2019-02-23 16:49:38 +01:00
"keywords": [
"array",
"collections",
2019-03-25 18:14:14 +01:00
"iterators",
"php"
2019-02-23 16:49:38 +01:00
],
"support": {
"issues": "https://github.com/doctrine/collections/issues",
"source": "https://github.com/doctrine/collections/tree/2.1.2"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcollections",
"type": "tidelift"
}
],
"time": "2022-12-27T23:41:38+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": {
"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",
"phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.0",
2019-02-23 16:49:38 +01:00
"squizlabs/php_codesniffer": "^3.0",
"symfony/phpunit-bridge": "^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": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-02-23 16:49:38 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
"description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, proxies and much more.",
2019-02-23 16:49:38 +01:00
"homepage": "https://www.doctrine-project.org/projects/common.html",
"keywords": [
"common",
"doctrine",
"php"
],
"support": {
"issues": "https://github.com/doctrine/common/issues",
2022-10-09 20:54:48 +02:00
"source": "https://github.com/doctrine/common/tree/3.4.3"
},
"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/data-fixtures",
"version": "1.6.6",
"source": {
"type": "git",
"url": "https://github.com/doctrine/data-fixtures.git",
"reference": "4af35dadbfcf4b00abb2a217c4c8c8800cf5fcf4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/4af35dadbfcf4b00abb2a217c4c8c8800cf5fcf4",
"reference": "4af35dadbfcf4b00abb2a217c4c8c8800cf5fcf4",
"shasum": ""
},
"require": {
"doctrine/deprecations": "^0.5.3 || ^1.0",
"doctrine/persistence": "^1.3.3 || ^2.0 || ^3.0",
"php": "^7.2 || ^8.0"
},
"conflict": {
"doctrine/dbal": "<2.13",
"doctrine/orm": "<2.12",
"doctrine/phpcr-odm": "<1.3.0"
},
"require-dev": {
"doctrine/coding-standard": "^11.0",
"doctrine/dbal": "^2.13 || ^3.0",
"doctrine/mongodb-odm": "^1.3.0 || ^2.0.0",
"doctrine/orm": "^2.12",
"ext-sqlite3": "*",
"phpstan/phpstan": "^1.5",
"phpunit/phpunit": "^8.5 || ^9.5 || ^10.0",
"symfony/cache": "^5.0 || ^6.0",
"vimeo/psalm": "^4.10 || ^5.9"
},
"suggest": {
"alcaeus/mongo-php-adapter": "For using MongoDB ODM 1.3 with PHP 7 (deprecated)",
"doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
"doctrine/orm": "For loading ORM fixtures",
"doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Common\\DataFixtures\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
}
],
"description": "Data Fixtures for all Doctrine Object Managers",
"homepage": "https://www.doctrine-project.org",
"keywords": [
"database"
],
"support": {
"issues": "https://github.com/doctrine/data-fixtures/issues",
"source": "https://github.com/doctrine/data-fixtures/tree/1.6.6"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdata-fixtures",
"type": "tidelift"
}
],
"time": "2023-04-20T13:08:54+00:00"
},
2019-02-23 16:49:38 +01:00
{
"name": "doctrine/dbal",
2023-06-05 22:15:07 +02:00
"version": "3.6.3",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
2023-06-05 22:15:07 +02:00
"reference": "9a747d29e7e6b39509b8f1847e37a23a0163ea6a"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-06-05 22:15:07 +02:00
"url": "https://api.github.com/repos/doctrine/dbal/zipball/9a747d29e7e6b39509b8f1847e37a23a0163ea6a",
"reference": "9a747d29e7e6b39509b8f1847e37a23a0163ea6a",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"composer-runtime-api": "^2",
"doctrine/cache": "^1.11|^2.0",
2022-07-17 22:26:35 +02:00
"doctrine/deprecations": "^0.5.3|^1",
"doctrine/event-manager": "^1|^2",
"php": "^7.4 || ^8.0",
"psr/cache": "^1|^2|^3",
"psr/log": "^1|^2|^3"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2023-06-05 22:15:07 +02:00
"doctrine/coding-standard": "12.0.0",
2023-02-07 22:41:14 +01:00
"fig/log-test": "^1",
2023-01-08 23:28:23 +01:00
"jetbrains/phpstorm-stubs": "2022.3",
2023-06-05 22:15:07 +02:00
"phpstan/phpstan": "1.10.14",
2023-03-02 23:48:52 +01:00
"phpstan/phpstan-strict-rules": "^1.5",
2023-06-05 22:15:07 +02:00
"phpunit/phpunit": "9.6.7",
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",
"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": {
"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",
"db2",
2019-02-23 16:49:38 +01:00
"dbal",
"mariadb",
"mssql",
2019-02-23 16:49:38 +01:00
"mysql",
"oci8",
"oracle",
"pdo",
2019-02-23 16:49:38 +01:00
"pgsql",
"postgresql",
"queryobject",
"sasql",
"sql",
"sqlite",
"sqlserver",
"sqlsrv"
2019-02-23 16:49:38 +01:00
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
2023-06-05 22:15:07 +02:00
"source": "https://github.com/doctrine/dbal/tree/3.6.3"
},
"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-06-05 22:15:07 +02:00
"time": "2023-06-01T05:46:46+00:00"
2021-06-09 08:45:34 +02:00
},
{
"name": "doctrine/deprecations",
2023-06-05 22:15:07 +02:00
"version": "v1.1.1",
2021-06-09 08:45:34 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/deprecations.git",
2023-06-05 22:15:07 +02:00
"reference": "612a3ee5ab0d5dd97b7cf3874a6efe24325efac3"
2021-06-09 08:45:34 +02:00
},
"dist": {
"type": "zip",
2023-06-05 22:15:07 +02:00
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/612a3ee5ab0d5dd97b7cf3874a6efe24325efac3",
"reference": "612a3ee5ab0d5dd97b7cf3874a6efe24325efac3",
2021-06-09 08:45:34 +02:00
"shasum": ""
},
"require": {
2023-06-05 22:15:07 +02:00
"php": "^7.1 || ^8.0"
2021-06-09 08:45:34 +02:00
},
"require-dev": {
"doctrine/coding-standard": "^9",
2023-06-05 22:15:07 +02:00
"phpstan/phpstan": "1.4.10 || 1.10.15",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"psalm/plugin-phpunit": "0.18.4",
"psr/log": "^1 || ^2 || ^3",
"vimeo/psalm": "4.30.0 || 5.12.0"
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",
2023-06-05 22:15:07 +02:00
"source": "https://github.com/doctrine/deprecations/tree/v1.1.1"
2021-06-09 08:45:34 +02:00
},
2023-06-05 22:15:07 +02:00
"time": "2023-06-03T09:27:29+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/doctrine-bundle",
2023-06-05 22:15:07 +02:00
"version": "2.10.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineBundle.git",
2023-06-05 22:15:07 +02:00
"reference": "b2ec6c2668f6dc514e8bf51257d19c7c19398afe"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-06-05 22:15:07 +02:00
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/b2ec6c2668f6dc514e8bf51257d19c7c19398afe",
"reference": "b2ec6c2668f6dc514e8bf51257d19c7c19398afe",
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"
],
"support": {
"issues": "https://github.com/doctrine/DoctrineBundle/issues",
2023-06-05 22:15:07 +02:00
"source": "https://github.com/doctrine/DoctrineBundle/tree/2.10.0"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-bundle",
"type": "tidelift"
}
],
2023-06-05 22:15:07 +02:00
"time": "2023-06-05T14:43:41+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/doctrine-migrations-bundle",
2023-06-05 22:15:07 +02:00
"version": "3.2.4",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
2023-06-05 22:15:07 +02:00
"reference": "94e6b0fe1a50901d52f59dbb9b4b0737718b2c1e"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-06-05 22:15:07 +02:00
"url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/94e6b0fe1a50901d52f59dbb9b4b0737718b2c1e",
"reference": "94e6b0fe1a50901d52f59dbb9b4b0737718b2c1e",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"doctrine/doctrine-bundle": "~1.0|~2.0",
2022-01-19 19:35:45 +01:00
"doctrine/migrations": "^3.2",
"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": {
2023-06-05 22:15:07 +02:00
"doctrine/coding-standard": "^9",
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",
2023-06-05 22:15:07 +02:00
"phpstan/phpstan": "^1.4",
"phpstan/phpstan-deprecation-rules": "^1",
"phpstan/phpstan-phpunit": "^1",
"phpstan/phpstan-strict-rules": "^1.1",
"phpunit/phpunit": "^8.5|^9.5",
"vimeo/psalm": "^4.22"
2019-02-23 16:49:38 +01:00
},
"type": "symfony-bundle",
"autoload": {
"psr-4": {
"Doctrine\\Bundle\\MigrationsBundle\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2019-02-23 16:49:38 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2019-02-23 16:49:38 +01:00
},
{
"name": "Doctrine Project",
2022-03-04 12:16:13 +01:00
"homepage": "https://www.doctrine-project.org"
2019-02-23 16:49:38 +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"
],
"support": {
"issues": "https://github.com/doctrine/DoctrineMigrationsBundle/issues",
2023-06-05 22:15:07 +02:00
"source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/3.2.4"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-migrations-bundle",
"type": "tidelift"
}
],
2023-06-05 22:15:07 +02:00
"time": "2023-06-02T08:19:26+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/event-manager",
"version": "2.0.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/event-manager.git",
"reference": "750671534e0241a7c50ea5b43f67e23eb5c96f32"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/750671534e0241a7c50ea5b43f67e23eb5c96f32",
"reference": "750671534e0241a7c50ea5b43f67e23eb5c96f32",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^8.1"
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": {
"doctrine/coding-standard": "^10",
"phpstan/phpstan": "^1.8.8",
"phpunit/phpunit": "^9.5",
"vimeo/psalm": "^4.28"
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": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-02-23 16:49:38 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
"description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
2019-02-23 16:49:38 +01:00
"homepage": "https://www.doctrine-project.org/projects/event-manager.html",
"keywords": [
"event",
"event dispatcher",
"event manager",
"event system",
"events"
2019-02-23 16:49:38 +01:00
],
"support": {
"issues": "https://github.com/doctrine/event-manager/issues",
"source": "https://github.com/doctrine/event-manager/tree/2.0.0"
},
2020-08-21 21:10:47 +02:00
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
"type": "tidelift"
}
],
"time": "2022-10-12T20:59: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": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-02-23 16:49:38 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
2020-05-09 20:33:49 +02:00
"description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
"homepage": "https://www.doctrine-project.org/projects/inflector.html",
2019-02-23 16:49:38 +01:00
"keywords": [
"inflection",
2020-05-09 20:33:49 +02:00
"inflector",
"lowercase",
"manipulation",
"php",
"plural",
"singular",
"strings",
"uppercase",
"words"
2019-02-23 16:49:38 +01:00
],
"support": {
"issues": "https://github.com/doctrine/inflector/issues",
2022-10-22 21:38:24 +02:00
"source": "https://github.com/doctrine/inflector/tree/2.0.6"
},
"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",
"version": "2.0.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
"reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
"reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": "^8.1"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
"doctrine/coding-standard": "^11",
2019-02-23 16:49:38 +01:00
"ext-pdo": "*",
"ext-phar": "*",
"phpbench/phpbench": "^1.2",
"phpstan/phpstan": "^1.9.4",
"phpstan/phpstan-phpunit": "^1.3",
"phpunit/phpunit": "^9.5.27",
"vimeo/psalm": "^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",
"homepage": "https://ocramius.github.io/"
2019-02-23 16:49:38 +01:00
}
],
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2019-03-24 15:28:01 +01:00
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
2019-02-23 16:49:38 +01:00
"keywords": [
"constructor",
"instantiate"
],
"support": {
"issues": "https://github.com/doctrine/instantiator/issues",
"source": "https://github.com/doctrine/instantiator/tree/2.0.0"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
"type": "tidelift"
}
],
"time": "2022-12-30T00:23:10+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": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
2019-02-23 16:49:38 +01:00
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
2019-06-16 12:36:17 +02:00
"description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
"homepage": "https://www.doctrine-project.org/projects/lexer.html",
2019-02-23 16:49:38 +01:00
"keywords": [
2019-06-16 12:36:17 +02:00
"annotations",
"docblock",
2019-02-23 16:49:38 +01:00
"lexer",
2019-06-16 12:36:17 +02:00
"parser",
"php"
2019-02-23 16:49:38 +01:00
],
"support": {
"issues": "https://github.com/doctrine/lexer/issues",
2023-01-08 23:28:23 +01:00
"source": "https://github.com/doctrine/lexer/tree/2.1.0"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%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",
"version": "3.6.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/migrations.git",
"reference": "e542ad8bcd606d7a18d0875babb8a6d963c9c059"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/migrations/zipball/e542ad8bcd606d7a18d0875babb8a6d963c9c059",
"reference": "e542ad8bcd606d7a18d0875babb8a6d963c9c059",
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",
"doctrine/deprecations": "^0.5.3 || ^1",
2023-01-18 21:22:22 +01:00
"doctrine/event-manager": "^1.2 || ^2.0",
"php": "^8.1",
2021-10-02 19:36:17 +02:00
"psr/log": "^1.1.3 || ^2 || ^3",
"symfony/console": "^4.4.16 || ^5.4 || ^6.0",
"symfony/stopwatch": "^4.4 || ^5.4 || ^6.0",
"symfony/var-exporter": "^6.2"
},
"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",
"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",
"phpunit/phpunit": "^9.5.24",
"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
],
"support": {
"issues": "https://github.com/doctrine/migrations/issues",
"source": "https://github.com/doctrine/migrations/tree/3.6.0"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fmigrations",
"type": "tidelift"
}
],
"time": "2023-02-15T18:49:46+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/orm",
2023-06-05 22:15:07 +02:00
"version": "2.15.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/orm.git",
2023-06-05 22:15:07 +02:00
"reference": "bf449bef7ddc47e62c22f9a06dacc1736abe1c0b"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-06-05 22:15:07 +02:00
"url": "https://api.github.com/repos/doctrine/orm/zipball/bf449bef7ddc47e62c22f9a06dacc1736abe1c0b",
"reference": "bf449bef7ddc47e62c22f9a06dacc1736abe1c0b",
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-05-06 22:25:56 +02:00
"doctrine/collections": "^1.5 || ^2.1",
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",
2023-05-06 22:25:56 +02:00
"doctrine/instantiator": "^1.3 || ^2",
"doctrine/lexer": "^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",
2023-05-06 22:25:56 +02:00
"doctrine/coding-standard": "^9.0.2 || ^12.0",
2021-10-02 18:36:29 +02:00
"phpbench/phpbench": "^0.16.10 || ^1.0",
2023-05-06 22:25:56 +02:00
"phpstan/phpstan": "~1.4.10 || 1.10.14",
2023-04-16 23:58:03 +02:00
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.6",
2022-07-17 22:26:35 +02:00
"psr/log": "^1 || ^2 || ^3",
2023-04-16 23:58:03 +02:00
"squizlabs/php_codesniffer": "3.7.2",
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-05-15 00:36:36 +02:00
"vimeo/psalm": "4.30.0 || 5.11.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"
],
"support": {
"issues": "https://github.com/doctrine/orm/issues",
2023-06-05 22:15:07 +02:00
"source": "https://github.com/doctrine/orm/tree/2.15.2"
},
2023-06-05 22:15:07 +02:00
"time": "2023-06-01T09:35:50+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "doctrine/persistence",
2023-05-27 19:24:14 +02:00
"version": "3.2.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/persistence.git",
2023-05-27 19:24:14 +02:00
"reference": "63fee8c33bef740db6730eb2a750cd3da6495603"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-05-27 19:24:14 +02:00
"url": "https://api.github.com/repos/doctrine/persistence/zipball/63fee8c33bef740db6730eb2a750cd3da6495603",
"reference": "63fee8c33bef740db6730eb2a750cd3da6495603",
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": {
"composer/package-versions-deprecated": "^1.11",
2023-01-08 23:28:23 +01:00
"doctrine/coding-standard": "^11",
"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": [
{
"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"
],
"support": {
"issues": "https://github.com/doctrine/persistence/issues",
2023-05-27 19:24:14 +02:00
"source": "https://github.com/doctrine/persistence/tree/3.2.0"
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-05-27 19:24:14 +02:00
"time": "2023-05-17T18:32:04+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"
],
"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"
},
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": "*",
"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": {
"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",
"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"
},
2023-02-07 22:41:14 +01:00
"time": "2023-02-07T12:51:48+00:00"
2020-04-14 11:07:07 +02:00
},
{
"name": "egulias/email-validator",
"version": "4.0.1",
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",
"reference": "3a85486b709bc384dae8eb78fb2eec649bdb64ff"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/3a85486b709bc384dae8eb78fb2eec649bdb64ff",
"reference": "3a85486b709bc384dae8eb78fb2eec649bdb64ff",
"shasum": ""
},
"require": {
"doctrine/lexer": "^2.0 || ^3.0",
"php": ">=8.1",
"symfony/polyfill-intl-idn": "^1.26"
},
"require-dev": {
"phpunit/phpunit": "^9.5.27",
"vimeo/psalm": "^4.30"
},
"suggest": {
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0.x-dev"
}
},
"autoload": {
"psr-4": {
2020-07-04 23:38:18 +02:00
"Egulias\\EmailValidator\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Eduardo Gulias Davis"
}
],
"description": "A library for validating emails against several RFCs",
"homepage": "https://github.com/egulias/EmailValidator",
"keywords": [
"email",
"emailvalidation",
"emailvalidator",
"validation",
"validator"
],
"support": {
"issues": "https://github.com/egulias/EmailValidator/issues",
"source": "https://github.com/egulias/EmailValidator/tree/4.0.1"
},
"funding": [
{
"url": "https://github.com/egulias",
"type": "github"
}
],
"time": "2023-01-14T14:17:03+00:00"
},
{
"name": "erusev/parsedown",
"version": "1.7.4",
"source": {
"type": "git",
"url": "https://github.com/erusev/parsedown.git",
"reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
"reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35"
},
"type": "library",
"autoload": {
"psr-0": {
"Parsedown": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Emanuil Rusev",
"email": "hello@erusev.com",
"homepage": "http://erusev.com"
}
],
"description": "Parser for Markdown.",
"homepage": "http://parsedown.org",
"keywords": [
"markdown",
"parser"
],
"support": {
"issues": "https://github.com/erusev/parsedown/issues",
"source": "https://github.com/erusev/parsedown/tree/1.7.x"
},
"time": "2019-12-30T22:54:17+00:00"
},
{
"name": "florianv/exchanger",
2022-12-11 14:41:40 +01:00
"version": "2.8.0",
"source": {
"type": "git",
"url": "https://github.com/florianv/exchanger.git",
2022-12-11 14:41:40 +01:00
"reference": "be3e4b316a0fd90bac186cc8b8206e995df161ba"
},
"dist": {
"type": "zip",
2022-12-11 14:41:40 +01:00
"url": "https://api.github.com/repos/florianv/exchanger/zipball/be3e4b316a0fd90bac186cc8b8206e995df161ba",
"reference": "be3e4b316a0fd90bac186cc8b8206e995df161ba",
"shasum": ""
},
"require": {
2022-12-11 14:41:40 +01:00
"ext-json": "*",
"ext-libxml": "*",
2020-08-21 21:10:47 +02:00
"ext-simplexml": "*",
"php": "^7.1.3 || ^8.0",
"php-http/client-implementation": "^1.0",
"php-http/discovery": "^1.6",
"php-http/httplug": "^1.0 || ^2.0",
"php-http/message-factory": "^1.0.2",
2022-12-11 14:41:40 +01:00
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
},
"require-dev": {
"nyholm/psr7": "^1.0",
"php-http/message": "^1.7",
"php-http/mock-client": "^1.0",
"phpunit/phpunit": "^7 || ^8 || ^9.4"
},
"suggest": {
"php-http/guzzle6-adapter": "Required to use Guzzle for sending HTTP requests",
"php-http/message": "Required to use Guzzle for sending HTTP requests"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"Exchanger\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Florian Voutzinos",
"email": "florian@voutzinos.com",
"homepage": "https://voutzinos.com"
}
],
"description": "Currency exchange rates framework for PHP",
"homepage": "https://github.com/florianv/exchanger",
"keywords": [
"Rate",
"conversion",
"currency",
"exchange rates",
"money"
],
"support": {
"issues": "https://github.com/florianv/exchanger/issues",
2022-12-11 14:41:40 +01:00
"source": "https://github.com/florianv/exchanger/tree/2.8.0"
},
2022-12-11 14:41:40 +01:00
"time": "2022-12-11T05:52:51+00:00"
},
{
"name": "florianv/swap",
"version": "4.3.0",
"source": {
"type": "git",
"url": "https://github.com/florianv/swap.git",
"reference": "88edd27fcb95bdc58bbbf9e4b00539a2843d97fd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/florianv/swap/zipball/88edd27fcb95bdc58bbbf9e4b00539a2843d97fd",
"reference": "88edd27fcb95bdc58bbbf9e4b00539a2843d97fd",
"shasum": ""
},
"require": {
"florianv/exchanger": "^2.0",
"php": "^7.1.3 || ^8.0"
},
"require-dev": {
"nyholm/psr7": "^1.0",
"php-http/message": "^1.7",
"php-http/mock-client": "^1.0",
"phpunit/phpunit": "^7 || ^8 || ^9"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
}
},
"autoload": {
"psr-4": {
"Swap\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Florian Voutzinos",
"email": "florian@voutzinos.com",
"homepage": "https://voutzinos.com"
}
],
"description": "Exchange rates library for PHP",
"keywords": [
"Rate",
"conversion",
"currency",
"exchange rates",
"money"
],
"support": {
"issues": "https://github.com/florianv/swap/issues",
"source": "https://github.com/florianv/swap/tree/4.3.0"
},
"time": "2020-12-28T10:14:12+00:00"
},
{
"name": "florianv/swap-bundle",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/florianv/symfony-swap.git",
2023-01-18 21:22:22 +01:00
"reference": "fc6154976533e386ac6783c02ff19ab65aed4029"
},
"dist": {
"type": "zip",
2023-01-18 21:22:22 +01:00
"url": "https://api.github.com/repos/florianv/symfony-swap/zipball/fc6154976533e386ac6783c02ff19ab65aed4029",
"reference": "fc6154976533e386ac6783c02ff19ab65aed4029",
"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"
},
"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"
},
"suggest": {
"symfony/cache": "For caching"
},
"default-branch": true,
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "5.0-dev"
}
},
"autoload": {
"psr-4": {
"Florianv\\SwapBundle\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Florian Voutzinos",
"email": "florian@voutzinos.com",
"homepage": "http://florian.voutzinos.com"
}
],
"description": "Integrates the Swap library with Symfony",
"homepage": "https://github.com/florianv/FlorianvSwapBundle",
"keywords": [
"Rate",
"bundle",
"conversion",
"currency",
"exchange",
"money",
"symfony"
],
"support": {
"issues": "https://github.com/florianv/symfony-swap/issues",
2022-12-11 14:41:40 +01:00
"source": "https://github.com/florianv/symfony-swap/tree/master"
},
2023-01-18 21:22:22 +01:00
"time": "2023-01-12T08:17:02+00:00"
},
2021-10-02 19:36:17 +02:00
{
"name": "friendsofphp/proxy-manager-lts",
2023-05-27 19:24:14 +02:00
"version": "v1.0.16",
2021-10-02 19:36:17 +02:00
"source": {
"type": "git",
"url": "https://github.com/FriendsOfPHP/proxy-manager-lts.git",
2023-05-27 19:24:14 +02:00
"reference": "ecadbdc9052e4ad08c60c8a02268712e50427f7c"
2021-10-02 19:36:17 +02:00
},
"dist": {
"type": "zip",
2023-05-27 19:24:14 +02:00
"url": "https://api.github.com/repos/FriendsOfPHP/proxy-manager-lts/zipball/ecadbdc9052e4ad08c60c8a02268712e50427f7c",
"reference": "ecadbdc9052e4ad08c60c8a02268712e50427f7c",
2021-10-02 19:36:17 +02:00
"shasum": ""
},
"require": {
"laminas/laminas-code": "~3.4.1|^4.0",
"php": ">=7.1",
2023-05-27 19:24:14 +02:00
"symfony/filesystem": "^4.4.17|^5.0|^6.0|^7.0"
2021-10-02 19:36:17 +02:00
},
"conflict": {
"laminas/laminas-stdlib": "<3.2.1",
"zendframework/zend-stdlib": "<3.2.1"
},
"replace": {
"ocramius/proxy-manager": "^2.1"
},
"require-dev": {
"ext-phar": "*",
2023-05-27 19:24:14 +02:00
"symfony/phpunit-bridge": "^5.4|^6.0|^7.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-05-27 19:24:14 +02:00
"source": "https://github.com/FriendsOfPHP/proxy-manager-lts/tree/v1.0.16"
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-05-27 19:24:14 +02:00
"time": "2023-05-24T07:17:17+00:00"
2021-10-02 19:36:17 +02:00
},
{
"name": "gregwar/captcha",
2023-03-31 22:49:31 +02:00
"version": "v1.2.0",
"source": {
"type": "git",
"url": "https://github.com/Gregwar/Captcha.git",
2023-03-31 22:49:31 +02:00
"reference": "6e5b61b66ac89885b505153f4ef9a74ffa5b3074"
},
"dist": {
"type": "zip",
2023-03-31 22:49:31 +02:00
"url": "https://api.github.com/repos/Gregwar/Captcha/zipball/6e5b61b66ac89885b505153f4ef9a74ffa5b3074",
"reference": "6e5b61b66ac89885b505153f4ef9a74ffa5b3074",
"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",
"autoload": {
"psr-4": {
"Gregwar\\": "src/Gregwar"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Grégoire Passault",
"email": "g.passault@gmail.com",
"homepage": "http://www.gregwar.com/"
},
{
"name": "Jeremy Livingston",
"email": "jeremy.j.livingston@gmail.com"
}
],
"description": "Captcha generator",
"homepage": "https://github.com/Gregwar/Captcha",
"keywords": [
"bot",
"captcha",
"spam"
],
"support": {
"issues": "https://github.com/Gregwar/Captcha/issues",
2023-03-31 22:49:31 +02:00
"source": "https://github.com/Gregwar/Captcha/tree/v1.2.0"
},
2023-03-31 22:49:31 +02:00
"time": "2023-03-24T22:12:41+00:00"
},
{
"name": "gregwar/captcha-bundle",
2022-01-19 19:35:45 +01:00
"version": "v2.2.0",
"source": {
"type": "git",
"url": "https://github.com/Gregwar/CaptchaBundle.git",
2022-01-19 19:35:45 +01:00
"reference": "2b55ba41fd890f1a94d30e53a530c344bf12d6a5"
},
"dist": {
"type": "zip",
2022-01-19 19:35:45 +01:00
"url": "https://api.github.com/repos/Gregwar/CaptchaBundle/zipball/2b55ba41fd890f1a94d30e53a530c344bf12d6a5",
"reference": "2b55ba41fd890f1a94d30e53a530c344bf12d6a5",
"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"
},
2020-03-04 20:48:09 +01:00
"type": "symfony-bundle",
"autoload": {
"psr-4": {
"Gregwar\\CaptchaBundle\\": "/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Grégoire Passault",
"email": "g.passault@gmail.com",
"homepage": "http://www.gregwar.com/"
},
{
"name": "Jeremy Livingston",
"email": "jeremy.j.livingston@gmail.com"
}
],
"description": "Captcha bundle",
"homepage": "https://github.com/Gregwar/CaptchaBundle",
"keywords": [
"Symfony2",
"bot",
"captcha",
"code",
"security",
"spam",
2019-12-11 20:12:42 +01:00
"symfony",
"visual"
],
"support": {
"issues": "https://github.com/Gregwar/CaptchaBundle/issues",
2022-01-19 19:35:45 +01:00
"source": "https://github.com/Gregwar/CaptchaBundle/tree/v2.2.0"
},
2022-01-19 19:35:45 +01:00
"time": "2022-01-11T08:28:06+00:00"
},
{
"name": "imagine/imagine",
2023-06-11 00:41:00 +02:00
"version": "1.3.5",
"source": {
"type": "git",
2021-10-02 18:36:29 +02:00
"url": "https://github.com/php-imagine/Imagine.git",
2023-06-11 00:41:00 +02:00
"reference": "7151d553edec4dc2bbac60419f7a74ff34700e7f"
},
"dist": {
"type": "zip",
2023-06-11 00:41:00 +02:00
"url": "https://api.github.com/repos/php-imagine/Imagine/zipball/7151d553edec4dc2bbac60419f7a74ff34700e7f",
"reference": "7151d553edec4dc2bbac60419f7a74ff34700e7f",
"shasum": ""
},
"require": {
2022-07-17 22:26:35 +02:00
"php": ">=5.5"
},
"require-dev": {
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4 || ^9.3"
},
"suggest": {
2022-07-17 22:26:35 +02:00
"ext-exif": "to read EXIF metadata",
"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"
}
},
"autoload": {
"psr-4": {
"Imagine\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bulat Shakirzyanov",
"email": "mallluhuct@gmail.com",
"homepage": "http://avalanche123.com"
}
],
"description": "Image processing for PHP 5.3",
"homepage": "http://imagine.readthedocs.org/",
"keywords": [
"drawing",
"graphics",
"image manipulation",
"image processing"
],
"support": {
2021-10-02 18:36:29 +02:00
"issues": "https://github.com/php-imagine/Imagine/issues",
2023-06-11 00:41:00 +02:00
"source": "https://github.com/php-imagine/Imagine/tree/1.3.5"
},
2023-06-11 00:41:00 +02:00
"time": "2023-06-07T14:49:52+00:00"
},
{
"name": "jbtronics/2fa-webauthn",
"version": "v2.0.0",
"source": {
"type": "git",
"url": "https://github.com/jbtronics/2fa-webauthn.git",
"reference": "807ae06ccbc73a17983ea80b5a2e4cc78c07f8ad"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jbtronics/2fa-webauthn/zipball/807ae06ccbc73a17983ea80b5a2e4cc78c07f8ad",
"reference": "807ae06ccbc73a17983ea80b5a2e4cc78c07f8ad",
"shasum": ""
},
"require": {
"ext-json": "*",
"nyholm/psr7": "^1.5",
"php": "^8.1",
"scheb/2fa-bundle": "^6.0.0",
"symfony/framework-bundle": "^6.0",
"symfony/psr-http-message-bridge": "^2.1",
"symfony/uid": "^6.0",
"web-auth/webauthn-lib": "^4.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"roave/security-advisories": "dev-latest"
},
"type": "symfony-bundle",
"autoload": {
"psr-4": {
"Jbtronics\\TFAWebauthn\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jan Böhmer",
"email": "mail@jan-boehmer.de"
}
],
"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/v2.0.0"
},
"time": "2023-06-11T11:09:45+00:00"
},
{
"name": "jfcherng/php-color-output",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/jfcherng/php-color-output.git",
"reference": "6c7bf16686cc6a291647fcb87491640a2d5edd20"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jfcherng/php-color-output/zipball/6c7bf16686cc6a291647fcb87491640a2d5edd20",
"reference": "6c7bf16686cc6a291647fcb87491640a2d5edd20",
"shasum": ""
},
"require": {
"php": ">=7.1.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.19",
"liip/rmt": "^1.6",
"phan/phan": "^2 || ^3 || ^4",
"phpunit/phpunit": ">=7 <10",
"squizlabs/php_codesniffer": "^3.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Jfcherng\\Utility\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jack Cherng",
"email": "jfcherng@gmail.com"
}
],
"description": "Make your PHP command-line application colorful.",
"keywords": [
"ansi-colors",
"color",
"command-line",
"str-color"
],
"support": {
"issues": "https://github.com/jfcherng/php-color-output/issues",
"source": "https://github.com/jfcherng/php-color-output/tree/3.0.0"
},
"funding": [
{
"url": "https://www.paypal.me/jfcherng/5usd",
"type": "custom"
}
],
"time": "2021-05-27T02:45:54+00:00"
},
{
"name": "jfcherng/php-diff",
2023-06-05 22:15:07 +02:00
"version": "6.15.2",
"source": {
"type": "git",
"url": "https://github.com/jfcherng/php-diff.git",
2023-06-05 22:15:07 +02:00
"reference": "2c7c87f65b04f447b773fc297217b17cb6bb3787"
},
"dist": {
"type": "zip",
2023-06-05 22:15:07 +02:00
"url": "https://api.github.com/repos/jfcherng/php-diff/zipball/2c7c87f65b04f447b773fc297217b17cb6bb3787",
"reference": "2c7c87f65b04f447b773fc297217b17cb6bb3787",
"shasum": ""
},
"require": {
"jfcherng/php-color-output": "^3",
2023-05-27 19:24:14 +02:00
"jfcherng/php-mb-string": "^1.4.6 || ^2",
"jfcherng/php-sequence-matcher": "^3.2.10 || ^4",
"php": ">=7.4"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.8",
"liip/rmt": "^1.6",
"phan/phan": "^5",
"phpunit/phpunit": "^9",
"squizlabs/php_codesniffer": "^3.6"
},
"type": "library",
"autoload": {
"psr-4": {
"Jfcherng\\Diff\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jack Cherng",
"email": "jfcherng@gmail.com"
},
{
"name": "Chris Boulton",
"email": "chris.boulton@interspire.com"
}
],
"description": "A comprehensive library for generating differences between two strings in multiple formats (unified, side by side HTML etc).",
"keywords": [
"diff",
"udiff",
"unidiff",
"unified diff"
],
"support": {
"issues": "https://github.com/jfcherng/php-diff/issues",
2023-06-05 22:15:07 +02:00
"source": "https://github.com/jfcherng/php-diff/tree/6.15.2"
},
"funding": [
{
"url": "https://www.paypal.me/jfcherng/5usd",
"type": "custom"
}
],
2023-06-05 22:15:07 +02:00
"time": "2023-06-05T11:42:18+00:00"
},
{
"name": "jfcherng/php-mb-string",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/jfcherng/php-mb-string.git",
"reference": "8407bfefde47849c9e7c9594e6de2ac85a0f845d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jfcherng/php-mb-string/zipball/8407bfefde47849c9e7c9594e6de2ac85a0f845d",
"reference": "8407bfefde47849c9e7c9594e6de2ac85a0f845d",
"shasum": ""
},
"require": {
"ext-iconv": "*",
"php": ">=8.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3",
"phan/phan": "^5",
"phpunit/phpunit": "^9 || ^10"
},
"suggest": {
"ext-iconv": "Either \"ext-iconv\" or \"ext-mbstring\" is requried.",
"ext-mbstring": "Either \"ext-iconv\" or \"ext-mbstring\" is requried."
},
"type": "library",
"autoload": {
"psr-4": {
"Jfcherng\\Utility\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jack Cherng",
"email": "jfcherng@gmail.com"
}
],
"description": "A high performance multibytes sting implementation for frequently reading/writing operations.",
"support": {
"issues": "https://github.com/jfcherng/php-mb-string/issues",
"source": "https://github.com/jfcherng/php-mb-string/tree/2.0.1"
},
"funding": [
{
"url": "https://www.paypal.me/jfcherng/5usd",
"type": "custom"
}
],
"time": "2023-04-17T14:23:16+00:00"
},
{
"name": "jfcherng/php-sequence-matcher",
"version": "4.0.3",
"source": {
"type": "git",
"url": "https://github.com/jfcherng/php-sequence-matcher.git",
"reference": "d2038ac29627340a7458609072a8ba355e80ec5b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jfcherng/php-sequence-matcher/zipball/d2038ac29627340a7458609072a8ba355e80ec5b",
"reference": "d2038ac29627340a7458609072a8ba355e80ec5b",
"shasum": ""
},
"require": {
"php": ">=8.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3",
"phan/phan": "^5",
"phpunit/phpunit": "^9 || ^10",
"squizlabs/php_codesniffer": "^3.7"
},
"type": "library",
"autoload": {
"psr-4": {
"Jfcherng\\Diff\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jack Cherng",
"email": "jfcherng@gmail.com"
},
{
"name": "Chris Boulton",
"email": "chris.boulton@interspire.com"
}
],
"description": "A longest sequence matcher. The logic is primarily based on the Python difflib package.",
"support": {
"issues": "https://github.com/jfcherng/php-sequence-matcher/issues",
"source": "https://github.com/jfcherng/php-sequence-matcher/tree/4.0.3"
},
"funding": [
{
"url": "https://www.paypal.me/jfcherng/5usd",
"type": "custom"
}
],
"time": "2023-05-21T07:57:08+00:00"
},
2021-10-02 19:36:17 +02:00
{
"name": "laminas/laminas-code",
"version": "4.11.0",
2021-10-02 19:36:17 +02:00
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-code.git",
"reference": "169123b3ede20a9193480c53de2a8194f8c073ec"
2021-10-02 19:36:17 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-code/zipball/169123b3ede20a9193480c53de2a8194f8c073ec",
"reference": "169123b3ede20a9193480c53de2a8194f8c073ec",
2021-10-02 19:36:17 +02:00
"shasum": ""
},
"require": {
"php": "~8.1.0 || ~8.2.0"
2021-10-02 19:36:17 +02:00
},
"require-dev": {
"doctrine/annotations": "^2.0.0",
2021-10-02 19:36:17 +02:00
"ext-phar": "*",
"laminas/laminas-coding-standard": "^2.3.0",
"laminas/laminas-stdlib": "^3.6.1",
"phpunit/phpunit": "^10.0.9",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.7.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": {
"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",
"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"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2023-05-14T12:05:38+00:00"
2021-10-02 19:36:17 +02:00
},
{
"name": "lcobucci/clock",
"version": "3.0.0",
2021-10-02 19:36:17 +02:00
"source": {
"type": "git",
"url": "https://github.com/lcobucci/clock.git",
"reference": "039ef98c6b57b101d10bd11d8fdfda12cbd996dc"
2021-10-02 19:36:17 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/lcobucci/clock/zipball/039ef98c6b57b101d10bd11d8fdfda12cbd996dc",
"reference": "039ef98c6b57b101d10bd11d8fdfda12cbd996dc",
2021-10-02 19:36:17 +02:00
"shasum": ""
},
"require": {
"php": "~8.1.0 || ~8.2.0",
"psr/clock": "^1.0"
},
"provide": {
"psr/clock-implementation": "1.0"
2021-10-02 19:36:17 +02:00
},
"require-dev": {
"infection/infection": "^0.26",
"lcobucci/coding-standard": "^9.0",
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan": "^1.9.4",
"phpstan/phpstan-deprecation-rules": "^1.1.1",
"phpstan/phpstan-phpunit": "^1.3.2",
"phpstan/phpstan-strict-rules": "^1.4.4",
"phpunit/phpunit": "^9.5.27"
2021-10-02 19:36:17 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Lcobucci\\Clock\\": "src"
2021-10-02 19:36:17 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2021-10-02 19:36:17 +02:00
],
"authors": [
{
"name": "Luís Cobucci",
"email": "lcobucci@gmail.com"
}
2021-10-02 19:36:17 +02:00
],
"description": "Yet another clock abstraction",
2021-10-02 19:36:17 +02:00
"support": {
"issues": "https://github.com/lcobucci/clock/issues",
"source": "https://github.com/lcobucci/clock/tree/3.0.0"
2021-10-02 19:36:17 +02:00
},
"funding": [
{
"url": "https://github.com/lcobucci",
"type": "github"
},
{
"url": "https://www.patreon.com/lcobucci",
"type": "patreon"
2021-10-02 19:36:17 +02:00
}
],
"time": "2022-12-19T15:00:24+00:00"
2021-10-02 19:36:17 +02:00
},
{
"name": "lcobucci/jwt",
"version": "5.0.0",
"source": {
"type": "git",
"url": "https://github.com/lcobucci/jwt.git",
"reference": "47bdb0e0b5d00c2f89ebe33e7e384c77e84e7c34"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/lcobucci/jwt/zipball/47bdb0e0b5d00c2f89ebe33e7e384c77e84e7c34",
"reference": "47bdb0e0b5d00c2f89ebe33e7e384c77e84e7c34",
"shasum": ""
},
"require": {
"ext-hash": "*",
"ext-json": "*",
"ext-openssl": "*",
"ext-sodium": "*",
"php": "~8.1.0 || ~8.2.0",
"psr/clock": "^1.0"
},
"require-dev": {
"infection/infection": "^0.26.19",
"lcobucci/clock": "^3.0",
"lcobucci/coding-standard": "^9.0",
"phpbench/phpbench": "^1.2.8",
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan": "^1.10.3",
"phpstan/phpstan-deprecation-rules": "^1.1.2",
"phpstan/phpstan-phpunit": "^1.3.8",
"phpstan/phpstan-strict-rules": "^1.5.0",
"phpunit/phpunit": "^10.0.12"
},
"suggest": {
"lcobucci/clock": ">= 3.0"
},
"type": "library",
"autoload": {
2022-03-04 12:16:13 +01:00
"psr-4": {
"Lcobucci\\JWT\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Luís Cobucci",
"email": "lcobucci@gmail.com",
"role": "Developer"
}
],
"description": "A simple library to work with JSON Web Token and JSON Web Signature",
"keywords": [
"JWS",
"jwt"
],
"support": {
"issues": "https://github.com/lcobucci/jwt/issues",
"source": "https://github.com/lcobucci/jwt/tree/5.0.0"
},
2020-08-21 21:10:47 +02:00
"funding": [
{
"url": "https://github.com/lcobucci",
"type": "github"
},
{
"url": "https://www.patreon.com/lcobucci",
"type": "patreon"
}
],
"time": "2023-02-25T21:35:16+00: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"
},
{
"name": "league/html-to-markdown",
2022-03-04 12:16:13 +01:00
"version": "5.1.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/html-to-markdown.git",
2022-03-04 12:16:13 +01:00
"reference": "e0fc8cf07bdabbcd3765341ecb50c34c271d64e1"
},
"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",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-xml": "*",
2021-10-02 20:23:48 +02:00
"php": "^7.2.5 || ^8.0"
},
"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"
},
"bin": [
"bin/html-to-markdown"
],
"type": "library",
"extra": {
"branch-alias": {
2022-03-04 12:16:13 +01:00
"dev-master": "5.2-dev"
}
},
"autoload": {
"psr-4": {
"League\\HTMLToMarkdown\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Colin O'Dell",
"email": "colinodell@gmail.com",
"homepage": "https://www.colinodell.com",
"role": "Lead Developer"
},
{
"name": "Nick Cernis",
"email": "nick@cern.is",
"homepage": "http://modernnerd.net",
"role": "Original Author"
}
],
"description": "An HTML-to-markdown conversion helper for PHP",
"homepage": "https://github.com/thephpleague/html-to-markdown",
"keywords": [
"html",
"markdown"
],
"support": {
"issues": "https://github.com/thephpleague/html-to-markdown/issues",
2022-03-04 12:16:13 +01:00
"source": "https://github.com/thephpleague/html-to-markdown/tree/5.1.0"
},
"funding": [
{
"url": "https://www.colinodell.com/sponsor",
"type": "custom"
},
{
"url": "https://www.paypal.me/colinpodell/10.00",
"type": "custom"
},
{
"url": "https://github.com/colinodell",
"type": "github"
},
{
2021-10-02 20:23:48 +02:00
"url": "https://tidelift.com/funding/github/packagist/league/html-to-markdown",
"type": "tidelift"
}
],
2022-03-04 12:16:13 +01:00
"time": "2022-03-02T17:24:08+00:00"
},
{
"name": "liip/imagine-bundle",
2023-05-27 19:24:14 +02:00
"version": "2.11.0",
"source": {
"type": "git",
"url": "https://github.com/liip/LiipImagineBundle.git",
2023-05-27 19:24:14 +02:00
"reference": "2e943e6be4309ec90fcff90227053898203c1c8e"
},
"dist": {
"type": "zip",
2023-05-27 19:24:14 +02:00
"url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/2e943e6be4309ec90fcff90227053898203c1c8e",
"reference": "2e943e6be4309ec90fcff90227053898203c1c8e",
"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"
},
"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",
"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",
"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"
},
"suggest": {
2021-03-14 18:43:09 +01:00
"alcaeus/mongo-php-adapter": "required for mongodb components",
"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",
"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"
},
"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"
],
"support": {
"issues": "https://github.com/liip/LiipImagineBundle/issues",
2023-05-27 19:24:14 +02:00
"source": "https://github.com/liip/LiipImagineBundle/tree/2.11.0"
},
2023-05-27 19:24:14 +02:00
"time": "2023-05-16T06:13:14+00:00"
},
{
"name": "lorenzo/pinky",
2023-01-18 21:22:22 +01:00
"version": "1.0.9",
"source": {
"type": "git",
"url": "https://github.com/lorenzo/pinky.git",
2023-01-18 21:22:22 +01:00
"reference": "f890472e4a25f89591f176aa03d9588a9d3332a7"
},
"dist": {
"type": "zip",
2023-01-18 21:22:22 +01:00
"url": "https://api.github.com/repos/lorenzo/pinky/zipball/f890472e4a25f89591f176aa03d9588a9d3332a7",
"reference": "f890472e4a25f89591f176aa03d9588a9d3332a7",
"shasum": ""
},
"require": {
2022-07-17 22:26:35 +02:00
"ext-dom": "*",
"ext-libxml": "*",
"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"
},
"type": "library",
"autoload": {
"files": [
"src/pinky.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jose Lorenzo Rodriguez",
"email": "jose.zap@gmail.com"
}
],
"description": "A Foundation for Emails (Inky) template transpiler",
"keywords": [
"email",
"foundation",
"inky",
"template",
"zurb"
],
"support": {
"issues": "https://github.com/lorenzo/pinky/issues",
2023-01-18 21:22:22 +01:00
"source": "https://github.com/lorenzo/pinky/tree/1.0.9"
},
2023-01-18 21:22:22 +01:00
"time": "2023-01-12T16:15:52+00:00"
},
{
"name": "masterminds/html5",
2023-04-29 22:06:13 +02:00
"version": "2.8.0",
"source": {
"type": "git",
"url": "https://github.com/Masterminds/html5-php.git",
2023-04-29 22:06:13 +02:00
"reference": "3c5d5a56d56f48a1ca08a0670f0f80c1dad368f3"
},
"dist": {
"type": "zip",
2023-04-29 22:06:13 +02:00
"url": "https://api.github.com/repos/Masterminds/html5-php/zipball/3c5d5a56d56f48a1ca08a0670f0f80c1dad368f3",
"reference": "3c5d5a56d56f48a1ca08a0670f0f80c1dad368f3",
"shasum": ""
},
"require": {
"ext-dom": "*",
"php": ">=5.3.0"
},
"require-dev": {
2023-04-29 22:06:13 +02:00
"phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8"
},
"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",
2023-04-29 22:06:13 +02:00
"source": "https://github.com/Masterminds/html5-php/tree/2.8.0"
},
2023-04-29 22:06:13 +02:00
"time": "2023-04-26T07:27:39+00:00"
},
2019-02-23 16:49:38 +01:00
{
"name": "monolog/monolog",
"version": "3.3.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
"reference": "9b5daeaffce5b926cac47923798bba91059e60e2"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/9b5daeaffce5b926cac47923798bba91059e60e2",
"reference": "9b5daeaffce5b926cac47923798bba91059e60e2",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=8.1",
"psr/log": "^2.0 || ^3.0"
2019-02-23 16:49:38 +01:00
},
"provide": {
"psr/log-implementation": "3.0.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
"aws/aws-sdk-php": "^3.0",
2019-02-23 16:49:38 +01:00
"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",
"guzzlehttp/guzzle": "^7.4.5",
2022-07-17 22:26:35 +02:00
"guzzlehttp/psr7": "^2.2",
"mongodb/mongodb": "^1.8",
2021-10-02 18:36:29 +02:00
"php-amqplib/php-amqplib": "~2.4 || ^3",
"phpstan/phpstan": "^1.9",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-strict-rules": "^1.4",
"phpunit/phpunit": "^9.5.26",
"predis/predis": "^1.1 || ^2",
2022-07-17 22:26:35 +02:00
"ruflin/elastica": "^7",
"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": {
"dev-main": "3.x-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Monolog\\": "src/Monolog"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "https://seld.be"
2019-02-23 16:49:38 +01:00
}
],
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
"homepage": "https://github.com/Seldaek/monolog",
2019-02-23 16:49:38 +01:00
"keywords": [
"log",
"logging",
"psr-3"
],
"support": {
"issues": "https://github.com/Seldaek/monolog/issues",
"source": "https://github.com/Seldaek/monolog/tree/3.3.1"
},
"funding": [
{
"url": "https://github.com/Seldaek",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
"type": "tidelift"
}
],
"time": "2023-02-06T13:46:10+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "nbgrp/onelogin-saml-bundle",
"version": "v1.3.2",
"source": {
"type": "git",
"url": "https://github.com/nbgrp/onelogin-saml-bundle.git",
"reference": "907a59431edcfbb962b2bb952d987693b63ca757"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nbgrp/onelogin-saml-bundle/zipball/907a59431edcfbb962b2bb952d987693b63ca757",
"reference": "907a59431edcfbb962b2bb952d987693b63ca757",
"shasum": ""
},
"require": {
"onelogin/php-saml": "^4",
"php": "^8.1",
"psr/log": "^1 || ^2 || ^3",
"symfony/config": "^6",
"symfony/dependency-injection": "^6",
"symfony/deprecation-contracts": "^3",
"symfony/event-dispatcher-contracts": "^3",
"symfony/http-foundation": "^6",
"symfony/http-kernel": "^6",
"symfony/routing": "^6",
"symfony/security-bundle": "^6",
"symfony/security-core": "^6",
"symfony/security-http": "^6"
},
"conflict": {
"symfony/http-kernel": "<6.2",
"symfony/security-core": "<6.2"
},
"require-dev": {
"doctrine/orm": "^2.3 || ^3",
"symfony/event-dispatcher": "^6",
"symfony/phpunit-bridge": "^6"
},
"type": "symfony-bundle",
"autoload": {
"psr-4": {
"Nbgrp\\OneloginSamlBundle\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Alexander Menshchikov",
"email": "alexander.menshchikov@yandex.ru"
}
],
"description": "OneLogin SAML Symfony Bundle",
"keywords": [
"SSO",
"multiple IdP",
"onelogin",
"saml"
],
"support": {
"issues": "https://github.com/nbgrp/onelogin-saml-bundle/issues",
"source": "https://github.com/nbgrp/onelogin-saml-bundle/tree/v1.3.2"
},
"time": "2023-03-22T20:23:42+00: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"
},
{
"name": "nelmio/security-bundle",
2022-09-18 18:27:36 +02:00
"version": "v3.0.0",
"source": {
"type": "git",
"url": "https://github.com/nelmio/NelmioSecurityBundle.git",
2022-09-18 18:27:36 +02:00
"reference": "34699d40d81b58b6bd256e34489c799620dff2a4"
},
"dist": {
"type": "zip",
2022-09-18 18:27:36 +02:00
"url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/34699d40d81b58b6bd256e34489c799620dff2a4",
"reference": "34699d40d81b58b6bd256e34489c799620dff2a4",
"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",
"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"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
2022-09-18 18:27:36 +02:00
"dev-master": "3.x-dev"
}
},
"autoload": {
"psr-4": {
2022-09-18 18:27:36 +02:00
"Nelmio\\SecurityBundle\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nelmio",
"homepage": "http://nelm.io"
},
{
"name": "Symfony Community",
"homepage": "https://github.com/nelmio/NelmioSecurityBundle/contributors"
}
],
"description": "Extra security-related features for Symfony: signed/encrypted cookies, HTTPS/SSL/HSTS handling, cookie session storage, ...",
"keywords": [
"security"
],
"support": {
"issues": "https://github.com/nelmio/NelmioSecurityBundle/issues",
2022-09-18 18:27:36 +02:00
"source": "https://github.com/nelmio/NelmioSecurityBundle/tree/v3.0.0"
},
2022-09-18 18:27:36 +02:00
"time": "2022-03-17T07:30:15+00:00"
},
{
"name": "nikic/php-parser",
2023-05-27 19:24:14 +02:00
"version": "v4.15.5",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
2023-05-27 19:24:14 +02:00
"reference": "11e2663a5bc9db5d714eedb4277ee300403b4a9e"
},
"dist": {
"type": "zip",
2023-05-27 19:24:14 +02:00
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/11e2663a5bc9db5d714eedb4277ee300403b4a9e",
"reference": "11e2663a5bc9db5d714eedb4277ee300403b4a9e",
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": ">=7.0"
},
"require-dev": {
2020-08-21 21:10:47 +02:00
"ircmaxell/php-yacc": "^0.0.7",
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
},
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
2020-08-21 21:10:47 +02:00
"dev-master": "4.9-dev"
}
},
"autoload": {
"psr-4": {
"PhpParser\\": "lib/PhpParser"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov"
}
],
"description": "A PHP parser written in PHP",
"keywords": [
"parser",
"php"
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
2023-05-27 19:24:14 +02:00
"source": "https://github.com/nikic/PHP-Parser/tree/v4.15.5"
},
2023-05-27 19:24:14 +02:00
"time": "2023-05-19T20:20:00+00:00"
},
{
"name": "nikolaposa/version",
2021-10-02 20:23:48 +02:00
"version": "4.1.0",
"source": {
"type": "git",
"url": "https://github.com/nikolaposa/version.git",
2021-10-02 20:23:48 +02:00
"reference": "0aada6b801962c084ae465f7569397dc2186b6a7"
},
"dist": {
"type": "zip",
2021-10-02 20:23:48 +02:00
"url": "https://api.github.com/repos/nikolaposa/version/zipball/0aada6b801962c084ae465f7569397dc2186b6a7",
"reference": "0aada6b801962c084ae465f7569397dc2186b6a7",
"shasum": ""
},
"require": {
2021-10-02 20:23:48 +02:00
"beberlei/assert": "^3.2",
"php": "^7.2 || ^8.0"
},
"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"
},
"type": "library",
"extra": {
"branch-alias": {
2021-10-02 20:23:48 +02:00
"dev-master": "4.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Version\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nikola Poša",
"email": "posa.nikola@gmail.com",
"homepage": "https://www.nikolaposa.in.rs"
}
],
"description": "Value Object that represents a SemVer-compliant version number.",
"homepage": "https://github.com/nikolaposa/version",
"keywords": [
"semantic",
"semver",
"version",
"versioning"
],
"support": {
"issues": "https://github.com/nikolaposa/version/issues",
2021-10-02 20:23:48 +02:00
"source": "https://github.com/nikolaposa/version/tree/4.1.0"
},
2021-10-02 20:23:48 +02:00
"time": "2020-12-12T10:47:10+00:00"
},
{
"name": "nyholm/nsa",
2021-10-02 18:36:29 +02:00
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://github.com/Nyholm/NSA.git",
2021-10-02 18:36:29 +02:00
"reference": "c264c17ed2aa8251c64ad289442ed53f64cdb283"
},
"dist": {
"type": "zip",
2021-10-02 18:36:29 +02:00
"url": "https://api.github.com/repos/Nyholm/NSA/zipball/c264c17ed2aa8251c64ad289442ed53f64cdb283",
"reference": "c264c17ed2aa8251c64ad289442ed53f64cdb283",
"shasum": ""
},
"require": {
2020-09-22 10:22:22 +02:00
"php": ">=7.1",
"webmozart/assert": "^1.1.0"
},
"require-dev": {
2020-09-22 10:22:22 +02:00
"symfony/phpunit-bridge": "^4.4 || ^5.1"
},
"type": "library",
"autoload": {
"psr-4": {
"Nyholm\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com"
}
],
"description": "See everything and do whatever you want. No privacy rule will stop us. Used in tests, debugging and fixtures to access properties and methods.",
2021-10-02 18:36:29 +02:00
"homepage": "https://tnyholm.se",
"keywords": [
"Fixture",
"debug",
"reflection",
"test"
],
"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"
},
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-02-23 16:49:38 +01:00
{
"name": "nyholm/psr7",
2023-05-06 22:25:56 +02:00
"version": "1.8.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/Nyholm/psr7.git",
2023-05-06 22:25:56 +02:00
"reference": "3cb4d163b58589e47b35103e8e5e6a6a475b47be"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-05-06 22:25:56 +02:00
"url": "https://api.github.com/repos/Nyholm/psr7/zipball/3cb4d163b58589e47b35103e8e5e6a6a475b47be",
"reference": "3cb4d163b58589e47b35103e8e5e6a6a475b47be",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2023-04-22 22:34:14 +02:00
"php": ">=7.2",
"psr/http-factory": "^1.0",
2023-04-22 22:34:14 +02:00
"psr/http-message": "^1.1 || ^2.0"
},
"provide": {
2023-04-16 23:58:03 +02:00
"php-http/message-factory-implementation": "1.0",
"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",
2023-05-06 22:25:56 +02:00
"php-http/message-factory": "^1.0",
"php-http/psr7-integration-tests": "^1.0",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.4",
2020-05-24 20:33:05 +02:00
"symfony/error-handler": "^4.4"
2019-02-23 16:49:38 +01:00
},
"type": "library",
2019-02-23 16:49:38 +01:00
"extra": {
"branch-alias": {
2023-05-06 22:25:56 +02:00
"dev-master": "1.8-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Nyholm\\Psr7\\": "src/"
2019-02-23 16:49:38 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com"
},
{
"name": "Martijn van der Ven",
"email": "martijn@vanderven.se"
}
],
"description": "A fast PHP7 implementation of PSR-7",
"homepage": "https://tnyholm.se",
"keywords": [
"psr-17",
"psr-7"
],
"support": {
"issues": "https://github.com/Nyholm/psr7/issues",
2023-05-06 22:25:56 +02:00
"source": "https://github.com/Nyholm/psr7/tree/1.8.0"
},
2020-09-22 10:22:22 +02:00
"funding": [
{
"url": "https://github.com/Zegnat",
"type": "github"
},
{
"url": "https://github.com/nyholm",
"type": "github"
}
],
2023-05-06 22:25:56 +02:00
"time": "2023-05-02T11:26:24+00:00"
},
{
"name": "omines/datatables-bundle",
"version": "0.7.2",
"source": {
"type": "git",
"url": "https://github.com/omines/datatables-bundle.git",
"reference": "8e0dce49a271e0cfdf128d42bf81a336f8f02232"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/omines/datatables-bundle/zipball/8e0dce49a271e0cfdf128d42bf81a336f8f02232",
"reference": "8e0dce49a271e0cfdf128d42bf81a336f8f02232",
"shasum": ""
},
"require": {
"php": ">=8.0",
"symfony/event-dispatcher": "^5.4|^6.0",
"symfony/framework-bundle": "^5.4|^6.0",
"symfony/options-resolver": "^5.4|^6.0",
"symfony/property-access": "^5.4|^6.0",
"symfony/translation": "^5.4|^6.0"
},
"require-dev": {
"doctrine/common": "^2.6|^3.3",
"doctrine/doctrine-bundle": "^2.7|^3.0",
"doctrine/orm": "^2.13.1",
"doctrine/persistence": "^2.0|^3.0.3",
2020-04-10 12:34:54 +02:00
"ext-curl": "*",
"ext-json": "*",
"ext-pdo_sqlite": "*",
2020-04-10 12:34:54 +02:00
"ext-zip": "*",
"friendsofphp/php-cs-fixer": "^3.9.5",
"mongodb/mongodb": "^1.12",
"ocramius/package-versions": "^2.5",
"phpoffice/phpspreadsheet": "^1.24.1",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.8.2",
"phpstan/phpstan-doctrine": "^1.3.12",
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-symfony": "^1.2.9",
"ruflin/elastica": "^6.0|^7.2",
"symfony/browser-kit": "^5.4|^6.1.3",
"symfony/css-selector": "^5.4|^6.1.3",
"symfony/dom-crawler": "^5.4|^6.1.3",
"symfony/intl": "^5.4|^6.1",
"symfony/mime": "^5.4|^6.1.3",
"symfony/phpunit-bridge": "^5.4|^6.1.3",
"symfony/twig-bundle": "^5.4|^6.1.1",
"symfony/var-dumper": "^5.4|^6.1.3",
"symfony/yaml": "^5.4|^6.1.3"
},
"suggest": {
"doctrine/doctrine-bundle": "For integrated access to Doctrine object managers",
"doctrine/orm": "For full automated integration with Doctrine entities",
"mongodb/mongodb": "For integration with MongoDB collections",
2020-07-04 23:49:25 +02:00
"phpoffice/phpspreadsheet": "To export the data from DataTables to Excel",
"ruflin/elastica": "For integration with Elasticsearch indexes",
"symfony/twig-bundle": "To use default Twig based rendering and TwigColumn"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "0.7-dev"
}
},
"autoload": {
"psr-4": {
"Omines\\DataTablesBundle\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-09-06 15:49:46 +02:00
"name": "Robbert Beesems",
"email": "robbert.beesems@omines.com",
"homepage": "https://omines.nl/"
},
{
2019-09-06 15:49:46 +02:00
"name": "Niels Keurentjes",
"email": "niels.keurentjes@omines.com",
"homepage": "https://omines.nl/"
}
],
"description": "Symfony DataTables Bundle with native Doctrine ORM, Elastica and MongoDB support",
"keywords": [
"bundle",
"datatable",
"datatables",
"doctrine",
"elastica",
"jquery",
"mongodb",
"orm",
"symfony"
],
"support": {
"issues": "https://github.com/omines/datatables-bundle/issues",
"source": "https://github.com/omines/datatables-bundle/tree/0.7.2"
},
"time": "2023-04-24T09:09:02+00:00"
},
{
"name": "onelogin/php-saml",
"version": "4.1.0",
"source": {
"type": "git",
"url": "https://github.com/onelogin/php-saml.git",
"reference": "b22a57ebd13e838b90df5d3346090bc37056409d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/onelogin/php-saml/zipball/b22a57ebd13e838b90df5d3346090bc37056409d",
"reference": "b22a57ebd13e838b90df5d3346090bc37056409d",
"shasum": ""
},
"require": {
"php": ">=7.3",
"robrichards/xmlseclibs": ">=3.1.1"
},
"require-dev": {
"pdepend/pdepend": "^2.8.0",
"php-coveralls/php-coveralls": "^2.0",
"phploc/phploc": "^4.0 || ^5.0 || ^6.0 || ^7.0",
"phpunit/phpunit": "^9.5",
"sebastian/phpcpd": "^4.0 || ^5.0 || ^6.0 ",
"squizlabs/php_codesniffer": "^3.5.8"
},
"suggest": {
"ext-curl": "Install curl lib to be able to use the IdPMetadataParser for parsing remote XMLs",
"ext-dom": "Install xml lib",
"ext-openssl": "Install openssl lib in order to handle with x509 certs (require to support sign and encryption)",
"ext-zlib": "Install zlib"
},
"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": "2022-07-15T20:44:36+00:00"
},
{
"name": "paragonie/constant_time_encoding",
"version": "v2.6.3",
"source": {
"type": "git",
"url": "https://github.com/paragonie/constant_time_encoding.git",
"reference": "58c3f47f650c94ec05a151692652a868995d2938"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938",
"reference": "58c3f47f650c94ec05a151692652a868995d2938",
"shasum": ""
},
"require": {
"php": "^7|^8"
},
"require-dev": {
"phpunit/phpunit": "^6|^7|^8|^9",
"vimeo/psalm": "^1|^2|^3|^4"
},
"type": "library",
"autoload": {
"psr-4": {
"ParagonIE\\ConstantTime\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paragon Initiative Enterprises",
"email": "security@paragonie.com",
"homepage": "https://paragonie.com",
"role": "Maintainer"
},
{
"name": "Steve 'Sc00bz' Thomas",
"email": "steve@tobtu.com",
"homepage": "https://www.tobtu.com",
"role": "Original Developer"
}
],
"description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
"keywords": [
"base16",
"base32",
"base32_decode",
"base32_encode",
"base64",
"base64_decode",
"base64_encode",
"bin2hex",
"encoding",
"hex",
"hex2bin",
"rfc4648"
],
"support": {
"email": "info@paragonie.com",
"issues": "https://github.com/paragonie/constant_time_encoding/issues",
"source": "https://github.com/paragonie/constant_time_encoding"
},
2022-07-17 22:26:35 +02:00
"time": "2022-06-14T06:56:20+00: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",
"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"
},
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",
"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": {
"ext-mbstring": "*",
2022-09-25 15:51:16 +02:00
"php": "^7.1 || ^8.0",
"sabberworm/php-css-parser": "^8.4"
2020-04-14 11:07:07 +02:00
},
"require-dev": {
"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",
"support": {
"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"
},
2022-09-25 15:51:16 +02:00
"time": "2022-09-06T12:16:56+00:00"
2020-04-14 11:07:07 +02:00
},
{
"name": "php-http/discovery",
2023-05-27 19:24:14 +02:00
"version": "1.18.1",
"source": {
"type": "git",
"url": "https://github.com/php-http/discovery.git",
2023-05-27 19:24:14 +02:00
"reference": "f258b3a1d16acb7b21f3b42d7a2494a733365237"
},
"dist": {
"type": "zip",
2023-05-27 19:24:14 +02:00
"url": "https://api.github.com/repos/php-http/discovery/zipball/f258b3a1d16acb7b21f3b42d7a2494a733365237",
"reference": "f258b3a1d16acb7b21f3b42d7a2494a733365237",
"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"
},
"conflict": {
2023-04-29 22:06:13 +02:00
"nyholm/psr7": "<1.0",
"zendframework/zend-diactoros": "*"
},
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": "*"
},
"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",
"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"
},
2023-02-11 22:19:56 +01:00
"type": "composer-plugin",
"extra": {
2023-02-11 22:19:56 +01:00
"class": "Http\\Discovery\\Composer\\Plugin",
"plugin-optional": true
},
"autoload": {
"psr-4": {
"Http\\Discovery\\": "src/"
2023-04-29 22:06:13 +02:00
},
"exclude-from-classmap": [
"src/Composer/Plugin.php"
]
},
"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",
"homepage": "http://php-http.org",
"keywords": [
"adapter",
"client",
"discovery",
"factory",
"http",
"message",
2023-02-11 22:19:56 +01:00
"psr17",
"psr7"
],
"support": {
"issues": "https://github.com/php-http/discovery/issues",
2023-05-27 19:24:14 +02:00
"source": "https://github.com/php-http/discovery/tree/1.18.1"
},
2023-05-27 19:24:14 +02:00
"time": "2023-05-17T08:53:10+00:00"
},
{
"name": "php-http/httplug",
2023-04-16 23:58:03 +02:00
"version": "2.4.0",
"source": {
"type": "git",
"url": "https://github.com/php-http/httplug.git",
2023-04-16 23:58:03 +02:00
"reference": "625ad742c360c8ac580fcc647a1541d29e257f67"
},
"dist": {
"type": "zip",
2023-04-16 23:58:03 +02:00
"url": "https://api.github.com/repos/php-http/httplug/zipball/625ad742c360c8ac580fcc647a1541d29e257f67",
"reference": "625ad742c360c8ac580fcc647a1541d29e257f67",
"shasum": ""
},
"require": {
2020-07-18 23:50:39 +02:00
"php": "^7.1 || ^8.0",
"php-http/promise": "^1.1",
"psr/http-client": "^1.0",
2023-04-16 23:58:03 +02:00
"psr/http-message": "^1.0 || ^2.0"
},
"require-dev": {
2023-04-16 23:58:03 +02:00
"friends-of-phpspec/phpspec-code-coverage": "^4.1 || ^5.0 || ^6.0",
"phpspec/phpspec": "^5.1 || ^6.0 || ^7.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Http\\Client\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Eric GELOEN",
"email": "geloen.eric@gmail.com"
},
{
"name": "Márk Sági-Kazár",
2020-07-18 23:50:39 +02:00
"email": "mark.sagikazar@gmail.com",
"homepage": "https://sagikazarmark.hu"
}
],
"description": "HTTPlug, the HTTP client abstraction for PHP",
"homepage": "http://httplug.io",
"keywords": [
"client",
"http"
],
"support": {
"issues": "https://github.com/php-http/httplug/issues",
2023-04-16 23:58:03 +02:00
"source": "https://github.com/php-http/httplug/tree/2.4.0"
},
2023-04-16 23:58:03 +02:00
"time": "2023-04-14T15:10:03+00:00"
},
{
"name": "php-http/message-factory",
2023-04-16 23:58:03 +02:00
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/php-http/message-factory.git",
2023-04-16 23:58:03 +02:00
"reference": "4d8778e1c7d405cbb471574821c1ff5b68cc8f57"
},
"dist": {
"type": "zip",
2023-04-16 23:58:03 +02:00
"url": "https://api.github.com/repos/php-http/message-factory/zipball/4d8778e1c7d405cbb471574821c1ff5b68cc8f57",
"reference": "4d8778e1c7d405cbb471574821c1ff5b68cc8f57",
"shasum": ""
},
"require": {
"php": ">=5.4",
2023-04-16 23:58:03 +02:00
"psr/http-message": "^1.0 || ^2.0"
},
"type": "library",
"extra": {
"branch-alias": {
2023-04-16 23:58:03 +02:00
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
}
],
"description": "Factory interfaces for PSR-7 HTTP Message",
"homepage": "http://php-http.org",
2019-02-23 16:49:38 +01:00
"keywords": [
"factory",
"http",
"message",
"stream",
"uri"
2019-02-23 16:49:38 +01:00
],
"support": {
"issues": "https://github.com/php-http/message-factory/issues",
2023-04-16 23:58:03 +02:00
"source": "https://github.com/php-http/message-factory/tree/1.1.0"
},
2023-05-15 00:36:36 +02:00
"abandoned": "psr/http-factory",
2023-04-16 23:58:03 +02:00
"time": "2023-04-14T14:16:17+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "php-http/promise",
2020-07-18 23:50:39 +02:00
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/php-http/promise.git",
2020-07-18 23:50:39 +02:00
"reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88"
},
"dist": {
"type": "zip",
2020-07-18 23:50:39 +02:00
"url": "https://api.github.com/repos/php-http/promise/zipball/4c4c1f9b7289a2ec57cde7f1e9762a5789506f88",
"reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88",
"shasum": ""
},
2020-07-18 23:50:39 +02:00
"require": {
"php": "^7.1 || ^8.0"
},
"require-dev": {
2020-07-18 23:50:39 +02:00
"friends-of-phpspec/phpspec-code-coverage": "^4.3.2",
"phpspec/phpspec": "^5.1.2 || ^6.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"psr-4": {
"Http\\Promise\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Joel Wurtz",
"email": "joel.wurtz@gmail.com"
2020-07-18 23:50:39 +02:00
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
}
],
"description": "Promise used for asynchronous HTTP requests",
"homepage": "http://httplug.io",
"keywords": [
"promise"
],
"support": {
"issues": "https://github.com/php-http/promise/issues",
"source": "https://github.com/php-http/promise/tree/1.1.0"
},
2020-07-18 23:50:39 +02:00
"time": "2020-07-07T09:29:14+00:00"
},
{
"name": "php-translation/common",
2022-03-04 12:16:13 +01:00
"version": "3.2.0",
"source": {
"type": "git",
"url": "https://github.com/php-translation/common.git",
2022-03-04 12:16:13 +01:00
"reference": "986ddf4e3b2b3458d2a7353658bd40764d8ca1d1"
},
"dist": {
"type": "zip",
2022-03-04 12:16:13 +01:00
"url": "https://api.github.com/repos/php-translation/common/zipball/986ddf4e3b2b3458d2a7353658bd40764d8ca1d1",
"reference": "986ddf4e3b2b3458d2a7353658bd40764d8ca1d1",
"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"
},
"require-dev": {
"phpunit/phpunit": "^8.4",
2022-03-04 12:16:13 +01:00
"symfony/phpunit-bridge": "^4.3 || ^5.0 || ^6.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Translation\\Common\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com"
}
],
"description": "Common translation stuff",
"support": {
"issues": "https://github.com/php-translation/common/issues",
2022-03-04 12:16:13 +01:00
"source": "https://github.com/php-translation/common/tree/3.2.0"
},
2022-03-04 12:16:13 +01:00
"time": "2022-02-04T11:49:38+00:00"
},
{
"name": "php-translation/extractor",
2023-03-31 22:49:31 +02:00
"version": "2.1.1",
"source": {
"type": "git",
"url": "https://github.com/php-translation/extractor.git",
2023-03-31 22:49:31 +02:00
"reference": "09ad2f3654e6badb95a739b0284f5785531f7c8d"
},
"dist": {
"type": "zip",
2023-03-31 22:49:31 +02:00
"url": "https://api.github.com/repos/php-translation/extractor/zipball/09ad2f3654e6badb95a739b0284f5785531f7c8d",
"reference": "09ad2f3654e6badb95a739b0284f5785531f7c8d",
"shasum": ""
},
"require": {
2023-03-31 22:49:31 +02:00
"doctrine/annotations": "^1.7 || ^2.0",
"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",
"twig/twig": "^2.0 || ^3.0"
},
"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"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"psr-4": {
"Translation\\Extractor\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com"
}
],
"description": "Extract translations form the source code",
"support": {
"issues": "https://github.com/php-translation/extractor/issues",
2023-03-31 22:49:31 +02:00
"source": "https://github.com/php-translation/extractor/tree/2.1.1"
},
2023-03-31 22:49:31 +02:00
"time": "2023-03-28T11:37:22+00:00"
},
{
"name": "php-translation/symfony-bundle",
2023-05-06 22:25:56 +02:00
"version": "0.13.0",
"source": {
"type": "git",
"url": "https://github.com/php-translation/symfony-bundle.git",
2023-05-06 22:25:56 +02:00
"reference": "be5558b3bc8cd1ee5f05f871851edbba9756413b"
},
"dist": {
"type": "zip",
2023-05-06 22:25:56 +02:00
"url": "https://api.github.com/repos/php-translation/symfony-bundle/zipball/be5558b3bc8cd1ee5f05f871851edbba9756413b",
"reference": "be5558b3bc8cd1ee5f05f871851edbba9756413b",
"shasum": ""
},
"require": {
"nyholm/nsa": "^1.1",
2021-06-09 08:45:34 +02:00
"php": "^7.2 || ^8.0",
"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"
},
"require-dev": {
2021-06-09 08:45:34 +02:00
"bamarni/composer-bin-plugin": "^1.3",
"matthiasnoback/symfony-config-test": "^4.1",
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
"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",
"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"
},
"suggest": {
"php-http/httplug-bundle": "To easier configure your httplug clients."
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
2020-02-29 23:20:38 +01:00
"dev-master": "0.12-dev"
}
},
"autoload": {
"psr-4": {
"Translation\\Bundle\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com"
}
],
"support": {
"issues": "https://github.com/php-translation/symfony-bundle/issues",
2023-05-06 22:25:56 +02:00
"source": "https://github.com/php-translation/symfony-bundle/tree/0.13.0"
},
2023-05-06 22:25:56 +02:00
"time": "2023-02-14T11:26:31+00:00"
},
{
"name": "php-translation/symfony-storage",
2022-03-04 12:16:13 +01:00
"version": "2.3.1",
"source": {
"type": "git",
"url": "https://github.com/php-translation/symfony-storage.git",
2022-03-04 12:16:13 +01:00
"reference": "95d52dd86d41fe0ec2c75e1469b5003956044cc8"
},
"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",
"shasum": ""
},
"require": {
2021-06-09 08:45:34 +02:00
"php": "^7.2 || ^8.0",
"php-translation/common": "^3.0",
2022-03-04 12:16:13 +01:00
"symfony/translation": "^3.4 || ^4.2 || ^5.0 || ^6.0"
},
"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"
},
"type": "library",
"extra": {
"branch-alias": {
2022-03-04 12:16:13 +01:00
"dev-master": "2.4-dev"
}
},
"autoload": {
"psr-4": {
"Translation\\SymfonyStorage\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com"
}
],
"description": "A translation file storage using Symfony translation component.",
"support": {
"issues": "https://github.com/php-translation/symfony-storage/issues",
2022-03-04 12:16:13 +01:00
"source": "https://github.com/php-translation/symfony-storage/tree/2.3.1"
},
2022-03-04 12:16:13 +01:00
"time": "2022-02-14T11:36:15+00:00"
},
{
"name": "phpdocumentor/reflection-common",
2020-07-04 23:38:18 +02:00
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2020-07-04 23:38:18 +02:00
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
},
"dist": {
"type": "zip",
2020-07-04 23:38:18 +02:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
"shasum": ""
},
"require": {
2020-07-04 23:38:18 +02:00
"php": "^7.2 || ^8.0"
},
"type": "library",
"extra": {
"branch-alias": {
2020-07-04 23:38:18 +02:00
"dev-2.x": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jaap van Otterdijk",
"email": "opensource@ijaap.nl"
}
],
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
"homepage": "http://www.phpdoc.org",
"keywords": [
"FQSEN",
"phpDocumentor",
"phpdoc",
"reflection",
"static analysis"
],
"support": {
"issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
"source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
},
2020-07-04 23:38:18 +02:00
"time": "2020-06-27T09:03:43+00:00"
},
{
"name": "phpdocumentor/reflection-docblock",
2022-01-19 19:35:45 +01:00
"version": "5.3.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2022-01-19 19:35:45 +01:00
"reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
},
"dist": {
"type": "zip",
2022-01-19 19:35:45 +01:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
"reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
"shasum": ""
},
"require": {
"ext-filter": "*",
"php": "^7.2 || ^8.0",
"phpdocumentor/reflection-common": "^2.2",
"phpdocumentor/type-resolver": "^1.3",
"webmozart/assert": "^1.9.1"
},
"require-dev": {
2022-01-19 19:35:45 +01:00
"mockery/mockery": "~1.3.2",
"psalm/phar": "^4.8"
},
"type": "library",
"extra": {
"branch-alias": {
2020-03-28 17:52:19 +01:00
"dev-master": "5.x-dev"
}
},
"autoload": {
"psr-4": {
2020-03-28 17:52:19 +01:00
"phpDocumentor\\Reflection\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
2020-03-28 17:52:19 +01:00
},
{
"name": "Jaap van Otterdijk",
"email": "account@ijaap.nl"
}
],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
"support": {
"issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
2022-01-19 19:35:45 +01:00
"source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
},
2022-01-19 19:35:45 +01:00
"time": "2021-10-19T17:43:47+00:00"
},
{
"name": "phpdocumentor/type-resolver",
2023-06-05 22:15:07 +02:00
"version": "1.7.2",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
2023-06-05 22:15:07 +02:00
"reference": "b2fe4d22a5426f38e014855322200b97b5362c0d"
},
"dist": {
"type": "zip",
2023-06-05 22:15:07 +02:00
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b2fe4d22a5426f38e014855322200b97b5362c0d",
"reference": "b2fe4d22a5426f38e014855322200b97b5362c0d",
"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"
},
"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"
},
"type": "library",
"extra": {
"branch-alias": {
2020-07-04 23:38:18 +02:00
"dev-1.x": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
}
],
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
"support": {
"issues": "https://github.com/phpDocumentor/TypeResolver/issues",
2023-06-05 22:15:07 +02:00
"source": "https://github.com/phpDocumentor/TypeResolver/tree/1.7.2"
},
2023-06-05 22:15:07 +02:00
"time": "2023-05-30T18:13:47+00:00"
2023-03-31 22:49:31 +02:00
},
{
"name": "phpstan/phpdoc-parser",
2023-06-05 22:15:07 +02:00
"version": "1.22.0",
2023-03-31 22:49:31 +02:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git",
2023-06-05 22:15:07 +02:00
"reference": "ec58baf7b3c7f1c81b3b00617c953249fb8cf30c"
2023-03-31 22:49:31 +02:00
},
"dist": {
"type": "zip",
2023-06-05 22:15:07 +02:00
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/ec58baf7b3c7f1c81b3b00617c953249fb8cf30c",
"reference": "ec58baf7b3c7f1c81b3b00617c953249fb8cf30c",
2023-03-31 22:49:31 +02:00
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"require-dev": {
2023-06-05 22:15:07 +02:00
"doctrine/annotations": "^2.0",
2023-05-27 19:24:14 +02:00
"nikic/php-parser": "^4.15",
2023-03-31 22:49:31 +02:00
"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-06-05 22:15:07 +02:00
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.22.0"
2023-03-31 22:49:31 +02:00
},
2023-06-05 22:15:07 +02:00
"time": "2023-06-01T12:35:21+00:00"
},
{
"name": "psr/cache",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/cache.git",
"reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
"reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
"shasum": ""
},
"require": {
"php": ">=8.0.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": "https://www.php-fig.org/"
2019-02-23 16:49:38 +01:00
}
],
"description": "Common interface for caching libraries",
"keywords": [
"cache",
"psr",
"psr-6"
],
"support": {
"source": "https://github.com/php-fig/cache/tree/3.0.0"
},
"time": "2021-02-03T23:26:27+00:00"
},
{
"name": "psr/clock",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/clock.git",
"reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
"reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
"shasum": ""
},
"require": {
"php": "^7.0 || ^8.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Psr\\Clock\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for reading the clock.",
"homepage": "https://github.com/php-fig/clock",
"keywords": [
"clock",
"now",
"psr",
"psr-20",
"time"
],
"support": {
"issues": "https://github.com/php-fig/clock/issues",
"source": "https://github.com/php-fig/clock/tree/1.0.0"
},
"time": "2022-11-25T14:36:26+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "psr/container",
"version": "2.0.2",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=7.4.0"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
2019-02-23 16:49:38 +01:00
"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"
],
"support": {
"issues": "https://github.com/php-fig/container/issues",
"source": "https://github.com/php-fig/container/tree/2.0.2"
},
"time": "2021-11-05T16:47:00+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"
],
"support": {
"issues": "https://github.com/php-fig/event-dispatcher/issues",
"source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
},
2020-05-10 15:55:37 +02:00
"time": "2019-01-08T18:20:26+00:00"
},
{
"name": "psr/http-client",
2023-04-16 23:58:03 +02:00
"version": "1.0.2",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-client.git",
2023-04-16 23:58:03 +02:00
"reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31"
},
"dist": {
"type": "zip",
2023-04-16 23:58:03 +02:00
"url": "https://api.github.com/repos/php-fig/http-client/zipball/0955afe48220520692d2d09f7ab7e0f93ffd6a31",
"reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31",
"shasum": ""
},
"require": {
2020-07-04 23:38:18 +02:00
"php": "^7.0 || ^8.0",
2023-04-16 23:58:03 +02:00
"psr/http-message": "^1.0 || ^2.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",
2023-04-16 23:58:03 +02:00
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for HTTP clients",
"homepage": "https://github.com/php-fig/http-client",
"keywords": [
"http",
"http-client",
"psr",
"psr-18"
],
"support": {
2023-04-16 23:58:03 +02:00
"source": "https://github.com/php-fig/http-client/tree/1.0.2"
},
2023-04-16 23:58:03 +02:00
"time": "2023-04-10T20:12:12+00:00"
},
{
"name": "psr/http-factory",
2023-04-16 23:58:03 +02:00
"version": "1.0.2",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-factory.git",
2023-04-16 23:58:03 +02:00
"reference": "e616d01114759c4c489f93b099585439f795fe35"
},
"dist": {
"type": "zip",
2023-04-16 23:58:03 +02:00
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
"reference": "e616d01114759c4c489f93b099585439f795fe35",
"shasum": ""
},
"require": {
"php": ">=7.0.0",
2023-04-16 23:58:03 +02:00
"psr/http-message": "^1.0 || ^2.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",
2023-04-16 23:58:03 +02:00
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interfaces for PSR-7 HTTP message factories",
"keywords": [
"factory",
"http",
"message",
"psr",
"psr-17",
"psr-7",
"request",
"response"
],
"support": {
2023-04-16 23:58:03 +02:00
"source": "https://github.com/php-fig/http-factory/tree/1.0.2"
},
2023-04-16 23:58:03 +02:00
"time": "2023-04-10T20:10:41+00:00"
},
{
"name": "psr/http-message",
"version": "2.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
"reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
"reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
"shasum": ""
},
"require": {
2023-04-08 01:09:45 +02:00
"php": "^7.2 || ^8.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for HTTP messages",
"homepage": "https://github.com/php-fig/http-message",
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
"support": {
"source": "https://github.com/php-fig/http-message/tree/2.0"
},
"time": "2023-04-04T09:54:51+00:00"
},
2019-02-23 16:49:38 +01:00
{
"name": "psr/link",
"version": "2.0.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/link.git",
"reference": "84b159194ecfd7eaa472280213976e96415433f7"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/link/zipball/84b159194ecfd7eaa472280213976e96415433f7",
"reference": "84b159194ecfd7eaa472280213976e96415433f7",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=8.0.0"
2019-02-23 16:49:38 +01:00
},
"suggest": {
"fig/link-util": "Provides some useful PSR-13 utilities"
},
2019-02-23 16:49:38 +01:00
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
2019-02-23 16:49:38 +01:00
}
},
"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",
"homepage": "https://github.com/php-fig/link",
2019-02-23 16:49:38 +01:00
"keywords": [
"http",
"http-link",
"link",
"psr",
"psr-13",
"rest"
],
"support": {
"source": "https://github.com/php-fig/link/tree/2.0.1"
},
"time": "2021-03-11T23:00:27+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "psr/log",
"version": "3.0.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=8.0.0"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Psr\\Log\\": "src"
2019-02-23 16:49:38 +01:00
}
},
"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"
],
"support": {
"source": "https://github.com/php-fig/log/tree/3.0.0"
},
"time": "2021-07-14T16:46:02+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "psr/simple-cache",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/simple-cache.git",
"reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
"reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
"shasum": ""
},
"require": {
"php": ">=8.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\SimpleCache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interfaces for simple caching",
"keywords": [
"cache",
"caching",
"psr",
"psr-16",
"simple-cache"
],
"support": {
"source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
},
"time": "2021-10-29T13:26:27+00: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"
],
"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"
},
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",
"version": "2.1.1",
2020-05-30 21:09:55 +02:00
"source": {
"type": "git",
"url": "https://github.com/s9e/SweetDOM.git",
"reference": "dd5d814f93621b1489bfbac8e0331122b928a18a"
2020-05-30 21:09:55 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/s9e/SweetDOM/zipball/dd5d814f93621b1489bfbac8e0331122b928a18a",
"reference": "dd5d814f93621b1489bfbac8e0331122b928a18a",
2020-05-30 21:09:55 +02:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"php": ">=8.0"
2020-05-30 21:09:55 +02:00
},
"require-dev": {
"phpunit/phpunit": "^10.0"
2020-05-30 21:09:55 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"s9e\\SweetDOM\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Syntactic sugar for the DOM API with a focus on XSLT 1.0 template manipulation.",
"homepage": "https://github.com/s9e/SweetDOM/",
"keywords": [
"dom",
"xsl",
"xslt"
],
"support": {
"issues": "https://github.com/s9e/SweetDOM/issues",
"source": "https://github.com/s9e/SweetDOM/tree/2.1.1"
},
"time": "2023-06-05T19:10:26+00:00"
2020-05-30 21:09:55 +02:00
},
{
"name": "s9e/text-formatter",
"version": "2.14.0",
"source": {
"type": "git",
"url": "https://github.com/s9e/TextFormatter.git",
"reference": "48a2f3a3fb18af8d78330204732a3369441c4060"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/s9e/TextFormatter/zipball/48a2f3a3fb18af8d78330204732a3369441c4060",
"reference": "48a2f3a3fb18af8d78330204732a3369441c4060",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-filter": "*",
2019-06-16 12:50:40 +02:00
"lib-pcre": ">=8.13",
"php": "^8.0",
2020-05-30 21:09:55 +02:00
"s9e/regexp-builder": "^1.4",
"s9e/sweetdom": "^2.0"
},
"require-dev": {
2020-09-22 10:22:22 +02:00
"code-lts/doctum": "*",
"matthiasmullie/minify": "*",
2023-02-11 22:19:56 +01:00
"phpunit/phpunit": "^9.5"
},
"suggest": {
"ext-curl": "Improves the performance of the MediaEmbed plugin and some JavaScript minifiers",
"ext-intl": "Allows international URLs to be accepted by the URL filter",
"ext-json": "Enables the generation of a JavaScript parser",
"ext-mbstring": "Improves the performance of the PHP renderer",
"ext-tokenizer": "Improves the performance of the PHP renderer",
"ext-xsl": "Enables the XSLT renderer",
"ext-zlib": "Enables gzip compression when scraping content via the MediaEmbed plugin"
},
"type": "library",
2019-06-16 12:50:40 +02:00
"extra": {
"version": "2.14.0"
2019-06-16 12:50:40 +02:00
},
"autoload": {
"psr-4": {
"s9e\\TextFormatter\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2020-09-22 10:22:22 +02:00
"description": "Multi-purpose text formatting and markup library. Plugins offer support for BBCodes, Markdown, emoticons, HTML, embedding third-party media (YouTube, etc...), enhanced typography and more.",
"homepage": "https://github.com/s9e/TextFormatter/",
"keywords": [
"bbcode",
"bbcodes",
"blog",
"censor",
"embed",
"emoji",
"emoticons",
"engine",
"forum",
"html",
"markdown",
"markup",
"media",
"parser",
"shortcodes"
],
"support": {
"issues": "https://github.com/s9e/TextFormatter/issues",
"source": "https://github.com/s9e/TextFormatter/tree/2.14.0"
},
"time": "2023-06-08T07:19:50+00: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"
],
"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"
},
2022-01-19 19:35:45 +01:00
"time": "2021-12-11T13:40:54+00:00"
2020-04-14 11:07:07 +02:00
},
{
"name": "scheb/2fa-backup-code",
"version": "v6.8.0",
"source": {
"type": "git",
"url": "https://github.com/scheb/2fa-backup-code.git",
"reference": "b01965cd221cda280526e48e7f56966154b9ba2f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/scheb/2fa-backup-code/zipball/b01965cd221cda280526e48e7f56966154b9ba2f",
"reference": "b01965cd221cda280526e48e7f56966154b9ba2f",
"shasum": ""
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.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 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/v6.8.0"
},
"time": "2022-12-10T15:20:09+00:00"
},
{
"name": "scheb/2fa-bundle",
"version": "v6.8.0",
"source": {
"type": "git",
"url": "https://github.com/scheb/2fa-bundle.git",
"reference": "4f8e9e87f90cf50c72b0857ea2b88453cf1d2446"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/scheb/2fa-bundle/zipball/4f8e9e87f90cf50c72b0857ea2b88453cf1d2446",
"reference": "4f8e9e87f90cf50c72b0857ea2b88453cf1d2446",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"symfony/config": "^5.4 || ^6.0",
"symfony/dependency-injection": "^5.4 || ^6.0",
"symfony/event-dispatcher": "^5.4 || ^6.0",
"symfony/framework-bundle": "^5.4 || ^6.0",
"symfony/http-foundation": "^5.4 || ^6.0",
"symfony/http-kernel": "^5.4 || ^6.0",
"symfony/property-access": "^5.4 || ^6.0",
"symfony/security-bundle": "^5.4 || ^6.0",
"symfony/twig-bundle": "^5.4 || ^6.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-totp": "Temporary one-time password (TOTP) support (Google Authenticator compatible)",
"scheb/2fa-trusted-device": "Trusted devices support"
},
"type": "symfony-bundle",
"autoload": {
"psr-4": {
"Scheb\\TwoFactorBundle\\": ""
}
},
"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/v6.8.0"
},
"time": "2023-01-26T18:47:22+00:00"
},
{
"name": "scheb/2fa-google-authenticator",
"version": "v6.8.0",
"source": {
"type": "git",
"url": "https://github.com/scheb/2fa-google-authenticator.git",
"reference": "20eab4c1814b587cac71c4516a06b192ca838294"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/scheb/2fa-google-authenticator/zipball/20eab4c1814b587cac71c4516a06b192ca838294",
"reference": "20eab4c1814b587cac71c4516a06b192ca838294",
"shasum": ""
},
"require": {
"paragonie/constant_time_encoding": "^2.4",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"scheb/2fa-bundle": "self.version",
"spomky-labs/otphp": "^10.0 || ^11.0"
},
"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 two-factor authentication using Google Authenticator",
"homepage": "https://github.com/scheb/2fa",
"keywords": [
2020-06-01 21:59:51 +02:00
"2fa",
"Authentication",
"google-authenticator",
"symfony",
"two-factor",
"two-step"
],
"support": {
"source": "https://github.com/scheb/2fa-google-authenticator/tree/v6.8.0"
},
"time": "2022-12-10T15:20:09+00:00"
},
{
"name": "scheb/2fa-trusted-device",
"version": "v6.8.0",
"source": {
"type": "git",
"url": "https://github.com/scheb/2fa-trusted-device.git",
"reference": "cac6feaf9f2c7d3a1aade86942f7b7b234fcd151"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/scheb/2fa-trusted-device/zipball/cac6feaf9f2c7d3a1aade86942f7b7b234fcd151",
"reference": "cac6feaf9f2c7d3a1aade86942f7b7b234fcd151",
"shasum": ""
},
"require": {
"lcobucci/clock": "^2.0 || ^3.0",
"lcobucci/jwt": "^4.1 || ^5.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.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/v6.8.0"
},
"time": "2023-04-01T11:20:00+00:00"
},
{
"name": "shivas/versioning-bundle",
2023-01-08 23:28:23 +01:00
"version": "4.0.2",
"source": {
"type": "git",
"url": "https://github.com/shivas/versioning-bundle.git",
2023-01-08 23:28:23 +01:00
"reference": "427969bce2f139e1f7234d14efcd8cd0083d896c"
},
"dist": {
"type": "zip",
2023-01-08 23:28:23 +01:00
"url": "https://api.github.com/repos/shivas/versioning-bundle/zipball/427969bce2f139e1f7234d14efcd8cd0083d896c",
"reference": "427969bce2f139e1f7234d14efcd8cd0083d896c",
"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"
},
"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"
},
"type": "symfony-bundle",
"autoload": {
"psr-4": {
2021-10-02 20:23:48 +02:00
"Shivas\\VersioningBundle\\": "src"
}
},
"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"
}
],
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",
"homepage": "https://github.com/shivas/versioning-bundle",
"keywords": [
"semantic",
"semver",
"version",
"versioning"
],
"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",
"wiki": "https://github.com/shivas/versioning-bundle/wiki"
},
2023-01-08 23:28:23 +01:00
"time": "2022-07-10T17:39:01+00:00"
},
{
"name": "spatie/db-dumper",
"version": "3.3.1",
"source": {
"type": "git",
"url": "https://github.com/spatie/db-dumper.git",
"reference": "3b9fd47899bf6a59d3452392121c9ce675d55d34"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/db-dumper/zipball/3b9fd47899bf6a59d3452392121c9ce675d55d34",
"reference": "3b9fd47899bf6a59d3452392121c9ce675d55d34",
"shasum": ""
},
"require": {
"php": "^8.0",
"symfony/process": "^5.0|^6.0"
},
"require-dev": {
"pestphp/pest": "^1.22"
},
"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": {
"source": "https://github.com/spatie/db-dumper/tree/3.3.1"
},
"funding": [
{
"url": "https://spatie.be/open-source/support-us",
"type": "custom"
},
{
"url": "https://github.com/spatie",
"type": "github"
}
],
"time": "2023-05-02T11:05:31+00:00"
},
{
"name": "spomky-labs/cbor-bundle",
"version": "v3.0.0",
"source": {
"type": "git",
"url": "https://github.com/Spomky-Labs/cbor-bundle.git",
"reference": "157ca6ed2f6e957f9e95d71ca86bc67bf42ee79c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Spomky-Labs/cbor-bundle/zipball/157ca6ed2f6e957f9e95d71ca86bc67bf42ee79c",
"reference": "157ca6ed2f6e957f9e95d71ca86bc67bf42ee79c",
"shasum": ""
},
"require": {
"php": ">=8.0",
"spomky-labs/cbor-php": "^3.0",
"symfony/config": "^5.3|^6.0",
"symfony/dependency-injection": "^5.3|^6.0",
"symfony/http-kernel": "^5.3|^6.0"
},
"require-dev": {
"infection/infection": "^0.25.3",
"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.0",
"rector/rector": "^0.12.5",
"symfony/framework-bundle": "^5.3|^6.0",
"symfony/phpunit-bridge": "^5.3|^6.0",
"symplify/easy-coding-standard": "^9.4"
},
"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/v3.0.0"
},
"funding": [
{
"url": "https://github.com/Spomky",
"type": "github"
},
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
"time": "2021-11-23T21:41:00+00:00"
},
2022-10-04 00:08:58 +02:00
{
"name": "spomky-labs/cbor-php",
"version": "3.0.2",
2022-10-04 00:08:58 +02:00
"source": {
"type": "git",
"url": "https://github.com/Spomky-Labs/cbor-php.git",
"reference": "81d5dff7a1101d680729b5789f4359d01b15e6c5"
2022-10-04 00:08:58 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Spomky-Labs/cbor-php/zipball/81d5dff7a1101d680729b5789f4359d01b15e6c5",
"reference": "81d5dff7a1101d680729b5789f4359d01b15e6c5",
2022-10-04 00:08:58 +02:00
"shasum": ""
},
"require": {
"brick/math": "^0.9|^0.10|^0.11",
"ext-mbstring": "*",
"php": ">=8.0"
},
"require-dev": {
"ekino/phpstan-banned-code": "^1.0",
"ext-json": "*",
"infection/infection": "^0.26",
"php-parallel-lint/php-parallel-lint": "^1.3",
"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": "^10.0",
"qossmic/deptrac-shim": "^1.0",
"rector/rector": "^0.15",
"roave/security-advisories": "dev-latest",
"symfony/var-dumper": "^6.0",
"symplify/easy-coding-standard": "^11.1"
},
"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/3.0.2"
},
"funding": [
{
"url": "https://github.com/Spomky",
"type": "github"
},
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
"time": "2023-02-28T21:37:12+00:00"
},
{
"name": "spomky-labs/otphp",
"version": "11.2.0",
"source": {
"type": "git",
"url": "https://github.com/Spomky-Labs/otphp.git",
"reference": "9a1569038bb1c8e98040b14b8bcbba54f25e7795"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Spomky-Labs/otphp/zipball/9a1569038bb1c8e98040b14b8bcbba54f25e7795",
"reference": "9a1569038bb1c8e98040b14b8bcbba54f25e7795",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"paragonie/constant_time_encoding": "^2.0",
"php": "^8.1"
},
"require-dev": {
"ekino/phpstan-banned-code": "^1.0",
"infection/infection": "^0.26",
"php-parallel-lint/php-parallel-lint": "^1.3",
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"phpstan/phpstan-strict-rules": "^1.0",
"phpunit/phpunit": "^9.5.26",
"qossmic/deptrac-shim": "^1.0",
"rector/rector": "^0.15",
"symfony/phpunit-bridge": "^6.1",
"symplify/easy-coding-standard": "^11.0"
},
"type": "library",
"autoload": {
"psr-4": {
"OTPHP\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Florent Morselli",
"homepage": "https://github.com/Spomky"
},
{
"name": "All contributors",
"homepage": "https://github.com/Spomky-Labs/otphp/contributors"
}
],
"description": "A PHP library for generating one time passwords according to RFC 4226 (HOTP Algorithm) and the RFC 6238 (TOTP Algorithm) and compatible with Google Authenticator",
"homepage": "https://github.com/Spomky-Labs/otphp",
"keywords": [
"FreeOTP",
"RFC 4226",
"RFC 6238",
"google authenticator",
"hotp",
"otp",
"totp"
],
"support": {
"issues": "https://github.com/Spomky-Labs/otphp/issues",
"source": "https://github.com/Spomky-Labs/otphp/tree/11.2.0"
},
"funding": [
{
"url": "https://github.com/Spomky",
"type": "github"
},
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
"time": "2023-03-16T19:16:25+00:00"
},
{
"name": "spomky-labs/pki-framework",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/Spomky-Labs/pki-framework.git",
"reference": "d3ba688bf40e7c6e0dabf065ee18fc210734e760"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Spomky-Labs/pki-framework/zipball/d3ba688bf40e7c6e0dabf065ee18fc210734e760",
"reference": "d3ba688bf40e7c6e0dabf065ee18fc210734e760",
"shasum": ""
},
"require": {
"brick/math": "^0.10 || ^0.11",
"ext-mbstring": "*",
"php": ">=8.1"
},
"require-dev": {
"ekino/phpstan-banned-code": "^1.0",
"ext-gmp": "*",
"ext-openssl": "*",
"infection/infection": "^0.26",
"php-parallel-lint/php-parallel-lint": "^1.3",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-beberlei-assert": "^1.0",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-strict-rules": "^1.3",
"phpunit/phpunit": "^10.0",
"rector/rector": "^0.15",
"roave/security-advisories": "dev-latest",
"symfony/phpunit-bridge": "^6.1",
"symfony/var-dumper": "^6.1",
"symplify/easy-coding-standard": "^11.1",
"thecodingmachine/phpstan-safe-rule": "^1.2"
},
"suggest": {
"ext-bcmath": "For better performance (or GMP)",
"ext-gmp": "For better performance (or BCMath)",
"ext-openssl": "For OpenSSL based cyphering"
},
"type": "library",
"autoload": {
"psr-4": {
"SpomkyLabs\\Pki\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Joni Eskelinen",
"email": "jonieske@gmail.com",
"role": "Original developer"
},
{
"name": "Florent Morselli",
"email": "florent.morselli@spomky-labs.com",
"role": "Spomky-Labs PKI Framework developer"
}
],
"description": "A PHP framework for managing Public Key Infrastructures. It comprises X.509 public key certificates, attribute certificates, certification requests and certification path validation.",
"homepage": "https://github.com/spomky-labs/pki-framework",
"keywords": [
"DER",
"Private Key",
"ac",
"algorithm identifier",
"asn.1",
"asn1",
"attribute certificate",
"certificate",
"certification request",
"cryptography",
"csr",
"decrypt",
"ec",
"encrypt",
"pem",
"pkcs",
"public key",
"rsa",
"sign",
"signature",
"verify",
"x.509",
"x.690",
"x509",
"x690"
],
"support": {
"issues": "https://github.com/Spomky-Labs/pki-framework/issues",
"source": "https://github.com/Spomky-Labs/pki-framework/tree/1.1.0"
},
"funding": [
{
"url": "https://github.com/Spomky",
"type": "github"
},
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
"time": "2023-02-13T17:21:24+00:00"
},
2019-03-25 16:42:50 +01:00
{
"name": "symfony/apache-pack",
"version": "v1.0.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/apache-pack.git",
"reference": "3aa5818d73ad2551281fc58a75afd9ca82622e6c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/apache-pack/zipball/3aa5818d73ad2551281fc58a75afd9ca82622e6c",
"reference": "3aa5818d73ad2551281fc58a75afd9ca82622e6c",
"shasum": ""
},
"type": "symfony-pack",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A pack for Apache support in Symfony",
"support": {
"issues": "https://github.com/symfony/apache-pack/issues",
"source": "https://github.com/symfony/apache-pack/tree/master"
},
2019-03-25 16:42:50 +01:00
"time": "2017-12-12T01:46:35+00:00"
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/asset",
2023-06-11 13:46:24 +02:00
"version": "v6.3.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/asset.git",
2023-06-11 13:46:24 +02:00
"reference": "b77a4cc8e266b7e0db688de740f9ee7253aa411c"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/asset/zipball/b77a4cc8e266b7e0db688de740f9ee7253aa411c",
"reference": "b77a4cc8e266b7e0db688de740f9ee7253aa411c",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=8.1"
2019-02-23 16:49:38 +01:00
},
2021-10-02 20:27:11 +02:00
"conflict": {
"symfony/http-foundation": "<5.4"
2021-10-02 20:27:11 +02:00
},
2019-02-23 16:49:38 +01:00
"require-dev": {
"symfony/http-client": "^5.4|^6.0",
"symfony/http-foundation": "^5.4|^6.0",
"symfony/http-kernel": "^5.4|^6.0"
2019-02-23 16:49:38 +01:00
},
"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",
"support": {
2023-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/asset/tree/v6.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 13:46:24 +02:00
"time": "2023-04-21T14:41:17+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/cache",
2023-06-11 13:46:24 +02:00
"version": "v6.3.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/cache.git",
2023-06-11 13:46:24 +02:00
"reference": "357bf04b1380f71e40b2d6592dbf7f2a948ca6b1"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/cache/zipball/357bf04b1380f71e40b2d6592dbf7f2a948ca6b1",
"reference": "357bf04b1380f71e40b2d6592dbf7f2a948ca6b1",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=8.1",
"psr/cache": "^2.0|^3.0",
2021-10-02 18:36:29 +02:00
"psr/log": "^1.1|^2|^3",
2023-06-11 13:46:24 +02:00
"symfony/cache-contracts": "^2.5|^3",
"symfony/service-contracts": "^2.5|^3",
"symfony/var-exporter": "^6.2.10"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2022-01-19 19:35:45 +01:00
"doctrine/dbal": "<2.13.1",
"symfony/dependency-injection": "<5.4",
"symfony/http-kernel": "<5.4",
"symfony/var-dumper": "<5.4"
2019-02-23 16:49:38 +01:00
},
"provide": {
"psr/cache-implementation": "2.0|3.0",
"psr/simple-cache-implementation": "1.0|2.0|3.0",
"symfony/cache-implementation": "1.1|2.0|3.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
"cache/integration-tests": "dev-master",
2022-01-19 19:35:45 +01:00
"doctrine/dbal": "^2.13.1|^3.0",
2023-06-11 13:46:24 +02:00
"predis/predis": "^1.1|^2.0",
"psr/simple-cache": "^1.0|^2.0|^3.0",
"symfony/config": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/filesystem": "^5.4|^6.0",
"symfony/http-kernel": "^5.4|^6.0",
"symfony/messenger": "^5.4|^6.0",
"symfony/var-dumper": "^5.4|^6.0"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Cache\\": ""
},
"classmap": [
"Traits/ValueWrapper.php"
],
2019-02-23 16:49:38 +01: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"
}
],
"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"
],
"support": {
2023-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/cache/tree/v6.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 13:46:24 +02:00
"time": "2023-05-10T09:21:01+00:00"
2019-07-12 21:00:29 +02:00
},
{
"name": "symfony/cache-contracts",
"version": "v3.3.0",
2019-07-12 21:00:29 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/cache-contracts.git",
"reference": "ad945640ccc0ae6e208bcea7d7de4b39b569896b"
2019-07-12 21:00:29 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/cache-contracts/zipball/ad945640ccc0ae6e208bcea7d7de4b39b569896b",
"reference": "ad945640ccc0ae6e208bcea7d7de4b39b569896b",
2019-07-12 21:00:29 +02:00
"shasum": ""
},
"require": {
"php": ">=8.1",
"psr/cache": "^3.0"
2019-07-12 21:00:29 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.4-dev"
2020-07-18 23:50:39 +02:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
2019-07-12 21:00:29 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Cache\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to caching",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"support": {
"source": "https://github.com/symfony/cache-contracts/tree/v3.3.0"
},
2020-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2023-05-23T14:45:45+00:00"
2019-02-23 16:49:38 +01:00
},
2023-06-11 13:46:24 +02:00
{
"name": "symfony/clock",
"version": "v6.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/clock.git",
"reference": "ccae3a2f1eb48a2515c84b8d456679fe3d79c9ea"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/clock/zipball/ccae3a2f1eb48a2515c84b8d456679fe3d79c9ea",
"reference": "ccae3a2f1eb48a2515c84b8d456679fe3d79c9ea",
"shasum": ""
},
"require": {
"php": ">=8.1",
"psr/clock": "^1.0"
},
"provide": {
"psr/clock-implementation": "1.0"
},
"type": "library",
"autoload": {
"files": [
"Resources/now.php"
],
"psr-4": {
"Symfony\\Component\\Clock\\": ""
},
"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": "Decouples applications from the system clock",
"homepage": "https://symfony.com",
"keywords": [
"clock",
"psr20",
"time"
],
"support": {
"source": "https://github.com/symfony/clock/tree/v6.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2023-02-21T10:58:00+00:00"
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/config",
2023-06-11 13:46:24 +02:00
"version": "v6.3.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
2023-06-11 13:46:24 +02:00
"reference": "a5e00dec161b08c946a2c16eed02adbeedf827ae"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/config/zipball/a5e00dec161b08c946a2c16eed02adbeedf827ae",
"reference": "a5e00dec161b08c946a2c16eed02adbeedf827ae",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=8.1",
2023-06-11 13:46:24 +02:00
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/filesystem": "^5.4|^6.0",
"symfony/polyfill-ctype": "~1.8"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2023-06-11 13:46:24 +02:00
"symfony/finder": "<5.4",
"symfony/service-contracts": "<2.5"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
"symfony/event-dispatcher": "^5.4|^6.0",
"symfony/finder": "^5.4|^6.0",
"symfony/messenger": "^5.4|^6.0",
2023-06-11 13:46:24 +02:00
"symfony/service-contracts": "^2.5|^3",
"symfony/yaml": "^5.4|^6.0"
2019-02-23 16:49:38 +01:00
},
"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",
"support": {
2023-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/config/tree/v6.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 13:46:24 +02:00
"time": "2023-04-25T10:46:17+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/console",
2023-06-11 13:46:24 +02:00
"version": "v6.3.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
2023-06-11 13:46:24 +02:00
"reference": "8788808b07cf0bdd6e4b7fdd23d8ddb1470c83b7"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/console/zipball/8788808b07cf0bdd6e4b7fdd23d8ddb1470c83b7",
"reference": "8788808b07cf0bdd6e4b7fdd23d8ddb1470c83b7",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=8.1",
2023-06-11 13:46:24 +02:00
"symfony/deprecation-contracts": "^2.5|^3",
2019-06-16 12:36:17 +02:00
"symfony/polyfill-mbstring": "~1.0",
2023-06-11 13:46:24 +02:00
"symfony/service-contracts": "^2.5|^3",
"symfony/string": "^5.4|^6.0"
2019-02-23 16:49:38 +01:00
},
"conflict": {
"symfony/dependency-injection": "<5.4",
"symfony/dotenv": "<5.4",
"symfony/event-dispatcher": "<5.4",
"symfony/lock": "<5.4",
"symfony/process": "<5.4"
2019-02-23 16:49:38 +01:00
},
"provide": {
"psr/log-implementation": "1.0|2.0|3.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
"psr/log": "^1|^2|^3",
"symfony/config": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/event-dispatcher": "^5.4|^6.0",
"symfony/lock": "^5.4|^6.0",
"symfony/process": "^5.4|^6.0",
"symfony/var-dumper": "^5.4|^6.0"
2019-02-23 16:49:38 +01:00
},
"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"
],
"support": {
2023-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/console/tree/v6.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 13:46:24 +02:00
"time": "2023-05-29T12:49:39+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/css-selector",
2023-06-11 18:27:49 +02:00
"version": "v6.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
2023-06-11 18:27:49 +02:00
"reference": "88453e64cd86c5b60e8d2fb2c6f953bbc353ffbf"
},
"dist": {
"type": "zip",
2023-06-11 18:27:49 +02:00
"url": "https://api.github.com/repos/symfony/css-selector/zipball/88453e64cd86c5b60e8d2fb2c6f953bbc353ffbf",
"reference": "88453e64cd86c5b60e8d2fb2c6f953bbc353ffbf",
"shasum": ""
},
"require": {
2023-06-11 18:27:49 +02:00
"php": ">=8.1"
},
"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",
"homepage": "https://symfony.com",
"support": {
2023-06-11 18:27:49 +02:00
"source": "https://github.com/symfony/css-selector/tree/v6.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 18:27:49 +02:00
"time": "2023-03-20T16:43:42+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/dependency-injection",
2023-06-11 13:46:24 +02:00
"version": "v6.3.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
2023-06-11 13:46:24 +02:00
"reference": "ebf5f9c5bb5c21d75ab74995ce5e26c3fbbda44d"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/ebf5f9c5bb5c21d75ab74995ce5e26c3fbbda44d",
"reference": "ebf5f9c5bb5c21d75ab74995ce5e26c3fbbda44d",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=8.1",
"psr/container": "^1.1|^2.0",
2023-06-11 13:46:24 +02:00
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/service-contracts": "^2.5|^3.0",
"symfony/var-exporter": "^6.2.10"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2021-10-02 20:27:11 +02:00
"ext-psr": "<1.1|>=2",
"symfony/config": "<6.1",
"symfony/finder": "<5.4",
2023-06-11 13:46:24 +02:00
"symfony/proxy-manager-bridge": "<6.3",
"symfony/yaml": "<5.4"
2019-02-23 16:49:38 +01:00
},
"provide": {
"psr/container-implementation": "1.1|2.0",
"symfony/service-implementation": "1.1|2.0|3.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
"symfony/config": "^6.1",
"symfony/expression-language": "^5.4|^6.0",
"symfony/yaml": "^5.4|^6.0"
2019-02-23 16:49:38 +01:00
},
"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",
"support": {
2023-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/dependency-injection/tree/v6.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 13:46:24 +02:00
"time": "2023-05-30T17:12:32+00:00"
},
{
"name": "symfony/deprecation-contracts",
"version": "v3.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
"reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
"reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
"shasum": ""
},
"require": {
"php": ">=8.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.4-dev"
2020-07-18 23:50:39 +02:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"files": [
"function.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.3.0"
},
2020-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2023-05-23T14:45:45+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/doctrine-bridge",
2023-06-11 13:46:24 +02:00
"version": "v6.3.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/doctrine-bridge.git",
2023-06-11 13:46:24 +02:00
"reference": "501d0c8dc627d2f6ad6185920d4db74477a98e75"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/501d0c8dc627d2f6ad6185920d4db74477a98e75",
"reference": "501d0c8dc627d2f6ad6185920d4db74477a98e75",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"doctrine/event-manager": "^1.2|^2",
2022-07-17 22:26:35 +02:00
"doctrine/persistence": "^2|^3",
"php": ">=8.1",
2023-06-11 13:46:24 +02:00
"symfony/deprecation-contracts": "^2.5|^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",
2023-06-11 13:46:24 +02:00
"symfony/service-contracts": "^2.5|^3"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2023-06-11 13:46:24 +02:00
"doctrine/annotations": "<1.13.1",
2022-01-19 19:35:45 +01:00
"doctrine/dbal": "<2.13.1",
"doctrine/lexer": "<1.1",
2023-06-11 13:46:24 +02:00
"doctrine/orm": "<2.12",
2022-01-19 19:35:45 +01:00
"symfony/cache": "<5.4",
2023-06-11 13:46:24 +02:00
"symfony/dependency-injection": "<6.2",
2023-03-02 23:48:52 +01:00
"symfony/form": "<5.4.21|>=6,<6.2.7",
2023-06-11 13:46:24 +02:00
"symfony/http-foundation": "<6.3",
"symfony/http-kernel": "<6.2",
2023-06-11 13:46:24 +02:00
"symfony/lock": "<6.3",
"symfony/messenger": "<5.4",
"symfony/property-info": "<5.4",
"symfony/security-bundle": "<5.4",
"symfony/security-core": "<6.0",
"symfony/validator": "<5.4"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2023-06-11 13:46:24 +02:00
"doctrine/annotations": "^1.13.1|^2",
2022-12-11 14:41:40 +01:00
"doctrine/collections": "^1.0|^2.0",
"doctrine/data-fixtures": "^1.1",
2022-01-19 19:35:45 +01:00
"doctrine/dbal": "^2.13.1|^3.0",
2023-06-11 13:46:24 +02:00
"doctrine/orm": "^2.12",
2022-01-19 19:35:45 +01:00
"psr/log": "^1|^2|^3",
"symfony/cache": "^5.4|^6.0",
"symfony/config": "^5.4|^6.0",
2023-06-11 13:46:24 +02:00
"symfony/dependency-injection": "^6.2",
"symfony/doctrine-messenger": "^5.4|^6.0",
"symfony/expression-language": "^5.4|^6.0",
2023-03-02 23:48:52 +01:00
"symfony/form": "^5.4.21|^6.2.7",
2023-06-11 13:46:24 +02:00
"symfony/http-kernel": "^6.3",
"symfony/lock": "^6.3",
"symfony/messenger": "^5.4|^6.0",
"symfony/property-access": "^5.4|^6.0",
"symfony/property-info": "^5.4|^6.0",
"symfony/proxy-manager-bridge": "^5.4|^6.0",
"symfony/security-core": "^6.0",
"symfony/stopwatch": "^5.4|^6.0",
"symfony/translation": "^5.4|^6.0",
"symfony/uid": "^5.4|^6.0",
"symfony/validator": "^5.4|^6.0",
"symfony/var-dumper": "^5.4|^6.0"
2019-02-23 16:49:38 +01:00
},
"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",
"support": {
2023-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/doctrine-bridge/tree/v6.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 13:46:24 +02:00
"time": "2023-05-25T13:09:35+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/dotenv",
2023-06-11 13:46:24 +02:00
"version": "v6.3.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/dotenv.git",
2023-06-11 13:46:24 +02:00
"reference": "ceadb434fe2a6763a03d2d110441745834f3dd1e"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/dotenv/zipball/ceadb434fe2a6763a03d2d110441745834f3dd1e",
"reference": "ceadb434fe2a6763a03d2d110441745834f3dd1e",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=8.1"
},
"conflict": {
"symfony/console": "<5.4",
"symfony/process": "<5.4"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
"symfony/console": "^5.4|^6.0",
"symfony/process": "^5.4|^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"
],
"support": {
2023-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/dotenv/tree/v6.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 13:46:24 +02:00
"time": "2023-04-21T14:41:17+00:00"
2019-11-21 22:16:30 +01:00
},
{
"name": "symfony/error-handler",
2023-06-11 13:46:24 +02:00
"version": "v6.3.0",
2019-11-21 22:16:30 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
2023-06-11 13:46:24 +02:00
"reference": "99d2d814a6351461af350ead4d963bd67451236f"
2019-11-21 22:16:30 +01:00
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/error-handler/zipball/99d2d814a6351461af350ead4d963bd67451236f",
"reference": "99d2d814a6351461af350ead4d963bd67451236f",
2019-11-21 22:16:30 +01:00
"shasum": ""
},
"require": {
"php": ">=8.1",
2021-10-02 18:36:29 +02:00
"psr/log": "^1|^2|^3",
"symfony/var-dumper": "^5.4|^6.0"
2019-11-21 22:16:30 +01:00
},
2023-06-11 13:46:24 +02:00
"conflict": {
"symfony/deprecation-contracts": "<2.5"
},
2019-11-21 22:16:30 +01:00
"require-dev": {
2023-06-11 13:46:24 +02:00
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/http-kernel": "^5.4|^6.0",
"symfony/serializer": "^5.4|^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",
"support": {
2023-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/error-handler/tree/v6.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 13:46:24 +02:00
"time": "2023-05-10T12:03:13+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/event-dispatcher",
2023-06-11 13:46:24 +02:00
"version": "v6.3.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
2023-06-11 13:46:24 +02:00
"reference": "3af8ac1a3f98f6dbc55e10ae59c9e44bfc38dfaa"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/3af8ac1a3f98f6dbc55e10ae59c9e44bfc38dfaa",
"reference": "3af8ac1a3f98f6dbc55e10ae59c9e44bfc38dfaa",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=8.1",
2023-06-11 13:46:24 +02:00
"symfony/event-dispatcher-contracts": "^2.5|^3"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2023-06-11 13:46:24 +02:00
"symfony/dependency-injection": "<5.4",
"symfony/service-contracts": "<2.5"
2019-02-23 16:49:38 +01:00
},
2019-06-16 12:36:17 +02:00
"provide": {
"psr/event-dispatcher-implementation": "1.0",
"symfony/event-dispatcher-implementation": "2.0|3.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",
"symfony/config": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/error-handler": "^5.4|^6.0",
"symfony/expression-language": "^5.4|^6.0",
"symfony/http-foundation": "^5.4|^6.0",
2023-06-11 13:46:24 +02:00
"symfony/service-contracts": "^2.5|^3",
"symfony/stopwatch": "^5.4|^6.0"
2019-02-23 16:49:38 +01:00
},
"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",
"support": {
2023-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/event-dispatcher/tree/v6.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 13:46:24 +02:00
"time": "2023-04-21T14:41:17+00:00"
2019-07-12 21:00:29 +02:00
},
{
"name": "symfony/event-dispatcher-contracts",
"version": "v3.3.0",
2019-07-12 21:00:29 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
"reference": "a76aed96a42d2b521153fb382d418e30d18b59df"
2019-07-12 21:00:29 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/a76aed96a42d2b521153fb382d418e30d18b59df",
"reference": "a76aed96a42d2b521153fb382d418e30d18b59df",
2019-07-12 21:00:29 +02:00
"shasum": ""
},
"require": {
"php": ">=8.1",
2020-05-10 15:55:37 +02:00
"psr/event-dispatcher": "^1"
2019-07-12 21:00:29 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.4-dev"
2020-07-18 23:50:39 +02:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
2019-07-12 21:00:29 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\EventDispatcher\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to dispatching event",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"support": {
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.3.0"
},
2020-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2023-05-23T14:45:45+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/expression-language",
2023-06-11 13:46:24 +02:00
"version": "v6.3.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/expression-language.git",
2023-06-11 13:46:24 +02:00
"reference": "6d560c4c80e7e328708efd923f93ad67e6a0c1c0"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/expression-language/zipball/6d560c4c80e7e328708efd923f93ad67e6a0c1c0",
"reference": "6d560c4c80e7e328708efd923f93ad67e6a0c1c0",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=8.1",
"symfony/cache": "^5.4|^6.0",
2023-06-11 13:46:24 +02:00
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/service-contracts": "^2.5|^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",
"support": {
2023-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/expression-language/tree/v6.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 13:46:24 +02:00
"time": "2023-04-28T16:05:33+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/filesystem",
2023-06-11 13:46:24 +02:00
"version": "v6.3.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
2023-06-11 13:46:24 +02:00
"reference": "97b698e1d77d356304def77a8d0cd73090b359ea"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/filesystem/zipball/97b698e1d77d356304def77a8d0cd73090b359ea",
"reference": "97b698e1d77d356304def77a8d0cd73090b359ea",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=8.1",
2021-10-02 18:36:29 +02:00
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.8"
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",
"support": {
2023-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/filesystem/tree/v6.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 13:46:24 +02:00
"time": "2023-05-30T17:12:32+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/finder",
2023-06-11 13:46:24 +02:00
"version": "v6.3.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
2023-06-11 13:46:24 +02:00
"reference": "d9b01ba073c44cef617c7907ce2419f8d00d75e2"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/finder/zipball/d9b01ba073c44cef617c7907ce2419f8d00d75e2",
"reference": "d9b01ba073c44cef617c7907ce2419f8d00d75e2",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=8.1"
},
"require-dev": {
"symfony/filesystem": "^6.0"
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",
"support": {
2023-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/finder/tree/v6.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 13:46:24 +02:00
"time": "2023-04-02T01:25:41+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/flex",
2023-06-11 18:27:49 +02:00
"version": "v2.3.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/flex.git",
2023-06-11 18:27:49 +02:00
"reference": "3c9c3424efdafe33e0e3cfb5e87e50b34711fedf"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-06-11 18:27:49 +02:00
"url": "https://api.github.com/repos/symfony/flex/zipball/3c9c3424efdafe33e0e3cfb5e87e50b34711fedf",
"reference": "3c9c3424efdafe33e0e3cfb5e87e50b34711fedf",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2023-06-11 18:27:49 +02:00
"composer-plugin-api": "^2.1",
"php": ">=8.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2023-06-11 18:27:49 +02:00
"composer/composer": "^2.1",
"symfony/dotenv": "^5.4|^6.0",
"symfony/filesystem": "^5.4|^6.0",
"symfony/phpunit-bridge": "^5.4|^6.0",
"symfony/process": "^5.4|^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",
"support": {
"issues": "https://github.com/symfony/flex/issues",
2023-06-11 18:27:49 +02:00
"source": "https://github.com/symfony/flex/tree/v2.3.1"
},
2020-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 18:27:49 +02:00
"time": "2023-05-27T07:38:25+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/form",
2023-06-11 13:46:24 +02:00
"version": "v6.3.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/form.git",
2023-06-11 13:46:24 +02:00
"reference": "59e7c5afef32b9ff735e83e5fc74d63044833a2b"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/form/zipball/59e7c5afef32b9ff735e83e5fc74d63044833a2b",
"reference": "59e7c5afef32b9ff735e83e5fc74d63044833a2b",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=8.1",
2023-06-11 13:46:24 +02:00
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/event-dispatcher": "^5.4|^6.0",
"symfony/options-resolver": "^5.4|^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",
"symfony/property-access": "^5.4|^6.0",
2023-06-11 13:46:24 +02:00
"symfony/service-contracts": "^2.5|^3"
2019-02-23 16:49:38 +01:00
},
"conflict": {
"symfony/console": "<5.4",
"symfony/dependency-injection": "<5.4",
2023-03-02 23:48:52 +01:00
"symfony/doctrine-bridge": "<5.4.21|>=6,<6.2.7",
"symfony/error-handler": "<5.4",
"symfony/framework-bundle": "<5.4",
"symfony/http-kernel": "<5.4",
"symfony/translation": "<5.4",
2023-06-11 13:46:24 +02:00
"symfony/translation-contracts": "<2.5",
"symfony/twig-bridge": "<6.3"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2022-12-11 14:41:40 +01:00
"doctrine/collections": "^1.0|^2.0",
"symfony/config": "^5.4|^6.0",
2022-01-19 19:35:45 +01:00
"symfony/console": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/expression-language": "^5.4|^6.0",
"symfony/html-sanitizer": "^6.1",
"symfony/http-foundation": "^5.4|^6.0",
"symfony/http-kernel": "^5.4|^6.0",
"symfony/intl": "^5.4|^6.0",
"symfony/security-core": "^6.2",
"symfony/security-csrf": "^5.4|^6.0",
"symfony/translation": "^5.4|^6.0",
"symfony/uid": "^5.4|^6.0",
"symfony/validator": "^5.4|^6.0",
"symfony/var-dumper": "^5.4|^6.0"
2019-02-23 16:49:38 +01:00
},
"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",
"support": {
2023-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/form/tree/v6.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 13:46:24 +02:00
"time": "2023-05-25T13:09:35+00:00"
},
{
"name": "symfony/framework-bundle",
2023-06-11 13:46:24 +02:00
"version": "v6.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/framework-bundle.git",
2023-06-11 13:46:24 +02:00
"reference": "4e082c10ae0c8b80e329024ebc60815fcc4206ff"
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/framework-bundle/zipball/4e082c10ae0c8b80e329024ebc60815fcc4206ff",
"reference": "4e082c10ae0c8b80e329024ebc60815fcc4206ff",
"shasum": ""
2019-02-23 16:49:38 +01:00
},
"require": {
"composer-runtime-api": ">=2.1",
2019-02-23 16:49:38 +01:00
"ext-xml": "*",
"php": ">=8.1",
"symfony/cache": "^5.4|^6.0",
"symfony/config": "^6.1",
2023-06-11 13:46:24 +02:00
"symfony/dependency-injection": "^6.3",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/error-handler": "^6.1",
"symfony/event-dispatcher": "^5.4|^6.0",
"symfony/filesystem": "^5.4|^6.0",
"symfony/finder": "^5.4|^6.0",
2023-06-11 13:46:24 +02:00
"symfony/http-foundation": "^6.3",
"symfony/http-kernel": "^6.3",
2019-02-23 16:49:38 +01:00
"symfony/polyfill-mbstring": "~1.0",
"symfony/routing": "^5.4|^6.0"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2022-01-19 19:35:45 +01:00
"doctrine/annotations": "<1.13.1",
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",
"symfony/asset": "<5.4",
2023-06-11 13:46:24 +02:00
"symfony/clock": "<6.3",
"symfony/console": "<5.4",
2023-06-11 13:46:24 +02:00
"symfony/dom-crawler": "<6.3",
"symfony/dotenv": "<5.4",
"symfony/form": "<5.4",
2023-06-11 13:46:24 +02:00
"symfony/http-client": "<6.3",
"symfony/lock": "<5.4",
"symfony/mailer": "<5.4",
2023-06-11 13:46:24 +02:00
"symfony/messenger": "<6.3",
"symfony/mime": "<6.2",
"symfony/property-access": "<5.4",
"symfony/property-info": "<5.4",
"symfony/security-core": "<5.4",
"symfony/security-csrf": "<5.4",
2023-06-11 13:46:24 +02:00
"symfony/serializer": "<6.3",
"symfony/stopwatch": "<5.4",
"symfony/translation": "<6.2.8",
"symfony/twig-bridge": "<5.4",
"symfony/twig-bundle": "<5.4",
2023-06-11 13:46:24 +02:00
"symfony/validator": "<6.3",
"symfony/web-profiler-bundle": "<5.4",
"symfony/workflow": "<5.4"
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-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",
"symfony/asset": "^5.4|^6.0",
2023-06-11 13:46:24 +02:00
"symfony/asset-mapper": "^6.3",
2022-01-19 19:35:45 +01:00
"symfony/browser-kit": "^5.4|^6.0",
2023-06-11 13:46:24 +02:00
"symfony/clock": "^6.2",
2022-07-17 22:26:35 +02:00
"symfony/console": "^5.4.9|^6.0.9",
"symfony/css-selector": "^5.4|^6.0",
2023-06-11 13:46:24 +02:00
"symfony/dom-crawler": "^6.3",
"symfony/dotenv": "^5.4|^6.0",
"symfony/expression-language": "^5.4|^6.0",
"symfony/form": "^5.4|^6.0",
"symfony/html-sanitizer": "^6.1",
2023-06-11 13:46:24 +02:00
"symfony/http-client": "^6.3",
"symfony/lock": "^5.4|^6.0",
"symfony/mailer": "^5.4|^6.0",
2023-06-11 13:46:24 +02:00
"symfony/messenger": "^6.3",
"symfony/mime": "^6.2",
2022-01-19 19:35:45 +01:00
"symfony/notifier": "^5.4|^6.0",
2019-02-23 16:49:38 +01:00
"symfony/polyfill-intl-icu": "~1.0",
"symfony/process": "^5.4|^6.0",
"symfony/property-info": "^5.4|^6.0",
"symfony/rate-limiter": "^5.4|^6.0",
2023-06-11 13:46:24 +02:00
"symfony/scheduler": "^6.3",
2022-01-19 19:35:45 +01:00
"symfony/security-bundle": "^5.4|^6.0",
"symfony/semaphore": "^5.4|^6.0",
2023-06-11 13:46:24 +02:00
"symfony/serializer": "^6.3",
"symfony/stopwatch": "^5.4|^6.0",
"symfony/string": "^5.4|^6.0",
"symfony/translation": "^6.2.8",
"symfony/twig-bundle": "^5.4|^6.0",
"symfony/uid": "^5.4|^6.0",
2023-06-11 13:46:24 +02:00
"symfony/validator": "^6.3",
"symfony/web-link": "^5.4|^6.0",
"symfony/workflow": "^5.4|^6.0",
"symfony/yaml": "^5.4|^6.0",
2020-05-10 15:55:37 +02:00
"twig/twig": "^2.10|^3.0"
2019-02-23 16:49:38 +01:00
},
"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",
"support": {
2023-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/framework-bundle/tree/v6.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 13:46:24 +02:00
"time": "2023-05-30T15:24:33+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/http-client",
2023-06-11 13:46:24 +02:00
"version": "v6.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client.git",
2023-06-11 13:46:24 +02:00
"reference": "b2f892c91e4e02a939edddeb7ef452522d10a424"
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/http-client/zipball/b2f892c91e4e02a939edddeb7ef452522d10a424",
"reference": "b2f892c91e4e02a939edddeb7ef452522d10a424",
"shasum": ""
},
"require": {
"php": ">=8.1",
2021-10-02 18:36:29 +02:00
"psr/log": "^1|^2|^3",
2023-06-11 13:46:24 +02:00
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/http-client-contracts": "^3",
2023-06-11 13:46:24 +02:00
"symfony/service-contracts": "^2.5|^3"
},
"conflict": {
"php-http/discovery": "<1.15",
"symfony/http-foundation": "<6.3"
2019-11-21 22:16:30 +01:00
},
"provide": {
2019-11-21 22:16:30 +01:00
"php-http/async-client-implementation": "*",
"php-http/client-implementation": "*",
"psr/http-client-implementation": "1.0",
"symfony/http-client-implementation": "3.0"
},
"require-dev": {
2021-01-03 20:47:51 +01:00
"amphp/amp": "^2.5",
"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",
"nyholm/psr7": "^1.0",
2019-11-21 22:16:30 +01:00
"php-http/httplug": "^1.0|^2.0",
"psr/http-client": "^1.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/http-kernel": "^5.4|^6.0",
"symfony/process": "^5.4|^6.0",
"symfony/stopwatch": "^5.4|^6.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\HttpClient\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-03-14 18:43:09 +01:00
"description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
"homepage": "https://symfony.com",
2023-03-31 22:49:31 +02:00
"keywords": [
"http"
],
"support": {
2023-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/http-client/tree/v6.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 13:46:24 +02:00
"time": "2023-05-12T08:49:48+00:00"
},
{
"name": "symfony/http-client-contracts",
"version": "v3.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client-contracts.git",
"reference": "3b66325d0176b4ec826bffab57c9037d759c31fb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/3b66325d0176b4ec826bffab57c9037d759c31fb",
"reference": "3b66325d0176b4ec826bffab57c9037d759c31fb",
"shasum": ""
},
"require": {
"php": ">=8.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.4-dev"
2020-07-18 23:50:39 +02:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\HttpClient\\": ""
},
"exclude-from-classmap": [
"/Test/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to HTTP clients",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"support": {
"source": "https://github.com/symfony/http-client-contracts/tree/v3.3.0"
},
2020-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2023-05-23T14:45:45+00:00"
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/http-foundation",
2023-06-11 13:46:24 +02:00
"version": "v6.3.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
2023-06-11 13:46:24 +02:00
"reference": "718a97ed430d34e5c568ea2c44eab708c6efbefb"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/718a97ed430d34e5c568ea2c44eab708c6efbefb",
"reference": "718a97ed430d34e5c568ea2c44eab708c6efbefb",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=8.1",
2023-06-11 13:46:24 +02:00
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/polyfill-mbstring": "~1.1",
"symfony/polyfill-php83": "^1.27"
},
"conflict": {
"symfony/cache": "<6.2"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2023-06-11 13:46:24 +02:00
"doctrine/dbal": "^2.13.1|^3.0",
"predis/predis": "^1.1|^2.0",
"symfony/cache": "^5.4|^6.0",
2022-09-07 21:52:13 +02:00
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/expression-language": "^5.4|^6.0",
2022-09-07 21:52:13 +02:00
"symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4",
"symfony/mime": "^5.4|^6.0",
2022-09-07 21:52:13 +02:00
"symfony/rate-limiter": "^5.2|^6.0"
},
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",
"support": {
2023-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/http-foundation/tree/v6.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 13:46:24 +02:00
"time": "2023-05-19T12:46:45+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/http-kernel",
2023-06-11 13:46:24 +02:00
"version": "v6.3.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
2023-06-11 13:46:24 +02:00
"reference": "241973f3dd900620b1ca052fe409144f11aea748"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/241973f3dd900620b1ca052fe409144f11aea748",
"reference": "241973f3dd900620b1ca052fe409144f11aea748",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=8.1",
"psr/log": "^1|^2|^3",
2023-06-11 13:46:24 +02:00
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/error-handler": "^6.3",
"symfony/event-dispatcher": "^5.4|^6.0",
2023-06-11 13:46:24 +02:00
"symfony/http-foundation": "^6.2.7",
"symfony/polyfill-ctype": "^1.8"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2022-01-19 19:35:45 +01:00
"symfony/browser-kit": "<5.4",
"symfony/cache": "<5.4",
"symfony/config": "<6.1",
"symfony/console": "<5.4",
2023-06-11 13:46:24 +02:00
"symfony/dependency-injection": "<6.3",
"symfony/doctrine-bridge": "<5.4",
"symfony/form": "<5.4",
"symfony/http-client": "<5.4",
2023-06-11 13:46:24 +02:00
"symfony/http-client-contracts": "<2.5",
"symfony/mailer": "<5.4",
"symfony/messenger": "<5.4",
"symfony/translation": "<5.4",
2023-06-11 13:46:24 +02:00
"symfony/translation-contracts": "<2.5",
"symfony/twig-bridge": "<5.4",
"symfony/validator": "<5.4",
2023-06-11 13:46:24 +02:00
"symfony/var-dumper": "<6.3",
2021-03-14 18:43:09 +01:00
"twig/twig": "<2.13"
2019-02-23 16:49:38 +01:00
},
"provide": {
"psr/log-implementation": "1.0|2.0|3.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",
2023-06-11 13:46:24 +02:00
"symfony/clock": "^6.2",
"symfony/config": "^6.1",
"symfony/console": "^5.4|^6.0",
"symfony/css-selector": "^5.4|^6.0",
2023-06-11 13:46:24 +02:00
"symfony/dependency-injection": "^6.3",
"symfony/dom-crawler": "^5.4|^6.0",
"symfony/expression-language": "^5.4|^6.0",
"symfony/finder": "^5.4|^6.0",
2023-06-11 13:46:24 +02:00
"symfony/http-client-contracts": "^2.5|^3",
"symfony/process": "^5.4|^6.0",
2023-06-11 13:46:24 +02:00
"symfony/property-access": "^5.4.5|^6.0.5",
"symfony/routing": "^5.4|^6.0",
2023-06-11 13:46:24 +02:00
"symfony/serializer": "^6.3",
"symfony/stopwatch": "^5.4|^6.0",
"symfony/translation": "^5.4|^6.0",
2023-06-11 13:46:24 +02:00
"symfony/translation-contracts": "^2.5|^3",
"symfony/uid": "^5.4|^6.0",
2023-06-11 13:46:24 +02:00
"symfony/validator": "^6.3",
"symfony/var-exporter": "^6.2",
2021-03-14 18:43:09 +01:00
"twig/twig": "^2.13|^3.0.4"
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",
"support": {
2023-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/http-kernel/tree/v6.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
2019-02-23 16:49:38 +01:00
},
{
"url": "https://github.com/fabpot",
"type": "github"
2019-02-23 16:49:38 +01:00
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2019-02-23 16:49:38 +01:00
}
],
2023-06-11 13:46:24 +02:00
"time": "2023-05-30T19:03:32+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/intl",
2023-06-11 13:46:24 +02:00
"version": "v6.3.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/intl.git",
2023-06-11 13:46:24 +02:00
"reference": "49c7d14fc0465813e85b7cbbda49844af208d95a"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/intl/zipball/49c7d14fc0465813e85b7cbbda49844af208d95a",
"reference": "49c7d14fc0465813e85b7cbbda49844af208d95a",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=8.1"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
"symfony/filesystem": "^5.4|^6.0",
"symfony/finder": "^5.4|^6.0"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Intl\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
},
{
"name": "Eriksen Costa",
"email": "eriksen.costa@infranology.com.br"
},
{
"name": "Igor Wiedler",
"email": "igor@wiedler.ch"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides access to the localization data of the ICU library",
2019-02-23 16:49:38 +01:00
"homepage": "https://symfony.com",
"keywords": [
"i18n",
"icu",
"internationalization",
"intl",
"l10n",
"localization"
],
"support": {
2023-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/intl/tree/v6.3.0"
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-06-11 13:46:24 +02:00
"time": "2023-04-24T14:22:26+00:00"
2023-02-11 21:55:24 +01:00
},
{
"name": "symfony/mailer",
2023-06-11 13:46:24 +02:00
"version": "v6.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/mailer.git",
2023-06-11 13:46:24 +02:00
"reference": "7b03d9be1dea29bfec0a6c7b603f5072a4c97435"
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/mailer/zipball/7b03d9be1dea29bfec0a6c7b603f5072a4c97435",
"reference": "7b03d9be1dea29bfec0a6c7b603f5072a4c97435",
"shasum": ""
},
"require": {
2023-01-28 19:40:02 +01:00
"egulias/email-validator": "^2.1.10|^3|^4",
"php": ">=8.1",
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",
"symfony/event-dispatcher": "^5.4|^6.0",
"symfony/mime": "^6.2",
2023-06-11 13:46:24 +02:00
"symfony/service-contracts": "^2.5|^3"
},
"conflict": {
2023-06-11 13:46:24 +02:00
"symfony/http-client-contracts": "<2.5",
"symfony/http-kernel": "<5.4",
"symfony/messenger": "<6.2",
"symfony/mime": "<6.2",
"symfony/twig-bridge": "<6.2.1"
},
"require-dev": {
"symfony/console": "^5.4|^6.0",
"symfony/http-client": "^5.4|^6.0",
"symfony/messenger": "^6.2",
"symfony/twig-bridge": "^6.2"
},
"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",
"homepage": "https://symfony.com",
"support": {
2023-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/mailer/tree/v6.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 13:46:24 +02:00
"time": "2023-05-29T12:49:39+00:00"
},
2019-06-16 12:36:17 +02:00
{
"name": "symfony/mime",
2023-06-11 13:46:24 +02:00
"version": "v6.3.0",
2019-06-16 12:36:17 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
2023-06-11 13:46:24 +02:00
"reference": "7b5d2121858cd6efbed778abce9cfdd7ab1f62ad"
2019-06-16 12:36:17 +02:00
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/mime/zipball/7b5d2121858cd6efbed778abce9cfdd7ab1f62ad",
"reference": "7b5d2121858cd6efbed778abce9cfdd7ab1f62ad",
2019-06-16 12:36:17 +02:00
"shasum": ""
},
"require": {
"php": ">=8.1",
2019-06-16 12:36:17 +02:00
"symfony/polyfill-intl-idn": "^1.10",
"symfony/polyfill-mbstring": "^1.0"
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",
"symfony/mailer": "<5.4",
"symfony/serializer": "<6.2"
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",
"league/html-to-markdown": "^5.0",
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/property-access": "^5.4|^6.0",
"symfony/property-info": "^5.4|^6.0",
"symfony/serializer": "^6.2"
2019-06-16 12:36:17 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Mime\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
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"
],
"support": {
2023-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/mime/tree/v6.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 13:46:24 +02:00
"time": "2023-04-28T15:57:00+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/monolog-bridge",
2023-06-11 13:46:24 +02:00
"version": "v6.3.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/monolog-bridge.git",
2023-06-11 13:46:24 +02:00
"reference": "d45a22a6cca0a0a2a60171bdf137d9001ac5531b"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/d45a22a6cca0a0a2a60171bdf137d9001ac5531b",
"reference": "d45a22a6cca0a0a2a60171bdf137d9001ac5531b",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"monolog/monolog": "^1.25.1|^2|^3",
"php": ">=8.1",
"symfony/http-kernel": "^5.4|^6.0",
2023-06-11 13:46:24 +02:00
"symfony/service-contracts": "^2.5|^3"
2019-02-23 16:49:38 +01:00
},
"conflict": {
"symfony/console": "<5.4",
"symfony/http-foundation": "<5.4",
"symfony/security-core": "<6.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
"symfony/console": "^5.4|^6.0",
"symfony/http-client": "^5.4|^6.0",
"symfony/mailer": "^5.4|^6.0",
"symfony/messenger": "^5.4|^6.0",
"symfony/mime": "^5.4|^6.0",
"symfony/security-core": "^6.0",
"symfony/var-dumper": "^5.4|^6.0"
2019-02-23 16:49:38 +01:00
},
"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",
"support": {
2023-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/monolog-bridge/tree/v6.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 13:46:24 +02:00
"time": "2023-04-24T14:22:26+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"
},
{
"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"
],
"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"
},
"funding": [
{
"url": "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-06-11 13:46:24 +02:00
"version": "v6.3.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/options-resolver.git",
2023-06-11 13:46:24 +02:00
"reference": "a10f19f5198d589d5c33333cffe98dc9820332dd"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/a10f19f5198d589d5c33333cffe98dc9820332dd",
"reference": "a10f19f5198d589d5c33333cffe98dc9820332dd",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=8.1",
2023-06-11 13:46:24 +02:00
"symfony/deprecation-contracts": "^2.5|^3"
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"
],
"support": {
2023-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/options-resolver/tree/v6.3.0"
},
2020-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 13:46:24 +02:00
"time": "2023-05-12T14:21:09+00:00"
2021-10-02 20:27:11 +02:00
},
{
"name": "symfony/password-hasher",
2023-06-11 13:46:24 +02:00
"version": "v6.3.0",
2021-10-02 20:27:11 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/password-hasher.git",
2023-06-11 13:46:24 +02:00
"reference": "d23ad221989e6b8278d050cabfd7b569eee84590"
2021-10-02 20:27:11 +02:00
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/password-hasher/zipball/d23ad221989e6b8278d050cabfd7b569eee84590",
"reference": "d23ad221989e6b8278d050cabfd7b569eee84590",
2021-10-02 20:27:11 +02:00
"shasum": ""
},
"require": {
"php": ">=8.1"
2021-10-02 20:27:11 +02:00
},
"conflict": {
"symfony/security-core": "<5.4"
2021-10-02 20:27:11 +02:00
},
"require-dev": {
"symfony/console": "^5.4|^6.0",
"symfony/security-core": "^5.4|^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-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/password-hasher/tree/v6.3.0"
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-06-11 13:46:24 +02:00
"time": "2023-02-14T09:04:20+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": {
"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"
],
"support": {
2022-11-14 20:30:55 +01:00
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
},
2020-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-11-14 20:30:55 +01:00
"time": "2022-11-03T14:55:06+00:00"
2020-03-15 13:56:31 +01:00
},
{
"name": "symfony/polyfill-intl-grapheme",
2022-11-14 20:30:55 +01:00
"version": "v1.27.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
2022-11-14 20:30:55 +01:00
"reference": "511a08c03c1960e08a883f4cffcacd219b758354"
},
"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",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"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"
}
},
"autoload": {
"files": [
"bootstrap.php"
2022-03-04 12:16:13 +01:00
],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's grapheme_* functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"grapheme",
"intl",
"polyfill",
"portable",
"shim"
],
"support": {
2022-11-14 20:30:55 +01:00
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.0"
},
2020-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-11-14 20:30:55 +01:00
"time": "2022-11-03T14:55:06+00: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"
],
"support": {
2022-11-14 20:30:55 +01:00
"source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.27.0"
},
2020-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
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": {
"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"
},
2020-07-18 23:50:39 +02:00
{
"name": "Trevor Rowbotham",
"email": "trevor.rowbotham@pm.me"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2019-03-12 12:40:35 +01:00
}
],
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"idn",
"intl",
"polyfill",
"portable",
"shim"
],
"support": {
2022-11-14 20:30:55 +01:00
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.27.0"
},
2020-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-11-14 20:30:55 +01:00
"time": "2022-11-03T14:55:06+00:00"
2019-03-12 12:40:35 +01:00
},
{
"name": "symfony/polyfill-intl-normalizer",
2022-11-14 20:30:55 +01:00
"version": "v1.27.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
2022-11-14 20:30:55 +01:00
"reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6"
},
"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",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"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"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
2022-03-04 12:16:13 +01:00
"psr-4": {
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
},
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's Normalizer class and related functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"intl",
"normalizer",
"polyfill",
"portable",
"shim"
],
"support": {
2022-11-14 20:30:55 +01:00
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0"
},
2020-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-11-14 20:30:55 +01:00
"time": "2022-11-03T14:55:06+00: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": {
"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"
],
"support": {
2022-11-14 20:30:55 +01:00
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
},
2020-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-11-14 20:30:55 +01:00
"time": "2022-11-03T14:55:06+00:00"
2020-07-18 23:50:39 +02: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",
"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": {
"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"
}
],
"description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
2020-07-18 23:50:39 +02:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
2022-11-14 20:30:55 +01:00
"source": "https://github.com/symfony/polyfill-php72/tree/v1.27.0"
},
2020-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
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-06-16 12:36:17 +02: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",
"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": {
"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": [
{
"name": "Ion Bazan",
"email": "ion.bazan@gmail.com"
},
2019-06-16 12:36:17 +02:00
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
2019-06-16 12:36:17 +02:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
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
},
2023-06-11 13:46:24 +02:00
{
"name": "symfony/polyfill-php83",
"version": "v1.27.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php83.git",
"reference": "508c652ba3ccf69f8c97f251534f229791b52a57"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/508c652ba3ccf69f8c97f251534f229791b52a57",
"reference": "508c652ba3ccf69f8c97f251534f229791b52a57",
"shasum": ""
},
"require": {
"php": ">=7.1",
"symfony/polyfill-php80": "^1.14"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.27-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Php83\\": ""
}
},
"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.3+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php83/tree/v1.27.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2022-11-03T14:55:06+00:00"
},
2021-06-09 08:45:34 +02:00
{
"name": "symfony/polyfill-uuid",
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-uuid.git",
"reference": "f3cf1a645c2734236ed1e2e671e273eeb3586166"
2021-06-09 08:45:34 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/f3cf1a645c2734236ed1e2e671e273eeb3586166",
"reference": "f3cf1a645c2734236ed1e2e671e273eeb3586166",
2021-06-09 08:45:34 +02:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"provide": {
"ext-uuid": "*"
},
"suggest": {
"ext-uuid": "For best performance"
},
2021-06-09 08:45:34 +02:00
"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\\Uuid\\": ""
}
2021-06-09 08:45:34 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Grégoire Pineau",
"email": "lyrixx@lyrixx.info"
2021-06-09 08:45:34 +02:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for uuid functions",
2021-06-09 08:45:34 +02:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"uuid"
2021-06-09 08:45:34 +02:00
],
"support": {
"source": "https://github.com/symfony/polyfill-uuid/tree/v1.27.0"
},
2020-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-11-14 20:30:55 +01:00
"time": "2022-11-03T14:55:06+00:00"
2019-06-16 12:36:17 +02:00
},
{
"name": "symfony/process",
2023-06-11 13:46:24 +02:00
"version": "v6.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
2023-06-11 13:46:24 +02:00
"reference": "8741e3ed7fe2e91ec099e02446fb86667a0f1628"
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/process/zipball/8741e3ed7fe2e91ec099e02446fb86667a0f1628",
"reference": "8741e3ed7fe2e91ec099e02446fb86667a0f1628",
"shasum": ""
},
"require": {
"php": ">=8.1"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Process\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-03-14 18:43:09 +01:00
"description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
"support": {
2023-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/process/tree/v6.3.0"
},
2020-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 13:46:24 +02:00
"time": "2023-05-19T08:06:44+00:00"
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/property-access",
2023-06-11 13:46:24 +02:00
"version": "v6.3.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/property-access.git",
2023-06-11 13:46:24 +02:00
"reference": "db9358571ce63f09c439c2fee6c12e5b090b69ac"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/property-access/zipball/db9358571ce63f09c439c2fee6c12e5b090b69ac",
"reference": "db9358571ce63f09c439c2fee6c12e5b090b69ac",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=8.1",
2023-06-11 13:46:24 +02:00
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/property-info": "^5.4|^6.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
"symfony/cache": "^5.4|^6.0"
},
"type": "library",
2019-02-23 16:49:38 +01:00
"autoload": {
"psr-4": {
"Symfony\\Component\\PropertyAccess\\": ""
2019-02-23 16:49:38 +01:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
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",
"keywords": [
"access",
"array",
"extraction",
"index",
"injection",
"object",
"property",
2023-03-31 22:49:31 +02:00
"property-path",
"reflection"
],
"support": {
2023-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/property-access/tree/v6.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 13:46:24 +02:00
"time": "2023-05-19T08:06:44+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/property-info",
2023-06-11 13:46:24 +02:00
"version": "v6.3.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/property-info.git",
2023-06-11 13:46:24 +02:00
"reference": "7f3a03716112269741fe2a809f8f791a371d1fcd"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/property-info/zipball/7f3a03716112269741fe2a809f8f791a371d1fcd",
"reference": "7f3a03716112269741fe2a809f8f791a371d1fcd",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=8.1",
"symfony/string": "^5.4|^6.0"
},
"conflict": {
"phpdocumentor/reflection-docblock": "<5.2",
"phpdocumentor/type-resolver": "<1.5.1",
"symfony/dependency-injection": "<5.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",
"phpdocumentor/reflection-docblock": "^5.2",
2022-01-19 19:35:45 +01:00
"phpstan/phpdoc-parser": "^1.0",
"symfony/cache": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/serializer": "^5.4|^6.0"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\PropertyInfo\\": ""
2019-02-23 16:49:38 +01:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kévin Dunglas",
"email": "dunglas@gmail.com"
2019-02-23 16:49:38 +01:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
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": [
"doctrine",
"phpdoc",
2019-02-23 16:49:38 +01:00
"property",
"symfony",
"type",
"validator"
2019-02-23 16:49:38 +01:00
],
"support": {
2023-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/property-info/tree/v6.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 13:46:24 +02:00
"time": "2023-05-19T08:06:44+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/proxy-manager-bridge",
2023-06-11 13:46:24 +02:00
"version": "v6.3.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/proxy-manager-bridge.git",
2023-06-11 13:46:24 +02:00
"reference": "7ba2ac62c88d7c3460d41f04ceba5fc3b9071a39"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/proxy-manager-bridge/zipball/7ba2ac62c88d7c3460d41f04ceba5fc3b9071a39",
"reference": "7ba2ac62c88d7c3460d41f04ceba5fc3b9071a39",
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",
"php": ">=8.1",
2023-06-11 13:46:24 +02:00
"symfony/dependency-injection": "^6.3",
"symfony/deprecation-contracts": "^2.5|^3"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
"symfony/config": "^6.1"
2019-02-23 16:49:38 +01: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-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/proxy-manager-bridge/tree/v6.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 13:46:24 +02:00
"time": "2023-05-26T07:49:33+00:00"
},
{
"name": "symfony/psr-http-message-bridge",
2023-04-22 22:34:14 +02:00
"version": "v2.2.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/psr-http-message-bridge.git",
2023-04-22 22:34:14 +02:00
"reference": "28a732c05bbad801304ad5a5c674cf2970508993"
},
"dist": {
"type": "zip",
2023-04-22 22:34:14 +02:00
"url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/28a732c05bbad801304ad5a5c674cf2970508993",
"reference": "28a732c05bbad801304ad5a5c674cf2970508993",
"shasum": ""
},
"require": {
2023-04-22 22:34:14 +02:00
"php": ">=7.2.5",
"psr/http-message": "^1.0 || ^2.0",
"symfony/http-foundation": "^5.4 || ^6.0"
},
"require-dev": {
"nyholm/psr7": "^1.1",
"psr/log": "^1.1 || ^2 || ^3",
2023-04-22 22:34:14 +02:00
"symfony/browser-kit": "^5.4 || ^6.0",
"symfony/config": "^5.4 || ^6.0",
"symfony/event-dispatcher": "^5.4 || ^6.0",
"symfony/framework-bundle": "^5.4 || ^6.0",
"symfony/http-kernel": "^5.4 || ^6.0",
"symfony/phpunit-bridge": "^6.2"
},
"suggest": {
"nyholm/psr7": "For a super lightweight PSR-7/17 implementation"
},
"type": "symfony-bridge",
"extra": {
"branch-alias": {
2023-04-22 22:34:14 +02:00
"dev-main": "2.2-dev"
}
},
2019-02-23 16:49:38 +01:00
"autoload": {
"psr-4": {
"Symfony\\Bridge\\PsrHttpMessage\\": ""
2019-02-23 16:49:38 +01:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2019-02-23 16:49:38 +01:00
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
2019-02-23 16:49:38 +01:00
}
],
"description": "PSR HTTP message bridge",
"homepage": "http://symfony.com",
"keywords": [
"http",
"http-message",
"psr-17",
"psr-7"
],
"support": {
"issues": "https://github.com/symfony/psr-http-message-bridge/issues",
2023-04-22 22:34:14 +02:00
"source": "https://github.com/symfony/psr-http-message-bridge/tree/v2.2.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-04-22 22:34:14 +02:00
"time": "2023-04-21T08:40:19+00:00"
2019-02-23 16:49:38 +01:00
},
2023-02-11 21:55:24 +01:00
{
"name": "symfony/rate-limiter",
2023-06-11 13:46:24 +02:00
"version": "v6.3.0",
2023-02-11 21:55:24 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/rate-limiter.git",
2023-06-11 13:46:24 +02:00
"reference": "a8aff626821721a3b2e64dbda6a3f1ee7bab6d80"
2023-02-11 21:55:24 +01:00
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/rate-limiter/zipball/a8aff626821721a3b2e64dbda6a3f1ee7bab6d80",
"reference": "a8aff626821721a3b2e64dbda6a3f1ee7bab6d80",
2023-02-11 21:55:24 +01:00
"shasum": ""
},
"require": {
"php": ">=8.1",
"symfony/options-resolver": "^5.4|^6.0"
2023-02-11 21:55:24 +01:00
},
"require-dev": {
"psr/cache": "^1.0|^2.0|^3.0",
"symfony/lock": "^5.4|^6.0"
},
2023-02-11 21:55:24 +01:00
"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-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/rate-limiter/tree/v6.3.0"
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-06-11 13:46:24 +02:00
"time": "2023-04-24T14:22:26+00:00"
2023-02-11 21:55:24 +01:00
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/routing",
2023-06-11 13:46:24 +02:00
"version": "v6.3.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
2023-06-11 13:46:24 +02:00
"reference": "827f59fdc67eecfc4dfff81f9c93bf4d98f0c89b"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/routing/zipball/827f59fdc67eecfc4dfff81f9c93bf4d98f0c89b",
"reference": "827f59fdc67eecfc4dfff81f9c93bf4d98f0c89b",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=8.1"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2021-10-02 20:27:11 +02:00
"doctrine/annotations": "<1.12",
"symfony/config": "<6.2",
"symfony/dependency-injection": "<5.4",
"symfony/yaml": "<5.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",
"symfony/config": "^6.2",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/expression-language": "^5.4|^6.0",
"symfony/http-foundation": "^5.4|^6.0",
"symfony/yaml": "^5.4|^6.0"
2019-02-23 16:49:38 +01:00
},
"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"
],
"support": {
2023-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/routing/tree/v6.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 13:46:24 +02:00
"time": "2023-04-28T15:57:00+00:00"
2019-02-23 16:49:38 +01:00
},
2021-10-02 20:53:03 +02:00
{
"name": "symfony/runtime",
2023-06-11 13:46:24 +02:00
"version": "v6.3.0",
2021-10-02 20:53:03 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/runtime.git",
2023-06-11 13:46:24 +02:00
"reference": "d998ab9da99e2ebca719dee00e8469996deeec53"
2021-10-02 20:53:03 +02:00
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/runtime/zipball/d998ab9da99e2ebca719dee00e8469996deeec53",
"reference": "d998ab9da99e2ebca719dee00e8469996deeec53",
2021-10-02 20:53:03 +02:00
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0|^2.0",
"php": ">=8.1"
2021-10-02 20:53:03 +02:00
},
"conflict": {
"symfony/dotenv": "<5.4"
2021-10-02 20:53:03 +02:00
},
"require-dev": {
"composer/composer": "^1.0.2|^2.0",
"symfony/console": "^5.4|^6.0",
"symfony/dotenv": "^5.4|^6.0",
"symfony/http-foundation": "^5.4|^6.0",
"symfony/http-kernel": "^5.4|^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-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/runtime/tree/v6.3.0"
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-06-11 13:46:24 +02:00
"time": "2023-03-14T15:56:29+00:00"
2021-10-02 20:53:03 +02:00
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/security-bundle",
2023-06-11 13:46:24 +02:00
"version": "v6.3.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/security-bundle.git",
2023-06-11 13:46:24 +02:00
"reference": "4d18f4cdb71e6f6ec1cf2c6b0349642e762b812f"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/security-bundle/zipball/4d18f4cdb71e6f6ec1cf2c6b0349642e762b812f",
"reference": "4d18f4cdb71e6f6ec1cf2c6b0349642e762b812f",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"composer-runtime-api": ">=2.1",
2019-02-23 16:49:38 +01:00
"ext-xml": "*",
"php": ">=8.1",
2023-06-11 13:46:24 +02:00
"symfony/clock": "^6.3",
"symfony/config": "^6.1",
"symfony/dependency-injection": "^6.2",
"symfony/event-dispatcher": "^5.4|^6.0",
"symfony/http-foundation": "^6.2",
"symfony/http-kernel": "^6.2",
"symfony/password-hasher": "^5.4|^6.0",
"symfony/security-core": "^6.2",
"symfony/security-csrf": "^5.4|^6.0",
2023-06-11 13:46:24 +02:00
"symfony/security-http": "^6.3"
2019-02-23 16:49:38 +01:00
},
"conflict": {
"symfony/browser-kit": "<5.4",
"symfony/console": "<5.4",
2023-06-11 13:46:24 +02:00
"symfony/framework-bundle": "<6.3",
"symfony/http-client": "<5.4",
"symfony/ldap": "<5.4",
"symfony/twig-bundle": "<5.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",
"symfony/asset": "^5.4|^6.0",
"symfony/browser-kit": "^5.4|^6.0",
"symfony/console": "^5.4|^6.0",
"symfony/css-selector": "^5.4|^6.0",
"symfony/dom-crawler": "^5.4|^6.0",
"symfony/expression-language": "^5.4|^6.0",
"symfony/form": "^5.4|^6.0",
2023-06-11 13:46:24 +02:00
"symfony/framework-bundle": "^6.3",
"symfony/ldap": "^5.4|^6.0",
"symfony/process": "^5.4|^6.0",
"symfony/rate-limiter": "^5.4|^6.0",
"symfony/serializer": "^5.4|^6.0",
"symfony/translation": "^5.4|^6.0",
"symfony/twig-bridge": "^5.4|^6.0",
"symfony/twig-bundle": "^5.4|^6.0",
"symfony/validator": "^5.4|^6.0",
"symfony/yaml": "^5.4|^6.0",
2023-06-11 13:46:24 +02:00
"twig/twig": "^2.13|^3.0.4",
"web-token/jwt-checker": "^3.1",
"web-token/jwt-signature-algorithm-ecdsa": "^3.1",
"web-token/jwt-signature-algorithm-eddsa": "^3.1",
"web-token/jwt-signature-algorithm-hmac": "^3.1",
"web-token/jwt-signature-algorithm-none": "^3.1",
"web-token/jwt-signature-algorithm-rsa": "^3.1"
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",
"support": {
2023-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/security-bundle/tree/v6.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 13:46:24 +02:00
"time": "2023-05-30T19:01:06+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/security-core",
2023-06-11 13:46:24 +02:00
"version": "v6.3.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/security-core.git",
2023-06-11 13:46:24 +02:00
"reference": "9cb74232e978be1440d2bb7daf91eb40a9363890"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/security-core/zipball/9cb74232e978be1440d2bb7daf91eb40a9363890",
"reference": "9cb74232e978be1440d2bb7daf91eb40a9363890",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=8.1",
2023-06-11 13:46:24 +02:00
"symfony/event-dispatcher-contracts": "^2.5|^3",
"symfony/password-hasher": "^5.4|^6.0",
2023-06-11 13:46:24 +02:00
"symfony/service-contracts": "^2.5|^3"
2019-06-16 12:36:17 +02:00
},
"conflict": {
"symfony/event-dispatcher": "<5.4",
"symfony/http-foundation": "<5.4",
"symfony/ldap": "<5.4",
"symfony/security-guard": "<5.4",
"symfony/validator": "<5.4"
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",
"psr/container": "^1.1|^2.0",
2021-10-02 18:36:29 +02:00
"psr/log": "^1|^2|^3",
"symfony/cache": "^5.4|^6.0",
"symfony/event-dispatcher": "^5.4|^6.0",
"symfony/expression-language": "^5.4|^6.0",
"symfony/http-foundation": "^5.4|^6.0",
"symfony/ldap": "^5.4|^6.0",
2023-06-11 13:46:24 +02:00
"symfony/string": "^5.4|^6.0",
"symfony/translation": "^5.4|^6.0",
"symfony/validator": "^5.4|^6.0"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Security\\Core\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Security Component - Core Library",
"homepage": "https://symfony.com",
"support": {
2023-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/security-core/tree/v6.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 13:46:24 +02:00
"time": "2023-04-28T15:57:00+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/security-csrf",
2023-06-11 13:46:24 +02:00
"version": "v6.3.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/security-csrf.git",
2023-06-11 13:46:24 +02:00
"reference": "1f505c9060bde692eb37718c78a91d95d9abeeec"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/security-csrf/zipball/1f505c9060bde692eb37718c78a91d95d9abeeec",
"reference": "1f505c9060bde692eb37718c78a91d95d9abeeec",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=8.1",
"symfony/security-core": "^5.4|^6.0"
2019-02-23 16:49:38 +01:00
},
"conflict": {
"symfony/http-foundation": "<5.4"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
"symfony/http-foundation": "^5.4|^6.0"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Security\\Csrf\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Security Component - CSRF Library",
"homepage": "https://symfony.com",
"support": {
2023-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/security-csrf/tree/v6.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 13:46:24 +02:00
"time": "2023-04-21T14:41:17+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/security-http",
2023-06-11 13:46:24 +02:00
"version": "v6.3.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/security-http.git",
2023-06-11 13:46:24 +02:00
"reference": "7f35dd7df8336fd55bdb0a950e52632c7e5fa43f"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/security-http/zipball/7f35dd7df8336fd55bdb0a950e52632c7e5fa43f",
"reference": "7f35dd7df8336fd55bdb0a950e52632c7e5fa43f",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=8.1",
2023-06-11 13:46:24 +02:00
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/http-foundation": "^5.4|^6.0",
2023-06-11 13:46:24 +02:00
"symfony/http-kernel": "^6.3",
2021-06-09 08:45:34 +02:00
"symfony/polyfill-mbstring": "~1.0",
"symfony/property-access": "^5.4|^6.0",
2023-06-11 13:46:24 +02:00
"symfony/security-core": "^6.3"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2023-06-11 13:46:24 +02:00
"symfony/clock": "<6.3",
"symfony/event-dispatcher": "<5.4.9|>=6,<6.0.9",
2023-06-11 13:46:24 +02:00
"symfony/http-client-contracts": "<3.0",
"symfony/security-bundle": "<5.4",
"symfony/security-csrf": "<5.4"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2021-10-02 18:36:29 +02:00
"psr/log": "^1|^2|^3",
"symfony/cache": "^5.4|^6.0",
2023-06-11 13:46:24 +02:00
"symfony/clock": "^6.3",
"symfony/expression-language": "^5.4|^6.0",
2023-06-11 13:46:24 +02:00
"symfony/http-client-contracts": "^3.0",
"symfony/rate-limiter": "^5.4|^6.0",
"symfony/routing": "^5.4|^6.0",
"symfony/security-csrf": "^5.4|^6.0",
2023-06-11 13:46:24 +02:00
"symfony/translation": "^5.4|^6.0",
"web-token/jwt-checker": "^3.1",
"web-token/jwt-signature-algorithm-ecdsa": "^3.1"
2019-02-23 16:49:38 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Security\\Http\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Security Component - HTTP Integration",
"homepage": "https://symfony.com",
"support": {
2023-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/security-http/tree/v6.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 13:46:24 +02:00
"time": "2023-05-30T19:01:06+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/serializer",
2023-06-11 13:46:24 +02:00
"version": "v6.3.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/serializer.git",
2023-06-11 13:46:24 +02:00
"reference": "990e724240d32c0110a853675f8560bb2bf25dcf"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/serializer/zipball/990e724240d32c0110a853675f8560bb2bf25dcf",
"reference": "990e724240d32c0110a853675f8560bb2bf25dcf",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=8.1",
"symfony/polyfill-ctype": "~1.8"
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",
"symfony/dependency-injection": "<5.4",
2022-01-19 19:35:45 +01:00
"symfony/property-access": "<5.4",
"symfony/property-info": "<5.4",
"symfony/uid": "<5.4",
"symfony/yaml": "<5.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",
"symfony/cache": "^5.4|^6.0",
"symfony/config": "^5.4|^6.0",
2023-06-11 13:46:24 +02:00
"symfony/console": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/error-handler": "^5.4|^6.0",
"symfony/filesystem": "^5.4|^6.0",
"symfony/form": "^5.4|^6.0",
"symfony/http-foundation": "^5.4|^6.0",
"symfony/http-kernel": "^5.4|^6.0",
"symfony/mime": "^5.4|^6.0",
2022-01-19 19:35:45 +01:00
"symfony/property-access": "^5.4|^6.0",
"symfony/property-info": "^5.4|^6.0",
"symfony/uid": "^5.4|^6.0",
"symfony/validator": "^5.4|^6.0",
"symfony/var-dumper": "^5.4|^6.0",
"symfony/var-exporter": "^5.4|^6.0",
"symfony/yaml": "^5.4|^6.0"
2019-02-23 16:49:38 +01:00
},
"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",
"support": {
2023-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/serializer/tree/v6.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 13:46:24 +02:00
"time": "2023-05-29T12:49:39+00:00"
2019-02-23 16:49:38 +01:00
},
2019-07-12 21:00:29 +02:00
{
"name": "symfony/service-contracts",
"version": "v3.3.0",
2019-07-12 21:00:29 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
"reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4"
2019-07-12 21:00:29 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/40da9cc13ec349d9e4966ce18b5fbcd724ab10a4",
"reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4",
2019-07-12 21:00:29 +02:00
"shasum": ""
},
"require": {
"php": ">=8.1",
"psr/container": "^2.0"
2022-01-19 19:35:45 +01:00
},
"conflict": {
"ext-psr": "<1.1|>=2"
2019-07-12 21:00:29 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.4-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\\": ""
},
"exclude-from-classmap": [
"/Test/"
]
2019-07-12 21:00: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": "Generic abstractions related to writing services",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"support": {
"source": "https://github.com/symfony/service-contracts/tree/v3.3.0"
},
2020-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2023-05-23T14:45:45+00:00"
2019-07-12 21:00:29 +02:00
},
{
"name": "symfony/stimulus-bundle",
"version": "v2.9.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/stimulus-bundle.git",
"reference": "5261003352f52d9e1bcd0a04f099784ada2c3829"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/stimulus-bundle/zipball/5261003352f52d9e1bcd0a04f099784ada2c3829",
"reference": "5261003352f52d9e1bcd0a04f099784ada2c3829",
"shasum": ""
},
"require": {
"php": ">=8.1",
"symfony/config": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/finder": "^5.4|^6.0",
"symfony/http-kernel": "^5.4|^6.0",
"twig/twig": "^2.15.3|^3.4.3"
},
"require-dev": {
"symfony/asset-mapper": "6.3.x-dev",
"symfony/framework-bundle": "^5.4|^6.0",
"symfony/phpunit-bridge": "^5.4|^6.0",
"symfony/twig-bundle": "^5.4|^6.0",
"zenstruck/browser": "^1.4"
},
"type": "symfony-bundle",
"autoload": {
"psr-4": {
"Symfony\\UX\\StimulusBundle\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Integration with your Symfony app & Stimulus!",
"keywords": [
"symfony-ux"
],
"support": {
"source": "https://github.com/symfony/stimulus-bundle/tree/v2.9.1"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2023-05-30T15:13:12+00:00"
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/stopwatch",
2023-06-11 18:27:49 +02:00
"version": "v6.3.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/stopwatch.git",
2023-06-11 18:27:49 +02:00
"reference": "fc47f1015ec80927ff64ba9094dfe8b9d48fe9f2"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-06-11 18:27:49 +02:00
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/fc47f1015ec80927ff64ba9094dfe8b9d48fe9f2",
"reference": "fc47f1015ec80927ff64ba9094dfe8b9d48fe9f2",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2023-06-11 18:27:49 +02:00
"php": ">=8.1",
"symfony/service-contracts": "^2.5|^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",
"support": {
2023-06-11 18:27:49 +02:00
"source": "https://github.com/symfony/stopwatch/tree/v6.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 18:27:49 +02:00
"time": "2023-02-16T10:14:28+00:00"
},
{
"name": "symfony/string",
2023-06-11 13:46:24 +02:00
"version": "v6.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
2023-06-11 13:46:24 +02:00
"reference": "f2e190ee75ff0f5eced645ec0be5c66fac81f51f"
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/string/zipball/f2e190ee75ff0f5eced645ec0be5c66fac81f51f",
"reference": "f2e190ee75ff0f5eced645ec0be5c66fac81f51f",
"shasum": ""
},
"require": {
"php": ">=8.1",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-intl-grapheme": "~1.0",
"symfony/polyfill-intl-normalizer": "~1.0",
"symfony/polyfill-mbstring": "~1.0"
},
2022-01-19 19:35:45 +01:00
"conflict": {
2023-06-11 13:46:24 +02:00
"symfony/translation-contracts": "<2.5"
2022-01-19 19:35:45 +01:00
},
"require-dev": {
"symfony/error-handler": "^5.4|^6.0",
"symfony/http-client": "^5.4|^6.0",
"symfony/intl": "^6.2",
2023-06-11 13:46:24 +02:00
"symfony/translation-contracts": "^2.5|^3.0",
"symfony/var-exporter": "^5.4|^6.0"
},
"type": "library",
"autoload": {
"files": [
"Resources/functions.php"
],
2022-03-04 12:16:13 +01:00
"psr-4": {
"Symfony\\Component\\String\\": ""
},
"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",
"homepage": "https://symfony.com",
"keywords": [
"grapheme",
"i18n",
"string",
"unicode",
"utf-8",
"utf8"
],
"support": {
2023-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/string/tree/v6.3.0"
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-06-11 13:46:24 +02:00
"time": "2023-03-21T21:06:29+00:00"
2022-08-14 00:36:00 +02:00
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/translation",
2023-06-11 13:46:24 +02:00
"version": "v6.3.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
2023-06-11 13:46:24 +02:00
"reference": "f72b2cba8f79dd9d536f534f76874b58ad37876f"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/translation/zipball/f72b2cba8f79dd9d536f534f76874b58ad37876f",
"reference": "f72b2cba8f79dd9d536f534f76874b58ad37876f",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=8.1",
2019-06-16 12:36:17 +02:00
"symfony/polyfill-mbstring": "~1.0",
2023-06-11 13:46:24 +02:00
"symfony/translation-contracts": "^2.5|^3.0"
2019-02-23 16:49:38 +01:00
},
"conflict": {
"symfony/config": "<5.4",
"symfony/console": "<5.4",
"symfony/dependency-injection": "<5.4",
2023-06-11 13:46:24 +02:00
"symfony/http-client-contracts": "<2.5",
"symfony/http-kernel": "<5.4",
2023-06-11 13:46:24 +02:00
"symfony/service-contracts": "<2.5",
"symfony/twig-bundle": "<5.4",
"symfony/yaml": "<5.4"
2019-02-23 16:49:38 +01:00
},
"provide": {
"symfony/translation-implementation": "2.3|3.0"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
"nikic/php-parser": "^4.13",
2021-10-02 18:36:29 +02:00
"psr/log": "^1|^2|^3",
"symfony/config": "^5.4|^6.0",
2022-01-19 19:35:45 +01:00
"symfony/console": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/finder": "^5.4|^6.0",
2023-06-11 13:46:24 +02:00
"symfony/http-client-contracts": "^2.5|^3.0",
"symfony/http-kernel": "^5.4|^6.0",
"symfony/intl": "^5.4|^6.0",
2021-10-02 20:27:11 +02:00
"symfony/polyfill-intl-icu": "^1.21",
"symfony/routing": "^5.4|^6.0",
2023-06-11 13:46:24 +02:00
"symfony/service-contracts": "^2.5|^3",
"symfony/yaml": "^5.4|^6.0"
2019-02-23 16:49:38 +01:00
},
"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",
"support": {
2023-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/translation/tree/v6.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 13:46:24 +02:00
"time": "2023-05-19T12:46:45+00:00"
2019-07-12 21:00:29 +02:00
},
{
"name": "symfony/translation-contracts",
"version": "v3.3.0",
2019-07-12 21:00:29 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
"reference": "02c24deb352fb0d79db5486c0c79905a85e37e86"
2019-07-12 21:00:29 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/02c24deb352fb0d79db5486c0c79905a85e37e86",
"reference": "02c24deb352fb0d79db5486c0c79905a85e37e86",
2019-07-12 21:00:29 +02:00
"shasum": ""
},
"require": {
"php": ">=8.1"
2019-07-12 21:00:29 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.4-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\\": ""
},
"exclude-from-classmap": [
"/Test/"
]
2019-07-12 21:00: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": "Generic abstractions related to translation",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"support": {
"source": "https://github.com/symfony/translation-contracts/tree/v3.3.0"
},
2020-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2023-05-30T17:17:10+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/twig-bridge",
2023-06-11 13:46:24 +02:00
"version": "v6.3.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/twig-bridge.git",
2023-06-11 13:46:24 +02:00
"reference": "67a33c71062d7d931fe9a8cb7be79cca986a6c09"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/twig-bridge/zipball/67a33c71062d7d931fe9a8cb7be79cca986a6c09",
"reference": "67a33c71062d7d931fe9a8cb7be79cca986a6c09",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=8.1",
2023-06-11 13:46:24 +02:00
"symfony/translation-contracts": "^2.5|^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",
"symfony/console": "<5.4",
2023-06-11 13:46:24 +02:00
"symfony/form": "<6.3",
"symfony/http-foundation": "<5.4",
"symfony/http-kernel": "<6.2",
"symfony/mime": "<6.2",
"symfony/translation": "<5.4",
"symfony/workflow": "<5.4"
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",
"league/html-to-markdown": "^5.0",
2021-01-03 20:47:51 +01:00
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
"symfony/asset": "^5.4|^6.0",
2023-06-11 13:46:24 +02:00
"symfony/asset-mapper": "^6.3",
"symfony/console": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/expression-language": "^5.4|^6.0",
"symfony/finder": "^5.4|^6.0",
2023-06-11 13:46:24 +02:00
"symfony/form": "^6.3",
"symfony/html-sanitizer": "^6.1",
"symfony/http-foundation": "^5.4|^6.0",
"symfony/http-kernel": "^6.2",
"symfony/intl": "^5.4|^6.0",
"symfony/mime": "^6.2",
2019-02-23 16:49:38 +01:00
"symfony/polyfill-intl-icu": "~1.0",
"symfony/property-info": "^5.4|^6.0",
"symfony/routing": "^5.4|^6.0",
2019-11-21 22:16:30 +01:00
"symfony/security-acl": "^2.8|^3.0",
"symfony/security-core": "^5.4|^6.0",
"symfony/security-csrf": "^5.4|^6.0",
"symfony/security-http": "^5.4|^6.0",
"symfony/serializer": "^6.2",
"symfony/stopwatch": "^5.4|^6.0",
2023-06-11 13:46:24 +02:00
"symfony/translation": "^6.1",
"symfony/web-link": "^5.4|^6.0",
"symfony/workflow": "^5.4|^6.0",
"symfony/yaml": "^5.4|^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
},
"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",
"support": {
2023-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/twig-bridge/tree/v6.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 13:46:24 +02:00
"time": "2023-05-29T13:12:36+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/twig-bundle",
2023-06-11 13:46:24 +02:00
"version": "v6.3.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/twig-bundle.git",
2023-06-11 13:46:24 +02:00
"reference": "d0cd4d1675c0582d27c2e8bb0dc27c0303d8e3ea"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/twig-bundle/zipball/d0cd4d1675c0582d27c2e8bb0dc27c0303d8e3ea",
"reference": "d0cd4d1675c0582d27c2e8bb0dc27c0303d8e3ea",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"composer-runtime-api": ">=2.1",
"php": ">=8.1",
"symfony/config": "^6.1",
"symfony/dependency-injection": "^6.1",
"symfony/http-foundation": "^5.4|^6.0",
"symfony/http-kernel": "^6.2",
2023-06-11 13:46:24 +02:00
"symfony/twig-bridge": "^6.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": {
"symfony/framework-bundle": "<5.4",
"symfony/translation": "<5.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",
"symfony/asset": "^5.4|^6.0",
"symfony/expression-language": "^5.4|^6.0",
"symfony/finder": "^5.4|^6.0",
"symfony/form": "^5.4|^6.0",
"symfony/framework-bundle": "^5.4|^6.0",
"symfony/routing": "^5.4|^6.0",
"symfony/stopwatch": "^5.4|^6.0",
"symfony/translation": "^5.4|^6.0",
"symfony/web-link": "^5.4|^6.0",
"symfony/yaml": "^5.4|^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",
"support": {
2023-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/twig-bundle/tree/v6.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 13:46:24 +02:00
"time": "2023-05-06T09:53:41+00:00"
},
{
"name": "symfony/uid",
2023-06-11 13:46:24 +02:00
"version": "v6.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/uid.git",
2023-06-11 13:46:24 +02:00
"reference": "01b0f20b1351d997711c56f1638f7a8c3061e384"
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/uid/zipball/01b0f20b1351d997711c56f1638f7a8c3061e384",
"reference": "01b0f20b1351d997711c56f1638f7a8c3061e384",
"shasum": ""
},
"require": {
"php": ">=8.1",
"symfony/polyfill-uuid": "^1.15"
},
"require-dev": {
"symfony/console": "^5.4|^6.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Uid\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Grégoire Pineau",
"email": "lyrixx@lyrixx.info"
},
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides an object-oriented API to generate and represent UIDs",
"homepage": "https://symfony.com",
"keywords": [
"UID",
"ulid",
"uuid"
],
"support": {
2023-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/uid/tree/v6.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 13:46:24 +02:00
"time": "2023-04-08T07:25:02+00:00"
2019-02-23 16:49:38 +01:00
},
2022-03-04 20:13:25 +01:00
{
"name": "symfony/ux-turbo",
"version": "v2.9.1",
2022-03-04 20:13:25 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/ux-turbo.git",
"reference": "32c68183b8e0c18130be53b679207e3a43f10f25"
2022-03-04 20:13:25 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/ux-turbo/zipball/32c68183b8e0c18130be53b679207e3a43f10f25",
"reference": "32c68183b8e0c18130be53b679207e3a43f10f25",
2022-03-04 20:13:25 +01:00
"shasum": ""
},
"require": {
"php": ">=8.1",
"symfony/stimulus-bundle": "^2.9.1"
2022-03-04 20:13:25 +01:00
},
"conflict": {
"symfony/flex": "<1.13"
},
"require-dev": {
"doctrine/annotations": "^1.12",
"doctrine/doctrine-bundle": "^2.4.3",
2022-03-04 20:13:25 +01:00
"doctrine/orm": "^2.8 | 3.0",
"phpstan/phpstan": "^1.10",
"symfony/debug-bundle": "^5.4|^6.0",
2022-07-24 01:26:22 +02:00
"symfony/expression-language": "^5.4|^6.0",
"symfony/form": "^5.4|^6.0",
"symfony/framework-bundle": "^5.4|^6.0",
"symfony/mercure-bundle": "^0.3.4",
"symfony/messenger": "^5.4|^6.0",
2022-03-04 20:13:25 +01:00
"symfony/panther": "^1.0|^2.0",
"symfony/phpunit-bridge": "^5.4|^6.0",
"symfony/property-access": "^5.4|^6.0",
"symfony/security-core": "^5.4|^6.0",
"symfony/stopwatch": "^5.4|^6.0",
"symfony/twig-bundle": "^5.4|^6.0",
"symfony/web-profiler-bundle": "^5.4|^6.0",
"symfony/webpack-encore-bundle": "^1.11"
2022-03-04 20:13:25 +01:00
},
"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": {
"source": "https://github.com/symfony/ux-turbo/tree/v2.9.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"
}
],
"time": "2023-05-30T14:40:50+00:00"
2022-03-04 20:13:25 +01:00
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/validator",
2023-06-11 13:46:24 +02:00
"version": "v6.3.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/validator.git",
2023-06-11 13:46:24 +02:00
"reference": "b18c05b5f52e0428688191da3a856b64c7a022db"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/validator/zipball/b18c05b5f52e0428688191da3a856b64c7a022db",
"reference": "b18c05b5f52e0428688191da3a856b64c7a022db",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=8.1",
2023-06-11 13:46:24 +02:00
"symfony/deprecation-contracts": "^2.5|^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",
2023-06-11 13:46:24 +02:00
"symfony/polyfill-php83": "^1.27",
"symfony/translation-contracts": "^2.5|^3"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2022-01-19 19:35:45 +01:00
"doctrine/annotations": "<1.13",
"doctrine/lexer": "<1.1",
"symfony/dependency-injection": "<5.4",
"symfony/expression-language": "<5.4",
"symfony/http-kernel": "<5.4",
"symfony/intl": "<5.4",
"symfony/property-info": "<5.4",
"symfony/translation": "<5.4",
"symfony/yaml": "<5.4"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2023-01-08 23:28:23 +01:00
"doctrine/annotations": "^1.13|^2",
2023-01-28 19:40:02 +01:00
"egulias/email-validator": "^2.1.10|^3|^4",
"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",
"symfony/expression-language": "^5.4|^6.0",
"symfony/finder": "^5.4|^6.0",
"symfony/http-client": "^5.4|^6.0",
"symfony/http-foundation": "^5.4|^6.0",
"symfony/http-kernel": "^5.4|^6.0",
"symfony/intl": "^5.4|^6.0",
"symfony/mime": "^5.4|^6.0",
"symfony/property-access": "^5.4|^6.0",
"symfony/property-info": "^5.4|^6.0",
"symfony/translation": "^5.4|^6.0",
"symfony/yaml": "^5.4|^6.0"
2019-02-23 16:49:38 +01:00
},
"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",
"support": {
2023-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/validator/tree/v6.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 13:46:24 +02:00
"time": "2023-05-25T13:09:35+00:00"
2019-11-21 22:16:30 +01:00
},
{
"name": "symfony/var-dumper",
2023-06-11 13:46:24 +02:00
"version": "v6.3.0",
2019-11-21 22:16:30 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
2023-06-11 13:46:24 +02:00
"reference": "6acdcd5c122074ee9f7b051e4fb177025c277a0e"
2019-11-21 22:16:30 +01:00
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/6acdcd5c122074ee9f7b051e4fb177025c277a0e",
"reference": "6acdcd5c122074ee9f7b051e4fb177025c277a0e",
2019-11-21 22:16:30 +01:00
"shasum": ""
},
"require": {
"php": ">=8.1",
"symfony/polyfill-mbstring": "~1.0"
2019-11-21 22:16:30 +01:00
},
"conflict": {
"symfony/console": "<5.4"
2019-11-21 22:16:30 +01:00
},
"require-dev": {
"ext-iconv": "*",
"symfony/console": "^5.4|^6.0",
"symfony/process": "^5.4|^6.0",
"symfony/uid": "^5.4|^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
},
"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"
],
"support": {
2023-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/var-dumper/tree/v6.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 13:46:24 +02:00
"time": "2023-05-25T13:09:35+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/var-exporter",
2023-06-11 13:46:24 +02:00
"version": "v6.3.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/var-exporter.git",
2023-06-11 13:46:24 +02:00
"reference": "db5416d04269f2827d8c54331ba4cfa42620d350"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/db5416d04269f2827d8c54331ba4cfa42620d350",
"reference": "db5416d04269f2827d8c54331ba4cfa42620d350",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=8.1"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
"symfony/var-dumper": "^5.4|^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",
"lazy-loading",
"proxy",
2019-02-23 16:49:38 +01:00
"serialize"
],
"support": {
2023-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/var-exporter/tree/v6.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 13:46:24 +02:00
"time": "2023-04-21T08:48:44+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/web-link",
2023-06-11 13:46:24 +02:00
"version": "v6.3.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/web-link.git",
2023-06-11 13:46:24 +02:00
"reference": "0989ca617d0703cdca501a245f10e194ff22315b"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/web-link/zipball/0989ca617d0703cdca501a245f10e194ff22315b",
"reference": "0989ca617d0703cdca501a245f10e194ff22315b",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=8.1",
"psr/link": "^1.1|^2.0"
2019-02-23 16:49:38 +01:00
},
2019-06-16 12:36:17 +02:00
"conflict": {
"symfony/http-kernel": "<5.4"
2019-06-16 12:36:17 +02:00
},
2019-11-21 22:16:30 +01:00
"provide": {
"psr/link-implementation": "1.0|2.0"
2019-11-21 22:16:30 +01:00
},
2019-02-23 16:49:38 +01:00
"require-dev": {
"symfony/http-kernel": "^5.4|^6.0"
2019-02-23 16:49:38 +01:00
},
"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"
],
"support": {
2023-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/web-link/tree/v6.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 13:46:24 +02:00
"time": "2023-04-21T14:41:17+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/webpack-encore-bundle",
2023-06-11 18:27:49 +02:00
"version": "v2.0.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/webpack-encore-bundle.git",
2023-06-11 18:27:49 +02:00
"reference": "150fe022740fef908f4ca3d5950ce85ab040ec76"
},
"dist": {
"type": "zip",
2023-06-11 18:27:49 +02:00
"url": "https://api.github.com/repos/symfony/webpack-encore-bundle/zipball/150fe022740fef908f4ca3d5950ce85ab040ec76",
"reference": "150fe022740fef908f4ca3d5950ce85ab040ec76",
"shasum": ""
},
"require": {
2023-06-11 18:27:49 +02:00
"php": ">=8.1.0",
"symfony/asset": "^5.4 || ^6.2",
"symfony/config": "^5.4 || ^6.2",
"symfony/dependency-injection": "^5.4 || ^6.2",
"symfony/http-kernel": "^5.4 || ^6.2",
"symfony/service-contracts": "^1.1.9 || ^2.1.3 || ^3.0"
},
"require-dev": {
2023-06-11 18:27:49 +02:00
"symfony/framework-bundle": "^5.4 || ^6.2",
"symfony/phpunit-bridge": "^5.4 || ^6.2",
"symfony/twig-bundle": "^5.4 || ^6.2",
"symfony/web-link": "^5.4 || ^6.2"
},
"type": "symfony-bundle",
"extra": {
"thanks": {
"name": "symfony/webpack-encore",
"url": "https://github.com/symfony/webpack-encore"
}
},
"autoload": {
"psr-4": {
"Symfony\\WebpackEncoreBundle\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Integration with your Symfony app & Webpack Encore!",
"support": {
"issues": "https://github.com/symfony/webpack-encore-bundle/issues",
2023-06-11 18:27:49 +02:00
"source": "https://github.com/symfony/webpack-encore-bundle/tree/v2.0.1"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 18:27:49 +02:00
"time": "2023-05-31T14:28:33+00:00"
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/yaml",
2023-06-11 13:46:24 +02:00
"version": "v6.3.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
2023-06-11 13:46:24 +02:00
"reference": "a9a8337aa641ef2aa39c3e028f9107ec391e5927"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/a9a8337aa641ef2aa39c3e028f9107ec391e5927",
"reference": "a9a8337aa641ef2aa39c3e028f9107ec391e5927",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=8.1",
2022-01-19 19:35:45 +01:00
"symfony/polyfill-ctype": "^1.8"
2019-02-23 16:49:38 +01:00
},
"conflict": {
"symfony/console": "<5.4"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
"symfony/console": "^5.4|^6.0"
2019-02-23 16:49:38 +01: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",
"support": {
2023-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/yaml/tree/v6.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 13:46:24 +02:00
"time": "2023-04-28T13:28:14+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "tecnickcom/tc-lib-barcode",
2023-05-27 19:24:14 +02:00
"version": "1.17.25",
"source": {
"type": "git",
"url": "https://github.com/tecnickcom/tc-lib-barcode.git",
2023-05-27 19:24:14 +02:00
"reference": "2b87f7c63dfd05000445a202c1779aeb9eb4549d"
},
"dist": {
"type": "zip",
2023-05-27 19:24:14 +02:00
"url": "https://api.github.com/repos/tecnickcom/tc-lib-barcode/zipball/2b87f7c63dfd05000445a202c1779aeb9eb4549d",
"reference": "2b87f7c63dfd05000445a202c1779aeb9eb4549d",
"shasum": ""
},
"require": {
"ext-bcmath": "*",
"ext-date": "*",
"ext-gd": "*",
"ext-pcre": "*",
2020-07-18 23:50:39 +02:00
"php": ">=5.4",
"tecnickcom/tc-lib-color": "^1.14"
},
"require-dev": {
2023-05-06 22:25:56 +02:00
"pdepend/pdepend": "2.13.0",
"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",
2023-05-06 22:25:56 +02:00
"phpunit/phpunit": "10.1.2 || 9.6.7 || 8.5.31 || 7.5.20 || 6.5.14 || 5.7.27 || 4.8.36",
"sebastian/phpcpd": "6.0.3 || 5.0.2 || 4.1.0 || 3.0.1 || 2.0.4",
2023-05-06 22:25:56 +02:00
"squizlabs/php_codesniffer": "3.7.2 || 2.9.2"
},
"type": "library",
"autoload": {
"psr-4": {
"Com\\Tecnick\\Barcode\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0"
],
"authors": [
{
"name": "Nicola Asuni",
"email": "info@tecnick.com",
"role": "lead"
}
],
"description": "PHP library to generate linear and bidimensional barcodes",
"homepage": "http://www.tecnick.com",
"keywords": [
"3 of 9",
"ANSI MH10.8M-1983",
"CBC",
"CODABAR",
"CODE 11",
"CODE 128 A B C",
"CODE 39",
"CODE 93",
"EAN 13",
"EAN 8",
"ECC200",
"Intelligent Mail Barcode",
"Interleaved 2 of 5",
"KIX",
"Klant",
"MSI",
"Onecode",
"PHARMACODE",
"PHARMACODE TWO-TRACKS",
"POSTNET",
"RMS4CC",
"Standard 2 of 5",
"UPC-A",
"UPC-E",
"USD-3",
"USPS-B-3200",
"USS-93",
"barcode",
"datamatrix",
"pdf417",
"planet",
"qr-code",
"royal mail",
"tc-lib-barcode",
"upc"
],
"support": {
"issues": "https://github.com/tecnickcom/tc-lib-barcode/issues",
2023-05-27 19:24:14 +02:00
"source": "https://github.com/tecnickcom/tc-lib-barcode/tree/1.17.25"
},
2020-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&currency_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tc-lib-barcode%20project",
"type": "custom"
}
],
2023-05-27 19:24:14 +02:00
"time": "2023-05-18T08:10:11+00:00"
},
{
"name": "tecnickcom/tc-lib-color",
2023-05-27 19:24:14 +02:00
"version": "1.14.24",
"source": {
"type": "git",
"url": "https://github.com/tecnickcom/tc-lib-color.git",
2023-05-27 19:24:14 +02:00
"reference": "6207533413f6edc3fea373d0e54041661d2bd905"
},
"dist": {
"type": "zip",
2023-05-27 19:24:14 +02:00
"url": "https://api.github.com/repos/tecnickcom/tc-lib-color/zipball/6207533413f6edc3fea373d0e54041661d2bd905",
"reference": "6207533413f6edc3fea373d0e54041661d2bd905",
"shasum": ""
},
"require": {
"ext-pcre": "*",
"php": ">=5.3"
},
"require-dev": {
2023-05-06 22:25:56 +02:00
"pdepend/pdepend": "2.13.0",
"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",
2023-05-06 22:25:56 +02:00
"phpunit/phpunit": "10.1.2 || 9.6.7 || 8.5.31 || 7.5.20 || 6.5.14 || 5.7.27 || 4.8.36",
"sebastian/phpcpd": "6.0.3 || 5.0.2 || 4.1.0 || 3.0.1 || 2.0.4",
2023-05-06 22:25:56 +02:00
"squizlabs/php_codesniffer": "3.7.2 || 2.9.2"
},
"type": "library",
"autoload": {
"psr-4": {
"Com\\Tecnick\\Color\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0"
],
"authors": [
{
"name": "Nicola Asuni",
"email": "info@tecnick.com",
"role": "lead"
}
],
"description": "PHP library to manipulate various color representations",
"homepage": "http://www.tecnick.com",
"keywords": [
"cmyk",
"color",
"colors",
"colour",
"colours",
"hsl",
"hsla",
"javascript",
"rgb",
"rgba",
"tc-lib-color",
"web"
],
"support": {
"issues": "https://github.com/tecnickcom/tc-lib-color/issues",
2023-05-27 19:24:14 +02:00
"source": "https://github.com/tecnickcom/tc-lib-color/tree/1.14.24"
},
"funding": [
{
"url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&currency_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tc-lib-color%20project",
"type": "custom"
}
],
2023-05-27 19:24:14 +02:00
"time": "2023-05-18T08:09:02+00:00"
},
{
"name": "tijsverkoyen/css-to-inline-styles",
2023-01-08 23:28:23 +01:00
"version": "2.2.6",
"source": {
"type": "git",
"url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
2023-01-08 23:28:23 +01:00
"reference": "c42125b83a4fa63b187fdf29f9c93cb7733da30c"
},
"dist": {
"type": "zip",
2023-01-08 23:28:23 +01:00
"url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/c42125b83a4fa63b187fdf29f9c93cb7733da30c",
"reference": "c42125b83a4fa63b187fdf29f9c93cb7733da30c",
"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"
},
"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"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.2.x-dev"
}
},
"autoload": {
"psr-4": {
"TijsVerkoyen\\CssToInlineStyles\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Tijs Verkoyen",
"email": "css_to_inline_styles@verkoyen.eu",
"role": "Developer"
}
],
"description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
"homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
"support": {
"issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
2023-01-08 23:28:23 +01:00
"source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/2.2.6"
},
2023-01-08 23:28:23 +01:00
"time": "2023-01-03T09:29:04+00:00"
},
{
"name": "twig/cssinliner-extra",
2023-05-06 22:25:56 +02:00
"version": "v3.6.0",
"source": {
"type": "git",
"url": "https://github.com/twigphp/cssinliner-extra.git",
2023-05-06 22:25:56 +02:00
"reference": "85c8f3d7712bab57f6162f9637613df0511f207b"
},
"dist": {
"type": "zip",
2023-05-06 22:25:56 +02:00
"url": "https://api.github.com/repos/twigphp/cssinliner-extra/zipball/85c8f3d7712bab57f6162f9637613df0511f207b",
"reference": "85c8f3d7712bab57f6162f9637613df0511f207b",
"shasum": ""
},
"require": {
2020-07-18 23:50:39 +02:00
"php": ">=7.1.3",
"tijsverkoyen/css-to-inline-styles": "^2.0",
2022-01-19 19:35:45 +01:00
"twig/twig": "^2.7|^3.0"
},
"require-dev": {
2021-10-02 18:36:29 +02:00
"symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
},
"type": "library",
"autoload": {
"psr-4": {
2021-03-14 18:43:09 +01:00
"Twig\\Extra\\CssInliner\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
}
],
"description": "A Twig extension to allow inlining CSS",
"homepage": "https://twig.symfony.com",
"keywords": [
"css",
"inlining",
"twig"
],
"support": {
2023-05-06 22:25:56 +02:00
"source": "https://github.com/twigphp/cssinliner-extra/tree/v3.6.0"
},
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-05-06 22:25:56 +02:00
"time": "2023-02-09T06:45:16+00:00"
},
2019-08-12 23:45:21 +02:00
{
"name": "twig/extra-bundle",
2023-06-11 00:41:00 +02:00
"version": "v3.6.1",
2019-08-12 23:45:21 +02:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/twig-extra-bundle.git",
2023-06-11 00:41:00 +02:00
"reference": "802cc2dd46ec88285d6c7fa85c26ab7f2cd5bc49"
2019-08-12 23:45:21 +02:00
},
"dist": {
"type": "zip",
2023-06-11 00:41:00 +02:00
"url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/802cc2dd46ec88285d6c7fa85c26ab7f2cd5bc49",
"reference": "802cc2dd46ec88285d6c7fa85c26ab7f2cd5bc49",
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",
"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"
],
"support": {
2023-06-11 00:41:00 +02:00
"source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.6.1"
},
2020-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/twig/twig",
"type": "tidelift"
}
],
2023-06-11 00:41:00 +02:00
"time": "2023-05-06T11:11:46+00:00"
2019-08-12 23:45:21 +02:00
},
{
"name": "twig/html-extra",
2023-05-06 22:25:56 +02:00
"version": "v3.6.0",
"source": {
"type": "git",
"url": "https://github.com/twigphp/html-extra.git",
2023-05-06 22:25:56 +02:00
"reference": "af5b336a13122d28d405714b6f2abe840632251b"
},
"dist": {
"type": "zip",
2023-05-06 22:25:56 +02:00
"url": "https://api.github.com/repos/twigphp/html-extra/zipball/af5b336a13122d28d405714b6f2abe840632251b",
"reference": "af5b336a13122d28d405714b6f2abe840632251b",
"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"
},
"require-dev": {
2021-10-02 18:36:29 +02:00
"symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
},
"type": "library",
"autoload": {
"psr-4": {
2021-03-14 18:43:09 +01:00
"Twig\\Extra\\Html\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
}
],
"description": "A Twig extension for HTML",
"homepage": "https://twig.symfony.com",
"keywords": [
"html",
"twig"
],
"support": {
2023-05-06 22:25:56 +02:00
"source": "https://github.com/twigphp/html-extra/tree/v3.6.0"
},
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-05-06 22:25:56 +02:00
"time": "2023-02-09T06:45:16+00:00"
},
{
"name": "twig/inky-extra",
2023-05-06 22:25:56 +02:00
"version": "v3.6.0",
"source": {
"type": "git",
"url": "https://github.com/twigphp/inky-extra.git",
2023-05-06 22:25:56 +02:00
"reference": "907abf7046082cc151a3ee01f268dbf5f5f28eab"
},
"dist": {
"type": "zip",
2023-05-06 22:25:56 +02:00
"url": "https://api.github.com/repos/twigphp/inky-extra/zipball/907abf7046082cc151a3ee01f268dbf5f5f28eab",
"reference": "907abf7046082cc151a3ee01f268dbf5f5f28eab",
"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"
},
"require-dev": {
2021-10-02 18:36:29 +02:00
"symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
},
"type": "library",
"autoload": {
"psr-4": {
2021-03-14 18:43:09 +01:00
"Twig\\Extra\\Inky\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
}
],
"description": "A Twig extension for the inky email templating engine",
"homepage": "https://twig.symfony.com",
"keywords": [
"email",
"emails",
"inky",
"twig"
],
"support": {
2023-05-06 22:25:56 +02:00
"source": "https://github.com/twigphp/inky-extra/tree/v3.6.0"
},
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-05-06 22:25:56 +02:00
"time": "2023-02-09T06:45:16+00:00"
},
2019-08-12 23:45:21 +02:00
{
"name": "twig/intl-extra",
2023-05-06 22:25:56 +02:00
"version": "v3.6.0",
2019-08-12 23:45:21 +02:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/intl-extra.git",
2023-05-06 22:25:56 +02:00
"reference": "a97c323bebfca009d02994a5a8568c0b412a49ab"
2019-08-12 23:45:21 +02:00
},
"dist": {
"type": "zip",
2023-05-06 22:25:56 +02:00
"url": "https://api.github.com/repos/twigphp/intl-extra/zipball/a97c323bebfca009d02994a5a8568c0b412a49ab",
"reference": "a97c323bebfca009d02994a5a8568c0b412a49ab",
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",
"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"
],
"support": {
2023-05-06 22:25:56 +02:00
"source": "https://github.com/twigphp/intl-extra/tree/v3.6.0"
},
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-05-06 22:25:56 +02:00
"time": "2023-02-09T06:45:16+00:00"
2019-08-12 23:45:21 +02:00
},
{
"name": "twig/markdown-extra",
2023-05-06 22:25:56 +02:00
"version": "v3.6.0",
"source": {
"type": "git",
"url": "https://github.com/twigphp/markdown-extra.git",
2023-05-06 22:25:56 +02:00
"reference": "8f1179e279cea6ef14066a4560b859df58acd5d8"
},
"dist": {
"type": "zip",
2023-05-06 22:25:56 +02:00
"url": "https://api.github.com/repos/twigphp/markdown-extra/zipball/8f1179e279cea6ef14066a4560b859df58acd5d8",
"reference": "8f1179e279cea6ef14066a4560b859df58acd5d8",
"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"
},
"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"
},
"type": "library",
"autoload": {
"psr-4": {
2021-03-14 18:43:09 +01:00
"Twig\\Extra\\Markdown\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
}
],
"description": "A Twig extension for Markdown",
"homepage": "https://twig.symfony.com",
"keywords": [
"html",
"markdown",
"twig"
],
"support": {
2023-05-06 22:25:56 +02:00
"source": "https://github.com/twigphp/markdown-extra/tree/v3.6.0"
},
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-05-06 22:25:56 +02:00
"time": "2023-02-09T06:45:16+00:00"
},
2019-02-23 16:49:38 +01:00
{
"name": "twig/twig",
2023-06-11 00:41:00 +02:00
"version": "v3.6.1",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
2023-06-11 00:41:00 +02:00
"reference": "7e7d5839d4bec168dfeef0ac66d5c5a2edbabffd"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-06-11 00:41:00 +02:00
"url": "https://api.github.com/repos/twigphp/Twig/zipball/7e7d5839d4bec168dfeef0ac66d5c5a2edbabffd",
"reference": "7e7d5839d4bec168dfeef0ac66d5c5a2edbabffd",
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": {
2023-05-06 22:25:56 +02:00
"psr/container": "^1.0|^2.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",
"autoload": {
"psr-4": {
"Twig\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
},
{
"name": "Twig Team",
"role": "Contributors"
},
{
"name": "Armin Ronacher",
"email": "armin.ronacher@active-4.com",
"role": "Project Founder"
2019-02-23 16:49:38 +01:00
}
],
"description": "Twig, the flexible, fast, and secure template language for PHP",
"homepage": "https://twig.symfony.com",
"keywords": [
"templating"
],
"support": {
"issues": "https://github.com/twigphp/Twig/issues",
2023-06-11 00:41:00 +02:00
"source": "https://github.com/twigphp/Twig/tree/v3.6.1"
},
2020-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/twig/twig",
"type": "tidelift"
}
],
2023-06-11 00:41:00 +02:00
"time": "2023-06-08T12:52:13+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "ua-parser/uap-php",
2020-10-03 11:52:32 +02:00
"version": "v3.9.14",
"source": {
"type": "git",
"url": "https://github.com/ua-parser/uap-php.git",
2020-10-03 11:52:32 +02:00
"reference": "b796c5ea5df588e65aeb4e2c6cce3811dec4fed6"
},
"dist": {
"type": "zip",
2020-10-03 11:52:32 +02:00
"url": "https://api.github.com/repos/ua-parser/uap-php/zipball/b796c5ea5df588e65aeb4e2c6cce3811dec4fed6",
"reference": "b796c5ea5df588e65aeb4e2c6cce3811dec4fed6",
"shasum": ""
},
"require": {
"composer/ca-bundle": "^1.1",
2020-10-03 11:52:32 +02:00
"php": "^7.2 || ^8.0"
},
"require-dev": {
2020-08-21 21:10:47 +02:00
"phpstan/phpstan": "^0.12.33",
"phpunit/phpunit": "^8 || ^9",
"symfony/console": "^3.4 || ^4.2 || ^4.3 || ^5.0",
"symfony/filesystem": "^3.4 || ^4.2 || ^4.3 || ^5.0",
"symfony/finder": "^3.4 || ^4.2 || ^4.3 || ^5.0",
"symfony/yaml": "^3.4 || ^4.2 || ^4.3 || ^5.0",
"vimeo/psalm": "^3.12"
},
"suggest": {
"symfony/console": "Required for CLI usage - ^3.4 || ^4.3 || ^5.0",
"symfony/filesystem": "Required for CLI usage - ^3.4 || ^4.3 || ^5.0",
"symfony/finder": "Required for CLI usage - ^3.4 || ^4.3 || ^5.0",
"symfony/yaml": "Required for CLI usage - ^3.4 || ^4.3 || ^5.0"
},
"bin": [
"bin/uaparser"
],
"type": "library",
"autoload": {
"psr-4": {
"UAParser\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dave Olsen",
"email": "dmolsen@gmail.com"
},
{
"name": "Lars Strojny",
"email": "lars@strojny.net"
}
],
"description": "A multi-language port of Browserscope's user agent parser.",
"support": {
"issues": "https://github.com/ua-parser/uap-php/issues",
"source": "https://github.com/ua-parser/uap-php/tree/v3.9.14"
},
2020-10-03 11:52:32 +02:00
"time": "2020-10-02T23:36:20+00:00"
},
{
"name": "web-auth/cose-lib",
"version": "4.2.0",
"source": {
"type": "git",
"url": "https://github.com/web-auth/cose-lib.git",
"reference": "9e0cc49810b445ed0aa50d122ee82c63882af9a0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/web-auth/cose-lib/zipball/9e0cc49810b445ed0aa50d122ee82c63882af9a0",
"reference": "9e0cc49810b445ed0aa50d122ee82c63882af9a0",
"shasum": ""
},
"require": {
"brick/math": "^0.9|^0.10|^0.11",
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"php": ">=8.1",
"spomky-labs/pki-framework": "^1.0"
},
"require-dev": {
"ekino/phpstan-banned-code": "^1.0",
"infection/infection": "^0.26.12",
"php-parallel-lint/php-parallel-lint": "^1.3",
"phpstan/phpstan": "^1.7",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-strict-rules": "^1.2",
"phpunit/phpunit": "^10.0",
"qossmic/deptrac-shim": "^1.0",
"rector/rector": "^0.15",
"symfony/phpunit-bridge": "^6.1",
"symplify/easy-coding-standard": "^11.0"
},
"suggest": {
"ext-bcmath": "For better performance, please install either GMP (recommended) or BCMath extension",
"ext-gmp": "For better performance, please install either GMP (recommended) or BCMath extension"
},
"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": {
"issues": "https://github.com/web-auth/cose-lib/issues",
"source": "https://github.com/web-auth/cose-lib/tree/4.2.0"
},
"funding": [
{
"url": "https://github.com/Spomky",
"type": "github"
},
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
"time": "2023-02-28T18:05:22+00:00"
},
{
"name": "web-auth/metadata-service",
2023-06-13 19:06:50 +02:00
"version": "4.6.2",
"source": {
"type": "git",
"url": "https://github.com/web-auth/webauthn-metadata-service.git",
"reference": "b58fbb0df46450acc426329bd87b60d794859da0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/web-auth/webauthn-metadata-service/zipball/b58fbb0df46450acc426329bd87b60d794859da0",
"reference": "b58fbb0df46450acc426329bd87b60d794859da0",
"shasum": ""
},
"require": {
"ext-json": "*",
"lcobucci/clock": "^2.2|^3.0",
"paragonie/constant_time_encoding": "^2.6",
"php": ">=8.1",
"psr/clock": "^1.0",
"psr/event-dispatcher": "^1.0",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"psr/log": "^1.0|^2.0|^3.0",
"spomky-labs/pki-framework": "^1.0",
"symfony/deprecation-contracts": "^3.2"
},
"suggest": {
"psr/clock-implementation": "As of 4.5.x, the PSR Clock implementation will replace lcobucci/clock",
"psr/log-implementation": "Recommended to receive logs from the library",
"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",
"extra": {
"thanks": {
"name": "web-auth/webauthn-framework",
"url": "https://github.com/web-auth/webauthn-framework"
}
},
"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": {
2023-06-13 19:06:50 +02:00
"source": "https://github.com/web-auth/webauthn-metadata-service/tree/4.6.2"
},
"funding": [
{
"url": "https://github.com/Spomky",
"type": "github"
},
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
"time": "2023-06-01T19:06:30+00:00"
},
{
"name": "web-auth/webauthn-lib",
2023-06-13 19:06:50 +02:00
"version": "4.6.2",
"source": {
"type": "git",
"url": "https://github.com/web-auth/webauthn-lib.git",
2023-06-13 19:06:50 +02:00
"reference": "e0f85f09b4e1a48169352290e7ccfd29ade93e34"
},
"dist": {
"type": "zip",
2023-06-13 19:06:50 +02:00
"url": "https://api.github.com/repos/web-auth/webauthn-lib/zipball/e0f85f09b4e1a48169352290e7ccfd29ade93e34",
"reference": "e0f85f09b4e1a48169352290e7ccfd29ade93e34",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"paragonie/constant_time_encoding": "^2.6",
"php": ">=8.1",
"psr/event-dispatcher": "^1.0",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"psr/log": "^1.0|^2.0|^3.0",
"spomky-labs/cbor-php": "^3.0",
"symfony/uid": "^6.1",
"web-auth/cose-lib": "^4.0.12",
"web-auth/metadata-service": "self.version"
},
"require-dev": {
"symfony/event-dispatcher": "^6.1"
},
"suggest": {
"psr/log-implementation": "Recommended to receive logs from the library",
"symfony/event-dispatcher": "Recommended to use dispatched events",
"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",
"extra": {
"thanks": {
"name": "web-auth/webauthn-framework",
"url": "https://github.com/web-auth/webauthn-framework"
}
},
"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": {
2023-06-13 19:06:50 +02:00
"source": "https://github.com/web-auth/webauthn-lib/tree/4.6.2"
},
"funding": [
{
"url": "https://github.com/Spomky",
"type": "github"
},
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
2023-06-13 19:06:50 +02:00
"time": "2023-06-12T14:32:32+00:00"
},
2022-10-04 00:08:58 +02:00
{
"name": "web-auth/webauthn-symfony-bundle",
2023-06-13 19:06:50 +02:00
"version": "4.6.2",
2022-10-04 00:08:58 +02:00
"source": {
"type": "git",
"url": "https://github.com/web-auth/webauthn-symfony-bundle.git",
2023-06-13 19:06:50 +02:00
"reference": "04bd26182e26c8bf218bdca3d8b0f569ff983ff8"
2022-10-04 00:08:58 +02:00
},
"dist": {
"type": "zip",
2023-06-13 19:06:50 +02:00
"url": "https://api.github.com/repos/web-auth/webauthn-symfony-bundle/zipball/04bd26182e26c8bf218bdca3d8b0f569ff983ff8",
"reference": "04bd26182e26c8bf218bdca3d8b0f569ff983ff8",
2022-10-04 00:08:58 +02:00
"shasum": ""
},
"require": {
"nyholm/psr7": "^1.5",
"php": ">=8.1",
"psr/event-dispatcher": "^1.0",
"spomky-labs/cbor-bundle": "^3.0",
"symfony/config": "^6.1",
"symfony/dependency-injection": "^6.1",
"symfony/framework-bundle": "^6.1",
"symfony/http-client": "^6.1",
"symfony/psr-http-message-bridge": "^2.1",
"symfony/security-bundle": "^6.1",
"symfony/security-core": "^6.1",
"symfony/security-http": "^6.1",
"symfony/serializer": "^6.1",
"symfony/validator": "^6.1",
2022-10-04 00:08:58 +02:00
"web-auth/webauthn-lib": "self.version",
"web-token/jwt-signature": "^3.1"
2022-10-04 00:08:58 +02:00
},
"type": "symfony-bundle",
"extra": {
"thanks": {
"name": "web-auth/webauthn-framework",
"url": "https://github.com/web-auth/webauthn-framework"
}
},
2022-10-04 00:08:58 +02:00
"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": {
2023-06-13 19:06:50 +02:00
"source": "https://github.com/web-auth/webauthn-symfony-bundle/tree/4.6.2"
2022-10-04 00:08:58 +02:00
},
"funding": [
{
"url": "https://github.com/Spomky",
"type": "github"
},
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
2023-06-13 19:06:50 +02:00
"time": "2023-06-12T14:32:32+00:00"
2022-10-04 00:08:58 +02:00
},
{
"name": "web-token/jwt-core",
"version": "3.2.7",
2022-10-04 00:08:58 +02:00
"source": {
"type": "git",
"url": "https://github.com/web-token/jwt-core.git",
"reference": "db58b6ebbe1a7d5869688e989b1cf110c6ab888f"
2022-10-04 00:08:58 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/web-token/jwt-core/zipball/db58b6ebbe1a7d5869688e989b1cf110c6ab888f",
"reference": "db58b6ebbe1a7d5869688e989b1cf110c6ab888f",
2022-10-04 00:08:58 +02:00
"shasum": ""
},
"require": {
"brick/math": "^0.9|^0.10|^0.11",
2022-10-04 00:08:58 +02:00
"ext-json": "*",
"ext-mbstring": "*",
"paragonie/constant_time_encoding": "^2.4",
"php": ">=8.1",
"spomky-labs/pki-framework": "^1.0"
2022-10-04 00:08:58 +02:00
},
"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/3.2.7"
2022-10-04 00:08:58 +02:00
},
"funding": [
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
"time": "2023-02-02T17:35:17+00:00"
2022-10-04 00:08:58 +02:00
},
{
"name": "web-token/jwt-signature",
"version": "3.2.7",
2022-10-04 00:08:58 +02:00
"source": {
"type": "git",
"url": "https://github.com/web-token/jwt-signature.git",
"reference": "156e0b0ef534e53eecf23a32a92ee6d8cb4fdac4"
2022-10-04 00:08:58 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/web-token/jwt-signature/zipball/156e0b0ef534e53eecf23a32a92ee6d8cb4fdac4",
"reference": "156e0b0ef534e53eecf23a32a92ee6d8cb4fdac4",
2022-10-04 00:08:58 +02:00
"shasum": ""
},
"require": {
"php": ">=8.1",
"web-token/jwt-core": "^3.2"
2022-10-04 00:08:58 +02:00
},
"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/3.2.7"
2022-10-04 00:08:58 +02:00
},
"funding": [
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
"time": "2023-05-18T16:20:51+00:00"
2022-10-04 00:08:58 +02: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"
],
"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"
},
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"
],
"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"
},
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": {
"amphp/amp": "^2",
"php": ">=7.1"
2019-09-23 13:29:51 +02:00
},
"require-dev": {
"amphp/php-cs-fixer-config": "dev-master",
"amphp/phpunit-util": "^1.4",
2019-09-23 13:29:51 +02:00
"friendsofphp/php-cs-fixer": "^2.3",
2020-04-04 19:35:02 +02:00
"jetbrains/phpstorm-stubs": "^2019.3",
"phpunit/phpunit": "^6 || ^7 || ^8",
"psalm/phar": "^3.11.4"
2019-09-23 13:29:51 +02:00
},
"type": "library",
2020-04-04 19:35:02 +02:00
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
2019-09-23 13:29:51 +02:00
"autoload": {
"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"
],
"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-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": {
"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": {
"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
},
{
"name": "composer/semver",
2022-07-17 22:26:35 +02:00
"version": "3.3.2",
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
2022-07-17 22:26:35 +02:00
"reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9"
},
"dist": {
"type": "zip",
2022-07-17 22:26:35 +02:00
"url": "https://api.github.com/repos/composer/semver/zipball/3953f23262f2bff1919fc82183ad9acb13ff62c9",
"reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9",
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
2022-03-04 12:16:13 +01:00
"phpstan/phpstan": "^1.4",
"symfony/phpunit-bridge": "^4.2 || ^5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\Semver\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
},
{
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
}
],
"description": "Semver library that offers utilities, version constraint parsing and validation.",
"keywords": [
"semantic",
"semver",
"validation",
"versioning"
],
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/semver/issues",
2022-07-17 22:26:35 +02:00
"source": "https://github.com/composer/semver/tree/3.3.2"
},
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"
},
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"
],
"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"
},
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": {
"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"
],
"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"
},
2023-02-07 22:41:14 +01:00
"time": "2023-02-07T10:02:27+00:00"
2019-10-20 14:35:19 +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",
"support": {
"issues": "https://github.com/dnoegel/php-xdg-base-dir/issues",
"source": "https://github.com/dnoegel/php-xdg-base-dir/tree/v0.1.1"
},
"time": "2019-12-04T15:06:13+00:00"
},
2019-10-20 14:35:19 +02:00
{
"name": "doctrine/doctrine-fixtures-bundle",
2023-05-06 22:25:56 +02:00
"version": "3.4.4",
2019-10-20 14:35:19 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
2023-05-06 22:25:56 +02:00
"reference": "9ec3139c52a42e94c9fd1e95f8d2bca94326edfb"
2019-10-20 14:35:19 +02:00
},
"dist": {
"type": "zip",
2023-05-06 22:25:56 +02:00
"url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/9ec3139c52a42e94c9fd1e95f8d2bca94326edfb",
"reference": "9ec3139c52a42e94c9fd1e95f8d2bca94326edfb",
2019-10-20 14:35:19 +02:00
"shasum": ""
},
"require": {
"doctrine/data-fixtures": "^1.3",
"doctrine/doctrine-bundle": "^1.11|^2.0",
2019-10-20 14:35:19 +02:00
"doctrine/orm": "^2.6.0",
2022-07-17 22:26:35 +02:00
"doctrine/persistence": "^1.3.7|^2.0|^3.0",
"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": [
{
"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
},
{
"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"
],
"support": {
"issues": "https://github.com/doctrine/DoctrineFixturesBundle/issues",
2023-05-06 22:25:56 +02:00
"source": "https://github.com/doctrine/DoctrineFixturesBundle/tree/3.4.4"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-fixtures-bundle",
"type": "tidelift"
}
],
2023-05-06 22:25:56 +02:00
"time": "2023-05-02T15:12:16+00:00"
2019-10-20 14:35:19 +02:00
},
{
"name": "ekino/phpstan-banned-code",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/ekino/phpstan-banned-code.git",
"reference": "4f0d7c8a0c9f5d222ffc24234aa6c5b3b71bf4c3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ekino/phpstan-banned-code/zipball/4f0d7c8a0c9f5d222ffc24234aa6c5b3b71bf4c3",
"reference": "4f0d7c8a0c9f5d222ffc24234aa6c5b3b71bf4c3",
"shasum": ""
},
"require": {
"php": "^7.3 || ^8.0",
"phpstan/phpstan": "^1.0"
},
"require-dev": {
2021-10-02 19:36:17 +02:00
"ergebnis/composer-normalize": "^2.6",
"friendsofphp/php-cs-fixer": "^3.0",
"nikic/php-parser": "^4.3",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^9.5",
2021-10-02 19:36:17 +02:00
"symfony/var-dumper": "^5.0"
},
"type": "phpstan-extension",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
},
"phpstan": {
"includes": [
"extension.neon"
]
}
},
"autoload": {
"psr-4": {
"Ekino\\PHPStanBannedCode\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Rémi Marseille",
"email": "remi.marseille@ekino.com",
"homepage": "https://www.ekino.com"
}
],
"description": "Detected banned code using PHPStan",
"homepage": "https://github.com/ekino/phpstan-banned-code",
"keywords": [
"PHPStan",
"code quality"
],
"support": {
"issues": "https://github.com/ekino/phpstan-banned-code/issues",
"source": "https://github.com/ekino/phpstan-banned-code/tree/v1.0.0"
},
"time": "2021-11-02T08:37:34+00: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",
"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-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": {
"php": ">=7.1"
2019-09-23 13:29:51 +02:00
},
"require-dev": {
"phpstan/phpstan": "*",
"squizlabs/php_codesniffer": "^3.1",
"vimeo/psalm": "^4.0"
2019-09-23 13:29:51 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
2019-09-23 13:29:51 +02:00
"autoload": {
"psr-4": {
"LanguageServerProtocol\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"ISC"
],
"authors": [
{
"name": "Felix Becker",
"email": "felix.b@outlook.com"
}
],
"description": "PHP classes for the Language Server Protocol",
"keywords": [
"language",
"microsoft",
"php",
"server"
],
"support": {
"issues": "https://github.com/felixfbecker/php-language-server-protocol/issues",
2022-07-17 22:26:35 +02:00
"source": "https://github.com/felixfbecker/php-language-server-protocol/tree/v1.5.2"
},
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"
],
"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"
},
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
},
{
2023-02-11 22:37:27 +01:00
"name": "netresearch/jsonmapper",
2023-04-16 23:58:03 +02:00
"version": "v4.2.0",
"source": {
"type": "git",
2023-02-11 22:37:27 +01:00
"url": "https://github.com/cweiske/jsonmapper.git",
2023-04-16 23:58:03 +02:00
"reference": "f60565f8c0566a31acf06884cdaa591867ecc956"
},
"dist": {
"type": "zip",
2023-04-16 23:58:03 +02:00
"url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/f60565f8c0566a31acf06884cdaa591867ecc956",
"reference": "f60565f8c0566a31acf06884cdaa591867ecc956",
"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"
},
"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
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2023-02-11 22:37:27 +01:00
"OSL-3.0"
],
"authors": [
{
2023-02-11 22:37:27 +01:00
"name": "Christian Weiske",
"email": "cweiske@cweiske.de",
"homepage": "http://github.com/cweiske/jsonmapper/",
"role": "Developer"
}
],
2023-02-11 22:37:27 +01:00
"description": "Map nested JSON structures onto PHP classes",
"support": {
2023-02-11 22:37:27 +01:00
"email": "cweiske@cweiske.de",
"issues": "https://github.com/cweiske/jsonmapper/issues",
2023-04-16 23:58:03 +02:00
"source": "https://github.com/cweiske/jsonmapper/tree/v4.2.0"
},
2023-04-16 23:58:03 +02:00
"time": "2023-04-09T17:37:40+00:00"
2019-09-23 13:29:51 +02:00
},
2020-02-01 17:00:03 +01:00
{
"name": "phpstan/extension-installer",
2023-05-27 19:24:14 +02:00
"version": "1.3.1",
2020-02-01 17:00:03 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/extension-installer.git",
2023-05-27 19:24:14 +02:00
"reference": "f45734bfb9984c6c56c4486b71230355f066a58a"
2020-02-01 17:00:03 +01:00
},
"dist": {
"type": "zip",
2023-05-27 19:24:14 +02:00
"url": "https://api.github.com/repos/phpstan/extension-installer/zipball/f45734bfb9984c6c56c4486b71230355f066a58a",
"reference": "f45734bfb9984c6c56c4486b71230355f066a58a",
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",
2023-05-27 19:24:14 +02:00
"phpstan/phpstan": "^1.9.0"
2020-02-01 17:00:03 +01:00
},
"require-dev": {
2022-10-22 21:38:24 +02:00
"composer/composer": "^2.0",
"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": {
2023-05-27 19:24:14 +02:00
"class": "PHPStan\\ExtensionInstaller\\Plugin"
2020-02-01 17:00:03 +01:00
},
"autoload": {
"psr-4": {
"PHPStan\\ExtensionInstaller\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Composer plugin for automatic installation of PHPStan extensions",
"support": {
"issues": "https://github.com/phpstan/extension-installer/issues",
2023-05-27 19:24:14 +02:00
"source": "https://github.com/phpstan/extension-installer/tree/1.3.1"
},
2023-05-27 19:24:14 +02:00
"time": "2023-05-24T08:59:17+00:00"
},
2020-02-01 17:00:03 +01:00
{
"name": "phpstan/phpstan",
2023-06-11 00:41:00 +02:00
"version": "1.10.18",
2020-02-01 17:00:03 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
2023-06-11 00:41:00 +02:00
"reference": "52b6416c579663eebdd2f1d97df21971daf3b43f"
2020-02-01 17:00:03 +01:00
},
"dist": {
"type": "zip",
2023-06-11 00:41:00 +02:00
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/52b6416c579663eebdd2f1d97df21971daf3b43f",
"reference": "52b6416c579663eebdd2f1d97df21971daf3b43f",
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"
],
"support": {
2023-03-18 19:54:27 +01:00
"docs": "https://phpstan.org/user-guide/getting-started",
"forum": "https://github.com/phpstan/phpstan/discussions",
"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"
},
"funding": [
{
"url": "https://github.com/ondrejmirtes",
"type": "github"
},
2021-10-02 18:36:29 +02:00
{
"url": "https://github.com/phpstan",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
"type": "tidelift"
}
],
2023-06-11 00:41:00 +02:00
"time": "2023-06-07T22:00:43+00:00"
2020-02-01 17:00:03 +01:00
},
{
"name": "phpstan/phpstan-doctrine",
2023-05-15 00:36:36 +02:00
"version": "1.3.40",
2020-02-01 17:00:03 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
2023-05-15 00:36:36 +02:00
"reference": "f741919a720af6f84249abc62befeb15eee7bc88"
2020-02-01 17:00:03 +01:00
},
"dist": {
"type": "zip",
2023-05-15 00:36:36 +02:00
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/f741919a720af6f84249abc62befeb15eee7bc88",
"reference": "f741919a720af6f84249abc62befeb15eee7bc88",
2020-02-01 17:00:03 +01:00
"shasum": ""
},
"require": {
2022-07-17 22:26:35 +02:00
"php": "^7.2 || ^8.0",
2023-05-06 22:25:56 +02:00
"phpstan/phpstan": "^1.10.12"
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",
"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",
"doctrine/lexer": "^1.2.1",
2020-06-13 16:09:06 +02:00
"doctrine/mongodb-odm": "^1.3 || ^2.1",
"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",
"nikic/php-parser": "^4.13.2",
"php-parallel-lint/php-parallel-lint": "^1.2",
"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",
"support": {
"issues": "https://github.com/phpstan/phpstan-doctrine/issues",
2023-05-15 00:36:36 +02:00
"source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.40"
},
2023-05-15 00:36:36 +02:00
"time": "2023-05-11T11:26:04+00:00"
2020-02-01 17:00:03 +01:00
},
{
"name": "phpstan/phpstan-symfony",
2023-05-27 19:24:14 +02:00
"version": "1.3.2",
2020-02-01 17:00:03 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-symfony.git",
2023-05-27 19:24:14 +02:00
"reference": "7332b90dfc291ac5b4b83fbca2081936faa1e3f9"
2020-02-01 17:00:03 +01:00
},
"dist": {
"type": "zip",
2023-05-27 19:24:14 +02:00
"url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/7332b90dfc291ac5b4b83fbca2081936faa1e3f9",
"reference": "7332b90dfc291ac5b4b83fbca2081936faa1e3f9",
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": {
"nikic/php-parser": "^4.13.0",
"php-parallel-lint/php-parallel-lint": "^1.2",
"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",
"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",
"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",
"support": {
"issues": "https://github.com/phpstan/phpstan-symfony/issues",
2023-05-27 19:24:14 +02:00
"source": "https://github.com/phpstan/phpstan-symfony/tree/1.3.2"
},
2023-05-27 19:24:14 +02:00
"time": "2023-05-16T12:46:15+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-04-22 22:34:14 +02:00
"version": "v5.0.3",
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-04-22 22:34:14 +02:00
"reference": "a6cef9c701686d17d4254b544d05345e9d3e0b88"
2020-03-29 23:13:25 +02:00
},
"dist": {
"type": "zip",
2023-04-22 22:34:14 +02:00
"url": "https://api.github.com/repos/psalm/psalm-plugin-symfony/zipball/a6cef9c701686d17d4254b544d05345e9d3e0b88",
"reference": "a6cef9c701686d17d4254b544d05345e9d3e0b88",
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",
"support": {
2021-10-02 21:04:31 +02:00
"issues": "https://github.com/psalm/psalm-plugin-symfony/issues",
2023-04-22 22:34:14 +02:00
"source": "https://github.com/psalm/psalm-plugin-symfony/tree/v5.0.3"
},
2023-04-22 22:34:14 +02:00
"time": "2023-04-21T15:40:12+00:00"
2020-03-29 23:13:25 +02:00
},
2023-05-28 01:16:12 +02:00
{
"name": "rector/rector",
2023-06-11 18:27:49 +02:00
"version": "0.17.0",
2023-05-28 01:16:12 +02:00
"source": {
"type": "git",
"url": "https://github.com/rectorphp/rector.git",
2023-06-11 18:27:49 +02:00
"reference": "d8da002b107c9b64d464bb48101290d4d078df4b"
2023-05-28 01:16:12 +02:00
},
"dist": {
"type": "zip",
2023-06-11 18:27:49 +02:00
"url": "https://api.github.com/repos/rectorphp/rector/zipball/d8da002b107c9b64d464bb48101290d4d078df4b",
"reference": "d8da002b107c9b64d464bb48101290d4d078df4b",
2023-05-28 01:16:12 +02:00
"shasum": ""
},
"require": {
"php": "^7.2|^8.0",
2023-06-11 18:27:49 +02:00
"phpstan/phpstan": "^1.10.15"
2023-05-28 01:16:12 +02:00
},
"conflict": {
"rector/rector-doctrine": "*",
"rector/rector-downgrade-php": "*",
"rector/rector-phpunit": "*",
"rector/rector-symfony": "*"
},
"bin": [
"bin/rector"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "0.15-dev"
}
},
"autoload": {
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Instant Upgrade and Automated Refactoring of any PHP code",
"keywords": [
"automation",
"dev",
"migration",
"refactoring"
],
"support": {
"issues": "https://github.com/rectorphp/rector/issues",
2023-06-11 18:27:49 +02:00
"source": "https://github.com/rectorphp/rector/tree/0.17.0"
2023-05-28 01:16:12 +02:00
},
"funding": [
{
"url": "https://github.com/tomasvotruba",
"type": "github"
}
],
2023-06-11 18:27:49 +02:00
"time": "2023-06-01T09:42:59+00:00"
2023-05-28 01:16:12 +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-06-13 19:06:50 +02:00
"reference": "7d728f50cf52ce838ac1c1504190823b4dc06b4d"
2019-03-27 19:19:50 +01:00
},
"dist": {
"type": "zip",
2023-06-13 19:06:50 +02:00
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/7d728f50cf52ce838ac1c1504190823b4dc06b4d",
"reference": "7d728f50cf52ce838ac1c1504190823b4dc06b4d",
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",
2023-04-16 23:58:03 +02:00
"appwrite/server-ce": "<=1.2.1",
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",
"awesome-support/awesome-support": "<=6.0.7",
2021-06-09 08:45:34 +02:00
"aws/aws-sdk-php": ">=3,<3.2.1",
2023-05-06 22:25:56 +02:00
"azuracast/azuracast": "<0.18.3",
2023-04-29 22:06:13 +02:00
"backdrop/backdrop": "<1.24.2",
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-05-27 19:24:14 +02:00
"codeigniter4/framework": "<4.3.5",
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",
2023-04-29 22:06:13 +02:00
"concrete5/concrete5": "<9.2|>= 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",
2023-04-29 22:06:13 +02:00
"contao/contao": ">=4,<4.4.56|>=4.5,<4.9.40|>=4.10,<4.11.7|>=4.13,<4.13.21|>=5.1,<5.1.4",
2021-06-09 08:45:34 +02:00
"contao/core": ">=2,<3.5.39",
2023-04-29 22:06:13 +02:00
"contao/core-bundle": "<4.9.40|>=4.10,<4.11.7|>=4.13,<4.13.21|>=5.1,<5.1.4|= 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-06-06 23:20:51 +02:00
"craftcms/cms": ">= 4.0.0-RC1, < 4.4.12|>= 4.0.0-RC1, <= 4.4.5|>= 4.0.0-RC1, <= 4.4.6|<=3.8.5|>=4,<4.4.6|>= 4.0.0-RC1, < 4.4.6|>= 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-06-06 23:20:51 +02:00
"dcat/laravel-admin": "<=2.1.3-beta",
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",
2023-06-05 22:15:07 +02:00
"dolibarr/dolibarr": "<17.0.1|= 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",
2023-04-29 22:06:13 +02:00
"drupal/core": ">=7,<7.96|>=8,<9.4.14|>=9.5,<9.5.8|>=10,<10.0.8",
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",
"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-05-27 19:24:14 +02:00
"francoisjacquet/rosariosis": "<11",
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",
"friendsoftypo3/mediace": ">=7.6.2,<7.6.5",
2021-10-02 18:36:29 +02:00
"froala/wysiwyg-editor": "<3.2.7",
2023-06-13 19:06:50 +02:00
"froxlor/froxlor": "<2.1",
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",
"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",
2023-04-22 22:34:14 +02:00
"guzzlehttp/psr7": "<1.9.1|>=2,<2.4.5",
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",
2023-04-22 22:34:14 +02:00
"httpsoft/http-message": "<1.0.12",
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",
2023-05-15 00:36:36 +02:00
"ibexa/user": ">=4,<4.4.3",
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",
2023-04-29 22:06:13 +02:00
"laminas/laminas-diactoros": "<2.18.1|>=2.24,<2.24.2|>=2.25,<2.25.2|= 2.23.0|= 2.22.0|= 2.21.0|= 2.20.0|= 2.19.0",
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",
2023-05-15 00:36:36 +02:00
"lavalite/cms": "<=9",
2021-10-02 18:36:29 +02:00
"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",
"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",
"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-06-11 00:41:00 +02:00
"microweber/microweber": "<=1.3.4",
2021-10-02 18:36:29 +02:00
"miniorange/miniorange-saml": "<1.4.3",
"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-05-06 22:25:56 +02:00
"moodle/moodle": "<4.2-rc.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-06-05 22:15:07 +02:00
"nilsteampassnet/teampass": "<3.0.9",
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",
2023-04-22 22:34:14 +02:00
"nyholm/psr7": "<1.6.1",
2022-07-17 22:26:35 +02:00
"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",
"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",
"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",
2023-04-22 22:34:14 +02:00
"phpbb/phpbb": ">=3.2,<3.2.10|>=3.3,<3.3.1",
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",
"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",
2023-05-27 19:24:14 +02:00
"pimcore/customer-management-framework-bundle": "<3.3.10",
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-06-06 23:20:51 +02:00
"pimcore/pimcore": "<10.5.23",
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-06-06 23:20:51 +02:00
"pocketmine/pocketmine-mp": "<4.20.5|>=4.21,<4.21.1|< 4.18.0-ALPHA2|>= 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-04-29 22:06:13 +02:00
"prestashop/prestashop": "<8.0.4",
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",
2023-05-27 19:24:14 +02:00
"react/http": ">=0.7,<1.9",
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-04-22 22:34:14 +02:00
"shopware/core": "<=6.4.20",
"shopware/platform": "<=6.4.20",
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",
2023-04-29 22:06:13 +02:00
"silverstripe/admin": "<1.12.7",
2022-11-26 22:54:53 +01:00
"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",
2023-04-29 22:06:13 +02:00
"silverstripe/framework": "<4.12.5",
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",
2023-05-27 19:24:14 +02:00
"slim/psr7": "<1.4.1|>=1.5,<1.5.1|>=1.6,<1.6.1",
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",
"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",
"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",
"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",
2023-04-29 22:06:13 +02:00
"tcg/voyager": "<=1.4",
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-05-27 19:24:14 +02:00
"thorsten/phpmyfaq": "<3.2-beta",
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",
"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",
"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-04-16 23:58:03 +02:00
"uvdesk/community-skeleton": "<=1.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-05-15 00:36:36 +02: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"
],
"support": {
2021-10-02 21:04:31 +02:00
"issues": "https://github.com/Roave/SecurityAdvisories/issues",
"source": "https://github.com/Roave/SecurityAdvisories/tree/latest"
},
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-06-13 19:06:50 +02:00
"time": "2023-06-12T19:03:43+00:00"
2021-06-09 08:45:34 +02:00
},
{
2021-10-02 21:04:31 +02:00
"name": "sebastian/diff",
"version": "5.0.3",
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",
"reference": "912dc2fbe3e3c1e7873313cc801b100b6c68c87b"
2021-06-09 08:45:34 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/912dc2fbe3e3c1e7873313cc801b100b6c68c87b",
"reference": "912dc2fbe3e3c1e7873313cc801b100b6c68c87b",
2021-06-09 08:45:34 +02:00
"shasum": ""
},
"require": {
"php": ">=8.1"
2021-06-09 08:45:34 +02:00
},
2021-10-02 21:04:31 +02:00
"require-dev": {
"phpunit/phpunit": "^10.0",
"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": {
"dev-main": "5.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-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",
"security": "https://github.com/sebastianbergmann/diff/security/policy",
"source": "https://github.com/sebastianbergmann/diff/tree/5.0.3"
2021-06-09 08:45:34 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2023-05-01T07:48:21+00:00"
2019-09-23 13:29:51 +02:00
},
2023-02-11 22:37:27 +01:00
{
"name": "spatie/array-to-xml",
"version": "3.1.6",
2023-02-11 22:37:27 +01:00
"source": {
"type": "git",
"url": "https://github.com/spatie/array-to-xml.git",
"reference": "e210b98957987c755372465be105d32113f339a4"
2023-02-11 22:37:27 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/array-to-xml/zipball/e210b98957987c755372465be105d32113f339a4",
"reference": "e210b98957987c755372465be105d32113f339a4",
2023-02-11 22:37:27 +01:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"php": "^8.0"
2023-02-11 22:37:27 +01:00
},
"require-dev": {
"mockery/mockery": "^1.2",
"pestphp/pest": "^1.21",
"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/3.1.6"
2023-02-11 22:37:27 +01:00
},
"funding": [
{
"url": "https://spatie.be/open-source/support-us",
"type": "custom"
},
{
"url": "https://github.com/spatie",
"type": "github"
}
],
"time": "2023-05-11T14:04:07+00:00"
2023-02-11 22:37:27 +01:00
},
{
2021-10-02 19:36:17 +02:00
"name": "symfony/browser-kit",
2023-06-11 18:27:49 +02:00
"version": "v6.3.0",
"source": {
"type": "git",
2021-10-02 19:36:17 +02:00
"url": "https://github.com/symfony/browser-kit.git",
2023-06-11 18:27:49 +02:00
"reference": "0eb7228e7c435169e65c911ba8d107d56d850049"
},
"dist": {
"type": "zip",
2023-06-11 18:27:49 +02:00
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/0eb7228e7c435169e65c911ba8d107d56d850049",
"reference": "0eb7228e7c435169e65c911ba8d107d56d850049",
"shasum": ""
},
"require": {
2023-06-11 18:27:49 +02:00
"php": ">=8.1",
"symfony/dom-crawler": "^5.4|^6.0"
},
"require-dev": {
2023-06-11 18:27:49 +02:00
"symfony/css-selector": "^5.4|^6.0",
"symfony/http-client": "^5.4|^6.0",
"symfony/mime": "^5.4|^6.0",
"symfony/process": "^5.4|^6.0"
},
2021-10-02 19:36:17 +02:00
"type": "library",
"autoload": {
"psr-4": {
2021-10-02 19:36:17 +02:00
"Symfony\\Component\\BrowserKit\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"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",
"support": {
2023-06-11 18:27:49 +02:00
"source": "https://github.com/symfony/browser-kit/tree/v6.3.0"
},
"funding": [
{
2021-10-02 19:36:17 +02:00
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
2021-10-02 19:36:17 +02:00
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 18:27:49 +02:00
"time": "2023-04-25T10:46:17+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/debug-bundle",
2023-06-11 18:27:49 +02:00
"version": "v6.3.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/debug-bundle.git",
2023-06-11 18:27:49 +02:00
"reference": "02fe831f7cdd472c561116189bcc30d0759665e7"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-06-11 18:27:49 +02:00
"url": "https://api.github.com/repos/symfony/debug-bundle/zipball/02fe831f7cdd472c561116189bcc30d0759665e7",
"reference": "02fe831f7cdd472c561116189bcc30d0759665e7",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"ext-xml": "*",
2023-06-11 18:27:49 +02:00
"php": ">=8.1",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/http-kernel": "^5.4|^6.0",
"symfony/twig-bridge": "^5.4|^6.0",
"symfony/var-dumper": "^5.4|^6.0"
2019-02-23 16:49:38 +01:00
},
"conflict": {
2023-06-11 18:27:49 +02:00
"symfony/config": "<5.4",
"symfony/dependency-injection": "<5.4"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2023-06-11 18:27:49 +02:00
"symfony/config": "^5.4|^6.0",
"symfony/web-profiler-bundle": "^5.4|^6.0"
2019-02-23 16:49:38 +01:00
},
"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",
"support": {
2023-06-11 18:27:49 +02:00
"source": "https://github.com/symfony/debug-bundle/tree/v6.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 18:27:49 +02:00
"time": "2023-05-25T12:58:06+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/dom-crawler",
2023-06-11 13:46:24 +02:00
"version": "v6.3.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/dom-crawler.git",
2023-06-11 13:46:24 +02:00
"reference": "2611ec97006953c3b21ac9f3c52a6a252483e637"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/2611ec97006953c3b21ac9f3c52a6a252483e637",
"reference": "2611ec97006953c3b21ac9f3c52a6a252483e637",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"masterminds/html5": "^2.6",
"php": ">=8.1",
2019-02-23 16:49:38 +01:00
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.0"
2019-06-16 12:36:17 +02:00
},
2019-02-23 16:49:38 +01:00
"require-dev": {
"symfony/css-selector": "^5.4|^6.0"
2019-02-23 16:49:38 +01:00
},
"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",
"support": {
2023-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/dom-crawler/tree/v6.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 13:46:24 +02:00
"time": "2023-04-28T16:05:33+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/maker-bundle",
"version": "v1.49.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/maker-bundle.git",
"reference": "ce1d424f76bbb377f1956cc7641e8e2eafe81cde"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/maker-bundle/zipball/ce1d424f76bbb377f1956cc7641e8e2eafe81cde",
"reference": "ce1d424f76bbb377f1956cc7641e8e2eafe81cde",
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",
"php": ">=8.0",
2022-07-17 22:26:35 +02:00
"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",
"symfony/process": "^5.4.7|^6.0"
2022-07-17 22:26:35 +02:00
},
"conflict": {
"doctrine/doctrine-bundle": "<2.4",
"doctrine/orm": "<2.10",
"symfony/doctrine-bridge": "<5.4"
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.17|^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/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": {
"dev-main": "1.0-dev"
2019-02-23 16:49:38 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Bundle\\MakerBundle\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.",
"homepage": "https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html",
"keywords": [
"code generator",
"generator",
"scaffold",
"scaffolding"
],
"support": {
"issues": "https://github.com/symfony/maker-bundle/issues",
"source": "https://github.com/symfony/maker-bundle/tree/v1.49.0"
},
2020-07-18 23:50:39 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2023-06-07T13:10:14+00:00"
2019-02-23 16:49:38 +01:00
},
{
"name": "symfony/phpunit-bridge",
2023-06-11 13:46:24 +02:00
"version": "v6.3.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/phpunit-bridge.git",
2023-06-11 13:46:24 +02:00
"reference": "f8d75b4d9bf7243979b2c2e5e6cd73f03e10579f"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-06-11 13:46:24 +02:00
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/f8d75b4d9bf7243979b2c2e5e6cd73f03e10579f",
"reference": "f8d75b4d9bf7243979b2c2e5e6cd73f03e10579f",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
"php": ">=7.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": {
2023-06-11 13:46:24 +02:00
"symfony/deprecation-contracts": "^2.5|^3.0",
"symfony/error-handler": "^5.4|^6.0",
"symfony/polyfill-php81": "^1.27"
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",
"support": {
2023-06-11 13:46:24 +02:00
"source": "https://github.com/symfony/phpunit-bridge/tree/v6.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 13:46:24 +02:00
"time": "2023-05-30T09:01:24+00:00"
},
2019-02-23 16:49:38 +01:00
{
"name": "symfony/web-profiler-bundle",
2023-06-11 18:27:49 +02:00
"version": "v6.3.0",
2019-02-23 16:49:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/web-profiler-bundle.git",
2023-06-11 18:27:49 +02:00
"reference": "bab614e12218a95a924685a1fbf662bd7ca2d746"
2019-02-23 16:49:38 +01:00
},
"dist": {
"type": "zip",
2023-06-11 18:27:49 +02:00
"url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/bab614e12218a95a924685a1fbf662bd7ca2d746",
"reference": "bab614e12218a95a924685a1fbf662bd7ca2d746",
2019-02-23 16:49:38 +01:00
"shasum": ""
},
"require": {
2023-06-11 18:27:49 +02:00
"php": ">=8.1",
"symfony/config": "^5.4|^6.0",
"symfony/framework-bundle": "^5.4|^6.0",
"symfony/http-kernel": "^6.3",
"symfony/routing": "^5.4|^6.0",
"symfony/twig-bundle": "^5.4|^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": {
2023-06-11 18:27:49 +02:00
"symfony/form": "<5.4",
2022-01-19 19:35:45 +01:00
"symfony/mailer": "<5.4",
2023-06-11 18:27:49 +02:00
"symfony/messenger": "<5.4"
2019-02-23 16:49:38 +01:00
},
"require-dev": {
2023-06-11 18:27:49 +02:00
"symfony/browser-kit": "^5.4|^6.0",
"symfony/console": "^5.4|^6.0",
"symfony/css-selector": "^5.4|^6.0",
"symfony/stopwatch": "^5.4|^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",
2023-06-11 18:27:49 +02:00
"keywords": [
"dev"
],
"support": {
2023-06-11 18:27:49 +02:00
"source": "https://github.com/symfony/web-profiler-bundle/tree/v6.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-06-11 18:27:49 +02:00
"time": "2023-05-22T17:08:58+00:00"
2019-09-23 13:29:51 +02:00
},
{
"name": "symplify/easy-coding-standard",
2023-05-15 00:36:36 +02:00
"version": "11.3.4",
"source": {
"type": "git",
2023-02-01 22:17:45 +01:00
"url": "https://github.com/easy-coding-standard/easy-coding-standard.git",
2023-05-15 00:36:36 +02:00
"reference": "c72eb4bdf30e54de2d31aef596f96642ff443741"
},
"dist": {
"type": "zip",
2023-05-15 00:36:36 +02:00
"url": "https://api.github.com/repos/easy-coding-standard/easy-coding-standard/zipball/c72eb4bdf30e54de2d31aef596f96642ff443741",
"reference": "c72eb4bdf30e54de2d31aef596f96642ff443741",
"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"
},
"bin": [
"bin/ecs"
],
"type": "library",
"autoload": {
2021-10-02 19:36:17 +02:00
"files": [
"bootstrap.php"
]
},
"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"
],
"support": {
2023-02-01 22:17:45 +01:00
"issues": "https://github.com/easy-coding-standard/easy-coding-standard/issues",
2023-05-15 00:36:36 +02:00
"source": "https://github.com/easy-coding-standard/easy-coding-standard/tree/11.3.4"
},
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-05-15 00:36:36 +02:00
"time": "2023-05-10T14:44:08+00:00"
},
2019-09-23 13:29:51 +02:00
{
"name": "vimeo/psalm",
2023-05-27 19:24:14 +02:00
"version": "5.12.0",
2019-09-23 13:29:51 +02:00
"source": {
"type": "git",
"url": "https://github.com/vimeo/psalm.git",
2023-05-27 19:24:14 +02:00
"reference": "f90118cdeacd0088e7215e64c0c99ceca819e176"
2019-09-23 13:29:51 +02:00
},
"dist": {
"type": "zip",
2023-05-27 19:24:14 +02:00
"url": "https://api.github.com/repos/vimeo/psalm/zipball/f90118cdeacd0088e7215e64c0c99ceca819e176",
"reference": "f90118cdeacd0088e7215e64c0c99ceca819e176",
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",
"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
],
"support": {
"issues": "https://github.com/vimeo/psalm/issues",
2023-05-27 19:24:14 +02:00
"source": "https://github.com/vimeo/psalm/tree/5.12.0"
},
2023-05-27 19:24:14 +02:00
"time": "2023-05-22T21:19:03+00:00"
2019-02-23 16:49:38 +01:00
}
],
"aliases": [],
"minimum-stability": "stable",
2019-03-27 19:19:50 +01:00
"stability-flags": {
"florianv/swap-bundle": 20,
2019-03-27 19:19:50 +01:00
"roave/security-advisories": 20
},
2019-02-23 16:49:38 +01:00
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
2023-05-28 01:16:12 +02:00
"php": "^8.1",
2019-02-23 16:49:38 +01:00
"ext-ctype": "*",
"ext-dom": "*",
2019-10-11 23:53:12 +02:00
"ext-gd": "*",
2019-03-25 18:14:14 +01:00
"ext-iconv": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-mbstring": "*"
2019-02-23 16:49:38 +01:00
},
"platform-dev": [],
"platform-overrides": {
"php": "8.1.0"
2020-07-18 23:50:39 +02:00
},
"plugin-api-version": "2.3.0"
2019-02-23 16:49:38 +01:00
}