2016-09-22 13:56:57 +02:00
{
"_readme" : [
"This file locks the dependencies of your project to a known state" ,
2019-10-26 16:51:04 +02:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies" ,
2016-09-22 13:56:57 +02:00
"This file is @generated automatically"
],
2026-07-27 18:35:42 +02:00
"content-hash" : "cee695515802e721a9e39acda6dfe25c" ,
2016-09-22 13:56:57 +02:00
"packages" : [
2026-04-13 15:50:28 +02:00
{
"name" : "aws/aws-crt-php" ,
"version" : "v1.2.7" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/awslabs/aws-crt-php.git" ,
"reference" : "d71d9906c7bb63a28295447ba12e74723bd3730e"
},
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/awslabs/aws-crt-php/zipball/d71d9906c7bb63a28295447ba12e74723bd3730e" ,
"reference" : "d71d9906c7bb63a28295447ba12e74723bd3730e" ,
"shasum" : ""
},
"require" : {
"php" : ">=5.5"
},
"require-dev" : {
"phpunit/phpunit" : "^4.8.35||^5.6.3||^9.5" ,
"yoast/phpunit-polyfills" : "^1.0"
},
"suggest" : {
"ext-awscrt" : "Make sure you install awscrt native extension to use any of the functionality."
},
"type" : "library" ,
"autoload" : {
"classmap" : [
"src/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"Apache-2.0"
],
"authors" : [
{
"name" : "AWS SDK Common Runtime Team" ,
"email" : "aws-sdk-common-runtime@amazon.com"
}
],
"description" : "AWS Common Runtime for PHP" ,
"homepage" : "https://github.com/awslabs/aws-crt-php" ,
"keywords" : [
"amazon" ,
"aws" ,
"crt" ,
"sdk"
],
"support" : {
"issues" : "https://github.com/awslabs/aws-crt-php/issues" ,
"source" : "https://github.com/awslabs/aws-crt-php/tree/v1.2.7"
},
"time" : "2024-10-18T22:15:13+00:00"
},
{
"name" : "aws/aws-sdk-php" ,
2026-07-27 18:35:42 +02:00
"version" : "3.389.0" ,
2026-04-13 15:50:28 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/aws/aws-sdk-php.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "e6e6649e58826c7edaa9f546f444461a25a22719"
2026-04-13 15:50:28 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/aws/aws-sdk-php/zipball/e6e6649e58826c7edaa9f546f444461a25a22719" ,
"reference" : "e6e6649e58826c7edaa9f546f444461a25a22719" ,
2026-04-13 15:50:28 +02:00
"shasum" : ""
},
"require" : {
"aws/aws-crt-php" : "^1.2.3" ,
"ext-json" : "*" ,
"ext-pcre" : "*" ,
"ext-simplexml" : "*" ,
2026-07-27 18:35:42 +02:00
"guzzlehttp/guzzle" : "^7.8.2 || ^8.0" ,
"guzzlehttp/promises" : "^2.0.3 || ^3.0" ,
"guzzlehttp/psr7" : "^2.6.3 || ^3.0" ,
"mtdowling/jmespath.php" : "^2.9.1" ,
2026-04-13 15:50:28 +02:00
"php" : ">=8.1" ,
"psr/http-message" : "^1.0 || ^2.0" ,
"symfony/filesystem" : "^v5.4.45 || ^v6.4.3 || ^v7.1.0 || ^v8.0.0"
},
"require-dev" : {
"andrewsville/php-token-reflection" : "^1.4" ,
"aws/aws-php-sns-message-validator" : "~1.0" ,
"behat/behat" : "~3.0" ,
"composer/composer" : "^2.7.8" ,
"dms/phpunit-arraysubset-asserts" : "^v0.5.0" ,
"doctrine/cache" : "~1.4" ,
"ext-dom" : "*" ,
"ext-openssl" : "*" ,
"ext-sockets" : "*" ,
"phpunit/phpunit" : "^10.0" ,
"psr/cache" : "^2.0 || ^3.0" ,
"psr/simple-cache" : "^2.0 || ^3.0" ,
"sebastian/comparator" : "^1.2.3 || ^4.0 || ^5.0" ,
"yoast/phpunit-polyfills" : "^2.0"
},
"suggest" : {
"aws/aws-php-sns-message-validator" : "To validate incoming SNS notifications" ,
"doctrine/cache" : "To use the DoctrineCacheAdapter" ,
"ext-curl" : "To send requests using cURL" ,
"ext-openssl" : "Allows working with CloudFront private distributions and verifying received SNS messages" ,
"ext-pcntl" : "To use client-side monitoring" ,
"ext-sockets" : "To use client-side monitoring"
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "3.0-dev"
}
},
"autoload" : {
"files" : [
"src/functions.php"
],
"psr-4" : {
"Aws\\" : "src/"
},
"exclude-from-classmap" : [
"src/data/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"Apache-2.0"
],
"authors" : [
{
"name" : "Amazon Web Services" ,
"homepage" : "https://aws.amazon.com"
}
],
"description" : "AWS SDK for PHP - Use Amazon Web Services in your PHP project" ,
"homepage" : "https://aws.amazon.com/sdk-for-php" ,
"keywords" : [
"amazon" ,
"aws" ,
"cloud" ,
"dynamodb" ,
"ec2" ,
"glacier" ,
"s3" ,
"sdk"
],
"support" : {
"forum" : "https://github.com/aws/aws-sdk-php/discussions" ,
"issues" : "https://github.com/aws/aws-sdk-php/issues" ,
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/aws/aws-sdk-php/tree/3.389.0"
2026-04-13 15:50:28 +02:00
},
2026-07-27 18:35:42 +02:00
"time" : "2026-07-24T18:05:53+00:00"
2026-04-13 15:50:28 +02:00
},
2026-04-12 17:55:57 +02:00
{
"name" : "bacon/bacon-qr-code" ,
"version" : "v3.1.1" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/Bacon/BaconQrCode.git" ,
"reference" : "4da2233e72eeecd9be3b62e0dc2cc9ed8e2e31c2"
},
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/Bacon/BaconQrCode/zipball/4da2233e72eeecd9be3b62e0dc2cc9ed8e2e31c2" ,
"reference" : "4da2233e72eeecd9be3b62e0dc2cc9ed8e2e31c2" ,
"shasum" : ""
},
"require" : {
"dasprid/enum" : "^1.0.3" ,
"ext-iconv" : "*" ,
"php" : "^8.1"
},
"require-dev" : {
"phly/keep-a-changelog" : "^2.12" ,
"phpunit/phpunit" : "^10.5.11 || ^11.0.4" ,
"spatie/phpunit-snapshot-assertions" : "^5.1.5" ,
"spatie/pixelmatch-php" : "^1.2.0" ,
"squizlabs/php_codesniffer" : "^3.9"
},
"suggest" : {
"ext-imagick" : "to generate QR code images"
},
"type" : "library" ,
"autoload" : {
"psr-4" : {
"BaconQrCode\\" : "src/"
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-2-Clause"
],
"authors" : [
{
"name" : "Ben Scholzen 'DASPRiD'" ,
"email" : "mail@dasprids.de" ,
"homepage" : "https://dasprids.de/" ,
"role" : "Developer"
}
],
"description" : "BaconQrCode is a QR code generator for PHP." ,
"homepage" : "https://github.com/Bacon/BaconQrCode" ,
"support" : {
"issues" : "https://github.com/Bacon/BaconQrCode/issues" ,
"source" : "https://github.com/Bacon/BaconQrCode/tree/v3.1.1"
},
"time" : "2026-04-05T21:06:35+00:00"
},
2026-04-12 15:19:03 +02:00
{
"name" : "brick/math" ,
2026-07-27 18:35:42 +02:00
"version" : "0.18.0" ,
2026-04-12 15:19:03 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/brick/math.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "82944324d1c1bdb2c2618e89978d4e2ad78d69ad"
2026-04-12 15:19:03 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/brick/math/zipball/82944324d1c1bdb2c2618e89978d4e2ad78d69ad" ,
"reference" : "82944324d1c1bdb2c2618e89978d4e2ad78d69ad" ,
2026-04-12 15:19:03 +02:00
"shasum" : ""
},
"require" : {
"php" : "^8.2"
},
"require-dev" : {
"phpstan/phpstan" : "2.1.22" ,
"phpunit/phpunit" : "^11.5"
},
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Brick\\Math\\" : "src/"
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"description" : "Arbitrary-precision arithmetic library" ,
"keywords" : [
"Arbitrary-precision" ,
"BigInteger" ,
"BigRational" ,
"arithmetic" ,
"bigdecimal" ,
"bignum" ,
"bignumber" ,
"brick" ,
"decimal" ,
"integer" ,
"math" ,
"mathematics" ,
"rational"
],
"support" : {
"issues" : "https://github.com/brick/math/issues" ,
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/brick/math/tree/0.18.0"
2026-04-12 15:19:03 +02:00
},
"funding" : [
{
"url" : "https://github.com/BenMorel" ,
"type" : "github"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-06-14T18:21:03+00:00"
2026-04-12 15:19:03 +02:00
},
2026-04-12 17:55:57 +02:00
{
"name" : "dasprid/enum" ,
"version" : "1.0.7" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/DASPRiD/Enum.git" ,
"reference" : "b5874fa9ed0043116c72162ec7f4fb50e02e7cce"
},
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/DASPRiD/Enum/zipball/b5874fa9ed0043116c72162ec7f4fb50e02e7cce" ,
"reference" : "b5874fa9ed0043116c72162ec7f4fb50e02e7cce" ,
"shasum" : ""
},
"require" : {
"php" : ">=7.1 <9.0"
},
"require-dev" : {
"phpunit/phpunit" : "^7 || ^8 || ^9 || ^10 || ^11" ,
"squizlabs/php_codesniffer" : "*"
},
"type" : "library" ,
"autoload" : {
"psr-4" : {
"DASPRiD\\Enum\\" : "src/"
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-2-Clause"
],
"authors" : [
{
"name" : "Ben Scholzen 'DASPRiD'" ,
"email" : "mail@dasprids.de" ,
"homepage" : "https://dasprids.de/" ,
"role" : "Developer"
}
],
"description" : "PHP 7.1 enum implementation" ,
"keywords" : [
"enum" ,
"map"
],
"support" : {
"issues" : "https://github.com/DASPRiD/Enum/issues" ,
"source" : "https://github.com/DASPRiD/Enum/tree/1.0.7"
},
"time" : "2025-09-16T12:23:56+00:00"
},
2016-09-22 13:56:57 +02:00
{
"name" : "doctrine/collections" ,
2026-04-09 12:10:37 +02:00
"version" : "2.6.0" ,
2016-09-22 13:56:57 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/doctrine/collections.git" ,
2026-04-09 12:10:37 +02:00
"reference" : "7713da39d8e237f28411d6a616a3dce5e20d5de2"
2016-09-22 13:56:57 +02:00
},
"dist" : {
"type" : "zip" ,
2026-04-09 12:10:37 +02:00
"url" : "https://api.github.com/repos/doctrine/collections/zipball/7713da39d8e237f28411d6a616a3dce5e20d5de2" ,
"reference" : "7713da39d8e237f28411d6a616a3dce5e20d5de2" ,
2016-09-22 13:56:57 +02:00
"shasum" : ""
},
"require" : {
2026-04-09 12:10:37 +02:00
"doctrine/deprecations" : "^1" ,
"php" : "^8.1" ,
"symfony/polyfill-php84" : "^1.30"
2016-09-22 13:56:57 +02:00
},
"require-dev" : {
2026-04-09 12:10:37 +02:00
"doctrine/coding-standard" : "^14" ,
"ext-json" : "*" ,
"phpstan/phpstan" : "^2.1.30" ,
"phpstan/phpstan-phpunit" : "^2.0.7" ,
"phpunit/phpunit" : "^10.5.58 || ^11.5.42 || ^12.4"
2016-09-22 13:56:57 +02:00
},
"type" : "library" ,
"autoload" : {
2019-10-26 16:51:04 +02:00
"psr-4" : {
2026-04-09 12:10:37 +02:00
"Doctrine\\Common\\Collections\\" : "src"
2016-09-22 13:56:57 +02:00
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
2026-04-09 12:10:37 +02:00
{
"name" : "Guilherme Blanco" ,
"email" : "guilhermeblanco@gmail.com"
},
2016-09-22 13:56:57 +02: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-10-26 16:51:04 +02:00
"description" : "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays." ,
"homepage" : "https://www.doctrine-project.org/projects/collections.html" ,
2016-09-22 13:56:57 +02:00
"keywords" : [
"array" ,
"collections" ,
2019-10-26 16:51:04 +02:00
"iterators" ,
"php"
2016-09-22 13:56:57 +02:00
],
2026-04-09 12:10:37 +02:00
"support" : {
"issues" : "https://github.com/doctrine/collections/issues" ,
"source" : "https://github.com/doctrine/collections/tree/2.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%2Fcollections" ,
"type" : "tidelift"
}
],
"time" : "2026-01-15T10:01:58+00:00"
2016-09-22 13:56:57 +02:00
},
{
"name" : "doctrine/dbal" ,
2026-07-27 18:35:42 +02:00
"version" : "4.4.4" ,
2016-09-22 13:56:57 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/doctrine/dbal.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "fb9e0ffe15e1590e24dc61c0c0a23f9a33ee42ce"
2016-09-22 13:56:57 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/doctrine/dbal/zipball/fb9e0ffe15e1590e24dc61c0c0a23f9a33ee42ce" ,
"reference" : "fb9e0ffe15e1590e24dc61c0c0a23f9a33ee42ce" ,
2016-09-22 13:56:57 +02:00
"shasum" : ""
},
"require" : {
2026-04-19 22:09:03 +02:00
"doctrine/deprecations" : "^1.1.5" ,
"php" : "^8.2" ,
2026-04-09 20:21:01 +02:00
"psr/cache" : "^1|^2|^3" ,
"psr/log" : "^1|^2|^3"
},
2016-09-22 13:56:57 +02:00
"require-dev" : {
2026-04-09 20:21:01 +02:00
"doctrine/coding-standard" : "14.0.0" ,
"fig/log-test" : "^1" ,
2026-04-19 22:09:03 +02:00
"jetbrains/phpstorm-stubs" : "2023.2" ,
2026-04-09 20:21:01 +02:00
"phpstan/phpstan" : "2.1.30" ,
2026-04-19 22:09:03 +02:00
"phpstan/phpstan-phpunit" : "2.0.7" ,
2026-04-09 20:21:01 +02:00
"phpstan/phpstan-strict-rules" : "^2" ,
2026-04-19 22:09:03 +02:00
"phpunit/phpunit" : "11.5.50" ,
2026-04-09 20:21:01 +02:00
"slevomat/coding-standard" : "8.27.1" ,
"squizlabs/php_codesniffer" : "4.0.1" ,
2026-04-19 22:09:03 +02:00
"symfony/cache" : "^6.3.8|^7.0|^8.0" ,
"symfony/console" : "^5.4|^6.3|^7.0|^8.0"
2016-09-22 13:56:57 +02:00
},
"suggest" : {
"symfony/console" : "For helpful console commands such as SQL execution and import of files."
},
"type" : "library" ,
"autoload" : {
2019-10-26 16:51:04 +02:00
"psr-4" : {
2026-04-09 20:21:01 +02:00
"Doctrine\\DBAL\\" : "src"
2016-09-22 13:56:57 +02:00
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
2026-04-09 12:10:37 +02:00
{
"name" : "Guilherme Blanco" ,
"email" : "guilhermeblanco@gmail.com"
},
2016-09-22 13:56:57 +02:00
{
"name" : "Roman Borschel" ,
"email" : "roman@code-factory.org"
},
{
"name" : "Benjamin Eberlei" ,
"email" : "kontakt@beberlei.de"
},
{
"name" : "Jonathan Wage" ,
"email" : "jonwage@gmail.com"
}
],
2019-10-26 16:51:04 +02:00
"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" ,
2016-09-22 13:56:57 +02:00
"keywords" : [
2019-10-26 16:51:04 +02:00
"abstraction" ,
2016-09-22 13:56:57 +02:00
"database" ,
2026-04-09 12:10:37 +02:00
"db2" ,
2016-09-22 13:56:57 +02:00
"dbal" ,
2026-04-09 12:10:37 +02:00
"mariadb" ,
"mssql" ,
2019-10-26 16:51:04 +02:00
"mysql" ,
2026-04-09 12:10:37 +02:00
"oci8" ,
"oracle" ,
"pdo" ,
2019-10-26 16:51:04 +02:00
"pgsql" ,
2026-04-09 12:10:37 +02:00
"postgresql" ,
"queryobject" ,
"sasql" ,
"sql" ,
"sqlite" ,
"sqlserver" ,
"sqlsrv"
],
"support" : {
"issues" : "https://github.com/doctrine/dbal/issues" ,
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/doctrine/dbal/tree/4.4.4"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://www.doctrine-project.org/sponsorship.html" ,
"type" : "custom"
},
{
"url" : "https://www.patreon.com/phpdoctrine" ,
"type" : "patreon"
},
{
"url" : "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal" ,
"type" : "tidelift"
}
2016-09-22 13:56:57 +02:00
],
2026-07-27 18:35:42 +02:00
"time" : "2026-07-21T14:34:40+00:00"
2016-09-22 13:56:57 +02:00
},
{
2026-04-09 12:10:37 +02:00
"name" : "doctrine/deprecations" ,
"version" : "1.1.6" ,
2016-09-22 13:56:57 +02:00
"source" : {
"type" : "git" ,
2026-04-09 12:10:37 +02:00
"url" : "https://github.com/doctrine/deprecations.git" ,
"reference" : "d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca"
2016-09-22 13:56:57 +02:00
},
"dist" : {
"type" : "zip" ,
2026-04-09 12:10:37 +02:00
"url" : "https://api.github.com/repos/doctrine/deprecations/zipball/d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca" ,
"reference" : "d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca" ,
2016-09-22 13:56:57 +02:00
"shasum" : ""
},
"require" : {
2026-04-09 12:10:37 +02:00
"php" : "^7.1 || ^8.0"
2019-10-26 16:51:04 +02:00
},
"conflict" : {
2026-04-09 12:10:37 +02:00
"phpunit/phpunit" : "<=7.5 || >=14"
2016-09-22 13:56:57 +02:00
},
"require-dev" : {
2026-04-09 12:10:37 +02:00
"doctrine/coding-standard" : "^9 || ^12 || ^14" ,
"phpstan/phpstan" : "1.4.10 || 2.1.30" ,
"phpstan/phpstan-phpunit" : "^1.0 || ^2" ,
"phpunit/phpunit" : "^7.5 || ^8.5 || ^9.6 || ^10.5 || ^11.5 || ^12.4 || ^13.0" ,
"psr/log" : "^1 || ^2 || ^3"
2016-09-22 13:56:57 +02:00
},
"suggest" : {
2026-04-09 12:10:37 +02:00
"psr/log" : "Allows logging deprecations via PSR-3 logger implementation"
2016-09-22 13:56:57 +02:00
},
2026-04-09 12:10:37 +02:00
"type" : "library" ,
2016-09-22 13:56:57 +02:00
"autoload" : {
"psr-4" : {
2026-04-09 12:10:37 +02:00
"Doctrine\\Deprecations\\" : "src"
2016-09-22 13:56:57 +02:00
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
2026-04-09 12:10:37 +02:00
"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" ,
"source" : "https://github.com/doctrine/deprecations/tree/1.1.6"
},
"time" : "2026-02-07T07:09:04+00:00"
2016-09-22 13:56:57 +02:00
},
{
2026-04-09 12:10:37 +02:00
"name" : "doctrine/doctrine-bundle" ,
2026-07-27 18:35:42 +02:00
"version" : "3.3.1" ,
2016-09-22 13:56:57 +02:00
"source" : {
"type" : "git" ,
2026-04-09 12:10:37 +02:00
"url" : "https://github.com/doctrine/DoctrineBundle.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "9b231f957020de52d6ac94fd72f0cbe8cf1eaad5"
2016-09-22 13:56:57 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/9b231f957020de52d6ac94fd72f0cbe8cf1eaad5" ,
"reference" : "9b231f957020de52d6ac94fd72f0cbe8cf1eaad5" ,
2016-09-22 13:56:57 +02:00
"shasum" : ""
},
"require" : {
2026-04-20 09:05:36 +02:00
"doctrine/dbal" : "^4.0" ,
2026-04-19 22:09:03 +02:00
"doctrine/deprecations" : "^1.0" ,
2026-04-20 09:05:36 +02:00
"doctrine/persistence" : "^4" ,
2026-04-09 12:10:37 +02:00
"doctrine/sql-formatter" : "^1.0.1" ,
2026-07-27 18:35:42 +02:00
"ext-mbstring" : "*" ,
2026-04-20 09:05:36 +02:00
"php" : "^8.4" ,
"symfony/cache" : "^6.4 || ^7.0 || ^8.0" ,
"symfony/config" : "^6.4 || ^7.0 || ^8.0" ,
"symfony/console" : "^6.4 || ^7.0 || ^8.0" ,
"symfony/dependency-injection" : "^6.4 || ^7.0 || ^8.0" ,
"symfony/doctrine-bridge" : "^6.4.3 || ^7.0.3 || ^8.0" ,
"symfony/framework-bundle" : "^6.4 || ^7.0 || ^8.0" ,
"symfony/service-contracts" : "^3"
2026-04-09 12:10:37 +02:00
},
"conflict" : {
2026-04-20 09:05:36 +02:00
"doctrine/orm" : "<3.0 || >=4.0" ,
"twig/twig" : "<3.0.4"
2016-09-22 13:56:57 +02:00
},
"require-dev" : {
2026-04-19 22:09:03 +02:00
"doctrine/coding-standard" : "^14" ,
2026-04-20 09:05:36 +02:00
"doctrine/orm" : "^3.4.4" ,
2026-07-27 18:35:42 +02:00
"phpstan/phpstan" : "^2.1.13" ,
2026-04-09 20:21:01 +02:00
"phpstan/phpstan-phpunit" : "2.0.3" ,
"phpstan/phpstan-strict-rules" : "^2" ,
2026-07-27 18:35:42 +02:00
"phpstan/phpstan-symfony" : "^2.0.9" ,
2026-04-20 09:05:36 +02:00
"phpunit/phpunit" : "^12.3.10" ,
"psr/log" : "^3.0" ,
"symfony/doctrine-messenger" : "^6.4 || ^7.0 || ^8.0" ,
"symfony/expression-language" : "^6.4 || ^7.0 || ^8.0" ,
2026-07-27 18:35:42 +02:00
"symfony/http-kernel" : "^6.4 || ^7.0 || ^8.0" ,
2026-04-20 09:05:36 +02:00
"symfony/messenger" : "^6.4 || ^7.0 || ^8.0" ,
"symfony/property-info" : "^6.4 || ^7.0 || ^8.0" ,
2026-07-27 18:35:42 +02:00
"symfony/runtime" : "^6.4 || ^7.0 || ^8.0" ,
2026-04-20 09:05:36 +02:00
"symfony/security-bundle" : "^6.4 || ^7.0 || ^8.0" ,
"symfony/stopwatch" : "^6.4 || ^7.0 || ^8.0" ,
"symfony/string" : "^6.4 || ^7.0 || ^8.0" ,
"symfony/twig-bridge" : "^6.4 || ^7.0 || ^8.0" ,
"symfony/validator" : "^6.4 || ^7.0 || ^8.0" ,
"symfony/web-profiler-bundle" : "^6.4 || ^7.0 || ^8.0" ,
"symfony/yaml" : "^6.4 || ^7.0 || ^8.0" ,
"twig/twig" : "^3.21.1"
2016-09-22 13:56:57 +02:00
},
"suggest" : {
2026-04-09 12:10:37 +02:00
"doctrine/orm" : "The Doctrine ORM integration is optional in the bundle." ,
"ext-pdo" : "*" ,
"symfony/web-profiler-bundle" : "To use the data collector."
2016-09-22 13:56:57 +02:00
},
"type" : "symfony-bundle" ,
"autoload" : {
"psr-4" : {
2026-04-09 20:21:01 +02:00
"Doctrine\\Bundle\\DoctrineBundle\\" : "src"
2026-04-09 12:10:37 +02:00
}
2016-09-22 13:56:57 +02:00
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
2026-04-09 12:10:37 +02:00
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
2016-09-22 13:56:57 +02:00
},
{
"name" : "Benjamin Eberlei" ,
"email" : "kontakt@beberlei.de"
},
{
2026-04-09 12:10:37 +02:00
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
2016-09-22 13:56:57 +02:00
},
{
"name" : "Doctrine Project" ,
2026-04-09 12:10:37 +02:00
"homepage" : "https://www.doctrine-project.org/"
2016-09-22 13:56:57 +02:00
}
],
2026-04-09 12:10:37 +02:00
"description" : "Symfony DoctrineBundle" ,
2019-10-26 16:51:04 +02:00
"homepage" : "https://www.doctrine-project.org" ,
2016-09-22 13:56:57 +02:00
"keywords" : [
2026-04-09 12:10:37 +02:00
"database" ,
"dbal" ,
"orm" ,
"persistence"
],
"support" : {
"issues" : "https://github.com/doctrine/DoctrineBundle/issues" ,
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/doctrine/DoctrineBundle/tree/3.3.1"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://www.doctrine-project.org/sponsorship.html" ,
"type" : "custom"
},
{
"url" : "https://www.patreon.com/phpdoctrine" ,
"type" : "patreon"
},
{
"url" : "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-bundle" ,
"type" : "tidelift"
}
2016-09-22 13:56:57 +02:00
],
2026-07-27 18:35:42 +02:00
"time" : "2026-07-23T10:37:01+00:00"
2016-09-22 13:56:57 +02:00
},
{
"name" : "doctrine/doctrine-migrations-bundle" ,
2026-04-20 09:05:36 +02:00
"version" : "4.0.0" ,
2016-09-22 13:56:57 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/doctrine/DoctrineMigrationsBundle.git" ,
2026-04-20 09:05:36 +02:00
"reference" : "20505da78735744fb4a42a3bb9a416b345ad6f7c"
2016-09-22 13:56:57 +02:00
},
"dist" : {
"type" : "zip" ,
2026-04-20 09:05:36 +02:00
"url" : "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/20505da78735744fb4a42a3bb9a416b345ad6f7c" ,
"reference" : "20505da78735744fb4a42a3bb9a416b345ad6f7c" ,
2016-09-22 13:56:57 +02:00
"shasum" : ""
},
"require" : {
2026-04-20 09:05:36 +02:00
"doctrine/dbal" : "^4" ,
"doctrine/doctrine-bundle" : "^3" ,
2026-04-09 20:21:01 +02:00
"doctrine/migrations" : "^3.2" ,
2026-04-20 09:05:36 +02:00
"php" : "^8.4" ,
"psr/log" : "^3" ,
"symfony/config" : "^6.4 || ^7.0 || ^8.0" ,
"symfony/console" : "^6.4 || ^7.0 || ^8.0" ,
"symfony/dependency-injection" : "^6.4 || ^7.0 || ^8.0" ,
"symfony/deprecation-contracts" : "^3" ,
"symfony/framework-bundle" : "^6.4 || ^7.0 || ^8.0" ,
"symfony/http-foundation" : "^6.4 || ^7.0 || ^8.0" ,
"symfony/http-kernel" : "^6.4 || ^7.0 || ^8.0" ,
"symfony/service-contracts" : "^3.0"
2016-09-22 13:56:57 +02:00
},
"require-dev" : {
2026-04-09 20:21:01 +02:00
"composer/semver" : "^3.0" ,
2026-04-20 09:05:36 +02:00
"doctrine/coding-standard" : "^14" ,
"doctrine/orm" : "^3" ,
"phpstan/phpstan" : "^2" ,
"phpstan/phpstan-deprecation-rules" : "^2" ,
"phpstan/phpstan-phpunit" : "^2" ,
"phpstan/phpstan-strict-rules" : "^2" ,
"phpstan/phpstan-symfony" : "^2" ,
"phpunit/phpunit" : "^12.5" ,
"symfony/var-exporter" : "^6.4 || ^7 || ^8"
2016-09-22 13:56:57 +02:00
},
"type" : "symfony-bundle" ,
"autoload" : {
"psr-4" : {
2026-04-09 20:21:01 +02:00
"Doctrine\\Bundle\\MigrationsBundle\\" : "src"
}
2016-09-22 13:56:57 +02:00
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
2026-04-09 12:10:37 +02:00
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
2016-09-22 13:56:57 +02:00
},
{
"name" : "Doctrine Project" ,
2026-04-09 20:21:01 +02:00
"homepage" : "https://www.doctrine-project.org"
2016-09-22 13:56:57 +02:00
},
{
2026-04-09 12:10:37 +02:00
"name" : "Symfony Community" ,
2026-04-09 20:21:01 +02:00
"homepage" : "https://symfony.com/contributors"
2016-09-22 13:56:57 +02:00
}
],
"description" : "Symfony DoctrineMigrationsBundle" ,
2019-10-26 18:07:36 +02:00
"homepage" : "https://www.doctrine-project.org" ,
2016-09-22 13:56:57 +02:00
"keywords" : [
"dbal" ,
"migrations" ,
"schema"
],
2026-04-09 12:10:37 +02:00
"support" : {
"issues" : "https://github.com/doctrine/DoctrineMigrationsBundle/issues" ,
2026-04-20 09:05:36 +02:00
"source" : "https://github.com/doctrine/DoctrineMigrationsBundle/tree/4.0.0"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://www.doctrine-project.org/sponsorship.html" ,
"type" : "custom"
},
{
"url" : "https://www.patreon.com/phpdoctrine" ,
"type" : "patreon"
},
{
"url" : "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-migrations-bundle" ,
"type" : "tidelift"
}
],
2026-04-20 09:05:36 +02:00
"time" : "2025-12-05T08:14:38+00:00"
2019-10-26 16:51:04 +02:00
},
{
"name" : "doctrine/event-manager" ,
2026-04-09 20:21:01 +02:00
"version" : "2.1.1" ,
2019-10-26 16:51:04 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/doctrine/event-manager.git" ,
2026-04-09 20:21:01 +02:00
"reference" : "dda33921b198841ca8dbad2eaa5d4d34769d18cf"
2019-10-26 16:51:04 +02:00
},
"dist" : {
"type" : "zip" ,
2026-04-09 20:21:01 +02:00
"url" : "https://api.github.com/repos/doctrine/event-manager/zipball/dda33921b198841ca8dbad2eaa5d4d34769d18cf" ,
"reference" : "dda33921b198841ca8dbad2eaa5d4d34769d18cf" ,
2019-10-26 16:51:04 +02:00
"shasum" : ""
},
"require" : {
2026-04-09 20:21:01 +02:00
"php" : "^8.1"
2019-10-26 16:51:04 +02:00
},
"conflict" : {
2026-04-09 12:10:37 +02:00
"doctrine/common" : "<2.9"
2019-10-26 16:51:04 +02:00
},
"require-dev" : {
2026-04-09 20:21:01 +02:00
"doctrine/coding-standard" : "^14" ,
"phpdocumentor/guides-cli" : "^1.4" ,
"phpstan/phpstan" : "^2.1.32" ,
"phpunit/phpunit" : "^10.5.58"
2019-10-26 16:51:04 +02:00
},
"type" : "library" ,
"autoload" : {
"psr-4" : {
2026-04-09 12:10:37 +02:00
"Doctrine\\Common\\" : "src"
2019-10-26 16:51:04 +02:00
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
2026-04-09 12:10:37 +02:00
{
"name" : "Guilherme Blanco" ,
"email" : "guilhermeblanco@gmail.com"
},
2019-10-26 16:51:04 +02: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"
}
],
2026-04-09 12:10:37 +02:00
"description" : "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects." ,
2019-10-26 16:51:04 +02:00
"homepage" : "https://www.doctrine-project.org/projects/event-manager.html" ,
"keywords" : [
"event" ,
2026-04-09 12:10:37 +02:00
"event dispatcher" ,
"event manager" ,
"event system" ,
"events"
],
"support" : {
"issues" : "https://github.com/doctrine/event-manager/issues" ,
2026-04-09 20:21:01 +02:00
"source" : "https://github.com/doctrine/event-manager/tree/2.1.1"
2026-04-09 12:10:37 +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"
}
2019-10-26 16:51:04 +02:00
],
2026-04-09 20:21:01 +02:00
"time" : "2026-01-29T07:11:08+00:00"
2016-09-22 13:56:57 +02:00
},
{
"name" : "doctrine/inflector" ,
2026-04-09 12:10:37 +02:00
"version" : "2.1.0" ,
2016-09-22 13:56:57 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/doctrine/inflector.git" ,
2026-04-09 12:10:37 +02:00
"reference" : "6d6c96277ea252fc1304627204c3d5e6e15faa3b"
2016-09-22 13:56:57 +02:00
},
"dist" : {
"type" : "zip" ,
2026-04-09 12:10:37 +02:00
"url" : "https://api.github.com/repos/doctrine/inflector/zipball/6d6c96277ea252fc1304627204c3d5e6e15faa3b" ,
"reference" : "6d6c96277ea252fc1304627204c3d5e6e15faa3b" ,
2016-09-22 13:56:57 +02:00
"shasum" : ""
},
"require" : {
2026-04-09 12:10:37 +02:00
"php" : "^7.2 || ^8.0"
2016-09-22 13:56:57 +02:00
},
"require-dev" : {
2026-04-09 12:10:37 +02:00
"doctrine/coding-standard" : "^12.0 || ^13.0" ,
"phpstan/phpstan" : "^1.12 || ^2.0" ,
"phpstan/phpstan-phpunit" : "^1.4 || ^2.0" ,
"phpstan/phpstan-strict-rules" : "^1.6 || ^2.0" ,
"phpunit/phpunit" : "^8.5 || ^12.2"
2016-09-22 13:56:57 +02:00
},
"type" : "library" ,
"autoload" : {
2019-10-26 16:51:04 +02:00
"psr-4" : {
2026-04-09 12:10:37 +02:00
"Doctrine\\Inflector\\" : "src"
2016-09-22 13:56:57 +02:00
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
2026-04-09 12:10:37 +02:00
"name" : "Guilherme Blanco" ,
"email" : "guilhermeblanco@gmail.com"
2016-09-22 13:56:57 +02:00
},
{
2026-04-09 12:10:37 +02:00
"name" : "Roman Borschel" ,
"email" : "roman@code-factory.org"
2016-09-22 13:56:57 +02:00
},
{
2026-04-09 12:10:37 +02:00
"name" : "Benjamin Eberlei" ,
"email" : "kontakt@beberlei.de"
2016-09-22 13:56:57 +02:00
},
{
"name" : "Jonathan Wage" ,
"email" : "jonwage@gmail.com"
},
{
"name" : "Johannes Schmitt" ,
"email" : "schmittjoh@gmail.com"
}
],
2026-04-09 12:10:37 +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" ,
2016-09-22 13:56:57 +02:00
"keywords" : [
"inflection" ,
2026-04-09 12:10:37 +02:00
"inflector" ,
"lowercase" ,
"manipulation" ,
"php" ,
"plural" ,
"singular" ,
"strings" ,
"uppercase" ,
"words"
],
"support" : {
"issues" : "https://github.com/doctrine/inflector/issues" ,
"source" : "https://github.com/doctrine/inflector/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%2Finflector" ,
"type" : "tidelift"
}
2016-09-22 13:56:57 +02:00
],
2026-04-09 12:10:37 +02:00
"time" : "2025-08-10T19:31:58+00:00"
2016-09-22 13:56:57 +02:00
},
{
"name" : "doctrine/instantiator" ,
2026-04-09 12:10:37 +02:00
"version" : "2.1.0" ,
2016-09-22 13:56:57 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/doctrine/instantiator.git" ,
2026-04-09 12:10:37 +02:00
"reference" : "23da848e1a2308728fe5fdddabf4be17ff9720c7"
2016-09-22 13:56:57 +02:00
},
"dist" : {
"type" : "zip" ,
2026-04-09 12:10:37 +02:00
"url" : "https://api.github.com/repos/doctrine/instantiator/zipball/23da848e1a2308728fe5fdddabf4be17ff9720c7" ,
"reference" : "23da848e1a2308728fe5fdddabf4be17ff9720c7" ,
2016-09-22 13:56:57 +02:00
"shasum" : ""
},
"require" : {
2026-04-09 12:10:37 +02:00
"php" : "^8.4"
2016-09-22 13:56:57 +02:00
},
"require-dev" : {
2026-04-09 12:10:37 +02:00
"doctrine/coding-standard" : "^14" ,
2016-09-22 13:56:57 +02:00
"ext-pdo" : "*" ,
"ext-phar" : "*" ,
2026-04-09 12:10:37 +02:00
"phpbench/phpbench" : "^1.2" ,
"phpstan/phpstan" : "^2.1" ,
"phpstan/phpstan-phpunit" : "^2.0" ,
"phpunit/phpunit" : "^10.5.58"
2016-09-22 13:56:57 +02: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" ,
2026-04-09 12:10:37 +02:00
"homepage" : "https://ocramius.github.io/"
2016-09-22 13:56:57 +02:00
}
],
"description" : "A small, lightweight utility to instantiate objects in PHP without invoking their constructors" ,
2019-10-26 16:51:04 +02:00
"homepage" : "https://www.doctrine-project.org/projects/instantiator.html" ,
2016-09-22 13:56:57 +02:00
"keywords" : [
"constructor" ,
"instantiate"
],
2026-04-09 12:10:37 +02:00
"support" : {
"issues" : "https://github.com/doctrine/instantiator/issues" ,
"source" : "https://github.com/doctrine/instantiator/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%2Finstantiator" ,
"type" : "tidelift"
}
],
"time" : "2026-01-05T06:47:08+00:00"
2016-09-22 13:56:57 +02:00
},
{
"name" : "doctrine/lexer" ,
2026-04-09 20:21:01 +02:00
"version" : "3.0.1" ,
2016-09-22 13:56:57 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/doctrine/lexer.git" ,
2026-04-09 20:21:01 +02:00
"reference" : "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd"
2016-09-22 13:56:57 +02:00
},
"dist" : {
"type" : "zip" ,
2026-04-09 20:21:01 +02:00
"url" : "https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd" ,
"reference" : "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd" ,
2016-09-22 13:56:57 +02:00
"shasum" : ""
},
"require" : {
2026-04-09 20:21:01 +02:00
"php" : "^8.1"
2019-10-26 16:51:04 +02:00
},
"require-dev" : {
2026-04-09 20:21:01 +02:00
"doctrine/coding-standard" : "^12" ,
"phpstan/phpstan" : "^1.10" ,
"phpunit/phpunit" : "^10.5" ,
2026-04-09 12:10:37 +02:00
"psalm/plugin-phpunit" : "^0.18.3" ,
2026-04-09 20:21:01 +02:00
"vimeo/psalm" : "^5.21"
2016-09-22 13:56:57 +02:00
},
"type" : "library" ,
"autoload" : {
2019-10-26 16:51:04 +02:00
"psr-4" : {
2026-04-09 12:10:37 +02:00
"Doctrine\\Common\\Lexer\\" : "src"
2016-09-22 13:56:57 +02:00
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Guilherme Blanco" ,
"email" : "guilhermeblanco@gmail.com"
},
2019-10-26 16:51:04 +02:00
{
"name" : "Roman Borschel" ,
"email" : "roman@code-factory.org"
},
2016-09-22 13:56:57 +02:00
{
"name" : "Johannes Schmitt" ,
"email" : "schmittjoh@gmail.com"
}
],
2019-10-26 16:51:04 +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" ,
2016-09-22 13:56:57 +02:00
"keywords" : [
2019-10-26 16:51:04 +02:00
"annotations" ,
"docblock" ,
2016-09-22 13:56:57 +02:00
"lexer" ,
2019-10-26 16:51:04 +02:00
"parser" ,
"php"
2016-09-22 13:56:57 +02:00
],
2026-04-09 12:10:37 +02:00
"support" : {
"issues" : "https://github.com/doctrine/lexer/issues" ,
2026-04-09 20:21:01 +02:00
"source" : "https://github.com/doctrine/lexer/tree/3.0.1"
2026-04-09 12:10:37 +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%2Flexer" ,
"type" : "tidelift"
}
],
2026-04-09 20:21:01 +02:00
"time" : "2024-02-05T11:56:58+00:00"
2016-09-22 13:56:57 +02:00
},
{
"name" : "doctrine/migrations" ,
2026-06-01 22:36:19 +02:00
"version" : "3.9.7" ,
2016-09-22 13:56:57 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/doctrine/migrations.git" ,
2026-06-01 22:36:19 +02:00
"reference" : "96cb2a89b56c9efb0bac38e606dc0b0f13e650ec"
2016-09-22 13:56:57 +02:00
},
"dist" : {
"type" : "zip" ,
2026-06-01 22:36:19 +02:00
"url" : "https://api.github.com/repos/doctrine/migrations/zipball/96cb2a89b56c9efb0bac38e606dc0b0f13e650ec" ,
"reference" : "96cb2a89b56c9efb0bac38e606dc0b0f13e650ec" ,
2016-09-22 13:56:57 +02:00
"shasum" : ""
},
"require" : {
2026-04-09 20:21:01 +02:00
"composer-runtime-api" : "^2" ,
"doctrine/dbal" : "^3.6 || ^4" ,
"doctrine/deprecations" : "^0.5.3 || ^1" ,
"doctrine/event-manager" : "^1.2 || ^2.0" ,
"php" : "^8.1" ,
"psr/log" : "^1.1.3 || ^2 || ^3" ,
"symfony/console" : "^5.4 || ^6.0 || ^7.0 || ^8.0" ,
"symfony/stopwatch" : "^5.4 || ^6.0 || ^7.0 || ^8.0" ,
"symfony/var-exporter" : "^6.2 || ^7.0 || ^8.0"
},
"conflict" : {
"doctrine/orm" : "<2.12 || >=4"
2016-09-22 13:56:57 +02:00
},
"require-dev" : {
2026-04-09 20:21:01 +02:00
"doctrine/coding-standard" : "^14" ,
"doctrine/orm" : "^2.13 || ^3" ,
"doctrine/persistence" : "^2 || ^3 || ^4" ,
"doctrine/sql-formatter" : "^1.0" ,
2019-10-26 18:07:36 +02:00
"ext-pdo_sqlite" : "*" ,
2026-04-09 20:21:01 +02:00
"fig/log-test" : "^1" ,
"phpstan/phpstan" : "^2" ,
"phpstan/phpstan-deprecation-rules" : "^2" ,
"phpstan/phpstan-phpunit" : "^2" ,
"phpstan/phpstan-strict-rules" : "^2" ,
"phpstan/phpstan-symfony" : "^2" ,
"phpunit/phpunit" : "^10.3 || ^11.0 || ^12.0" ,
"symfony/cache" : "^5.4 || ^6.0 || ^7.0 || ^8.0" ,
"symfony/process" : "^5.4 || ^6.0 || ^7.0 || ^8.0" ,
"symfony/yaml" : "^5.4 || ^6.0 || ^7.0 || ^8.0"
2016-09-22 13:56:57 +02:00
},
"suggest" : {
2026-04-09 20:21:01 +02:00
"doctrine/sql-formatter" : "Allows to generate formatted SQL with the diff command." ,
2019-10-26 16:51:04 +02:00
"symfony/yaml" : "Allows the use of yaml for migration configuration files."
2016-09-22 13:56:57 +02:00
},
"bin" : [
"bin/doctrine-migrations"
],
"type" : "library" ,
"autoload" : {
"psr-4" : {
2026-04-09 20:21:01 +02:00
"Doctrine\\Migrations\\" : "src"
2016-09-22 13:56:57 +02:00
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
2019-10-26 16:51:04 +02:00
"MIT"
2016-09-22 13:56:57 +02:00
],
"authors" : [
{
"name" : "Benjamin Eberlei" ,
"email" : "kontakt@beberlei.de"
},
{
"name" : "Jonathan Wage" ,
"email" : "jonwage@gmail.com"
},
{
"name" : "Michael Simonson" ,
"email" : "contact@mikesimonson.com"
}
],
2019-10-26 18:07:36 +02:00
"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." ,
2019-10-26 16:51:04 +02:00
"homepage" : "https://www.doctrine-project.org/projects/migrations.html" ,
2016-09-22 13:56:57 +02:00
"keywords" : [
"database" ,
2019-10-26 18:07:36 +02:00
"dbal" ,
2026-04-09 20:21:01 +02:00
"migrations"
2016-09-22 13:56:57 +02:00
],
2026-04-09 12:10:37 +02:00
"support" : {
"issues" : "https://github.com/doctrine/migrations/issues" ,
2026-06-01 22:36:19 +02:00
"source" : "https://github.com/doctrine/migrations/tree/3.9.7"
2026-04-09 12:10:37 +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%2Fmigrations" ,
"type" : "tidelift"
}
],
2026-06-01 22:36:19 +02:00
"time" : "2026-04-23T19:33:20+00:00"
2016-09-22 13:56:57 +02:00
},
{
"name" : "doctrine/orm" ,
2026-06-01 22:36:19 +02:00
"version" : "3.6.7" ,
2016-09-22 13:56:57 +02:00
"source" : {
"type" : "git" ,
2019-10-26 16:51:04 +02:00
"url" : "https://github.com/doctrine/orm.git" ,
2026-06-01 22:36:19 +02:00
"reference" : "bc217c0e19c3a9eadfa67697143b87c9ba01272c"
2016-09-22 13:56:57 +02:00
},
"dist" : {
"type" : "zip" ,
2026-06-01 22:36:19 +02:00
"url" : "https://api.github.com/repos/doctrine/orm/zipball/bc217c0e19c3a9eadfa67697143b87c9ba01272c" ,
"reference" : "bc217c0e19c3a9eadfa67697143b87c9ba01272c" ,
2016-09-22 13:56:57 +02:00
"shasum" : ""
},
"require" : {
2026-04-09 12:10:37 +02:00
"composer-runtime-api" : "^2" ,
2026-04-19 22:09:03 +02:00
"doctrine/collections" : "^2.2" ,
"doctrine/dbal" : "^3.8.2 || ^4" ,
2026-04-09 12:10:37 +02:00
"doctrine/deprecations" : "^0.5.3 || ^1" ,
"doctrine/event-manager" : "^1.2 || ^2" ,
"doctrine/inflector" : "^1.4 || ^2.0" ,
"doctrine/instantiator" : "^1.3 || ^2" ,
2026-04-19 22:09:03 +02:00
"doctrine/lexer" : "^3" ,
"doctrine/persistence" : "^3.3.1 || ^4" ,
2026-04-09 12:10:37 +02:00
"ext-ctype" : "*" ,
2026-04-19 22:09:03 +02:00
"php" : "^8.1" ,
2026-04-09 12:10:37 +02:00
"psr/cache" : "^1 || ^2 || ^3" ,
2026-04-19 22:09:03 +02:00
"symfony/console" : "^5.4 || ^6.0 || ^7.0 || ^8.0" ,
"symfony/var-exporter" : "^6.3.9 || ^7.0 || ^8.0"
2016-09-22 13:56:57 +02:00
},
"require-dev" : {
2026-04-19 22:09:03 +02:00
"doctrine/coding-standard" : "^14.0" ,
"phpbench/phpbench" : "^1.0" ,
"phpstan/extension-installer" : "^1.4" ,
"phpstan/phpstan" : "2.1.23" ,
"phpstan/phpstan-deprecation-rules" : "^2" ,
"phpunit/phpunit" : "^10.5.0 || ^11.5" ,
2026-04-09 12:10:37 +02:00
"psr/log" : "^1 || ^2 || ^3" ,
2026-04-19 22:09:03 +02:00
"symfony/cache" : "^5.4 || ^6.2 || ^7.0 || ^8.0"
2016-09-22 13:56:57 +02:00
},
"suggest" : {
2026-04-09 12:10:37 +02:00
"ext-dom" : "Provides support for XSD validation for XML mapping files" ,
2026-04-19 22:09:03 +02:00
"symfony/cache" : "Provides cache support for Setup Tool with doctrine/cache 2.0"
2016-09-22 13:56:57 +02:00
},
"type" : "library" ,
"autoload" : {
2019-10-26 16:51:04 +02:00
"psr-4" : {
2026-04-09 12:10:37 +02:00
"Doctrine\\ORM\\" : "src"
2016-09-22 13:56:57 +02:00
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
2019-10-26 16:51:04 +02:00
{
"name" : "Guilherme Blanco" ,
"email" : "guilhermeblanco@gmail.com"
},
2016-09-22 13:56:57 +02:00
{
"name" : "Roman Borschel" ,
"email" : "roman@code-factory.org"
},
{
"name" : "Benjamin Eberlei" ,
"email" : "kontakt@beberlei.de"
},
{
"name" : "Jonathan Wage" ,
"email" : "jonwage@gmail.com"
2019-10-26 16:51:04 +02:00
},
{
"name" : "Marco Pivetta" ,
"email" : "ocramius@gmail.com"
2016-09-22 13:56:57 +02:00
}
],
"description" : "Object-Relational-Mapper for PHP" ,
2026-04-09 12:10:37 +02:00
"homepage" : "https://www.doctrine-project.org/projects/orm.html" ,
2016-09-22 13:56:57 +02:00
"keywords" : [
"database" ,
"orm"
],
2026-04-09 12:10:37 +02:00
"support" : {
"issues" : "https://github.com/doctrine/orm/issues" ,
2026-06-01 22:36:19 +02:00
"source" : "https://github.com/doctrine/orm/tree/3.6.7"
2026-04-09 12:10:37 +02:00
},
2026-06-01 22:36:19 +02:00
"time" : "2026-05-25T16:45:47+00:00"
2016-09-22 13:56:57 +02:00
},
{
2019-10-26 16:51:04 +02:00
"name" : "doctrine/persistence" ,
2026-06-01 22:36:19 +02:00
"version" : "4.2.0" ,
2016-09-22 13:56:57 +02:00
"source" : {
"type" : "git" ,
2019-10-26 16:51:04 +02:00
"url" : "https://github.com/doctrine/persistence.git" ,
2026-06-01 22:36:19 +02:00
"reference" : "49ab73e0d3e2ac8d1f5ecda3dd8acd5503781e8b"
2016-09-22 13:56:57 +02:00
},
"dist" : {
"type" : "zip" ,
2026-06-01 22:36:19 +02:00
"url" : "https://api.github.com/repos/doctrine/persistence/zipball/49ab73e0d3e2ac8d1f5ecda3dd8acd5503781e8b" ,
"reference" : "49ab73e0d3e2ac8d1f5ecda3dd8acd5503781e8b" ,
2016-09-22 13:56:57 +02:00
"shasum" : ""
},
"require" : {
2026-06-01 22:36:19 +02:00
"doctrine/deprecations" : "^1" ,
2026-04-09 12:10:37 +02:00
"doctrine/event-manager" : "^1 || ^2" ,
2026-04-19 22:09:03 +02:00
"php" : "^8.1" ,
2026-04-09 12:10:37 +02:00
"psr/cache" : "^1.0 || ^2.0 || ^3.0"
2019-10-26 16:51:04 +02:00
},
"require-dev" : {
2026-04-19 22:09:03 +02:00
"doctrine/coding-standard" : "^14" ,
"phpstan/phpstan" : "2.1.30" ,
"phpstan/phpstan-phpunit" : "^2" ,
"phpstan/phpstan-strict-rules" : "^2" ,
"phpunit/phpunit" : "^10.5.58 || ^12" ,
2026-06-01 22:36:19 +02:00
"symfony/cache" : "^4.4 || ^5.4 || ^6.0 || ^7.0 || ^8.0" ,
"symfony/finder" : "^4.4 || ^5.4 || ^6.0 || ^7.0 || ^8.0"
2016-09-22 13:56:57 +02:00
},
"type" : "library" ,
"autoload" : {
2019-10-26 16:51:04 +02:00
"psr-4" : {
2026-06-01 22:36:19 +02:00
"Doctrine\\Persistence\\" : "src"
2016-09-22 13:56:57 +02:00
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
2026-04-09 12:10:37 +02:00
{
"name" : "Guilherme Blanco" ,
"email" : "guilhermeblanco@gmail.com"
},
2016-09-22 13:56:57 +02:00
{
2019-10-26 16:51:04 +02: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"
2016-09-22 13:56:57 +02:00
}
],
2019-10-26 16:51:04 +02:00
"description" : "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share." ,
2026-04-09 12:10:37 +02:00
"homepage" : "https://www.doctrine-project.org/projects/persistence.html" ,
2016-09-22 13:56:57 +02:00
"keywords" : [
2019-10-26 16:51:04 +02:00
"mapper" ,
"object" ,
"odm" ,
"orm" ,
"persistence"
2016-09-22 13:56:57 +02:00
],
2026-04-09 12:10:37 +02:00
"support" : {
"issues" : "https://github.com/doctrine/persistence/issues" ,
2026-06-01 22:36:19 +02:00
"source" : "https://github.com/doctrine/persistence/tree/4.2.0"
2026-04-09 12:10:37 +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"
}
],
2026-06-01 22:36:19 +02:00
"time" : "2026-04-26T12:12:52+00:00"
2016-09-22 13:56:57 +02:00
},
{
2026-04-09 12:10:37 +02:00
"name" : "doctrine/sql-formatter" ,
"version" : "1.5.4" ,
2016-09-22 13:56:57 +02:00
"source" : {
"type" : "git" ,
2026-04-09 12:10:37 +02:00
"url" : "https://github.com/doctrine/sql-formatter.git" ,
"reference" : "9563949f5cd3bd12a17d12fb980528bc141c5806"
2016-09-22 13:56:57 +02:00
},
"dist" : {
"type" : "zip" ,
2026-04-09 12:10:37 +02:00
"url" : "https://api.github.com/repos/doctrine/sql-formatter/zipball/9563949f5cd3bd12a17d12fb980528bc141c5806" ,
"reference" : "9563949f5cd3bd12a17d12fb980528bc141c5806" ,
2016-09-22 13:56:57 +02:00
"shasum" : ""
},
"require" : {
2026-04-09 12:10:37 +02:00
"php" : "^8.1"
2016-09-22 13:56:57 +02:00
},
"require-dev" : {
2026-04-09 12:10:37 +02:00
"doctrine/coding-standard" : "^14" ,
"ergebnis/phpunit-slow-test-detector" : "^2.20" ,
"phpstan/phpstan" : "^2.1.31" ,
"phpunit/phpunit" : "^10.5.58"
2016-09-22 13:56:57 +02:00
},
2026-04-09 12:10:37 +02:00
"bin" : [
"bin/sql-formatter"
],
2019-10-26 16:51:04 +02:00
"type" : "library" ,
2016-09-22 13:56:57 +02:00
"autoload" : {
"psr-4" : {
2026-04-09 12:10:37 +02:00
"Doctrine\\SqlFormatter\\" : "src"
2019-10-26 16:51:04 +02:00
}
2016-09-22 13:56:57 +02:00
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
2026-04-09 12:10:37 +02:00
"name" : "Jeremy Dorn" ,
"email" : "jeremy@jeremydorn.com" ,
"homepage" : "https://jeremydorn.com/"
2016-09-22 13:56:57 +02:00
}
],
2026-04-09 12:10:37 +02:00
"description" : "a PHP SQL highlighting library" ,
"homepage" : "https://github.com/doctrine/sql-formatter/" ,
2016-09-22 13:56:57 +02:00
"keywords" : [
2026-04-09 12:10:37 +02:00
"highlight" ,
"sql"
2016-09-22 13:56:57 +02:00
],
2026-04-09 12:10:37 +02:00
"support" : {
"issues" : "https://github.com/doctrine/sql-formatter/issues" ,
"source" : "https://github.com/doctrine/sql-formatter/tree/1.5.4"
},
"time" : "2026-02-08T16:21:46+00:00"
2016-09-22 13:56:57 +02:00
},
{
2019-10-26 18:07:36 +02:00
"name" : "egulias/email-validator" ,
2026-04-09 12:10:37 +02:00
"version" : "4.0.4" ,
2016-09-22 13:56:57 +02:00
"source" : {
"type" : "git" ,
2019-10-26 18:07:36 +02:00
"url" : "https://github.com/egulias/EmailValidator.git" ,
2026-04-09 12:10:37 +02:00
"reference" : "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa"
2016-09-22 13:56:57 +02:00
},
"dist" : {
"type" : "zip" ,
2026-04-09 12:10:37 +02:00
"url" : "https://api.github.com/repos/egulias/EmailValidator/zipball/d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa" ,
"reference" : "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa" ,
2016-09-22 13:56:57 +02:00
"shasum" : ""
},
"require" : {
2026-04-09 12:10:37 +02:00
"doctrine/lexer" : "^2.0 || ^3.0" ,
"php" : ">=8.1" ,
"symfony/polyfill-intl-idn" : "^1.26"
2016-09-22 13:56:57 +02:00
},
2019-10-26 16:51:04 +02:00
"require-dev" : {
2026-04-09 12:10:37 +02:00
"phpunit/phpunit" : "^10.2" ,
"vimeo/psalm" : "^5.12"
2019-10-26 18:07:36 +02:00
},
"suggest" : {
"ext-intl" : "PHP Internationalization Libraries are required to use the SpoofChecking validation"
2016-09-22 13:56:57 +02:00
},
2019-10-26 16:51:04 +02:00
"type" : "library" ,
2019-10-26 18:07:36 +02:00
"extra" : {
"branch-alias" : {
2026-04-09 12:10:37 +02:00
"dev-master" : "4.0.x-dev"
2019-10-26 18:07:36 +02:00
}
},
2016-09-22 13:56:57 +02:00
"autoload" : {
2019-10-26 18:07:36 +02:00
"psr-4" : {
2026-04-09 12:10:37 +02:00
"Egulias\\EmailValidator\\" : "src"
2019-10-26 16:51:04 +02:00
}
2016-09-22 13:56:57 +02:00
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
2019-10-26 18:07:36 +02:00
"name" : "Eduardo Gulias Davis"
2016-09-22 13:56:57 +02:00
}
],
2019-10-26 18:07:36 +02:00
"description" : "A library for validating emails against several RFCs" ,
"homepage" : "https://github.com/egulias/EmailValidator" ,
2016-09-22 13:56:57 +02:00
"keywords" : [
2019-10-26 18:07:36 +02:00
"email" ,
"emailvalidation" ,
"emailvalidator" ,
"validation" ,
"validator"
2016-09-22 13:56:57 +02:00
],
2026-04-09 12:10:37 +02:00
"support" : {
"issues" : "https://github.com/egulias/EmailValidator/issues" ,
"source" : "https://github.com/egulias/EmailValidator/tree/4.0.4"
},
"funding" : [
{
"url" : "https://github.com/egulias" ,
"type" : "github"
}
],
"time" : "2025-03-06T22:45:56+00:00"
2016-09-22 13:56:57 +02:00
},
2026-04-12 17:55:57 +02:00
{
"name" : "endroid/qr-code" ,
"version" : "6.1.3" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/endroid/qr-code.git" ,
"reference" : "5fa534856ed95649d67c0eab0cabc03ab1d8e0e2"
},
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/endroid/qr-code/zipball/5fa534856ed95649d67c0eab0cabc03ab1d8e0e2" ,
"reference" : "5fa534856ed95649d67c0eab0cabc03ab1d8e0e2" ,
"shasum" : ""
},
"require" : {
"bacon/bacon-qr-code" : "^3.0" ,
"php" : "^8.4"
},
"require-dev" : {
"endroid/quality" : "dev-main" ,
"ext-gd" : "*" ,
"khanamiryan/qrcode-detector-decoder" : "^2.0.3" ,
"setasign/fpdf" : "^1.8.2"
},
"suggest" : {
"ext-gd" : "Enables you to write PNG images" ,
"khanamiryan/qrcode-detector-decoder" : "Enables you to use the image validator" ,
"roave/security-advisories" : "Makes sure package versions with known security issues are not installed" ,
"setasign/fpdf" : "Enables you to use the PDF writer"
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "6.x-dev"
}
},
"autoload" : {
"psr-4" : {
"Endroid\\QrCode\\" : "src/"
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Jeroen van den Enden" ,
"email" : "info@endroid.nl"
}
],
"description" : "Endroid QR Code" ,
"homepage" : "https://github.com/endroid/qr-code" ,
"keywords" : [
"code" ,
"endroid" ,
"php" ,
"qr" ,
"qrcode"
],
"support" : {
"issues" : "https://github.com/endroid/qr-code/issues" ,
"source" : "https://github.com/endroid/qr-code/tree/6.1.3"
},
"funding" : [
{
"url" : "https://github.com/endroid" ,
"type" : "github"
}
],
"time" : "2026-02-05T07:01:58+00:00"
},
2026-04-19 18:32:45 +02:00
{
"name" : "firebase/php-jwt" ,
2026-07-27 18:35:42 +02:00
"version" : "v7.1.0" ,
2026-04-19 18:32:45 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/googleapis/php-jwt.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "b374a5d1a4f1f67fadc2165cdb284645945e2fc0"
2026-04-19 18:32:45 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/googleapis/php-jwt/zipball/b374a5d1a4f1f67fadc2165cdb284645945e2fc0" ,
"reference" : "b374a5d1a4f1f67fadc2165cdb284645945e2fc0" ,
2026-04-19 18:32:45 +02:00
"shasum" : ""
},
"require" : {
"php" : "^8.0"
},
"require-dev" : {
"guzzlehttp/guzzle" : "^7.4" ,
"phpfastcache/phpfastcache" : "^9.2" ,
2026-07-27 18:35:42 +02:00
"phpseclib/phpseclib" : "~3.0" ,
2026-04-19 18:32:45 +02:00
"phpspec/prophecy-phpunit" : "^2.0" ,
"phpunit/phpunit" : "^9.5" ,
"psr/cache" : "^2.0||^3.0" ,
"psr/http-client" : "^1.0" ,
"psr/http-factory" : "^1.0"
},
"suggest" : {
"ext-sodium" : "Support EdDSA (Ed25519) signatures" ,
2026-07-27 18:35:42 +02:00
"paragonie/sodium_compat" : "Support EdDSA (Ed25519) signatures when libsodium is not present" ,
"phpseclib/phpseclib" : "Support PS256 (RSASSA-PSS) signatures"
2026-04-19 18:32:45 +02:00
},
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Firebase\\JWT\\" : "src"
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
],
"authors" : [
{
"name" : "Neuman Vong" ,
"email" : "neuman+pear@twilio.com" ,
"role" : "Developer"
},
{
"name" : "Anant Narayanan" ,
"email" : "anant@php.net" ,
"role" : "Developer"
}
],
"description" : "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec." ,
2026-07-27 18:35:42 +02:00
"homepage" : "https://github.com/googleapis/php-jwt" ,
2026-04-19 18:32:45 +02:00
"keywords" : [
"jwt" ,
"php"
],
"support" : {
"issues" : "https://github.com/googleapis/php-jwt/issues" ,
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/googleapis/php-jwt/tree/v7.1.0"
2026-04-19 18:32:45 +02:00
},
2026-07-27 18:35:42 +02:00
"time" : "2026-06-11T17:54:14+00:00"
2026-04-19 18:32:45 +02:00
},
2016-09-22 13:56:57 +02:00
{
2026-04-13 15:50:28 +02:00
"name" : "guzzlehttp/guzzle" ,
2026-07-27 18:35:42 +02:00
"version" : "8.0.1" ,
2016-09-22 13:56:57 +02:00
"source" : {
"type" : "git" ,
2026-04-13 15:50:28 +02:00
"url" : "https://github.com/guzzle/guzzle.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "3aeea0406aab88cbbd86531313d7cebf8ae149a4"
2016-09-22 13:56:57 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/guzzle/guzzle/zipball/3aeea0406aab88cbbd86531313d7cebf8ae149a4" ,
"reference" : "3aeea0406aab88cbbd86531313d7cebf8ae149a4" ,
2016-09-22 13:56:57 +02:00
"shasum" : ""
},
"require" : {
2026-04-13 15:50:28 +02:00
"ext-json" : "*" ,
2026-07-27 18:35:42 +02:00
"guzzlehttp/promises" : "^3.0" ,
"guzzlehttp/psr7" : "^3.0" ,
"php" : "^7.4 || ^8.0" ,
2026-04-13 15:50:28 +02:00
"psr/http-client" : "^1.0" ,
2026-07-27 18:35:42 +02:00
"psr/http-factory" : "^1.0" ,
"symfony/polyfill-php80" : "^1.25" ,
"symfony/polyfill-php82" : "^1.27"
2026-04-13 15:50:28 +02:00
},
"provide" : {
"psr/http-client-implementation" : "1.0"
2019-10-26 16:51:04 +02:00
},
"require-dev" : {
2026-04-13 15:50:28 +02:00
"bamarni/composer-bin-plugin" : "^1.8.2" ,
"ext-curl" : "*" ,
2026-07-27 18:35:42 +02:00
"guzzle/client-integration-tests" : "4.0.1" ,
"guzzlehttp/test-server" : "^1.0" ,
2026-04-13 15:50:28 +02:00
"php-http/message-factory" : "^1.1" ,
2026-07-27 18:35:42 +02:00
"phpunit/phpunit" : "^9.6.34" ,
2026-04-13 15:50:28 +02:00
"psr/log" : "^1.1 || ^2.0 || ^3.0"
2019-10-26 16:51:04 +02:00
},
"suggest" : {
2026-04-13 15:50:28 +02:00
"ext-curl" : "Required for CURL handler support" ,
"ext-intl" : "Required for Internationalized Domain Name (IDN) support" ,
"psr/log" : "Required for using the Log middleware"
2016-09-22 13:56:57 +02:00
},
"type" : "library" ,
2026-04-13 15:50:28 +02:00
"extra" : {
"bamarni-bin" : {
"bin-links" : true ,
"forward-command" : false
}
},
2016-09-22 13:56:57 +02:00
"autoload" : {
2019-10-26 16:51:04 +02:00
"psr-4" : {
2026-04-13 15:50:28 +02:00
"GuzzleHttp\\" : "src/"
2026-04-09 12:10:37 +02:00
}
2016-09-22 13:56:57 +02:00
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
2026-04-13 15:50:28 +02:00
"MIT"
2016-09-22 13:56:57 +02:00
],
2019-10-26 16:51:04 +02:00
"authors" : [
2026-04-09 12:10:37 +02:00
{
2026-04-13 15:50:28 +02:00
"name" : "Graham Campbell" ,
"email" : "hello@gjcampbell.co.uk" ,
"homepage" : "https://github.com/GrahamCampbell"
},
{
"name" : "Michael Dowling" ,
"email" : "mtdowling@gmail.com" ,
"homepage" : "https://github.com/mtdowling"
},
{
"name" : "Jeremy Lindblom" ,
"email" : "jeremeamia@gmail.com" ,
"homepage" : "https://github.com/jeremeamia"
},
{
"name" : "George Mponos" ,
"email" : "gmponos@gmail.com" ,
"homepage" : "https://github.com/gmponos"
},
{
"name" : "Tobias Nyholm" ,
"email" : "tobias.nyholm@gmail.com" ,
"homepage" : "https://github.com/Nyholm"
},
{
"name" : "Márk Sági-Kazár" ,
"email" : "mark.sagikazar@gmail.com" ,
"homepage" : "https://github.com/sagikazarmark"
},
{
"name" : "Tobias Schultze" ,
"email" : "webmaster@tubo-world.de" ,
"homepage" : "https://github.com/Tobion"
2019-10-26 16:51:04 +02:00
}
],
2026-04-13 15:50:28 +02:00
"description" : "Guzzle is a PHP HTTP client library" ,
2016-09-22 13:56:57 +02:00
"keywords" : [
2026-04-13 15:50:28 +02:00
"client" ,
"curl" ,
"framework" ,
"http" ,
"http client" ,
"psr-18" ,
"psr-7" ,
"rest" ,
"web service"
2016-09-22 13:56:57 +02:00
],
2026-04-09 12:10:37 +02:00
"support" : {
2026-04-13 15:50:28 +02:00
"issues" : "https://github.com/guzzle/guzzle/issues" ,
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/guzzle/guzzle/tree/8.0.1"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
2026-04-13 15:50:28 +02:00
"url" : "https://github.com/GrahamCampbell" ,
2026-04-09 12:10:37 +02:00
"type" : "github"
},
{
2026-04-13 15:50:28 +02:00
"url" : "https://github.com/Nyholm" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle" ,
"type" : "tidelift"
2026-04-09 12:10:37 +02:00
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-07-26T23:23:24+00:00"
2016-09-22 13:56:57 +02:00
},
{
2026-04-13 15:50:28 +02:00
"name" : "guzzlehttp/promises" ,
2026-07-27 18:35:42 +02:00
"version" : "3.0.0" ,
2016-09-22 13:56:57 +02:00
"source" : {
"type" : "git" ,
2026-04-13 15:50:28 +02:00
"url" : "https://github.com/guzzle/promises.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "d961a21387cd680ec1cc6f52aa1fdcef33105e24"
2016-09-22 13:56:57 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/guzzle/promises/zipball/d961a21387cd680ec1cc6f52aa1fdcef33105e24" ,
"reference" : "d961a21387cd680ec1cc6f52aa1fdcef33105e24" ,
2016-09-22 13:56:57 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"php" : "^7.4 || ^8.0"
2016-09-22 13:56:57 +02:00
},
2026-04-09 20:21:01 +02:00
"require-dev" : {
2026-04-13 15:50:28 +02:00
"bamarni/composer-bin-plugin" : "^1.8.2" ,
2026-07-27 18:35:42 +02:00
"phpunit/phpunit" : "^9.6.34"
2016-09-22 13:56:57 +02:00
},
"type" : "library" ,
"extra" : {
2026-04-13 15:50:28 +02:00
"bamarni-bin" : {
"bin-links" : true ,
"forward-command" : false
2016-09-22 13:56:57 +02:00
}
},
"autoload" : {
2019-10-26 16:51:04 +02:00
"psr-4" : {
2026-04-13 15:50:28 +02:00
"GuzzleHttp\\Promise\\" : "src/"
2019-10-26 18:07:36 +02:00
}
2016-09-22 13:56:57 +02:00
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
2019-10-26 16:51:04 +02:00
"authors" : [
{
2026-04-13 15:50:28 +02:00
"name" : "Graham Campbell" ,
"email" : "hello@gjcampbell.co.uk" ,
"homepage" : "https://github.com/GrahamCampbell"
},
{
"name" : "Michael Dowling" ,
"email" : "mtdowling@gmail.com" ,
"homepage" : "https://github.com/mtdowling"
},
{
"name" : "Tobias Nyholm" ,
"email" : "tobias.nyholm@gmail.com" ,
"homepage" : "https://github.com/Nyholm"
},
{
"name" : "Tobias Schultze" ,
"email" : "webmaster@tubo-world.de" ,
"homepage" : "https://github.com/Tobion"
2026-04-09 12:10:37 +02:00
}
],
2026-04-13 15:50:28 +02:00
"description" : "Guzzle promises library" ,
2026-04-09 12:10:37 +02:00
"keywords" : [
2026-04-13 15:50:28 +02:00
"promise"
2026-04-09 12:10:37 +02:00
],
"support" : {
2026-04-13 15:50:28 +02:00
"issues" : "https://github.com/guzzle/promises/issues" ,
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/guzzle/promises/tree/3.0.0"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
2026-04-13 15:50:28 +02:00
"url" : "https://github.com/GrahamCampbell" ,
2026-04-09 12:10:37 +02:00
"type" : "github"
},
{
2026-04-13 15:50:28 +02:00
"url" : "https://github.com/Nyholm" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/guzzlehttp/promises" ,
2026-04-09 20:21:01 +02:00
"type" : "tidelift"
2026-04-09 12:10:37 +02:00
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-07-20T13:44:17+00:00"
2026-04-09 12:10:37 +02:00
},
2026-04-12 15:19:03 +02:00
{
2026-04-13 15:50:28 +02:00
"name" : "guzzlehttp/psr7" ,
2026-07-27 18:35:42 +02:00
"version" : "3.0.0" ,
2026-04-12 15:19:03 +02:00
"source" : {
"type" : "git" ,
2026-04-13 15:50:28 +02:00
"url" : "https://github.com/guzzle/psr7.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "b094ded77ee97a6027ad6cf0e8c7b9f88381814c"
2026-04-12 15:19:03 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/guzzle/psr7/zipball/b094ded77ee97a6027ad6cf0e8c7b9f88381814c" ,
"reference" : "b094ded77ee97a6027ad6cf0e8c7b9f88381814c" ,
2026-04-12 15:19:03 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"php" : "^7.4 || ^8.0" ,
"psr/http-factory" : "^1.1" ,
"psr/http-message" : "^2.0" ,
"symfony/polyfill-php80" : "^1.25" ,
"symfony/polyfill-php82" : "^1.27"
2026-04-13 15:50:28 +02:00
},
"provide" : {
2026-07-27 18:35:42 +02:00
"psr/http-factory-implementation" : "1.1" ,
"psr/http-message-implementation" : "2.0"
2026-04-12 15:19:03 +02:00
},
"require-dev" : {
2026-04-13 15:50:28 +02:00
"bamarni/composer-bin-plugin" : "^1.8.2" ,
2026-06-01 22:36:19 +02:00
"http-interop/http-factory-tests" : "1.1.0" ,
2026-04-13 15:50:28 +02:00
"jshttp/mime-db" : "1.54.0.1" ,
2026-07-27 18:35:42 +02:00
"php-http/psr7-integration-tests" : "^1.5.1" ,
"phpunit/phpunit" : "^9.6.34"
2026-04-13 15:50:28 +02:00
},
"suggest" : {
"laminas/laminas-httphandlerrunner" : "Emit PSR-7 responses"
2026-04-12 15:19:03 +02:00
},
"type" : "library" ,
2026-04-13 15:50:28 +02:00
"extra" : {
"bamarni-bin" : {
"bin-links" : true ,
"forward-command" : false
}
},
2026-04-12 15:19:03 +02:00
"autoload" : {
"psr-4" : {
2026-04-13 15:50:28 +02:00
"GuzzleHttp\\Psr7\\" : "src/"
2026-04-12 15:19:03 +02:00
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
2026-04-13 15:50:28 +02:00
"name" : "Graham Campbell" ,
"email" : "hello@gjcampbell.co.uk" ,
"homepage" : "https://github.com/GrahamCampbell"
2026-04-12 15:19:03 +02:00
},
{
2026-04-13 15:50:28 +02:00
"name" : "Michael Dowling" ,
"email" : "mtdowling@gmail.com" ,
"homepage" : "https://github.com/mtdowling"
},
{
"name" : "George Mponos" ,
"email" : "gmponos@gmail.com" ,
"homepage" : "https://github.com/gmponos"
},
{
"name" : "Tobias Nyholm" ,
"email" : "tobias.nyholm@gmail.com" ,
"homepage" : "https://github.com/Nyholm"
},
{
"name" : "Márk Sági-Kazár" ,
"email" : "mark.sagikazar@gmail.com" ,
"homepage" : "https://github.com/sagikazarmark"
},
{
"name" : "Tobias Schultze" ,
"email" : "webmaster@tubo-world.de" ,
"homepage" : "https://github.com/Tobion"
},
{
"name" : "Márk Sági-Kazár" ,
"email" : "mark.sagikazar@gmail.com" ,
"homepage" : "https://sagikazarmark.hu"
2026-04-12 15:19:03 +02:00
}
],
2026-04-13 15:50:28 +02:00
"description" : "PSR-7 message implementation that also provides common utility methods" ,
2026-04-12 15:19:03 +02:00
"keywords" : [
2026-04-13 15:50:28 +02:00
"http" ,
"message" ,
"psr-7" ,
"request" ,
"response" ,
"stream" ,
"uri" ,
"url"
],
"support" : {
"issues" : "https://github.com/guzzle/psr7/issues" ,
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/guzzle/psr7/tree/3.0.0"
2026-04-13 15:50:28 +02:00
},
"funding" : [
{
"url" : "https://github.com/GrahamCampbell" ,
"type" : "github"
},
{
"url" : "https://github.com/Nyholm" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-07-20T13:48:31+00:00"
2026-04-13 15:50:28 +02:00
},
{
"name" : "imagine/imagine" ,
2026-07-27 18:35:42 +02:00
"version" : "1.5.4" ,
2026-04-13 15:50:28 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-imagine/Imagine.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "dd57a4c290ff4d223d17bcd219dac9ac8bf1cc16"
2026-04-13 15:50:28 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/php-imagine/Imagine/zipball/dd57a4c290ff4d223d17bcd219dac9ac8bf1cc16" ,
"reference" : "dd57a4c290ff4d223d17bcd219dac9ac8bf1cc16" ,
2026-04-13 15:50:28 +02:00
"shasum" : ""
},
"require" : {
"php" : ">=7.1"
},
"require-dev" : {
"phpunit/phpunit" : "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4 || ^9.3"
},
"suggest" : {
"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" : {
"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" ,
"homepage" : "http://imagine.readthedocs.org/" ,
"keywords" : [
"drawing" ,
"graphics" ,
"image manipulation" ,
"image processing"
],
"support" : {
"issues" : "https://github.com/php-imagine/Imagine/issues" ,
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/php-imagine/Imagine/tree/1.5.4"
2026-04-13 15:50:28 +02:00
},
2026-07-27 18:35:42 +02:00
"time" : "2026-06-04T10:05:48+00:00"
2026-04-13 15:50:28 +02:00
},
{
"name" : "lcobucci/jwt" ,
"version" : "5.6.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/lcobucci/jwt.git" ,
"reference" : "bb3e9f21e4196e8afc41def81ef649c164bca25e"
},
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/lcobucci/jwt/zipball/bb3e9f21e4196e8afc41def81ef649c164bca25e" ,
"reference" : "bb3e9f21e4196e8afc41def81ef649c164bca25e" ,
"shasum" : ""
},
"require" : {
"ext-openssl" : "*" ,
"ext-sodium" : "*" ,
"php" : "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0" ,
"psr/clock" : "^1.0"
},
"require-dev" : {
"infection/infection" : "^0.29" ,
"lcobucci/clock" : "^3.2" ,
"lcobucci/coding-standard" : "^11.0" ,
"phpbench/phpbench" : "^1.2" ,
"phpstan/extension-installer" : "^1.2" ,
"phpstan/phpstan" : "^1.10.7" ,
"phpstan/phpstan-deprecation-rules" : "^1.1.3" ,
"phpstan/phpstan-phpunit" : "^1.3.10" ,
"phpstan/phpstan-strict-rules" : "^1.5.0" ,
"phpunit/phpunit" : "^11.1"
},
"suggest" : {
"lcobucci/clock" : ">= 3.2"
},
"type" : "library" ,
"autoload" : {
"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.6.0"
},
"funding" : [
{
"url" : "https://github.com/lcobucci" ,
"type" : "github"
},
{
"url" : "https://www.patreon.com/lcobucci" ,
"type" : "patreon"
}
],
"time" : "2025-10-17T11:30:53+00:00"
},
{
"name" : "league/flysystem" ,
2026-07-27 18:35:42 +02:00
"version" : "3.35.2" ,
2026-04-13 15:50:28 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/thephpleague/flysystem.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "b277b5dc3d56650b68904117124e79c851e12376"
2026-04-13 15:50:28 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/thephpleague/flysystem/zipball/b277b5dc3d56650b68904117124e79c851e12376" ,
"reference" : "b277b5dc3d56650b68904117124e79c851e12376" ,
2026-04-13 15:50:28 +02:00
"shasum" : ""
},
"require" : {
"league/flysystem-local" : "^3.0.0" ,
"league/mime-type-detection" : "^1.0.0" ,
"php" : "^8.0.2"
},
"conflict" : {
"async-aws/core" : "<1.19.0" ,
"async-aws/s3" : "<1.14.0" ,
"aws/aws-sdk-php" : "3.209.31 || 3.210.0" ,
"guzzlehttp/guzzle" : "<7.0" ,
"guzzlehttp/ringphp" : "<1.1.1" ,
"phpseclib/phpseclib" : "3.0.15" ,
"symfony/http-client" : "<5.2"
},
"require-dev" : {
"async-aws/s3" : "^1.5 || ^2.0" ,
"async-aws/simple-s3" : "^1.1 || ^2.0" ,
"aws/aws-sdk-php" : "^3.295.10" ,
"composer/semver" : "^3.0" ,
"ext-fileinfo" : "*" ,
"ext-ftp" : "*" ,
"ext-mongodb" : "^1.3|^2" ,
"ext-zip" : "*" ,
"friendsofphp/php-cs-fixer" : "^3.5" ,
"google/cloud-storage" : "^1.23" ,
"guzzlehttp/psr7" : "^2.6" ,
"microsoft/azure-storage-blob" : "^1.1" ,
"mongodb/mongodb" : "^1.2|^2" ,
"phpseclib/phpseclib" : "^3.0.36" ,
"phpstan/phpstan" : "^1.10" ,
"phpunit/phpunit" : "^9.5.11|^10.0" ,
"sabre/dav" : "^4.6.0"
},
"type" : "library" ,
"autoload" : {
"psr-4" : {
"League\\Flysystem\\" : "src"
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Frank de Jonge" ,
"email" : "info@frankdejonge.nl"
}
],
"description" : "File storage abstraction for PHP" ,
"keywords" : [
"WebDAV" ,
"aws" ,
"cloud" ,
"file" ,
"files" ,
"filesystem" ,
"filesystems" ,
"ftp" ,
"s3" ,
"sftp" ,
"storage"
],
"support" : {
"issues" : "https://github.com/thephpleague/flysystem/issues" ,
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/thephpleague/flysystem/tree/3.35.2"
2026-04-13 15:50:28 +02:00
},
2026-07-27 18:35:42 +02:00
"time" : "2026-07-06T14:42:07+00:00"
2026-04-13 15:50:28 +02:00
},
{
"name" : "league/flysystem-aws-s3-v3" ,
2026-07-27 18:35:42 +02:00
"version" : "3.35.2" ,
2026-04-13 15:50:28 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/thephpleague/flysystem-aws-s3-v3.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "8475ef9adfc6498b85469e2abec6fe3118cd08c4"
2026-04-13 15:50:28 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/8475ef9adfc6498b85469e2abec6fe3118cd08c4" ,
"reference" : "8475ef9adfc6498b85469e2abec6fe3118cd08c4" ,
2026-04-13 15:50:28 +02:00
"shasum" : ""
},
"require" : {
2026-06-01 22:36:19 +02:00
"aws/aws-sdk-php" : "^3.371.5" ,
2026-04-13 15:50:28 +02:00
"league/flysystem" : "^3.10.0" ,
"league/mime-type-detection" : "^1.0.0" ,
"php" : "^8.0.2"
},
"conflict" : {
"guzzlehttp/guzzle" : "<7.0" ,
"guzzlehttp/ringphp" : "<1.1.1"
},
"type" : "library" ,
"autoload" : {
"psr-4" : {
"League\\Flysystem\\AwsS3V3\\" : ""
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Frank de Jonge" ,
"email" : "info@frankdejonge.nl"
}
],
"description" : "AWS S3 filesystem adapter for Flysystem." ,
"keywords" : [
"Flysystem" ,
"aws" ,
"file" ,
"files" ,
"filesystem" ,
"s3" ,
"storage"
],
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/thephpleague/flysystem-aws-s3-v3/tree/3.35.2"
2026-04-13 15:50:28 +02:00
},
2026-07-27 18:35:42 +02:00
"time" : "2026-07-01T23:25:49+00:00"
2026-04-13 15:50:28 +02:00
},
{
"name" : "league/flysystem-bundle" ,
2026-04-19 22:09:03 +02:00
"version" : "3.7.0" ,
2026-04-13 15:50:28 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/thephpleague/flysystem-bundle.git" ,
2026-04-19 22:09:03 +02:00
"reference" : "5eb41be38fc3759f74c9e458a6a5f0ef5f49284a"
2026-04-13 15:50:28 +02:00
},
"dist" : {
"type" : "zip" ,
2026-04-19 22:09:03 +02:00
"url" : "https://api.github.com/repos/thephpleague/flysystem-bundle/zipball/5eb41be38fc3759f74c9e458a6a5f0ef5f49284a" ,
"reference" : "5eb41be38fc3759f74c9e458a6a5f0ef5f49284a" ,
2026-04-13 15:50:28 +02:00
"shasum" : ""
},
"require" : {
"league/flysystem" : "^3.0" ,
"php" : ">=8.2" ,
"symfony/config" : "^6.0 || ^7.0 || ^8.0" ,
"symfony/dependency-injection" : "^6.0 || ^7.0 || ^8.0" ,
"symfony/deprecation-contracts" : "^2.1 || ^3" ,
"symfony/http-kernel" : "^6.0 || ^7.0 || ^8.0" ,
"symfony/options-resolver" : "^6.0 || ^7.0 || ^8.0"
},
"require-dev" : {
"doctrine/mongodb-odm" : "^2.0" ,
"league/flysystem-async-aws-s3" : "^3.1" ,
"league/flysystem-aws-s3-v3" : "^3.1" ,
"league/flysystem-azure-blob-storage" : "^3.1" ,
"league/flysystem-ftp" : "^3.1" ,
"league/flysystem-google-cloud-storage" : "^3.1" ,
"league/flysystem-gridfs" : "^3.28" ,
"league/flysystem-memory" : "^3.1" ,
"league/flysystem-read-only" : "^3.15" ,
"league/flysystem-sftp-v3" : "^3.1" ,
"league/flysystem-webdav" : "^3.29" ,
"platformcommunity/flysystem-bunnycdn" : "^3.3" ,
"symfony/dotenv" : "^6.0 || ^7.0 || ^8.0" ,
"symfony/framework-bundle" : "^6.0 || ^7.0 || ^8.0" ,
"symfony/phpunit-bridge" : "^6.0 || ^7.0 || ^8.0" ,
"symfony/var-dumper" : "^6.0 || ^7.0 || ^8.0"
},
"type" : "symfony-bundle" ,
"autoload" : {
"psr-4" : {
"League\\FlysystemBundle\\" : "src"
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Titouan Galopin" ,
"email" : "galopintitouan@gmail.com"
}
],
"description" : "Symfony bundle integrating Flysystem into Symfony applications" ,
"keywords" : [
"Flysystem" ,
"bundle" ,
"filesystem" ,
"symfony"
],
"support" : {
"issues" : "https://github.com/thephpleague/flysystem-bundle/issues" ,
2026-04-19 22:09:03 +02:00
"source" : "https://github.com/thephpleague/flysystem-bundle/tree/3.7.0"
2026-04-13 15:50:28 +02:00
},
2026-04-19 22:09:03 +02:00
"time" : "2026-03-28T22:14:56+00:00"
2026-04-13 15:50:28 +02:00
},
{
"name" : "league/flysystem-local" ,
"version" : "3.31.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/thephpleague/flysystem-local.git" ,
"reference" : "2f669db18a4c20c755c2bb7d3a7b0b2340488079"
},
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/thephpleague/flysystem-local/zipball/2f669db18a4c20c755c2bb7d3a7b0b2340488079" ,
"reference" : "2f669db18a4c20c755c2bb7d3a7b0b2340488079" ,
"shasum" : ""
},
"require" : {
"ext-fileinfo" : "*" ,
"league/flysystem" : "^3.0.0" ,
"league/mime-type-detection" : "^1.0.0" ,
"php" : "^8.0.2"
},
"type" : "library" ,
"autoload" : {
"psr-4" : {
"League\\Flysystem\\Local\\" : ""
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Frank de Jonge" ,
"email" : "info@frankdejonge.nl"
}
],
"description" : "Local filesystem adapter for Flysystem." ,
"keywords" : [
"Flysystem" ,
"file" ,
"files" ,
"filesystem" ,
"local"
],
"support" : {
"source" : "https://github.com/thephpleague/flysystem-local/tree/3.31.0"
},
"time" : "2026-01-23T15:30:45+00:00"
},
{
"name" : "league/mime-type-detection" ,
2026-07-27 18:35:42 +02:00
"version" : "1.17.0" ,
2026-04-13 15:50:28 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/thephpleague/mime-type-detection.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "f5f47eff7c48ed1003069a2ca67f316fb4021c76"
2026-04-13 15:50:28 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/f5f47eff7c48ed1003069a2ca67f316fb4021c76" ,
"reference" : "f5f47eff7c48ed1003069a2ca67f316fb4021c76" ,
2026-04-13 15:50:28 +02:00
"shasum" : ""
},
"require" : {
"ext-fileinfo" : "*" ,
"php" : "^7.4 || ^8.0"
},
"require-dev" : {
"friendsofphp/php-cs-fixer" : "^3.2" ,
"phpstan/phpstan" : "^0.12.68" ,
2026-07-27 18:35:42 +02:00
"phpunit/phpunit" : "^8.5.8 || ^9.3 || ^10.0 || ^11.0 || ^12.0"
2026-04-13 15:50:28 +02:00
},
"type" : "library" ,
"autoload" : {
"psr-4" : {
"League\\MimeTypeDetection\\" : "src"
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Frank de Jonge" ,
"email" : "info@frankdejonge.nl"
}
],
"description" : "Mime-type detection for Flysystem" ,
"support" : {
"issues" : "https://github.com/thephpleague/mime-type-detection/issues" ,
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/thephpleague/mime-type-detection/tree/1.17.0"
2026-04-13 15:50:28 +02:00
},
"funding" : [
{
"url" : "https://github.com/frankdejonge" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/league/flysystem" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-07-09T11:49:27+00:00"
2026-04-13 15:50:28 +02:00
},
{
"name" : "liip/imagine-bundle" ,
"version" : "2.17.1" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/liip/LiipImagineBundle.git" ,
"reference" : "69d2df3c6606495d1878fa190d6c3dc4bc5623b6"
},
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/liip/LiipImagineBundle/zipball/69d2df3c6606495d1878fa190d6c3dc4bc5623b6" ,
"reference" : "69d2df3c6606495d1878fa190d6c3dc4bc5623b6" ,
"shasum" : ""
},
"require" : {
"ext-mbstring" : "*" ,
"imagine/imagine" : "^1.3.2" ,
"php" : "^8.0" ,
"symfony/dependency-injection" : "^5.4|^6.4|^7.4|^8.0" ,
"symfony/deprecation-contracts" : "^2.5 || ^3" ,
"symfony/filesystem" : "^5.4|^6.4|^7.3|^8.0" ,
"symfony/finder" : "^5.4|^6.4|^7.3|^8.0" ,
"symfony/framework-bundle" : "^5.4|^6.4|^7.3|^8.0" ,
"symfony/mime" : "^5.4|^6.4|^7.3|^8.0" ,
"symfony/options-resolver" : "^5.4|^6.4|^7.3|^8.0" ,
"symfony/process" : "^5.4|^6.4|^7.3|^8.0" ,
"twig/twig" : "^1.44|^2.9|^3.0"
},
"require-dev" : {
"amazonwebservices/aws-sdk-for-php" : "^1.0" ,
"aws/aws-sdk-php" : "^2.4|^3.0" ,
"doctrine/cache" : "^1.11|^2.0" ,
"doctrine/persistence" : "^1.3|^2.0" ,
"enqueue/enqueue-bundle" : "^0.9|^0.10" ,
"ext-gd" : "*" ,
"league/flysystem" : "^1.0|^2.0|^3.0" ,
"phpstan/phpstan" : "^1.10.0" ,
"psr/cache" : "^1.0|^2.0|^3.0" ,
"psr/log" : "^1.0" ,
"symfony/asset" : "^5.4|^6.4|^7.3|^8.0" ,
"symfony/browser-kit" : "^5.4|^6.4|^7.3|^8.0" ,
"symfony/cache" : "^5.4|^6.4|^7.3|^8.0" ,
"symfony/console" : "^5.4|^6.4|^7.3|^8.0" ,
"symfony/form" : "^5.4|^6.4|^7.3|^8.0" ,
"symfony/messenger" : "^5.4|^6.4|^7.3|^8.0" ,
"symfony/phpunit-bridge" : "^7.3" ,
"symfony/runtime" : "^5.4|^6.4|^7.3|^8.0" ,
"symfony/templating" : "^5.4|^6.4|^7.3|^8.0" ,
"symfony/validator" : "^5.4|^6.4|^7.3|^8.0" ,
"symfony/yaml" : "^5.4|^6.4|^7.3|^8.0"
},
"suggest" : {
"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" ,
"ext-json" : "required to read JSON manifest versioning" ,
"ext-mongodb" : "required for mongodb components" ,
"league/flysystem" : "required to use FlySystem data loader or cache resolver" ,
"monolog/monolog" : "A psr/log compatible logger is required to enable logging" ,
"rokka/imagine-vips" : "required to use 'vips' driver" ,
"symfony/asset" : "If you want to use asset versioning" ,
"symfony/messenger" : "If you like to process images in background" ,
"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" : "https://www.liip.ch" ,
"keywords" : [
"bundle" ,
"image" ,
"imagine" ,
"liip" ,
"manipulation" ,
"photos" ,
"pictures" ,
"symfony" ,
"transformation"
],
"support" : {
"issues" : "https://github.com/liip/LiipImagineBundle/issues" ,
"source" : "https://github.com/liip/LiipImagineBundle/tree/2.17.1"
},
"time" : "2026-01-06T09:34:48+00:00"
},
{
"name" : "monolog/monolog" ,
"version" : "3.10.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/Seldaek/monolog.git" ,
"reference" : "b321dd6749f0bf7189444158a3ce785cc16d69b0"
},
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/Seldaek/monolog/zipball/b321dd6749f0bf7189444158a3ce785cc16d69b0" ,
"reference" : "b321dd6749f0bf7189444158a3ce785cc16d69b0" ,
"shasum" : ""
},
"require" : {
"php" : ">=8.1" ,
"psr/log" : "^2.0 || ^3.0"
},
"provide" : {
"psr/log-implementation" : "3.0.0"
},
"require-dev" : {
"aws/aws-sdk-php" : "^3.0" ,
"doctrine/couchdb" : "~1.0@dev" ,
"elasticsearch/elasticsearch" : "^7 || ^8" ,
"ext-json" : "*" ,
"graylog2/gelf-php" : "^1.4.2 || ^2.0" ,
"guzzlehttp/guzzle" : "^7.4.5" ,
"guzzlehttp/psr7" : "^2.2" ,
"mongodb/mongodb" : "^1.8 || ^2.0" ,
"php-amqplib/php-amqplib" : "~2.4 || ^3" ,
"php-console/php-console" : "^3.1.8" ,
"phpstan/phpstan" : "^2" ,
"phpstan/phpstan-deprecation-rules" : "^2" ,
"phpstan/phpstan-strict-rules" : "^2" ,
"phpunit/phpunit" : "^10.5.17 || ^11.0.7" ,
"predis/predis" : "^1.1 || ^2" ,
"rollbar/rollbar" : "^4.0" ,
"ruflin/elastica" : "^7 || ^8" ,
"symfony/mailer" : "^5.4 || ^6" ,
"symfony/mime" : "^5.4 || ^6"
},
"suggest" : {
"aws/aws-sdk-php" : "Allow sending log messages to AWS services like DynamoDB" ,
"doctrine/couchdb" : "Allow sending log messages to a CouchDB server" ,
"elasticsearch/elasticsearch" : "Allow sending log messages to an Elasticsearch server via official client" ,
"ext-amqp" : "Allow sending log messages to an AMQP server (1.0+ required)" ,
"ext-curl" : "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler" ,
"ext-mbstring" : "Allow to work properly with unicode symbols" ,
"ext-mongodb" : "Allow sending log messages to a MongoDB server (via driver)" ,
"ext-openssl" : "Required to send log messages using SSL" ,
"ext-sockets" : "Allow sending log messages to a Syslog server (via UDP driver)" ,
"graylog2/gelf-php" : "Allow sending log messages to a GrayLog2 server" ,
"mongodb/mongodb" : "Allow sending log messages to a MongoDB server (via library)" ,
"php-amqplib/php-amqplib" : "Allow sending log messages to an AMQP server using php-amqplib" ,
"rollbar/rollbar" : "Allow sending log messages to Rollbar" ,
"ruflin/elastica" : "Allow sending log messages to an Elastic Search server"
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "3.x-dev"
}
},
"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"
}
],
"description" : "Sends your logs to files, sockets, inboxes, databases and various web services" ,
"homepage" : "https://github.com/Seldaek/monolog" ,
"keywords" : [
"log" ,
"logging" ,
"psr-3"
],
"support" : {
"issues" : "https://github.com/Seldaek/monolog/issues" ,
"source" : "https://github.com/Seldaek/monolog/tree/3.10.0"
},
"funding" : [
{
"url" : "https://github.com/Seldaek" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/monolog/monolog" ,
"type" : "tidelift"
}
],
"time" : "2026-01-02T08:56:05+00:00"
},
{
"name" : "mtdowling/jmespath.php" ,
2026-07-27 18:35:42 +02:00
"version" : "2.9.2" ,
2026-04-13 15:50:28 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/jmespath/jmespath.php.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "2157c5e50e813ec6a96c1eed3be7f64a20fb32a8"
2026-04-13 15:50:28 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/jmespath/jmespath.php/zipball/2157c5e50e813ec6a96c1eed3be7f64a20fb32a8" ,
"reference" : "2157c5e50e813ec6a96c1eed3be7f64a20fb32a8" ,
2026-04-13 15:50:28 +02:00
"shasum" : ""
},
"require" : {
"php" : "^7.2.5 || ^8.0" ,
"symfony/polyfill-mbstring" : "^1.17"
},
"require-dev" : {
"composer/xdebug-handler" : "^3.0.3" ,
2026-07-27 18:35:42 +02:00
"phpunit/phpunit" : "^8.5.52"
2026-04-13 15:50:28 +02:00
},
"bin" : [
"bin/jp.php"
],
"type" : "library" ,
"extra" : {
"branch-alias" : {
2026-07-27 18:35:42 +02:00
"dev-master" : "2.9-dev"
2026-04-13 15:50:28 +02:00
}
},
"autoload" : {
"files" : [
"src/JmesPath.php"
],
"psr-4" : {
"JmesPath\\" : "src/"
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Graham Campbell" ,
"email" : "hello@gjcampbell.co.uk" ,
"homepage" : "https://github.com/GrahamCampbell"
},
{
"name" : "Michael Dowling" ,
"email" : "mtdowling@gmail.com" ,
"homepage" : "https://github.com/mtdowling"
}
],
"description" : "Declaratively specify how to extract elements from a JSON document" ,
"keywords" : [
"json" ,
"jsonpath"
],
"support" : {
"issues" : "https://github.com/jmespath/jmespath.php/issues" ,
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/jmespath/jmespath.php/tree/2.9.2"
2026-04-13 15:50:28 +02:00
},
2026-07-27 18:35:42 +02:00
"time" : "2026-07-06T18:56:19+00:00"
2026-04-13 15:50:28 +02:00
},
{
"name" : "paragonie/constant_time_encoding" ,
"version" : "v3.1.3" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/paragonie/constant_time_encoding.git" ,
"reference" : "d5b01a39b3415c2cd581d3bd3a3575c1ebbd8e77"
},
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/d5b01a39b3415c2cd581d3bd3a3575c1ebbd8e77" ,
"reference" : "d5b01a39b3415c2cd581d3bd3a3575c1ebbd8e77" ,
"shasum" : ""
},
"require" : {
"php" : "^8"
},
"require-dev" : {
"infection/infection" : "^0" ,
"nikic/php-fuzzer" : "^0" ,
"phpunit/phpunit" : "^9|^10|^11" ,
"vimeo/psalm" : "^4|^5|^6"
},
"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" ,
2026-04-12 15:19:03 +02:00
"hex2bin" ,
"rfc4648"
],
"support" : {
"email" : "info@paragonie.com" ,
"issues" : "https://github.com/paragonie/constant_time_encoding/issues" ,
"source" : "https://github.com/paragonie/constant_time_encoding"
},
"time" : "2025-09-24T15:06:41+00:00"
},
2026-04-10 21:06:22 +02:00
{
"name" : "pentatrion/vite-bundle" ,
"version" : "v8.2.4" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/lhapaipai/vite-bundle.git" ,
"reference" : "80a5391af3a924597d65e7c81a4b28d212fea5fe"
},
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/lhapaipai/vite-bundle/zipball/80a5391af3a924597d65e7c81a4b28d212fea5fe" ,
"reference" : "80a5391af3a924597d65e7c81a4b28d212fea5fe" ,
"shasum" : ""
},
"require" : {
"php" : "^8.0" ,
"symfony/asset" : "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0" ,
"symfony/config" : "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0" ,
"symfony/dependency-injection" : "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0" ,
"symfony/framework-bundle" : "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0" ,
"symfony/http-client" : "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0" ,
"symfony/http-kernel" : "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0" ,
"symfony/twig-bundle" : "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0"
},
"require-dev" : {
"friendsofphp/php-cs-fixer" : "^3.9" ,
"phpstan/phpstan" : "^1.8" ,
"phpstan/phpstan-symfony" : "^1.3" ,
"phpunit/phpunit" : "^9.5" ,
"symfony/phpunit-bridge" : "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0" ,
"symfony/web-link" : "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0"
},
"type" : "symfony-bundle" ,
"autoload" : {
"psr-4" : {
"Pentatrion\\ViteBundle\\" : "src/"
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Hugues Tavernier" ,
"email" : "hugues.tavernier@protonmail.com"
}
],
"description" : "Vite integration for your Symfony app" ,
"keywords" : [
"bundle" ,
"symfony" ,
"vite" ,
"vitejs"
],
"support" : {
"issues" : "https://github.com/lhapaipai/vite-bundle/issues" ,
"source" : "https://github.com/lhapaipai/vite-bundle/tree/v8.2.4"
},
"time" : "2026-03-22T11:41:50+00:00"
},
2026-04-12 15:19:03 +02:00
{
"name" : "phpdocumentor/reflection-common" ,
"version" : "2.2.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/phpDocumentor/ReflectionCommon.git" ,
"reference" : "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
},
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b" ,
"reference" : "1d01c49d4ed62f25aa84a747ad35d5a16924662b" ,
"shasum" : ""
},
"require" : {
"php" : "^7.2 || ^8.0"
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
"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"
},
"time" : "2020-06-27T09:03:43+00:00"
},
{
"name" : "phpdocumentor/reflection-docblock" ,
2026-06-01 22:36:19 +02:00
"version" : "6.0.3" ,
2026-04-12 15:19:03 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/phpDocumentor/ReflectionDocBlock.git" ,
2026-06-01 22:36:19 +02:00
"reference" : "7bae67520aa9f5ecc506d646810bd40d9da54582"
2026-04-12 15:19:03 +02:00
},
"dist" : {
"type" : "zip" ,
2026-06-01 22:36:19 +02:00
"url" : "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/7bae67520aa9f5ecc506d646810bd40d9da54582" ,
"reference" : "7bae67520aa9f5ecc506d646810bd40d9da54582" ,
2026-04-12 15:19:03 +02:00
"shasum" : ""
},
"require" : {
"doctrine/deprecations" : "^1.1" ,
"ext-filter" : "*" ,
"php" : "^7.4 || ^8.0" ,
"phpdocumentor/reflection-common" : "^2.2" ,
2026-06-01 22:36:19 +02:00
"phpdocumentor/type-resolver" : "^2.0" ,
"phpstan/phpdoc-parser" : "^2.0" ,
2026-04-12 15:19:03 +02:00
"webmozart/assert" : "^1.9.1 || ^2"
},
"require-dev" : {
"mockery/mockery" : "~1.3.5 || ~1.6.0" ,
"phpstan/extension-installer" : "^1.1" ,
"phpstan/phpstan" : "^1.8" ,
"phpstan/phpstan-mockery" : "^1.1" ,
"phpstan/phpstan-webmozart-assert" : "^1.2" ,
"phpunit/phpunit" : "^9.5" ,
2026-06-01 22:36:19 +02:00
"psalm/phar" : "^5.26" ,
"shipmonk/dead-code-detector" : "^0.5.1"
2026-04-12 15:19:03 +02:00
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "5.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"
},
{
"name" : "Jaap van Otterdijk" ,
"email" : "opensource@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" ,
2026-06-01 22:36:19 +02:00
"source" : "https://github.com/phpDocumentor/ReflectionDocBlock/tree/6.0.3"
2026-04-12 15:19:03 +02:00
},
2026-06-01 22:36:19 +02:00
"time" : "2026-03-18T20:49:53+00:00"
2026-04-12 15:19:03 +02:00
},
{
"name" : "phpdocumentor/type-resolver" ,
2026-06-01 22:36:19 +02:00
"version" : "2.0.0" ,
2026-04-12 15:19:03 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/phpDocumentor/TypeResolver.git" ,
2026-06-01 22:36:19 +02:00
"reference" : "327a05bbee54120d4786a0dc67aad30226ad4cf9"
2026-04-12 15:19:03 +02:00
},
"dist" : {
"type" : "zip" ,
2026-06-01 22:36:19 +02:00
"url" : "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/327a05bbee54120d4786a0dc67aad30226ad4cf9" ,
"reference" : "327a05bbee54120d4786a0dc67aad30226ad4cf9" ,
2026-04-12 15:19:03 +02:00
"shasum" : ""
},
"require" : {
"doctrine/deprecations" : "^1.0" ,
2026-06-01 22:36:19 +02:00
"php" : "^7.4 || ^8.0" ,
2026-04-12 15:19:03 +02:00
"phpdocumentor/reflection-common" : "^2.0" ,
2026-06-01 22:36:19 +02:00
"phpstan/phpdoc-parser" : "^2.0"
2026-04-12 15:19:03 +02:00
},
"require-dev" : {
"ext-tokenizer" : "*" ,
"phpbench/phpbench" : "^1.2" ,
2026-06-01 22:36:19 +02:00
"phpstan/extension-installer" : "^1.4" ,
"phpstan/phpstan" : "^2.1" ,
"phpstan/phpstan-phpunit" : "^2.0" ,
2026-04-12 15:19:03 +02:00
"phpunit/phpunit" : "^9.5" ,
2026-06-01 22:36:19 +02:00
"psalm/phar" : "^4"
2026-04-12 15:19:03 +02:00
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
2026-06-01 22:36:19 +02:00
"dev-1.x" : "1.x-dev" ,
"dev-2.x" : "2.x-dev"
2026-04-12 15:19:03 +02:00
}
},
"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" ,
2026-06-01 22:36:19 +02:00
"source" : "https://github.com/phpDocumentor/TypeResolver/tree/2.0.0"
2026-04-12 15:19:03 +02:00
},
2026-06-01 22:36:19 +02:00
"time" : "2026-01-06T21:53:42+00:00"
2026-04-12 15:19:03 +02:00
},
{
"name" : "phpstan/phpdoc-parser" ,
2026-07-27 18:35:42 +02:00
"version" : "2.3.3" ,
2026-04-12 15:19:03 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/phpstan/phpdoc-parser.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "fb19eedd2bb67ff8cf7a5502ad329e701d6398a3"
2026-04-12 15:19:03 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/fb19eedd2bb67ff8cf7a5502ad329e701d6398a3" ,
"reference" : "fb19eedd2bb67ff8cf7a5502ad329e701d6398a3" ,
2026-04-12 15:19:03 +02:00
"shasum" : ""
},
"require" : {
"php" : "^7.4 || ^8.0"
},
"require-dev" : {
"doctrine/annotations" : "^2.0" ,
"nikic/php-parser" : "^5.3.0" ,
"php-parallel-lint/php-parallel-lint" : "^1.2" ,
"phpstan/extension-installer" : "^1.0" ,
"phpstan/phpstan" : "^2.0" ,
"phpstan/phpstan-phpunit" : "^2.0" ,
"phpstan/phpstan-strict-rules" : "^2.0" ,
"phpunit/phpunit" : "^9.6" ,
"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" ,
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/phpstan/phpdoc-parser/tree/2.3.3"
2026-04-12 15:19:03 +02:00
},
2026-07-27 18:35:42 +02:00
"time" : "2026-07-08T07:01:06+00:00"
2026-04-13 15:50:28 +02: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" : {
"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/"
}
],
"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"
},
{
"name" : "psr/container" ,
"version" : "2.0.2" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/container.git" ,
"reference" : "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
},
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963" ,
"reference" : "c71ecc56dfe541dbd90c5360474fbc405f8d5963" ,
"shasum" : ""
},
"require" : {
"php" : ">=7.4.0"
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "2.0.x-dev"
}
},
"autoload" : {
"psr-4" : {
"Psr\\Container\\" : "src/"
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "PHP-FIG" ,
"homepage" : "https://www.php-fig.org/"
}
],
"description" : "Common Container Interface (PHP FIG PSR-11)" ,
"homepage" : "https://github.com/php-fig/container" ,
"keywords" : [
"PSR-11" ,
"container" ,
"container-interface" ,
"container-interop" ,
"psr"
],
"support" : {
"issues" : "https://github.com/php-fig/container/issues" ,
"source" : "https://github.com/php-fig/container/tree/2.0.2"
},
"time" : "2021-11-05T16:47:00+00:00"
2026-04-12 15:19:03 +02:00
},
2026-04-09 12:10:37 +02:00
{
2026-04-13 15:50:28 +02:00
"name" : "psr/event-dispatcher" ,
"version" : "1.0.0" ,
2026-04-09 12:10:37 +02:00
"source" : {
"type" : "git" ,
2026-04-13 15:50:28 +02:00
"url" : "https://github.com/php-fig/event-dispatcher.git" ,
"reference" : "dbefd12671e8a14ec7f180cab83036ed26714bb0"
2026-04-09 12:10:37 +02:00
},
"dist" : {
"type" : "zip" ,
2026-04-13 15:50:28 +02:00
"url" : "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0" ,
"reference" : "dbefd12671e8a14ec7f180cab83036ed26714bb0" ,
2026-04-09 12:10:37 +02:00
"shasum" : ""
},
"require" : {
2026-04-13 15:50:28 +02:00
"php" : ">=7.2.0"
2026-04-09 12:10:37 +02:00
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
2026-04-09 20:21:01 +02:00
"dev-master" : "1.0.x-dev"
2026-04-09 12:10:37 +02:00
}
},
"autoload" : {
"psr-4" : {
2026-04-13 15:50:28 +02:00
"Psr\\EventDispatcher\\" : "src/"
2026-04-09 12:10:37 +02:00
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
2026-04-09 20:21:01 +02:00
"name" : "PHP-FIG" ,
2026-04-13 15:50:28 +02:00
"homepage" : "http://www.php-fig.org/"
2019-10-26 16:51:04 +02:00
}
],
2026-04-13 15:50:28 +02:00
"description" : "Standard interfaces for event handling." ,
2016-09-22 13:56:57 +02:00
"keywords" : [
2026-04-13 15:50:28 +02:00
"events" ,
2026-04-09 20:21:01 +02:00
"psr" ,
2026-04-13 15:50:28 +02:00
"psr-14"
2016-09-22 13:56:57 +02:00
],
2026-04-09 12:10:37 +02:00
"support" : {
2026-04-13 15:50:28 +02:00
"issues" : "https://github.com/php-fig/event-dispatcher/issues" ,
"source" : "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
2026-04-09 12:10:37 +02:00
},
2026-04-13 15:50:28 +02:00
"time" : "2019-01-08T18:20:26+00:00"
2016-09-22 13:56:57 +02:00
},
{
2026-04-13 15:50:28 +02:00
"name" : "psr/http-client" ,
"version" : "1.0.3" ,
2016-11-04 15:30:29 +01:00
"source" : {
"type" : "git" ,
2026-04-13 15:50:28 +02:00
"url" : "https://github.com/php-fig/http-client.git" ,
"reference" : "bb5906edc1c324c9a05aa0873d40117941e5fa90"
2016-11-04 15:30:29 +01:00
},
"dist" : {
"type" : "zip" ,
2026-04-13 15:50:28 +02:00
"url" : "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90" ,
"reference" : "bb5906edc1c324c9a05aa0873d40117941e5fa90" ,
2016-11-04 15:30:29 +01:00
"shasum" : ""
},
"require" : {
2026-04-13 15:50:28 +02:00
"php" : "^7.0 || ^8.0" ,
"psr/http-message" : "^1.0 || ^2.0"
2016-11-04 15:30:29 +01:00
},
2026-04-09 20:21:01 +02:00
"type" : "library" ,
2026-04-13 15:50:28 +02:00
"extra" : {
"branch-alias" : {
"dev-master" : "1.0.x-dev"
}
},
2016-11-04 15:30:29 +01:00
"autoload" : {
"psr-4" : {
2026-04-13 15:50:28 +02:00
"Psr\\Http\\Client\\" : "src/"
2019-10-26 18:07:36 +02:00
}
2016-11-04 15:30:29 +01:00
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
2026-04-09 20:21:01 +02:00
"name" : "PHP-FIG" ,
"homepage" : "https://www.php-fig.org/"
2016-11-04 15:30:29 +01:00
}
],
2026-04-13 15:50:28 +02:00
"description" : "Common interface for HTTP clients" ,
"homepage" : "https://github.com/php-fig/http-client" ,
2016-11-04 15:30:29 +01:00
"keywords" : [
2026-04-13 15:50:28 +02:00
"http" ,
"http-client" ,
2026-04-09 20:21:01 +02:00
"psr" ,
2026-04-13 15:50:28 +02:00
"psr-18"
2019-10-26 18:07:36 +02:00
],
2026-04-09 12:10:37 +02:00
"support" : {
2026-04-13 15:50:28 +02:00
"source" : "https://github.com/php-fig/http-client"
2026-04-09 12:10:37 +02:00
},
2026-04-13 15:50:28 +02:00
"time" : "2023-09-23T14:17:50+00:00"
2026-04-09 12:10:37 +02:00
},
{
2026-04-13 15:50:28 +02:00
"name" : "psr/http-factory" ,
"version" : "1.1.0" ,
2026-04-09 12:10:37 +02:00
"source" : {
"type" : "git" ,
2026-04-13 15:50:28 +02:00
"url" : "https://github.com/php-fig/http-factory.git" ,
"reference" : "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
2026-04-09 12:10:37 +02:00
},
"dist" : {
"type" : "zip" ,
2026-04-13 15:50:28 +02:00
"url" : "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a" ,
"reference" : "2b4765fddfe3b508ac62f829e852b1501d3f6e8a" ,
2026-04-09 12:10:37 +02:00
"shasum" : ""
},
"require" : {
2026-04-13 15:50:28 +02:00
"php" : ">=7.1" ,
"psr/http-message" : "^1.0 || ^2.0"
2026-04-09 12:10:37 +02:00
},
"type" : "library" ,
2026-04-09 20:21:01 +02:00
"extra" : {
"branch-alias" : {
2026-04-13 15:50:28 +02:00
"dev-master" : "1.0.x-dev"
2026-04-09 20:21:01 +02:00
}
},
2026-04-09 12:10:37 +02:00
"autoload" : {
"psr-4" : {
2026-04-13 15:50:28 +02:00
"Psr\\Http\\Message\\" : "src/"
2026-04-09 12:10:37 +02:00
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
2026-04-09 20:21:01 +02:00
"MIT"
],
"authors" : [
{
"name" : "PHP-FIG" ,
"homepage" : "https://www.php-fig.org/"
}
2026-04-09 12:10:37 +02:00
],
2026-04-13 15:50:28 +02:00
"description" : "PSR-17: Common interfaces for PSR-7 HTTP message factories" ,
2026-04-09 12:10:37 +02:00
"keywords" : [
2026-04-13 15:50:28 +02:00
"factory" ,
"http" ,
"message" ,
"psr" ,
"psr-17" ,
"psr-7" ,
"request" ,
"response"
2026-04-09 12:10:37 +02:00
],
"support" : {
2026-04-13 15:50:28 +02:00
"source" : "https://github.com/php-fig/http-factory"
2026-04-09 12:10:37 +02:00
},
2026-04-13 15:50:28 +02:00
"time" : "2024-04-15T12:06:14+00:00"
2016-11-04 15:30:29 +01:00
},
2016-09-22 13:56:57 +02:00
{
2026-04-13 15:50:28 +02:00
"name" : "psr/http-message" ,
"version" : "2.0" ,
2016-09-22 13:56:57 +02:00
"source" : {
"type" : "git" ,
2026-04-13 15:50:28 +02:00
"url" : "https://github.com/php-fig/http-message.git" ,
"reference" : "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
2016-09-22 13:56:57 +02:00
},
"dist" : {
"type" : "zip" ,
2026-04-13 15:50:28 +02:00
"url" : "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71" ,
"reference" : "402d35bcb92c70c026d1a6a9883f06b2ead23d71" ,
2016-09-22 13:56:57 +02:00
"shasum" : ""
},
"require" : {
2026-04-13 15:50:28 +02:00
"php" : "^7.2 || ^8.0"
2019-10-26 18:07:36 +02:00
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
2026-04-13 15:50:28 +02:00
"dev-master" : "2.0.x-dev"
2019-10-26 18:07:36 +02:00
}
},
"autoload" : {
"psr-4" : {
2026-04-13 15:50:28 +02:00
"Psr\\Http\\Message\\" : "src/"
2016-09-22 13:56:57 +02:00
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
2026-04-09 20:21:01 +02:00
"name" : "PHP-FIG" ,
2026-04-13 15:50:28 +02:00
"homepage" : "https://www.php-fig.org/"
2016-09-22 13:56:57 +02:00
}
],
2026-04-13 15:50:28 +02:00
"description" : "Common interface for HTTP messages" ,
"homepage" : "https://github.com/php-fig/http-message" ,
2016-09-22 13:56:57 +02:00
"keywords" : [
2026-04-13 15:50:28 +02:00
"http" ,
"http-message" ,
2026-04-09 20:21:01 +02:00
"psr" ,
2026-04-13 15:50:28 +02:00
"psr-7" ,
"request" ,
"response"
2016-09-22 13:56:57 +02:00
],
2026-04-09 12:10:37 +02:00
"support" : {
2026-04-13 15:50:28 +02:00
"source" : "https://github.com/php-fig/http-message/tree/2.0"
2026-04-09 12:10:37 +02:00
},
2026-04-13 15:50:28 +02:00
"time" : "2023-04-04T09:54:51+00:00"
2016-09-22 13:56:57 +02:00
},
{
2026-04-09 22:00:53 +02:00
"name" : "psr/link" ,
"version" : "2.0.1" ,
2016-09-22 13:56:57 +02:00
"source" : {
"type" : "git" ,
2026-04-09 22:00:53 +02:00
"url" : "https://github.com/php-fig/link.git" ,
"reference" : "84b159194ecfd7eaa472280213976e96415433f7"
2016-09-22 13:56:57 +02:00
},
"dist" : {
"type" : "zip" ,
2026-04-09 22:00:53 +02:00
"url" : "https://api.github.com/repos/php-fig/link/zipball/84b159194ecfd7eaa472280213976e96415433f7" ,
"reference" : "84b159194ecfd7eaa472280213976e96415433f7" ,
2016-09-22 13:56:57 +02:00
"shasum" : ""
},
"require" : {
2026-04-09 22:00:53 +02:00
"php" : ">=8.0.0"
},
"suggest" : {
"fig/link-util" : "Provides some useful PSR-13 utilities"
2016-09-22 13:56:57 +02:00
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
2026-04-09 22:00:53 +02:00
"dev-master" : "2.0.x-dev"
2016-09-22 13:56:57 +02:00
}
},
"autoload" : {
2019-10-26 18:07:36 +02:00
"psr-4" : {
2026-04-09 22:00:53 +02:00
"Psr\\Link\\" : "src/"
2019-10-26 18:07:36 +02:00
}
2016-09-22 13:56:57 +02:00
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
2019-10-26 18:07:36 +02:00
"name" : "PHP-FIG" ,
2026-04-09 22:00:53 +02:00
"homepage" : "http://www.php-fig.org/"
2016-09-22 13:56:57 +02:00
}
],
2026-04-09 22:00:53 +02:00
"description" : "Common interfaces for HTTP links" ,
"homepage" : "https://github.com/php-fig/link" ,
2016-09-22 13:56:57 +02:00
"keywords" : [
2026-04-09 12:10:37 +02:00
"http" ,
2026-04-09 22:00:53 +02:00
"http-link" ,
"link" ,
2026-04-09 12:10:37 +02:00
"psr" ,
2026-04-09 22:00:53 +02:00
"psr-13" ,
"rest"
2016-09-22 13:56:57 +02:00
],
2026-04-09 12:10:37 +02:00
"support" : {
2026-04-09 22:00:53 +02:00
"source" : "https://github.com/php-fig/link/tree/2.0.1"
2026-04-09 12:10:37 +02:00
},
2026-04-09 22:00:53 +02:00
"time" : "2021-03-11T23:00:27+00:00"
2016-09-22 13:56:57 +02:00
},
2016-11-04 15:30:29 +01:00
{
2026-04-09 22:00:53 +02:00
"name" : "psr/log" ,
"version" : "3.0.2" ,
2016-11-04 15:30:29 +01:00
"source" : {
"type" : "git" ,
2026-04-09 22:00:53 +02:00
"url" : "https://github.com/php-fig/log.git" ,
"reference" : "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
2016-11-04 15:30:29 +01:00
},
"dist" : {
"type" : "zip" ,
2026-04-09 22:00:53 +02:00
"url" : "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3" ,
"reference" : "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3" ,
2016-11-04 15:30:29 +01:00
"shasum" : ""
},
"require" : {
2026-04-09 22:00:53 +02:00
"php" : ">=8.0.0"
2016-11-04 15:30:29 +01:00
},
"type" : "library" ,
2019-10-26 18:07:36 +02:00
"extra" : {
"branch-alias" : {
2026-04-09 22:00:53 +02:00
"dev-master" : "3.x-dev"
2019-10-26 18:07:36 +02:00
}
},
2016-11-04 15:30:29 +01:00
"autoload" : {
2019-10-26 16:51:04 +02:00
"psr-4" : {
2026-04-09 22:00:53 +02:00
"Psr\\Log\\" : "src"
2016-11-04 15:30:29 +01:00
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
2019-10-26 18:07:36 +02:00
"name" : "PHP-FIG" ,
2026-04-09 12:10:37 +02:00
"homepage" : "https://www.php-fig.org/"
2016-11-04 15:30:29 +01:00
}
],
2026-04-09 22:00:53 +02:00
"description" : "Common interface for logging libraries" ,
"homepage" : "https://github.com/php-fig/log" ,
2016-11-04 15:30:29 +01:00
"keywords" : [
2026-04-09 22:00:53 +02:00
"log" ,
2019-10-26 18:07:36 +02:00
"psr" ,
2026-04-09 22:00:53 +02:00
"psr-3"
2016-11-04 15:30:29 +01:00
],
2026-04-09 12:10:37 +02:00
"support" : {
2026-04-09 22:00:53 +02:00
"source" : "https://github.com/php-fig/log/tree/3.0.2"
2026-04-09 12:10:37 +02:00
},
2026-04-09 22:00:53 +02:00
"time" : "2024-09-11T13:17:53+00:00"
2016-11-04 15:30:29 +01:00
},
2026-04-12 17:55:57 +02:00
{
"name" : "scheb/2fa-backup-code" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.6.1" ,
2026-04-12 17:55:57 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/scheb/2fa-backup-code.git" ,
"reference" : "cf4251fcc24f4a39d1307d8bbfabecfbd21ed57b"
},
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/scheb/2fa-backup-code/zipball/cf4251fcc24f4a39d1307d8bbfabecfbd21ed57b" ,
"reference" : "cf4251fcc24f4a39d1307d8bbfabecfbd21ed57b" ,
"shasum" : ""
},
"require" : {
"php" : "~8.4.0 || ~8.5.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" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/scheb/2fa-backup-code/tree/v8.6.1"
2026-04-12 17:55:57 +02:00
},
"time" : "2026-01-24T13:26:10+00:00"
},
{
"name" : "scheb/2fa-bundle" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.6.1" ,
2026-04-12 17:55:57 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/scheb/2fa-bundle.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "5427e46c4e3236af31ad25ba7deae63de197637f"
2026-04-12 17:55:57 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/scheb/2fa-bundle/zipball/5427e46c4e3236af31ad25ba7deae63de197637f" ,
"reference" : "5427e46c4e3236af31ad25ba7deae63de197637f" ,
2026-04-12 17:55:57 +02:00
"shasum" : ""
},
"require" : {
"php" : "~8.4.0 || ~8.5.0" ,
"symfony/config" : "^7.4 || ^8.0" ,
"symfony/dependency-injection" : "^7.4 || ^8.0" ,
"symfony/event-dispatcher" : "^7.4 || ^8.0" ,
"symfony/framework-bundle" : "^7.4 || ^8.0" ,
"symfony/http-foundation" : "^7.4 || ^8.0" ,
"symfony/http-kernel" : "^7.4 || ^8.0" ,
"symfony/property-access" : "^7.4 || ^8.0" ,
"symfony/security-bundle" : "^7.4 || ^8.0" ,
"symfony/service-contracts" : "^2.5|^3" ,
"symfony/twig-bundle" : "^7.4 || ^8.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" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/scheb/2fa-bundle/tree/v8.6.1"
2026-04-12 17:55:57 +02:00
},
2026-07-27 18:35:42 +02:00
"time" : "2026-07-10T18:29:30+00:00"
2026-04-12 17:55:57 +02:00
},
{
"name" : "scheb/2fa-totp" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.6.1" ,
2026-04-12 17:55:57 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/scheb/2fa-totp.git" ,
"reference" : "ca7562c6b6f9e5bb30cadcc98123327c2540e18f"
},
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/scheb/2fa-totp/zipball/ca7562c6b6f9e5bb30cadcc98123327c2540e18f" ,
"reference" : "ca7562c6b6f9e5bb30cadcc98123327c2540e18f" ,
"shasum" : ""
},
"require" : {
"php" : "~8.4.0 || ~8.5.0" ,
"scheb/2fa-bundle" : "self.version" ,
"spomky-labs/otphp" : "^11.4"
},
"suggest" : {
"symfony/validator" : "Needed if you want to use the TOTP validator constraint"
},
"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 TOTP" ,
"homepage" : "https://github.com/scheb/2fa" ,
"keywords" : [
"2fa" ,
"Authentication" ,
"symfony" ,
"totp" ,
"two-factor" ,
"two-step"
],
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/scheb/2fa-totp/tree/v8.6.1"
2026-04-12 17:55:57 +02:00
},
"time" : "2026-01-24T13:27:55+00:00"
},
2016-09-22 13:56:57 +02:00
{
2026-04-12 15:19:03 +02:00
"name" : "spomky-labs/cbor-php" ,
2026-07-27 18:35:42 +02:00
"version" : "3.3.0" ,
2016-09-22 13:56:57 +02:00
"source" : {
"type" : "git" ,
2026-04-12 15:19:03 +02:00
"url" : "https://github.com/Spomky-Labs/cbor-php.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "013d13da69cf28b1ae501887daceccc850ca1c76"
2016-09-22 13:56:57 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/Spomky-Labs/cbor-php/zipball/013d13da69cf28b1ae501887daceccc850ca1c76" ,
"reference" : "013d13da69cf28b1ae501887daceccc850ca1c76" ,
2019-10-26 16:51:04 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"brick/math" : "^0.9|^0.10|^0.11|^0.12|^0.13|^0.14|^0.15|^0.16|^0.17|^0.18" ,
2026-04-12 15:19:03 +02:00
"ext-mbstring" : "*" ,
"php" : ">=8.0"
2019-10-26 18:07:36 +02:00
},
2026-04-09 12:10:37 +02:00
"require-dev" : {
2026-04-12 15:19:03 +02:00
"ext-json" : "*" ,
"roave/security-advisories" : "dev-latest" ,
"symfony/error-handler" : "^6.4|^7.1|^8.0" ,
"symfony/var-dumper" : "^6.4|^7.1|^8.0"
},
"suggest" : {
"ext-bcmath" : "GMP or BCMath extensions will drastically improve the library performance. BCMath extension needed to handle the Big Float and Decimal Fraction Tags" ,
"ext-gmp" : "GMP or BCMath extensions will drastically improve the library performance"
2019-10-26 16:51:04 +02:00
},
"type" : "library" ,
"autoload" : {
"psr-4" : {
2026-04-12 15:19:03 +02:00
"CBOR\\" : "src/"
}
2019-10-26 16:51:04 +02:00
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
2019-10-26 18:07:36 +02:00
"authors" : [
{
2026-04-12 15:19:03 +02:00
"name" : "Florent Morselli" ,
"homepage" : "https://github.com/Spomky"
2019-10-26 18:07:36 +02:00
},
{
2026-04-12 15:19:03 +02:00
"name" : "All contributors" ,
"homepage" : "https://github.com/Spomky-Labs/cbor-php/contributors"
2019-10-26 18:07:36 +02:00
}
2019-10-26 16:51:04 +02:00
],
2026-04-12 15:19:03 +02:00
"description" : "CBOR Encoder/Decoder for PHP" ,
"keywords" : [
"Concise Binary Object Representation" ,
"RFC7049" ,
"cbor"
],
2026-04-09 12:10:37 +02:00
"support" : {
2026-04-12 15:19:03 +02:00
"issues" : "https://github.com/Spomky-Labs/cbor-php/issues" ,
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/Spomky-Labs/cbor-php/tree/3.3.0"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
2026-04-12 15:19:03 +02:00
"url" : "https://github.com/Spomky" ,
2026-04-09 12:10:37 +02:00
"type" : "github"
},
{
2026-04-12 15:19:03 +02:00
"url" : "https://www.patreon.com/FlorentMorselli" ,
"type" : "patreon"
2026-04-09 12:10:37 +02:00
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-07-15T18:56:27+00:00"
2019-10-26 16:51:04 +02:00
},
2026-04-12 17:55:57 +02:00
{
"name" : "spomky-labs/otphp" ,
2026-07-27 18:35:42 +02:00
"version" : "11.5.0" ,
2026-04-12 17:55:57 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Spomky-Labs/otphp.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "877683d6352b80cdc7020fd43a725629c2524435"
2026-04-12 17:55:57 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/Spomky-Labs/otphp/zipball/877683d6352b80cdc7020fd43a725629c2524435" ,
"reference" : "877683d6352b80cdc7020fd43a725629c2524435" ,
2026-04-12 17:55:57 +02:00
"shasum" : ""
},
"require" : {
"paragonie/constant_time_encoding" : "^2.0 || ^3.0" ,
"php" : ">=8.1" ,
"psr/clock" : "^1.0" ,
"symfony/deprecation-contracts" : "^3.2"
},
"require-dev" : {
"symfony/error-handler" : "^6.4|^7.0|^8.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" ,
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/Spomky-Labs/otphp/tree/11.5.0"
2026-04-12 17:55:57 +02:00
},
"funding" : [
{
"url" : "https://github.com/Spomky" ,
"type" : "github"
},
{
"url" : "https://www.patreon.com/FlorentMorselli" ,
"type" : "patreon"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-06-06T23:41:24+00:00"
2026-04-12 17:55:57 +02:00
},
2019-10-26 16:51:04 +02:00
{
2026-04-12 15:19:03 +02:00
"name" : "spomky-labs/pki-framework" ,
2026-07-27 18:35:42 +02:00
"version" : "1.5.0" ,
2019-10-26 16:51:04 +02:00
"source" : {
"type" : "git" ,
2026-04-12 15:19:03 +02:00
"url" : "https://github.com/Spomky-Labs/pki-framework.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "e0d61661962560c1cedfef02b51b431e720aae78"
2019-10-26 16:51:04 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/Spomky-Labs/pki-framework/zipball/e0d61661962560c1cedfef02b51b431e720aae78" ,
"reference" : "e0d61661962560c1cedfef02b51b431e720aae78" ,
2019-10-26 16:51:04 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"brick/math" : "^0.10|^0.11|^0.12|^0.13|^0.14|^0.15|^0.16|^0.17|^0.18" ,
2026-04-12 15:19:03 +02:00
"ext-mbstring" : "*" ,
2026-07-27 18:35:42 +02:00
"php" : ">=8.1"
2019-10-26 16:51:04 +02:00
},
2026-04-12 15:19:03 +02:00
"require-dev" : {
"ekino/phpstan-banned-code" : "^1.0|^2.0|^3.0" ,
"ext-gmp" : "*" ,
"ext-openssl" : "*" ,
2026-07-27 18:35:42 +02:00
"infection/infection" : "^0.28|^0.29|^0.31" ,
2026-04-12 15:19:03 +02:00
"php-parallel-lint/php-parallel-lint" : "^1.3" ,
"phpstan/extension-installer" : "^1.3|^2.0" ,
"phpstan/phpstan" : "^1.8|^2.0" ,
"phpstan/phpstan-deprecation-rules" : "^1.0|^2.0" ,
"phpstan/phpstan-phpunit" : "^1.1|^2.0" ,
"phpstan/phpstan-strict-rules" : "^1.3|^2.0" ,
2026-07-27 18:35:42 +02:00
"phpunit/phpunit" : "^10.1|^11.0|^12.0" ,
2026-04-12 15:19:03 +02:00
"rector/rector" : "^1.0|^2.0" ,
"roave/security-advisories" : "dev-latest" ,
"symfony/string" : "^6.4|^7.0|^8.0" ,
"symfony/var-dumper" : "^6.4|^7.0|^8.0" ,
2026-07-27 18:35:42 +02:00
"symplify/easy-coding-standard" : "^12.0 || ^13.0"
2026-04-12 15:19:03 +02:00
},
"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" ,
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/Spomky-Labs/pki-framework/tree/1.5.0"
2026-04-12 15:19:03 +02:00
},
"funding" : [
{
"url" : "https://github.com/Spomky" ,
"type" : "github"
},
{
"url" : "https://www.patreon.com/FlorentMorselli" ,
"type" : "patreon"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-07-16T10:28:45+00:00"
2026-04-12 15:19:03 +02:00
},
{
"name" : "symfony/asset" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.0" ,
2026-04-12 15:19:03 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/asset.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "4bd4d143b7e53f40d45877df52eb2b18282bdac4"
2026-04-12 15:19:03 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/asset/zipball/4bd4d143b7e53f40d45877df52eb2b18282bdac4" ,
"reference" : "4bd4d143b7e53f40d45877df52eb2b18282bdac4" ,
2026-04-12 15:19:03 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1"
2026-04-12 15:19:03 +02:00
},
"require-dev" : {
2026-07-27 18:35:42 +02:00
"symfony/http-client" : "^7.4|^8.0" ,
"symfony/http-foundation" : "^7.4|^8.0" ,
"symfony/http-kernel" : "^7.4|^8.0"
2026-04-12 15:19:03 +02: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"
}
],
"description" : "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files" ,
"homepage" : "https://symfony.com" ,
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/asset/tree/v8.1.0"
2026-04-12 15:19:03 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-05-29T05:06:50+00:00"
2026-04-12 15:19:03 +02:00
},
{
"name" : "symfony/cache" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.1" ,
2026-04-12 15:19:03 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/cache.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "c14decc1b0755b1e8ab6babeef56e1880348e817"
2026-04-12 15:19:03 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/cache/zipball/c14decc1b0755b1e8ab6babeef56e1880348e817" ,
"reference" : "c14decc1b0755b1e8ab6babeef56e1880348e817" ,
2026-04-12 15:19:03 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1" ,
2026-04-12 15:19:03 +02:00
"psr/cache" : "^2.0|^3.0" ,
"psr/log" : "^1.1|^2|^3" ,
"symfony/cache-contracts" : "^3.6" ,
"symfony/service-contracts" : "^2.5|^3" ,
2026-07-27 18:35:42 +02:00
"symfony/var-exporter" : "^8.1"
2026-04-12 15:19:03 +02:00
},
"conflict" : {
2026-04-11 18:29:37 +02:00
"ext-redis" : "<6.1" ,
2026-07-27 18:35:42 +02:00
"ext-relay" : "<0.12.1"
2019-10-26 16:51:04 +02:00
},
2019-10-26 18:07:36 +02:00
"provide" : {
2026-04-09 12:10:37 +02:00
"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-10-26 18:07:36 +02:00
},
"require-dev" : {
"cache/integration-tests" : "dev-master" ,
2026-07-27 18:35:42 +02:00
"doctrine/dbal" : "^4.3" ,
2026-04-09 12:10:37 +02:00
"predis/predis" : "^1.1|^2.0" ,
"psr/simple-cache" : "^1.0|^2.0|^3.0" ,
2026-07-27 18:35:42 +02:00
"symfony/clock" : "^7.4|^8.0" ,
"symfony/config" : "^7.4|^8.0" ,
"symfony/dependency-injection" : "^7.4|^8.0" ,
"symfony/filesystem" : "^7.4|^8.0" ,
"symfony/http-kernel" : "^7.4|^8.0" ,
"symfony/messenger" : "^7.4|^8.0" ,
"symfony/var-dumper" : "^7.4|^8.0"
2019-10-26 16:51:04 +02:00
},
"type" : "library" ,
"autoload" : {
"psr-4" : {
2019-10-26 18:07:36 +02:00
"Symfony\\Component\\Cache\\" : ""
},
2026-04-09 12:10:37 +02:00
"classmap" : [
"Traits/ValueWrapper.php"
],
2019-10-26 18:07:36 +02:00
"exclude-from-classmap" : [
"/Tests/"
]
2019-10-26 16:51:04 +02:00
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
2019-10-26 18:07:36 +02:00
"authors" : [
{
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
],
2026-04-09 12:10:37 +02:00
"description" : "Provides extended PSR-6, PSR-16 (and tags) implementations" ,
2019-10-26 18:07:36 +02:00
"homepage" : "https://symfony.com" ,
2019-10-26 16:51:04 +02:00
"keywords" : [
2019-10-26 18:07:36 +02:00
"caching" ,
"psr6"
2019-10-26 16:51:04 +02:00
],
2026-04-09 12:10:37 +02:00
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/cache/tree/v8.1.1"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-06-17T15:04:37+00:00"
2019-10-26 16:51:04 +02:00
},
{
2019-10-26 18:07:36 +02:00
"name" : "symfony/cache-contracts" ,
2026-07-27 18:35:42 +02:00
"version" : "v3.7.1" ,
2019-10-26 16:51:04 +02:00
"source" : {
"type" : "git" ,
2019-10-26 18:07:36 +02:00
"url" : "https://github.com/symfony/cache-contracts.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "9789738bc19af1106dc54d6afba9a0b467516cf2"
2019-10-26 16:51:04 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/cache-contracts/zipball/9789738bc19af1106dc54d6afba9a0b467516cf2" ,
"reference" : "9789738bc19af1106dc54d6afba9a0b467516cf2" ,
2019-10-26 16:51:04 +02:00
"shasum" : ""
},
"require" : {
2026-04-09 12:10:37 +02:00
"php" : ">=8.1" ,
"psr/cache" : "^3.0"
2019-10-26 16:51:04 +02:00
},
"type" : "library" ,
2019-10-26 18:07:36 +02:00
"extra" : {
2026-04-09 12:10:37 +02:00
"thanks" : {
"url" : "https://github.com/symfony/contracts" ,
"name" : "symfony/contracts"
},
2019-10-26 18:07:36 +02:00
"branch-alias" : {
2026-06-01 22:36:19 +02:00
"dev-main" : "3.7-dev"
2019-10-26 18:07:36 +02:00
}
},
2019-10-26 16:51:04 +02:00
"autoload" : {
"psr-4" : {
2019-10-26 18:07:36 +02:00
"Symfony\\Contracts\\Cache\\" : ""
}
2019-10-26 16:51:04 +02:00
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
2019-10-26 18:07:36 +02:00
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
2019-10-26 16:51:04 +02:00
}
],
2019-10-26 18:07:36 +02:00
"description" : "Generic abstractions related to caching" ,
"homepage" : "https://symfony.com" ,
2019-10-26 16:51:04 +02:00
"keywords" : [
2019-10-26 18:07:36 +02:00
"abstractions" ,
"contracts" ,
"decoupling" ,
"interfaces" ,
"interoperability" ,
"standards"
2019-10-26 16:51:04 +02:00
],
2026-04-09 12:10:37 +02:00
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/cache-contracts/tree/v3.7.1"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
2026-06-01 22:36:19 +02:00
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
2026-04-09 12:10:37 +02:00
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-06-05T06:23:12+00:00"
2019-10-26 16:51:04 +02:00
},
2026-04-09 20:21:01 +02:00
{
"name" : "symfony/clock" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.0" ,
2026-04-09 20:21:01 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/clock.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "701ef4de9705d6c32292ebee5e8044094a09fbf6"
2026-04-09 20:21:01 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/clock/zipball/701ef4de9705d6c32292ebee5e8044094a09fbf6" ,
"reference" : "701ef4de9705d6c32292ebee5e8044094a09fbf6" ,
2026-04-09 20:21:01 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1" ,
"psr/clock" : "^1.0"
2026-04-09 20:21:01 +02:00
},
"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" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/clock/tree/v8.1.0"
2026-04-09 20:21:01 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-05-29T05:06:50+00:00"
2026-04-09 20:21:01 +02:00
},
2019-10-26 16:51:04 +02:00
{
2019-10-26 18:07:36 +02:00
"name" : "symfony/config" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.1" ,
2019-10-26 16:51:04 +02:00
"source" : {
"type" : "git" ,
2019-10-26 18:07:36 +02:00
"url" : "https://github.com/symfony/config.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "c18ae45733f9a5006ba81a13047d08a93e0dea1c"
2019-10-26 16:51:04 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/config/zipball/c18ae45733f9a5006ba81a13047d08a93e0dea1c" ,
"reference" : "c18ae45733f9a5006ba81a13047d08a93e0dea1c" ,
2019-10-26 16:51:04 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1" ,
2026-04-09 12:10:37 +02:00
"symfony/deprecation-contracts" : "^2.5|^3" ,
2026-07-27 18:35:42 +02:00
"symfony/filesystem" : "^7.4|^8.0" ,
"symfony/polyfill-ctype" : "^1.8"
2019-10-26 18:07:36 +02:00
},
"conflict" : {
2026-04-09 12:10:37 +02:00
"symfony/service-contracts" : "<2.5"
2019-10-26 16:51:04 +02:00
},
"require-dev" : {
2026-07-27 18:35:42 +02:00
"symfony/event-dispatcher" : "^7.4|^8.0" ,
"symfony/finder" : "^7.4|^8.0" ,
"symfony/messenger" : "^7.4|^8.0" ,
2026-04-09 12:10:37 +02:00
"symfony/service-contracts" : "^2.5|^3" ,
2026-07-27 18:35:42 +02:00
"symfony/yaml" : "^7.4|^8.0"
2019-10-26 16:51:04 +02:00
},
"type" : "library" ,
"autoload" : {
"psr-4" : {
2019-10-26 18:07:36 +02:00
"Symfony\\Component\\Config\\" : ""
2019-10-26 16:51:04 +02:00
},
2019-10-26 18:07:36 +02:00
"exclude-from-classmap" : [
"/Tests/"
2019-10-26 16:51:04 +02:00
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
2019-10-26 18:07:36 +02:00
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
2019-10-26 16:51:04 +02:00
}
],
2026-04-09 12:10:37 +02:00
"description" : "Helps you find, load, combine, autofill and validate configuration values of any kind" ,
2019-10-26 18:07:36 +02:00
"homepage" : "https://symfony.com" ,
2026-04-09 12:10:37 +02:00
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/config/tree/v8.1.1"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-06-09T10:54:51+00:00"
2019-10-26 16:51:04 +02:00
},
{
2019-10-26 18:07:36 +02:00
"name" : "symfony/console" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.1" ,
2019-10-26 16:51:04 +02:00
"source" : {
"type" : "git" ,
2019-10-26 18:07:36 +02:00
"url" : "https://github.com/symfony/console.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "b711a8ab808b6c074c6b8caef70d0fd8d6b6d07d"
2019-10-26 16:51:04 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/console/zipball/b711a8ab808b6c074c6b8caef70d0fd8d6b6d07d" ,
"reference" : "b711a8ab808b6c074c6b8caef70d0fd8d6b6d07d" ,
2019-10-26 16:51:04 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1" ,
2026-04-09 20:21:01 +02:00
"symfony/deprecation-contracts" : "^2.5|^3" ,
2026-07-27 18:35:42 +02:00
"symfony/polyfill-mbstring" : "^1.0" ,
"symfony/polyfill-php85" : "^1.32" ,
2026-04-09 20:21:01 +02:00
"symfony/service-contracts" : "^2.5|^3" ,
2026-07-27 18:35:42 +02:00
"symfony/string" : "^7.4.6|^8.0.6"
2019-10-26 18:07:36 +02:00
},
"conflict" : {
2026-07-27 18:35:42 +02:00
"symfony/dependency-injection" : "<8.1" ,
"symfony/event-dispatcher" : "<8.1"
2019-10-26 18:07:36 +02:00
},
"provide" : {
2026-04-09 20:21:01 +02:00
"psr/log-implementation" : "1.0|2.0|3.0"
2019-10-26 16:51:04 +02:00
},
"require-dev" : {
2026-04-09 20:21:01 +02:00
"psr/log" : "^1|^2|^3" ,
2026-07-27 18:35:42 +02:00
"symfony/config" : "^7.4|^8.0" ,
"symfony/dependency-injection" : "^8.1" ,
"symfony/event-dispatcher" : "^8.1" ,
"symfony/filesystem" : "^7.4|^8.0" ,
"symfony/http-foundation" : "^7.4|^8.0" ,
"symfony/http-kernel" : "^7.4|^8.0" ,
"symfony/lock" : "^7.4|^8.0" ,
"symfony/messenger" : "^7.4|^8.0" ,
"symfony/mime" : "^7.4|^8.0" ,
"symfony/process" : "^7.4|^8.0" ,
"symfony/stopwatch" : "^7.4|^8.0" ,
"symfony/uid" : "^7.4|^8.0" ,
"symfony/validator" : "^7.4|^8.0" ,
"symfony/var-dumper" : "^7.4|^8.0"
2019-10-26 16:51:04 +02:00
},
"type" : "library" ,
"autoload" : {
"psr-4" : {
2019-10-26 18:07:36 +02:00
"Symfony\\Component\\Console\\" : ""
},
"exclude-from-classmap" : [
"/Tests/"
]
2019-10-26 16:51:04 +02:00
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
2019-10-26 18:07:36 +02:00
"authors" : [
{
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
2019-10-26 16:51:04 +02:00
],
2026-04-09 12:10:37 +02:00
"description" : "Eases the creation of beautiful and testable command line interfaces" ,
2019-10-26 18:07:36 +02:00
"homepage" : "https://symfony.com" ,
2026-04-09 12:10:37 +02:00
"keywords" : [
"cli" ,
"command-line" ,
"console" ,
"terminal"
],
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/console/tree/v8.1.1"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
2026-04-09 20:21:01 +02:00
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
2026-04-09 12:10:37 +02:00
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-06-16T12:55:20+00:00"
2019-10-26 16:51:04 +02:00
},
{
2026-04-09 12:10:37 +02:00
"name" : "symfony/dependency-injection" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.1" ,
2019-10-26 16:51:04 +02:00
"source" : {
"type" : "git" ,
2026-04-09 12:10:37 +02:00
"url" : "https://github.com/symfony/dependency-injection.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "99ced9d6305c43b25a7d48fe6a7d169df275a597"
2019-10-26 16:51:04 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/dependency-injection/zipball/99ced9d6305c43b25a7d48fe6a7d169df275a597" ,
"reference" : "99ced9d6305c43b25a7d48fe6a7d169df275a597" ,
2019-10-26 16:51:04 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1" ,
2026-04-09 12:10:37 +02:00
"psr/container" : "^1.1|^2.0" ,
"symfony/deprecation-contracts" : "^2.5|^3" ,
2026-04-11 18:29:37 +02:00
"symfony/service-contracts" : "^3.6" ,
2026-07-27 18:35:42 +02:00
"symfony/var-exporter" : "^8.1"
2019-10-26 18:07:36 +02:00
},
"conflict" : {
2026-07-27 18:35:42 +02:00
"ext-psr" : "<1.1|>=2"
2026-04-09 12:10:37 +02:00
},
"provide" : {
"psr/container-implementation" : "1.1|2.0" ,
"symfony/service-implementation" : "1.1|2.0|3.0"
2019-10-26 16:51:04 +02:00
},
"require-dev" : {
2026-07-27 18:35:42 +02:00
"symfony/config" : "^7.4|^8.0" ,
"symfony/expression-language" : "^7.4|^8.0" ,
"symfony/yaml" : "^7.4|^8.0"
2019-10-26 16:51:04 +02:00
},
"type" : "library" ,
2019-10-26 18:07:36 +02:00
"autoload" : {
"psr-4" : {
2026-04-09 12:10:37 +02:00
"Symfony\\Component\\DependencyInjection\\" : ""
2019-10-26 18:07:36 +02: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"
}
],
2026-04-09 12:10:37 +02:00
"description" : "Allows you to standardize and centralize the way objects are constructed in your application" ,
2019-10-26 18:07:36 +02:00
"homepage" : "https://symfony.com" ,
2026-04-09 12:10:37 +02:00
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/dependency-injection/tree/v8.1.1"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-06-27T06:18:14+00:00"
2019-10-26 18:07:36 +02:00
},
{
2026-04-09 12:10:37 +02:00
"name" : "symfony/deprecation-contracts" ,
2026-07-27 18:35:42 +02:00
"version" : "v3.7.1" ,
2019-10-26 18:07:36 +02:00
"source" : {
"type" : "git" ,
2026-04-09 12:10:37 +02:00
"url" : "https://github.com/symfony/deprecation-contracts.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "f3202fa1b5097b0af062dc978b32ecf63404e31d"
2019-10-26 18:07:36 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/deprecation-contracts/zipball/f3202fa1b5097b0af062dc978b32ecf63404e31d" ,
"reference" : "f3202fa1b5097b0af062dc978b32ecf63404e31d" ,
2019-10-26 18:07:36 +02:00
"shasum" : ""
},
"require" : {
2026-04-09 12:10:37 +02:00
"php" : ">=8.1"
2019-10-26 18:07:36 +02:00
},
"type" : "library" ,
"extra" : {
2026-04-09 12:10:37 +02:00
"thanks" : {
"url" : "https://github.com/symfony/contracts" ,
"name" : "symfony/contracts"
},
2019-10-26 18:07:36 +02:00
"branch-alias" : {
2026-06-01 22:36:19 +02:00
"dev-main" : "3.7-dev"
2019-10-26 18:07:36 +02:00
}
},
"autoload" : {
2026-04-09 12:10:37 +02:00
"files" : [
"function.php"
2019-10-26 18:07:36 +02:00
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
2026-04-09 12:10:37 +02:00
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
2019-10-26 18:07:36 +02:00
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
],
2026-04-09 12:10:37 +02:00
"description" : "A generic function and convention to trigger deprecation notices" ,
2019-10-26 18:07:36 +02:00
"homepage" : "https://symfony.com" ,
2026-04-09 12:10:37 +02:00
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/deprecation-contracts/tree/v3.7.1"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
2026-06-01 22:36:19 +02:00
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
2026-04-09 12:10:37 +02:00
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-06-05T06:23:12+00:00"
2019-10-26 18:07:36 +02:00
},
{
"name" : "symfony/doctrine-bridge" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.1" ,
2019-10-26 18:07:36 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/doctrine-bridge.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "883547207ff3b77c5cec9f4f16dd330ccd7b2849"
2019-10-26 18:07:36 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/doctrine-bridge/zipball/883547207ff3b77c5cec9f4f16dd330ccd7b2849" ,
"reference" : "883547207ff3b77c5cec9f4f16dd330ccd7b2849" ,
2019-10-26 18:07:36 +02:00
"shasum" : ""
},
"require" : {
2026-04-11 18:29:37 +02:00
"doctrine/event-manager" : "^2" ,
"doctrine/persistence" : "^3.1|^4" ,
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1" ,
2026-04-09 12:10:37 +02:00
"symfony/deprecation-contracts" : "^2.5|^3" ,
2026-07-27 18:35:42 +02:00
"symfony/polyfill-ctype" : "^1.8" ,
"symfony/polyfill-mbstring" : "^1.0" ,
2026-04-09 12:10:37 +02:00
"symfony/service-contracts" : "^2.5|^3"
2019-10-26 18:07:36 +02:00
},
"conflict" : {
2026-04-11 18:29:37 +02:00
"doctrine/collections" : "<1.8" ,
2026-07-27 18:35:42 +02:00
"doctrine/dbal" : "<4.3" ,
2026-04-09 12:10:37 +02:00
"doctrine/lexer" : "<1.1" ,
2026-07-27 18:35:42 +02:00
"doctrine/orm" : "<3.4" ,
"symfony/property-info" : "<8.0"
2019-10-26 18:07:36 +02:00
},
"require-dev" : {
2026-04-11 18:29:37 +02:00
"doctrine/collections" : "^1.8|^2.0" ,
2026-04-09 12:10:37 +02:00
"doctrine/data-fixtures" : "^1.1|^2" ,
2026-07-27 18:35:42 +02:00
"doctrine/dbal" : "^4.3" ,
"doctrine/orm" : "^3.4" ,
2026-04-09 12:10:37 +02:00
"psr/log" : "^1|^2|^3" ,
2026-07-27 18:35:42 +02:00
"symfony/cache" : "^7.4|^8.0" ,
"symfony/config" : "^7.4|^8.0" ,
"symfony/console" : "^8.1" ,
"symfony/dependency-injection" : "^7.4|^8.0" ,
"symfony/doctrine-messenger" : "^7.4|^8.0" ,
"symfony/expression-language" : "^7.4|^8.0" ,
"symfony/form" : "^7.4|^8.0" ,
"symfony/http-kernel" : "^7.4|^8.0" ,
"symfony/lock" : "^7.4|^8.0" ,
"symfony/messenger" : "^7.4|^8.0" ,
"symfony/property-access" : "^7.4|^8.0" ,
"symfony/property-info" : "^8.0" ,
"symfony/security-core" : "^7.4|^8.0" ,
"symfony/stopwatch" : "^7.4|^8.0" ,
"symfony/translation" : "^7.4|^8.0" ,
"symfony/type-info" : "^7.4|^8.0" ,
"symfony/uid" : "^7.4|^8.0" ,
2026-04-11 18:29:37 +02:00
"symfony/validator" : "^7.4|^8.0" ,
2026-07-27 18:35:42 +02:00
"symfony/var-dumper" : "^7.4|^8.0"
2019-10-26 18:07:36 +02:00
},
"type" : "symfony-bridge" ,
2026-04-09 12:10:37 +02:00
"autoload" : {
"psr-4" : {
"Symfony\\Bridge\\Doctrine\\" : ""
},
"exclude-from-classmap" : [
"/Tests/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
],
"description" : "Provides integration for Doctrine with various Symfony components" ,
"homepage" : "https://symfony.com" ,
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/doctrine-bridge/tree/v8.1.1"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
2019-10-26 18:07:36 +02:00
}
2026-04-09 12:10:37 +02:00
],
2026-07-27 18:35:42 +02:00
"time" : "2026-06-12T08:43:41+00:00"
2026-04-09 12:10:37 +02:00
},
{
"name" : "symfony/error-handler" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.0" ,
2026-04-09 12:10:37 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/error-handler.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "d8aeb1abd3fef84795567850d3a567bdb5945ee5"
2026-04-09 12:10:37 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/error-handler/zipball/d8aeb1abd3fef84795567850d3a567bdb5945ee5" ,
"reference" : "d8aeb1abd3fef84795567850d3a567bdb5945ee5" ,
2026-04-09 12:10:37 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1" ,
2026-04-09 12:10:37 +02:00
"psr/log" : "^1|^2|^3" ,
2026-04-11 18:29:37 +02:00
"symfony/polyfill-php85" : "^1.32" ,
2026-07-27 18:35:42 +02:00
"symfony/var-dumper" : "^7.4|^8.0"
2019-10-26 18:07:36 +02:00
},
2026-04-09 12:10:37 +02:00
"conflict" : {
2026-07-27 18:35:42 +02:00
"symfony/deprecation-contracts" : "<2.5"
2026-04-09 12:10:37 +02:00
},
"require-dev" : {
2026-07-27 18:35:42 +02:00
"symfony/console" : "^7.4|^8.0" ,
2026-04-09 12:10:37 +02:00
"symfony/deprecation-contracts" : "^2.5|^3" ,
2026-07-27 18:35:42 +02:00
"symfony/http-kernel" : "^7.4|^8.0" ,
"symfony/serializer" : "^7.4|^8.0" ,
2026-04-11 18:29:37 +02:00
"symfony/webpack-encore-bundle" : "^1.0|^2.0"
2026-04-09 12:10:37 +02:00
},
"bin" : [
"Resources/bin/patch-type-declarations"
],
"type" : "library" ,
2019-10-26 18:07:36 +02:00
"autoload" : {
"psr-4" : {
2026-04-09 12:10:37 +02:00
"Symfony\\Component\\ErrorHandler\\" : ""
2019-10-26 18:07:36 +02: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"
}
],
2026-04-09 12:10:37 +02:00
"description" : "Provides tools to manage errors and ease debugging PHP code" ,
2019-10-26 18:07:36 +02:00
"homepage" : "https://symfony.com" ,
2026-04-09 12:10:37 +02:00
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/error-handler/tree/v8.1.0"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-05-29T05:06:50+00:00"
2019-10-26 18:07:36 +02:00
},
{
"name" : "symfony/event-dispatcher" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.1" ,
2019-10-26 18:07:36 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/event-dispatcher.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "abd6c11dc468725d1627302ad10f6cd486e9e3d0"
2019-10-26 18:07:36 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/event-dispatcher/zipball/abd6c11dc468725d1627302ad10f6cd486e9e3d0" ,
"reference" : "abd6c11dc468725d1627302ad10f6cd486e9e3d0" ,
2019-10-26 18:07:36 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1" ,
"symfony/deprecation-contracts" : "^2.5|^3" ,
2026-04-09 12:10:37 +02:00
"symfony/event-dispatcher-contracts" : "^2.5|^3"
2019-10-26 18:07:36 +02:00
},
"conflict" : {
2026-07-27 18:35:42 +02:00
"symfony/security-http" : "<7.4" ,
2026-04-09 12:10:37 +02:00
"symfony/service-contracts" : "<2.5"
2019-10-26 18:07:36 +02:00
},
"provide" : {
"psr/event-dispatcher-implementation" : "1.0" ,
2026-04-09 12:10:37 +02:00
"symfony/event-dispatcher-implementation" : "2.0|3.0"
2019-10-26 18:07:36 +02:00
},
"require-dev" : {
2026-04-09 12:10:37 +02:00
"psr/log" : "^1|^2|^3" ,
2026-07-27 18:35:42 +02:00
"symfony/config" : "^7.4|^8.0" ,
"symfony/dependency-injection" : "^7.4|^8.0" ,
"symfony/error-handler" : "^7.4|^8.0" ,
"symfony/expression-language" : "^7.4|^8.0" ,
"symfony/framework-bundle" : "^7.4|^8.0" ,
"symfony/http-foundation" : "^7.4|^8.0" ,
2026-04-09 12:10:37 +02:00
"symfony/service-contracts" : "^2.5|^3" ,
2026-07-27 18:35:42 +02:00
"symfony/stopwatch" : "^7.4|^8.0"
2019-10-26 18:07:36 +02: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"
}
],
2026-04-09 12:10:37 +02:00
"description" : "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them" ,
2026-04-09 20:21:01 +02:00
"homepage" : "https://symfony.com" ,
2026-04-09 12:10:37 +02:00
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/event-dispatcher/tree/v8.1.1"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
2026-04-09 20:21:01 +02:00
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
2026-04-09 12:10:37 +02:00
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-06-09T12:28:30+00:00"
2019-10-26 18:07:36 +02:00
},
{
2026-04-09 20:21:01 +02:00
"name" : "symfony/event-dispatcher-contracts" ,
2026-07-27 18:35:42 +02:00
"version" : "v3.7.1" ,
2019-10-26 18:07:36 +02:00
"source" : {
"type" : "git" ,
2026-04-09 20:21:01 +02:00
"url" : "https://github.com/symfony/event-dispatcher-contracts.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "c7de7a00ffb67842132da02ea92988a39ccd9f4e"
2019-10-26 18:07:36 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c7de7a00ffb67842132da02ea92988a39ccd9f4e" ,
"reference" : "c7de7a00ffb67842132da02ea92988a39ccd9f4e" ,
2019-10-26 18:07:36 +02:00
"shasum" : ""
},
"require" : {
2026-04-09 12:10:37 +02:00
"php" : ">=8.1" ,
2026-04-09 20:21:01 +02:00
"psr/event-dispatcher" : "^1"
2019-10-26 18:07:36 +02:00
},
"type" : "library" ,
2026-04-09 20:21:01 +02:00
"extra" : {
"thanks" : {
"url" : "https://github.com/symfony/contracts" ,
"name" : "symfony/contracts"
},
"branch-alias" : {
2026-06-01 22:36:19 +02:00
"dev-main" : "3.7-dev"
2026-04-09 20:21:01 +02:00
}
},
2019-10-26 18:07:36 +02:00
"autoload" : {
"psr-4" : {
2026-04-09 20:21:01 +02:00
"Symfony\\Contracts\\EventDispatcher\\" : ""
}
2019-10-26 18:07:36 +02:00
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
2026-04-09 20:21:01 +02:00
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
2019-10-26 18:07:36 +02:00
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
],
2026-04-09 20:21:01 +02:00
"description" : "Generic abstractions related to dispatching event" ,
2019-10-26 18:07:36 +02:00
"homepage" : "https://symfony.com" ,
2026-04-09 20:21:01 +02:00
"keywords" : [
"abstractions" ,
"contracts" ,
"decoupling" ,
"interfaces" ,
"interoperability" ,
"standards"
],
2026-04-09 12:10:37 +02:00
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/event-dispatcher-contracts/tree/v3.7.1"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
2026-06-01 22:36:19 +02:00
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
2026-04-09 12:10:37 +02:00
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-06-05T06:23:12+00:00"
2019-10-26 18:07:36 +02:00
},
{
"name" : "symfony/filesystem" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.0" ,
2019-10-26 18:07:36 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/filesystem.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "99aec13b82b4967ec5088222c4a3ecca955949c2"
2019-10-26 18:07:36 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/filesystem/zipball/99aec13b82b4967ec5088222c4a3ecca955949c2" ,
"reference" : "99aec13b82b4967ec5088222c4a3ecca955949c2" ,
2019-10-26 18:07:36 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1" ,
"symfony/deprecation-contracts" : "^2.5|^3" ,
2026-04-09 12:10:37 +02:00
"symfony/polyfill-ctype" : "~1.8" ,
"symfony/polyfill-mbstring" : "~1.8"
2019-10-26 18:07:36 +02:00
},
2026-04-09 12:10:37 +02:00
"require-dev" : {
2026-07-27 18:35:42 +02:00
"symfony/process" : "^7.4|^8.0"
2019-10-26 18:07:36 +02:00
},
2026-04-09 12:10:37 +02:00
"type" : "library" ,
2019-10-26 18:07:36 +02:00
"autoload" : {
"psr-4" : {
"Symfony\\Component\\Filesystem\\" : ""
},
"exclude-from-classmap" : [
"/Tests/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
],
2026-04-09 12:10:37 +02:00
"description" : "Provides basic utilities for the filesystem" ,
2019-10-26 18:07:36 +02:00
"homepage" : "https://symfony.com" ,
2026-04-09 12:10:37 +02:00
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/filesystem/tree/v8.1.0"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-05-29T05:06:50+00:00"
2019-10-26 18:07:36 +02:00
},
{
"name" : "symfony/finder" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.1" ,
2019-10-26 18:07:36 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/finder.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "e2989e762c70f9490fa3a00a0ac0fae5aa97a531"
2019-10-26 18:07:36 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/finder/zipball/e2989e762c70f9490fa3a00a0ac0fae5aa97a531" ,
"reference" : "e2989e762c70f9490fa3a00a0ac0fae5aa97a531" ,
2019-10-26 18:07:36 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1"
2019-10-26 18:07:36 +02:00
},
2026-04-09 12:10:37 +02:00
"require-dev" : {
2026-07-27 18:35:42 +02:00
"symfony/filesystem" : "^7.4|^8.0"
2019-10-26 18:07:36 +02:00
},
2026-04-09 12:10:37 +02:00
"type" : "library" ,
2019-10-26 18:07:36 +02:00
"autoload" : {
"psr-4" : {
"Symfony\\Component\\Finder\\" : ""
},
"exclude-from-classmap" : [
"/Tests/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
],
2026-04-09 12:10:37 +02:00
"description" : "Finds files and directories via an intuitive fluent interface" ,
2019-10-26 18:07:36 +02:00
"homepage" : "https://symfony.com" ,
2026-04-09 12:10:37 +02:00
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/finder/tree/v8.1.1"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-06-27T09:05:56+00:00"
2019-10-26 18:07:36 +02:00
},
{
"name" : "symfony/flex" ,
2026-06-01 22:36:19 +02:00
"version" : "v2.11.0" ,
2019-10-26 18:07:36 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/flex.git" ,
2026-06-01 22:36:19 +02:00
"reference" : "4a6d98eea3ebc7f68d82810cb682eedca2649e99"
2019-10-26 18:07:36 +02:00
},
"dist" : {
"type" : "zip" ,
2026-06-01 22:36:19 +02:00
"url" : "https://api.github.com/repos/symfony/flex/zipball/4a6d98eea3ebc7f68d82810cb682eedca2649e99" ,
"reference" : "4a6d98eea3ebc7f68d82810cb682eedca2649e99" ,
2019-10-26 18:07:36 +02:00
"shasum" : ""
},
"require" : {
2026-04-09 12:10:37 +02:00
"composer-plugin-api" : "^2.1" ,
"php" : ">=8.1"
},
"conflict" : {
"composer/semver" : "<1.7.2" ,
"symfony/dotenv" : "<5.4"
2019-10-26 18:07:36 +02:00
},
"require-dev" : {
2026-04-09 12:10:37 +02:00
"composer/composer" : "^2.1" ,
2026-06-01 22:36:19 +02:00
"phpunit/phpunit" : "^12.4" ,
"symfony/dotenv" : "^6.4.41|^7.4.13|^8.0.13" ,
2026-04-09 12:10:37 +02:00
"symfony/filesystem" : "^6.4|^7.4|^8.0" ,
"symfony/process" : "^6.4|^7.4|^8.0"
2019-10-26 18:07:36 +02: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" ,
2026-04-09 12:10:37 +02:00
"support" : {
"issues" : "https://github.com/symfony/flex/issues" ,
2026-06-01 22:36:19 +02:00
"source" : "https://github.com/symfony/flex/tree/v2.11.0"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-06-01 22:36:19 +02:00
"time" : "2026-05-29T17:25:22+00:00"
2019-10-26 18:07:36 +02:00
},
2026-04-12 08:49:47 +02:00
{
"name" : "symfony/form" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.1" ,
2026-04-12 08:49:47 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/form.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "041129e45f7f4e36436ae00042a13a91008e8d53"
2026-04-12 08:49:47 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/form/zipball/041129e45f7f4e36436ae00042a13a91008e8d53" ,
"reference" : "041129e45f7f4e36436ae00042a13a91008e8d53" ,
2026-04-12 08:49:47 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1" ,
2026-04-12 08:49:47 +02:00
"symfony/deprecation-contracts" : "^2.5|^3" ,
2026-07-27 18:35:42 +02:00
"symfony/event-dispatcher" : "^7.4|^8.0" ,
"symfony/options-resolver" : "^7.4|^8.0" ,
"symfony/polyfill-ctype" : "^1.8" ,
2026-04-12 08:49:47 +02:00
"symfony/polyfill-intl-icu" : "^1.21" ,
2026-07-27 18:35:42 +02:00
"symfony/polyfill-mbstring" : "^1.0" ,
"symfony/property-access" : "^7.4|^8.0" ,
"symfony/service-contracts" : "^2.5|^3" ,
"symfony/var-exporter" : "^8.1"
2026-04-12 08:49:47 +02:00
},
"conflict" : {
"symfony/intl" : "<7.4" ,
"symfony/translation-contracts" : "<2.5" ,
2026-07-27 18:35:42 +02:00
"symfony/validator" : "<7.4"
2026-04-12 08:49:47 +02:00
},
"require-dev" : {
"doctrine/collections" : "^1.0|^2.0" ,
2026-07-27 18:35:42 +02:00
"symfony/clock" : "^7.4|^8.0" ,
"symfony/config" : "^7.4|^8.0" ,
"symfony/console" : "^7.4|^8.0" ,
"symfony/dependency-injection" : "^7.4|^8.0" ,
"symfony/expression-language" : "^7.4|^8.0" ,
"symfony/html-sanitizer" : "^7.4|^8.0" ,
"symfony/http-foundation" : "^7.4|^8.0" ,
"symfony/http-kernel" : "^7.4|^8.0" ,
2026-04-12 08:49:47 +02:00
"symfony/intl" : "^7.4|^8.0" ,
2026-07-27 18:35:42 +02:00
"symfony/security-core" : "^7.4|^8.0" ,
"symfony/security-csrf" : "^7.4|^8.0" ,
"symfony/translation" : "^7.4|^8.0" ,
"symfony/uid" : "^7.4|^8.0" ,
"symfony/validator" : "^7.4|^8.0" ,
"symfony/var-dumper" : "^7.4|^8.0"
2026-04-12 08:49:47 +02: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"
}
],
"description" : "Allows to easily create, process and reuse HTML forms" ,
"homepage" : "https://symfony.com" ,
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/form/tree/v8.1.1"
2026-04-12 08:49:47 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-06-16T16:07:17+00:00"
2026-04-12 08:49:47 +02:00
},
2019-10-26 18:07:36 +02:00
{
2026-04-09 20:21:01 +02:00
"name" : "symfony/framework-bundle" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.1" ,
2019-10-26 18:07:36 +02:00
"source" : {
"type" : "git" ,
2026-04-09 20:21:01 +02:00
"url" : "https://github.com/symfony/framework-bundle.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "a3ca5c9df0bb88c1378d230570746ef6271c812e"
2019-10-26 18:07:36 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/framework-bundle/zipball/a3ca5c9df0bb88c1378d230570746ef6271c812e" ,
"reference" : "a3ca5c9df0bb88c1378d230570746ef6271c812e" ,
2019-10-26 18:07:36 +02:00
"shasum" : ""
},
"require" : {
2026-04-09 20:21:01 +02:00
"composer-runtime-api" : ">=2.1" ,
"ext-xml" : "*" ,
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1" ,
"symfony/cache" : "^7.4|^8.0" ,
2026-04-11 18:29:37 +02:00
"symfony/config" : "^7.4.4|^8.0.4" ,
2026-07-27 18:35:42 +02:00
"symfony/dependency-injection" : "^8.1" ,
2026-04-09 12:10:37 +02:00
"symfony/deprecation-contracts" : "^2.5|^3" ,
2026-07-27 18:35:42 +02:00
"symfony/error-handler" : "^7.4|^8.0" ,
"symfony/event-dispatcher" : "^8.1" ,
"symfony/filesystem" : "^7.4|^8.0" ,
"symfony/finder" : "^7.4|^8.0" ,
2026-04-11 18:29:37 +02:00
"symfony/http-foundation" : "^7.4|^8.0" ,
2026-07-27 18:35:42 +02:00
"symfony/http-kernel" : "^8.1" ,
"symfony/polyfill-mbstring" : "^1.0" ,
"symfony/polyfill-php85" : "^1.33" ,
"symfony/routing" : "^7.4|^8.0" ,
"symfony/service-contracts" : "^3.7.1" ,
"symfony/var-exporter" : "^8.1"
2019-10-26 18:07:36 +02:00
},
"conflict" : {
2026-04-09 12:10:37 +02:00
"doctrine/persistence" : "<1.3" ,
2026-04-11 18:29:37 +02:00
"phpdocumentor/reflection-docblock" : "<5.2|>=7" ,
"phpdocumentor/type-resolver" : "<1.5.1" ,
2026-07-27 18:35:42 +02:00
"symfony/console" : "<8.1" ,
2026-04-11 18:29:37 +02:00
"symfony/form" : "<7.4" ,
2026-07-27 18:35:42 +02:00
"symfony/json-streamer" : "<7.4" ,
"symfony/messenger" : "<7.4.10|>=8.0,<8.0.10" ,
"symfony/mime" : "<7.4.9|>=8.0,<8.0.9" ,
"symfony/security-csrf" : "<7.4" ,
"symfony/serializer" : "<7.4" ,
"symfony/translation" : "<7.4" ,
"symfony/webhook" : "<7.4" ,
2026-04-11 18:29:37 +02:00
"symfony/workflow" : "<7.4"
2019-10-26 18:07:36 +02:00
},
"require-dev" : {
2026-04-09 12:10:37 +02:00
"doctrine/persistence" : "^1.3|^2|^3" ,
2026-04-09 20:21:01 +02:00
"dragonmantank/cron-expression" : "^3.1" ,
2026-04-11 18:29:37 +02:00
"phpdocumentor/reflection-docblock" : "^5.2|^6.0" ,
2026-07-27 18:35:42 +02:00
"phpstan/phpdoc-parser" : "^1.0|^2.0" ,
2026-04-09 20:21:01 +02:00
"seld/jsonlint" : "^1.10" ,
2026-07-27 18:35:42 +02:00
"symfony/asset" : "^7.4|^8.0" ,
"symfony/asset-mapper" : "^7.4|^8.0" ,
"symfony/browser-kit" : "^7.4|^8.0" ,
"symfony/clock" : "^7.4|^8.0" ,
"symfony/console" : "^8.1" ,
"symfony/css-selector" : "^7.4|^8.0" ,
"symfony/dom-crawler" : "^7.4|^8.0" ,
"symfony/dotenv" : "^7.4|^8.0" ,
"symfony/expression-language" : "^7.4|^8.0" ,
2026-04-11 18:29:37 +02:00
"symfony/form" : "^7.4|^8.0" ,
2026-07-27 18:35:42 +02:00
"symfony/html-sanitizer" : "^7.4|^8.0" ,
"symfony/http-client" : "^7.4|^8.0" ,
"symfony/json-streamer" : "^7.4|^8.0" ,
"symfony/lock" : "^7.4|^8.0" ,
"symfony/mailer" : "^7.4|^8.0" ,
"symfony/messenger" : "^7.4.10|^8.0.10" ,
"symfony/mime" : "^7.4.9|^8.0.9" ,
"symfony/notifier" : "^7.4|^8.0" ,
"symfony/object-mapper" : "^7.4.9|^8.0.9" ,
"symfony/polyfill-intl-icu" : "^1.0" ,
"symfony/process" : "^7.4|^8.0" ,
"symfony/property-info" : "^7.4|^8.0" ,
"symfony/rate-limiter" : "^7.4|^8.0" ,
"symfony/runtime" : "^7.4|^8.0" ,
"symfony/scheduler" : "^7.4|^8.0" ,
"symfony/security-bundle" : "^7.4|^8.0" ,
"symfony/semaphore" : "^7.4|^8.0" ,
"symfony/serializer" : "^7.4|^8.0" ,
"symfony/stopwatch" : "^7.4|^8.0" ,
"symfony/string" : "^7.4|^8.0" ,
"symfony/translation" : "^7.4|^8.0" ,
"symfony/twig-bundle" : "^7.4|^8.0" ,
"symfony/type-info" : "^7.4.1|^8.0.1" ,
"symfony/uid" : "^7.4|^8.0" ,
2026-04-11 18:29:37 +02:00
"symfony/validator" : "^7.4|^8.0" ,
2026-07-27 18:35:42 +02:00
"symfony/web-link" : "^7.4|^8.0" ,
"symfony/webhook" : "^7.4|^8.0" ,
2026-04-11 18:29:37 +02:00
"symfony/workflow" : "^7.4|^8.0" ,
2026-07-27 18:35:42 +02:00
"symfony/yaml" : "^7.4|^8.0"
2019-10-26 18:07:36 +02: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"
}
],
2026-04-09 12:10:37 +02:00
"description" : "Provides a tight integration between Symfony components and the Symfony full-stack framework" ,
2019-10-26 18:07:36 +02:00
"homepage" : "https://symfony.com" ,
2026-04-09 12:10:37 +02:00
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/framework-bundle/tree/v8.1.1"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
2026-04-09 20:21:01 +02:00
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
2026-04-09 12:10:37 +02:00
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-06-27T09:05:56+00:00"
2019-10-26 18:07:36 +02:00
},
2026-04-09 22:00:53 +02:00
{
"name" : "symfony/http-client" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.1" ,
2026-04-09 22:00:53 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/http-client.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "d41e9778eed03c64b095532c6d414e92e3c520d9"
2026-04-09 22:00:53 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/http-client/zipball/d41e9778eed03c64b095532c6d414e92e3c520d9" ,
"reference" : "d41e9778eed03c64b095532c6d414e92e3c520d9" ,
2026-04-09 22:00:53 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1" ,
2026-04-09 22:00:53 +02:00
"psr/log" : "^1|^2|^3" ,
2026-07-27 18:35:42 +02:00
"symfony/deprecation-contracts" : "^2.5|^3.0" ,
"symfony/http-client-contracts" : "^3.7" ,
2026-04-09 22:00:53 +02:00
"symfony/service-contracts" : "^2.5|^3"
},
"conflict" : {
2026-07-27 18:35:42 +02:00
"amphp/amp" : "<3" ,
"php-http/discovery" : "<1.15"
2026-04-09 22:00:53 +02:00
},
"provide" : {
"php-http/async-client-implementation" : "*" ,
"php-http/client-implementation" : "*" ,
"psr/http-client-implementation" : "1.0" ,
"symfony/http-client-implementation" : "3.0"
},
"require-dev" : {
2026-07-27 18:35:42 +02:00
"amphp/http-client" : "^5.3.2" ,
"amphp/http-tunnel" : "^2.0" ,
"guzzlehttp/guzzle" : "^7.10" ,
2026-04-09 22:00:53 +02:00
"nyholm/psr7" : "^1.0" ,
"php-http/httplug" : "^1.0|^2.0" ,
"psr/http-client" : "^1.0" ,
2026-07-27 18:35:42 +02:00
"symfony/cache" : "^7.4|^8.0" ,
"symfony/dependency-injection" : "^7.4|^8.0" ,
"symfony/http-kernel" : "^7.4|^8.0" ,
"symfony/messenger" : "^7.4|^8.0" ,
"symfony/process" : "^7.4|^8.0" ,
"symfony/rate-limiter" : "^7.4|^8.0" ,
"symfony/stopwatch" : "^7.4|^8.0"
2026-04-09 22:00:53 +02:00
},
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Symfony\\Component\\HttpClient\\" : ""
},
"exclude-from-classmap" : [
"/Tests/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
],
"description" : "Provides powerful methods to fetch HTTP resources synchronously or asynchronously" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"http"
],
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/http-client/tree/v8.1.1"
2026-04-09 22:00:53 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-06-16T12:55:20+00:00"
2026-04-09 22:00:53 +02:00
},
{
"name" : "symfony/http-client-contracts" ,
2026-07-27 18:35:42 +02:00
"version" : "v3.7.1" ,
2026-04-09 22:00:53 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/http-client-contracts.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "41fc42d276aeff21192465331ebbab7d83a743c0"
2026-04-09 22:00:53 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/http-client-contracts/zipball/41fc42d276aeff21192465331ebbab7d83a743c0" ,
"reference" : "41fc42d276aeff21192465331ebbab7d83a743c0" ,
2026-04-09 22:00:53 +02:00
"shasum" : ""
},
"require" : {
"php" : ">=8.1"
},
"type" : "library" ,
"extra" : {
"thanks" : {
"url" : "https://github.com/symfony/contracts" ,
"name" : "symfony/contracts"
},
"branch-alias" : {
2026-06-01 22:36:19 +02:00
"dev-main" : "3.7-dev"
2026-04-09 22:00:53 +02:00
}
},
"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" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/http-client-contracts/tree/v3.7.1"
2026-04-09 22:00:53 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
2026-06-01 22:36:19 +02:00
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
2026-04-09 22:00:53 +02:00
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-06-05T06:23:12+00:00"
2026-04-09 22:00:53 +02:00
},
2019-10-26 18:07:36 +02:00
{
"name" : "symfony/http-foundation" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.1" ,
2019-10-26 18:07:36 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/http-foundation.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "6a168c8fcee806b57ac020244da14293d1f9a883"
2019-10-26 18:07:36 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/http-foundation/zipball/6a168c8fcee806b57ac020244da14293d1f9a883" ,
"reference" : "6a168c8fcee806b57ac020244da14293d1f9a883" ,
2019-10-26 18:07:36 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1" ,
2026-04-09 12:10:37 +02:00
"symfony/deprecation-contracts" : "^2.5|^3" ,
2026-04-11 18:29:37 +02:00
"symfony/polyfill-mbstring" : "^1.1"
2026-04-09 12:10:37 +02:00
},
"conflict" : {
2026-07-27 18:35:42 +02:00
"doctrine/dbal" : "<4.3"
2019-10-26 18:07:36 +02:00
},
"require-dev" : {
2026-07-27 18:35:42 +02:00
"doctrine/dbal" : "^4.3" ,
2026-04-09 12:10:37 +02:00
"predis/predis" : "^1.1|^2.0" ,
2026-07-27 18:35:42 +02:00
"symfony/cache" : "^7.4|^8.0" ,
"symfony/clock" : "^7.4|^8.0" ,
"symfony/dependency-injection" : "^7.4|^8.0" ,
"symfony/expression-language" : "^7.4|^8.0" ,
"symfony/http-kernel" : "^7.4|^8.0" ,
"symfony/mime" : "^7.4|^8.0" ,
"symfony/rate-limiter" : "^7.4|^8.0"
2019-10-26 18:07:36 +02: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"
}
],
2026-04-09 12:10:37 +02:00
"description" : "Defines an object-oriented layer for the HTTP specification" ,
2019-10-26 18:07:36 +02:00
"homepage" : "https://symfony.com" ,
2026-04-09 12:10:37 +02:00
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/http-foundation/tree/v8.1.1"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-06-12T08:43:41+00:00"
2019-10-26 18:07:36 +02:00
},
{
"name" : "symfony/http-kernel" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.1" ,
2019-10-26 18:07:36 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/http-kernel.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "89d8d6e7fbab3d9eda89ccb5ecdf44a74c4ec9d2"
2019-10-26 18:07:36 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/http-kernel/zipball/89d8d6e7fbab3d9eda89ccb5ecdf44a74c4ec9d2" ,
"reference" : "89d8d6e7fbab3d9eda89ccb5ecdf44a74c4ec9d2" ,
2019-10-26 18:07:36 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1" ,
2026-04-09 12:10:37 +02:00
"psr/log" : "^1|^2|^3" ,
"symfony/deprecation-contracts" : "^2.5|^3" ,
2026-07-27 18:35:42 +02:00
"symfony/error-handler" : "^7.4|^8.0" ,
"symfony/event-dispatcher" : "^7.4|^8.0" ,
2026-04-11 18:29:37 +02:00
"symfony/http-foundation" : "^7.4|^8.0" ,
2026-04-09 12:10:37 +02:00
"symfony/polyfill-ctype" : "^1.8"
2019-10-26 18:07:36 +02:00
},
"conflict" : {
2026-07-27 18:35:42 +02:00
"symfony/dependency-injection" : "<8.1" ,
2026-04-11 18:29:37 +02:00
"symfony/flex" : "<2.10" ,
2026-04-09 12:10:37 +02:00
"symfony/http-client-contracts" : "<2.5" ,
"symfony/translation-contracts" : "<2.5" ,
2026-07-27 18:35:42 +02:00
"symfony/var-dumper" : "<8.1" ,
"symfony/web-profiler-bundle" : "<8.1" ,
"twig/twig" : "<3.21"
2019-10-26 18:07:36 +02:00
},
"provide" : {
2026-04-09 12:10:37 +02:00
"psr/log-implementation" : "1.0|2.0|3.0"
2019-10-26 18:07:36 +02:00
},
"require-dev" : {
2026-04-09 12:10:37 +02:00
"psr/cache" : "^1.0|^2.0|^3.0" ,
2026-07-27 18:35:42 +02:00
"symfony/browser-kit" : "^7.4|^8.0" ,
"symfony/clock" : "^7.4|^8.0" ,
"symfony/config" : "^7.4|^8.0" ,
"symfony/console" : "^7.4|^8.0" ,
"symfony/css-selector" : "^7.4|^8.0" ,
"symfony/dependency-injection" : "^8.1" ,
"symfony/dom-crawler" : "^7.4|^8.0" ,
"symfony/expression-language" : "^7.4|^8.0" ,
"symfony/finder" : "^7.4|^8.0" ,
2026-04-09 12:10:37 +02:00
"symfony/http-client-contracts" : "^2.5|^3" ,
2026-07-27 18:35:42 +02:00
"symfony/process" : "^7.4|^8.0" ,
"symfony/property-access" : "^7.4|^8.0" ,
"symfony/rate-limiter" : "^7.4|^8.0" ,
"symfony/routing" : "^7.4|^8.0" ,
"symfony/serializer" : "^7.4|^8.0" ,
"symfony/stopwatch" : "^7.4|^8.0" ,
"symfony/translation" : "^7.4|^8.0" ,
2026-04-09 12:10:37 +02:00
"symfony/translation-contracts" : "^2.5|^3" ,
2026-07-27 18:35:42 +02:00
"symfony/uid" : "^7.4|^8.0" ,
"symfony/validator" : "^7.4|^8.0" ,
"symfony/var-dumper" : "^8.1" ,
"symfony/var-exporter" : "^7.4|^8.0" ,
"twig/twig" : "^3.21"
2019-10-26 18:07:36 +02: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"
}
],
2026-04-09 12:10:37 +02:00
"description" : "Provides a structured process for converting a Request into a Response" ,
2019-10-26 18:07:36 +02:00
"homepage" : "https://symfony.com" ,
2026-04-09 12:10:37 +02:00
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/http-kernel/tree/v8.1.1"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-06-27T09:27:36+00:00"
2019-10-26 18:07:36 +02:00
},
{
2026-04-09 12:10:37 +02:00
"name" : "symfony/mailer" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.1" ,
2019-10-26 18:07:36 +02:00
"source" : {
"type" : "git" ,
2026-04-09 12:10:37 +02:00
"url" : "https://github.com/symfony/mailer.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "4fa583a7377f28d54e4de442fba76375b2e20a12"
2019-10-26 18:07:36 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/mailer/zipball/4fa583a7377f28d54e4de442fba76375b2e20a12" ,
"reference" : "4fa583a7377f28d54e4de442fba76375b2e20a12" ,
2019-10-26 18:07:36 +02:00
"shasum" : ""
},
"require" : {
2026-04-09 12:10:37 +02:00
"egulias/email-validator" : "^2.1.10|^3|^4" ,
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1" ,
2026-04-09 12:10:37 +02:00
"psr/event-dispatcher" : "^1" ,
"psr/log" : "^1|^2|^3" ,
2026-07-27 18:35:42 +02:00
"symfony/event-dispatcher" : "^7.4|^8.0" ,
"symfony/mime" : "^7.4|^8.0" ,
2026-04-09 20:21:01 +02:00
"symfony/service-contracts" : "^2.5|^3"
2019-10-26 18:07:36 +02:00
},
2026-04-09 12:10:37 +02:00
"conflict" : {
2026-07-27 18:35:42 +02:00
"symfony/http-client-contracts" : "<2.5"
2026-04-09 12:10:37 +02:00
},
"require-dev" : {
2026-07-27 18:35:42 +02:00
"symfony/console" : "^7.4|^8.0" ,
"symfony/http-client" : "^7.4|^8.0" ,
"symfony/messenger" : "^7.4|^8.0" ,
"symfony/twig-bridge" : "^7.4|^8.0"
2019-10-26 18:07:36 +02:00
},
2026-04-09 12:10:37 +02:00
"type" : "library" ,
2019-10-26 18:07:36 +02:00
"autoload" : {
"psr-4" : {
2026-04-09 12:10:37 +02:00
"Symfony\\Component\\Mailer\\" : ""
2019-10-26 18:07:36 +02:00
},
"exclude-from-classmap" : [
"/Tests/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
2026-04-09 12:10:37 +02:00
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
2019-10-26 18:07:36 +02:00
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
],
2026-04-09 12:10:37 +02:00
"description" : "Helps sending emails" ,
2019-10-26 18:07:36 +02:00
"homepage" : "https://symfony.com" ,
2026-04-09 12:10:37 +02:00
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/mailer/tree/v8.1.1"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
2026-04-09 20:21:01 +02:00
{
2026-04-09 22:00:53 +02:00
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-06-16T12:55:20+00:00"
2026-04-09 22:00:53 +02:00
},
{
"name" : "symfony/mercure" ,
2026-04-21 20:13:00 +02:00
"version" : "v0.7.2" ,
2026-04-09 22:00:53 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/mercure.git" ,
2026-04-21 20:13:00 +02:00
"reference" : "3ba1d19c9792d6bf66cf6cb4412ea289e9a42565"
2026-04-09 22:00:53 +02:00
},
"dist" : {
"type" : "zip" ,
2026-04-21 20:13:00 +02:00
"url" : "https://api.github.com/repos/symfony/mercure/zipball/3ba1d19c9792d6bf66cf6cb4412ea289e9a42565" ,
"reference" : "3ba1d19c9792d6bf66cf6cb4412ea289e9a42565" ,
2026-04-09 22:00:53 +02:00
"shasum" : ""
},
"require" : {
2026-04-21 20:13:00 +02:00
"php" : ">=8.1" ,
"symfony/deprecation-contracts" : "^2.0|^3.0" ,
"symfony/http-client" : "^6.4|^7.3|^8.0" ,
"symfony/http-foundation" : "^6.4|^7.3|^8.0" ,
"symfony/web-link" : "^6.4|^7.3|^8.0"
2026-04-09 22:00:53 +02:00
},
"require-dev" : {
"lcobucci/jwt" : "^3.4|^4.0|^5.0" ,
2026-04-21 20:13:00 +02:00
"symfony/event-dispatcher" : "^6.4|^7.3|^8.0" ,
"symfony/http-kernel" : "^6.4|^7.3|^8.0" ,
"symfony/phpunit-bridge" : "^7.3.4|^8.0" ,
"symfony/stopwatch" : "^6.4|^7.3|^8.0" ,
2026-04-09 22:00:53 +02:00
"twig/twig" : "^2.0|^3.0|^4.0"
},
"suggest" : {
"symfony/stopwatch" : "Integration with the profiler performances"
},
"type" : "library" ,
"extra" : {
"thanks" : {
"url" : "https://github.com/dunglas/mercure" ,
"name" : "dunglas/mercure"
},
"branch-alias" : {
"dev-main" : "0.6.x-dev"
}
},
"autoload" : {
"psr-4" : {
"Symfony\\Component\\Mercure\\" : "src/"
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Kévin Dunglas" ,
"email" : "dunglas@gmail.com"
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
],
"description" : "Symfony Mercure Component" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"mercure" ,
"push" ,
"sse" ,
"updates"
],
"support" : {
"issues" : "https://github.com/symfony/mercure/issues" ,
2026-04-21 20:13:00 +02:00
"source" : "https://github.com/symfony/mercure/tree/v0.7.2"
2026-04-09 22:00:53 +02:00
},
"funding" : [
{
"url" : "https://github.com/dunglas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/mercure" ,
"type" : "tidelift"
}
],
2026-04-21 20:13:00 +02:00
"time" : "2025-12-15T15:22:09+00:00"
2026-04-09 22:00:53 +02:00
},
{
"name" : "symfony/mercure-bundle" ,
"version" : "v0.4.2" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/mercure-bundle.git" ,
"reference" : "eae8bf5a75b4e1203bd9aa4181c7950a4df4b3e3"
},
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/mercure-bundle/zipball/eae8bf5a75b4e1203bd9aa4181c7950a4df4b3e3" ,
"reference" : "eae8bf5a75b4e1203bd9aa4181c7950a4df4b3e3" ,
"shasum" : ""
},
"require" : {
"lcobucci/jwt" : "^3.4|^4.0|^5.0" ,
"php" : ">=8.1" ,
"symfony/config" : "^6.4|^7.3|^8.0" ,
"symfony/dependency-injection" : "^6.4|^7.3|^8.0" ,
"symfony/http-kernel" : "^6.4|^7.3|^8.0" ,
"symfony/mercure" : "*" ,
"symfony/web-link" : "^6.4|^7.3|^8.0"
},
"require-dev" : {
"symfony/phpunit-bridge" : "^7.3.4|^8.0" ,
"symfony/stopwatch" : "^6.4|^7.3|^8.0" ,
"symfony/ux-turbo" : "*" ,
"symfony/var-dumper" : "^6.4|^7.3|^8.0"
},
"suggest" : {
"symfony/messenger" : "To use the Messenger integration"
},
"type" : "symfony-bundle" ,
"extra" : {
"branch-alias" : {
"dev-main" : "0.3.x-dev"
}
},
"autoload" : {
"psr-4" : {
"Symfony\\Bundle\\MercureBundle\\" : "src/"
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Kévin Dunglas" ,
"email" : "dunglas@gmail.com"
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
],
"description" : "Symfony MercureBundle" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"mercure" ,
"push" ,
"sse" ,
"updates"
],
"support" : {
"issues" : "https://github.com/symfony/mercure-bundle/issues" ,
"source" : "https://github.com/symfony/mercure-bundle/tree/v0.4.2"
},
"funding" : [
{
"url" : "https://github.com/dunglas" ,
2026-04-09 20:21:01 +02:00
"type" : "github"
},
2026-04-09 12:10:37 +02:00
{
2026-04-09 22:00:53 +02:00
"url" : "https://tidelift.com/funding/github/packagist/symfony/mercure-bundle" ,
2026-04-09 12:10:37 +02:00
"type" : "tidelift"
}
2019-10-26 18:07:36 +02:00
],
2026-04-09 22:00:53 +02:00
"time" : "2025-11-25T12:51:49+00:00"
2019-10-26 18:07:36 +02:00
},
2026-07-27 18:08:52 +02:00
{
"name" : "symfony/messenger" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.1" ,
2026-07-27 18:08:52 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/messenger.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "6518d975287e79d5a15392ac9184966f7418175a"
2026-07-27 18:08:52 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/messenger/zipball/6518d975287e79d5a15392ac9184966f7418175a" ,
"reference" : "6518d975287e79d5a15392ac9184966f7418175a" ,
2026-07-27 18:08:52 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1" ,
2026-07-27 18:08:52 +02:00
"psr/log" : "^1|^2|^3" ,
2026-07-27 18:35:42 +02:00
"symfony/clock" : "^7.4|^8.0" ,
2026-07-27 18:08:52 +02:00
"symfony/deprecation-contracts" : "^2.5|^3"
},
"conflict" : {
2026-07-27 18:35:42 +02:00
"symfony/console" : "<7.4" ,
"symfony/dependency-injection" : "<8.1" ,
2026-07-27 18:08:52 +02:00
"symfony/event-dispatcher-contracts" : "<2.5" ,
"symfony/lock" : "<7.4" ,
2026-07-27 18:35:42 +02:00
"symfony/serializer" : "<7.4.4|>=8.0,<8.0.4"
2026-07-27 18:08:52 +02:00
},
"require-dev" : {
"psr/cache" : "^1.0|^2.0|^3.0" ,
2026-07-27 18:35:42 +02:00
"symfony/console" : "^7.4|^8.0" ,
"symfony/dependency-injection" : "^8.1" ,
"symfony/event-dispatcher" : "^7.4|^8.0" ,
"symfony/http-kernel" : "^7.4|^8.0" ,
2026-07-27 18:08:52 +02:00
"symfony/lock" : "^7.4|^8.0" ,
2026-07-27 18:35:42 +02:00
"symfony/process" : "^7.4|^8.0" ,
"symfony/property-access" : "^7.4|^8.0" ,
"symfony/rate-limiter" : "^7.4|^8.0" ,
"symfony/routing" : "^7.4|^8.0" ,
"symfony/serializer" : "^7.4.4|^8.0.4" ,
2026-07-27 18:08:52 +02:00
"symfony/service-contracts" : "^2.5|^3" ,
2026-07-27 18:35:42 +02:00
"symfony/stopwatch" : "^7.4|^8.0" ,
"symfony/validator" : "^7.4|^8.0" ,
"symfony/var-dumper" : "^7.4|^8.0"
2026-07-27 18:08:52 +02:00
},
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Symfony\\Component\\Messenger\\" : ""
},
"exclude-from-classmap" : [
"/Tests/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Samuel Roze" ,
"email" : "samuel.roze@gmail.com"
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
],
"description" : "Helps applications send and receive messages to/from other applications or via message queues" ,
"homepage" : "https://symfony.com" ,
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/messenger/tree/v8.1.1"
2026-07-27 18:08:52 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-06-16T19:38:37+00:00"
2026-07-27 18:08:52 +02:00
},
2019-10-26 18:07:36 +02:00
{
2026-04-09 12:10:37 +02:00
"name" : "symfony/mime" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.0" ,
2019-10-26 18:07:36 +02:00
"source" : {
"type" : "git" ,
2026-04-09 12:10:37 +02:00
"url" : "https://github.com/symfony/mime.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "b164ae7e3f7915aacfe9ee155f2f358502440664"
2019-10-26 18:07:36 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/mime/zipball/b164ae7e3f7915aacfe9ee155f2f358502440664" ,
"reference" : "b164ae7e3f7915aacfe9ee155f2f358502440664" ,
2019-10-26 18:07:36 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1" ,
2026-04-09 12:10:37 +02:00
"symfony/polyfill-intl-idn" : "^1.10" ,
"symfony/polyfill-mbstring" : "^1.0"
2019-10-26 18:07:36 +02:00
},
2026-04-09 12:10:37 +02:00
"conflict" : {
"egulias/email-validator" : "~3.0.0" ,
2026-04-11 18:29:37 +02:00
"phpdocumentor/reflection-docblock" : "<5.2|>=7" ,
2026-07-27 18:35:42 +02:00
"phpdocumentor/type-resolver" : "<1.5.1"
2019-10-26 18:07:36 +02:00
},
2026-04-09 12:10:37 +02:00
"require-dev" : {
"egulias/email-validator" : "^2.1.10|^3.1|^4" ,
"league/html-to-markdown" : "^5.0" ,
2026-04-11 18:29:37 +02:00
"phpdocumentor/reflection-docblock" : "^5.2|^6.0" ,
2026-07-27 18:35:42 +02:00
"symfony/dependency-injection" : "^7.4|^8.0" ,
"symfony/process" : "^7.4|^8.0" ,
"symfony/property-access" : "^7.4|^8.0" ,
"symfony/property-info" : "^7.4|^8.0" ,
"symfony/serializer" : "^7.4|^8.0"
2019-10-26 18:07:36 +02:00
},
"type" : "library" ,
"autoload" : {
"psr-4" : {
2026-04-09 12:10:37 +02:00
"Symfony\\Component\\Mime\\" : ""
2019-10-26 18:07:36 +02:00
},
"exclude-from-classmap" : [
"/Tests/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
2026-04-09 12:10:37 +02:00
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
2019-10-26 18:07:36 +02:00
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
],
2026-04-09 12:10:37 +02:00
"description" : "Allows manipulating MIME messages" ,
2019-10-26 18:07:36 +02:00
"homepage" : "https://symfony.com" ,
"keywords" : [
2026-04-09 12:10:37 +02:00
"mime" ,
"mime-type"
],
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/mime/tree/v8.1.0"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
2019-10-26 18:07:36 +02:00
],
2026-07-27 18:35:42 +02:00
"time" : "2026-05-29T05:06:50+00:00"
2019-10-26 18:07:36 +02:00
},
{
2026-04-09 12:10:37 +02:00
"name" : "symfony/monolog-bridge" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.0" ,
2019-10-26 18:07:36 +02:00
"source" : {
"type" : "git" ,
2026-04-09 12:10:37 +02:00
"url" : "https://github.com/symfony/monolog-bridge.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "38563fac41ede8521e5e3dc139a4f2b097471c8c"
2019-10-26 18:07:36 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/monolog-bridge/zipball/38563fac41ede8521e5e3dc139a4f2b097471c8c" ,
"reference" : "38563fac41ede8521e5e3dc139a4f2b097471c8c" ,
2019-10-26 18:07:36 +02:00
"shasum" : ""
},
"require" : {
2026-04-11 18:29:37 +02:00
"monolog/monolog" : "^3" ,
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1" ,
"symfony/http-kernel" : "^7.4|^8.0" ,
2026-04-09 12:10:37 +02:00
"symfony/service-contracts" : "^2.5|^3"
2019-10-26 18:07:36 +02:00
},
2026-04-09 12:10:37 +02:00
"require-dev" : {
2026-07-27 18:35:42 +02:00
"symfony/console" : "^7.4|^8.0" ,
"symfony/http-client" : "^7.4|^8.0" ,
"symfony/mailer" : "^7.4|^8.0" ,
"symfony/messenger" : "^7.4|^8.0" ,
"symfony/mime" : "^7.4|^8.0" ,
"symfony/security-core" : "^7.4|^8.0" ,
"symfony/var-dumper" : "^7.4|^8.0"
2019-10-26 18:07:36 +02:00
},
2026-04-09 12:10:37 +02:00
"type" : "symfony-bridge" ,
2019-10-26 18:07:36 +02:00
"autoload" : {
"psr-4" : {
2026-04-09 12:10:37 +02:00
"Symfony\\Bridge\\Monolog\\" : ""
2019-10-26 18:07:36 +02: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"
}
],
2026-04-09 12:10:37 +02:00
"description" : "Provides integration for Monolog with various Symfony components" ,
2019-10-26 18:07:36 +02:00
"homepage" : "https://symfony.com" ,
2026-04-09 12:10:37 +02:00
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/monolog-bridge/tree/v8.1.0"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-05-29T05:06:50+00:00"
2019-10-26 18:07:36 +02:00
},
{
2026-04-09 12:10:37 +02:00
"name" : "symfony/monolog-bundle" ,
2026-04-21 20:13:00 +02:00
"version" : "v4.0.2" ,
2019-10-26 18:07:36 +02:00
"source" : {
"type" : "git" ,
2026-04-09 12:10:37 +02:00
"url" : "https://github.com/symfony/monolog-bundle.git" ,
2026-04-21 20:13:00 +02:00
"reference" : "c012c6aba13129eb02aa7dd61e66e720911d8598"
2019-10-26 18:07:36 +02:00
},
"dist" : {
"type" : "zip" ,
2026-04-21 20:13:00 +02:00
"url" : "https://api.github.com/repos/symfony/monolog-bundle/zipball/c012c6aba13129eb02aa7dd61e66e720911d8598" ,
"reference" : "c012c6aba13129eb02aa7dd61e66e720911d8598" ,
2019-10-26 18:07:36 +02:00
"shasum" : ""
},
"require" : {
2026-04-09 12:10:37 +02:00
"composer-runtime-api" : "^2.0" ,
2026-04-21 20:13:00 +02:00
"monolog/monolog" : "^3.5" ,
"php" : ">=8.2" ,
"symfony/config" : "^7.3 || ^8.0" ,
"symfony/dependency-injection" : "^7.3 || ^8.0" ,
"symfony/http-kernel" : "^7.3 || ^8.0" ,
"symfony/monolog-bridge" : "^7.3 || ^8.0" ,
2026-04-09 12:10:37 +02:00
"symfony/polyfill-php84" : "^1.30"
2019-10-26 18:07:36 +02:00
},
"require-dev" : {
2026-04-21 20:13:00 +02:00
"phpunit/phpunit" : "^11.5.41 || ^12.3" ,
"symfony/console" : "^7.3 || ^8.0" ,
"symfony/yaml" : "^7.3 || ^8.0"
2019-10-26 18:07:36 +02:00
},
2026-04-09 12:10:37 +02:00
"type" : "symfony-bundle" ,
"autoload" : {
"psr-4" : {
"Symfony\\Bundle\\MonologBundle\\" : "src"
}
},
"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 MonologBundle" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"log" ,
"logging"
],
"support" : {
"issues" : "https://github.com/symfony/monolog-bundle/issues" ,
2026-04-21 20:13:00 +02:00
"source" : "https://github.com/symfony/monolog-bundle/tree/v4.0.2"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
2019-10-26 18:07:36 +02:00
}
2026-04-09 12:10:37 +02:00
],
2026-04-21 20:13:00 +02:00
"time" : "2026-04-02T18:27:21+00:00"
2026-04-09 12:10:37 +02:00
},
2026-04-12 08:49:47 +02:00
{
"name" : "symfony/options-resolver" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.0" ,
2026-04-12 08:49:47 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/options-resolver.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "88f9c561f678a02d54b897014049fa839e33ff82"
2026-04-12 08:49:47 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/options-resolver/zipball/88f9c561f678a02d54b897014049fa839e33ff82" ,
"reference" : "88f9c561f678a02d54b897014049fa839e33ff82" ,
2026-04-12 08:49:47 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1" ,
2026-04-12 08:49:47 +02:00
"symfony/deprecation-contracts" : "^2.5|^3"
},
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Symfony\\Component\\OptionsResolver\\" : ""
},
"exclude-from-classmap" : [
"/Tests/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
],
"description" : "Provides an improved replacement for the array_replace PHP function" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"config" ,
"configuration" ,
"options"
],
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/options-resolver/tree/v8.1.0"
2026-04-12 08:49:47 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-05-29T05:06:50+00:00"
2026-04-12 08:49:47 +02:00
},
2026-04-09 12:10:37 +02:00
{
"name" : "symfony/password-hasher" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.0" ,
2026-04-09 12:10:37 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/password-hasher.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "6934d16beaa4677f2c4584229fff1b51099dd7af"
2019-10-26 18:07:36 +02:00
},
2026-04-09 12:10:37 +02:00
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/password-hasher/zipball/6934d16beaa4677f2c4584229fff1b51099dd7af" ,
"reference" : "6934d16beaa4677f2c4584229fff1b51099dd7af" ,
2026-04-09 12:10:37 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1"
2026-04-09 12:10:37 +02:00
},
"require-dev" : {
2026-07-27 18:35:42 +02:00
"symfony/console" : "^7.4|^8.0" ,
"symfony/security-core" : "^7.4|^8.0"
2026-04-09 12:10:37 +02:00
},
"type" : "library" ,
2019-10-26 18:07:36 +02:00
"autoload" : {
"psr-4" : {
2026-04-09 12:10:37 +02:00
"Symfony\\Component\\PasswordHasher\\" : ""
2019-10-26 18:07:36 +02:00
},
"exclude-from-classmap" : [
"/Tests/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
2026-04-09 12:10:37 +02:00
"name" : "Robin Chalas" ,
"email" : "robin.chalas@gmail.com"
2019-10-26 18:07:36 +02:00
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
],
2026-04-09 12:10:37 +02:00
"description" : "Provides password hashing utilities" ,
2019-10-26 18:07:36 +02:00
"homepage" : "https://symfony.com" ,
2026-04-09 12:10:37 +02:00
"keywords" : [
"hashing" ,
"password"
],
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/password-hasher/tree/v8.1.0"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-05-29T05:06:50+00:00"
2019-10-26 18:07:36 +02:00
},
{
2026-07-27 18:35:42 +02:00
"name" : "symfony/polyfill-deepclone" ,
"version" : "v1.40.0" ,
2019-10-26 18:07:36 +02:00
"source" : {
"type" : "git" ,
2026-07-27 18:35:42 +02:00
"url" : "https://github.com/symfony/polyfill-deepclone.git" ,
"reference" : "dca4ccba5f360070b574414dce4c1e7a559844fa"
2019-10-26 18:07:36 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/polyfill-deepclone/zipball/dca4ccba5f360070b574414dce4c1e7a559844fa" ,
"reference" : "dca4ccba5f360070b574414dce4c1e7a559844fa" ,
2019-10-26 18:07:36 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"php" : ">=8.1"
},
"provide" : {
"ext-deepclone" : "*"
},
"suggest" : {
"ext-deepclone" : "For best performance"
},
"type" : "library" ,
"extra" : {
"thanks" : {
"url" : "https://github.com/symfony/polyfill" ,
"name" : "symfony/polyfill"
}
},
"autoload" : {
"files" : [
"bootstrap.php"
],
"psr-4" : {
"Symfony\\Polyfill\\DeepClone\\" : ""
},
"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 the deepclone extension" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"compatibility" ,
"deepclone" ,
"polyfill" ,
"portable" ,
"shim"
],
"support" : {
"source" : "https://github.com/symfony/polyfill-deepclone/tree/v1.40.0"
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
"time" : "2026-06-12T07:27:17+00:00"
},
{
"name" : "symfony/polyfill-intl-grapheme" ,
"version" : "v1.38.1" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-intl-grapheme.git" ,
"reference" : "e9247d281d694a5120554d9afaf54e070e88a603"
},
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/e9247d281d694a5120554d9afaf54e070e88a603" ,
"reference" : "e9247d281d694a5120554d9afaf54e070e88a603" ,
"shasum" : ""
},
"require" : {
"php" : ">=7.2"
2019-10-26 18:07:36 +02:00
},
2026-04-09 12:10:37 +02:00
"suggest" : {
"ext-intl" : "For best performance"
2019-10-26 18:07:36 +02:00
},
2026-04-09 12:10:37 +02:00
"type" : "library" ,
2019-10-26 18:07:36 +02:00
"extra" : {
2026-04-09 12:10:37 +02:00
"thanks" : {
"url" : "https://github.com/symfony/polyfill" ,
"name" : "symfony/polyfill"
2019-10-26 18:07:36 +02:00
}
},
"autoload" : {
2026-04-09 12:10:37 +02:00
"files" : [
"bootstrap.php"
],
2019-10-26 18:07:36 +02:00
"psr-4" : {
2026-04-09 12:10:37 +02:00
"Symfony\\Polyfill\\Intl\\Grapheme\\" : ""
}
2019-10-26 18:07:36 +02:00
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
2026-04-09 12:10:37 +02:00
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
2019-10-26 18:07:36 +02:00
},
{
2026-04-09 12:10:37 +02:00
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
2019-10-26 18:07:36 +02:00
}
],
2026-04-09 12:10:37 +02:00
"description" : "Symfony polyfill for intl's grapheme_* functions" ,
"homepage" : "https://symfony.com" ,
2019-10-26 18:07:36 +02:00
"keywords" : [
2026-04-09 12:10:37 +02:00
"compatibility" ,
"grapheme" ,
"intl" ,
"polyfill" ,
"portable" ,
"shim"
],
"support" : {
2026-06-01 22:36:19 +02:00
"source" : "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.38.1"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
2019-10-26 18:07:36 +02:00
],
2026-06-01 22:36:19 +02:00
"time" : "2026-05-26T05:58:03+00:00"
2019-10-26 18:07:36 +02:00
},
2026-04-12 08:49:47 +02:00
{
"name" : "symfony/polyfill-intl-icu" ,
2026-06-01 22:36:19 +02:00
"version" : "v1.38.0" ,
2026-04-12 08:49:47 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-intl-icu.git" ,
2026-06-01 22:36:19 +02:00
"reference" : "445c90e341fccda10311019cf82ff73bb7343945"
2026-04-12 08:49:47 +02:00
},
"dist" : {
"type" : "zip" ,
2026-06-01 22:36:19 +02:00
"url" : "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/445c90e341fccda10311019cf82ff73bb7343945" ,
"reference" : "445c90e341fccda10311019cf82ff73bb7343945" ,
2026-04-12 08:49:47 +02:00
"shasum" : ""
},
"require" : {
"php" : ">=7.2"
},
"suggest" : {
"ext-intl" : "For best performance and support of other locales than \"en\""
},
"type" : "library" ,
"extra" : {
"thanks" : {
"url" : "https://github.com/symfony/polyfill" ,
"name" : "symfony/polyfill"
}
},
"autoload" : {
"files" : [
"bootstrap.php"
],
"psr-4" : {
"Symfony\\Polyfill\\Intl\\Icu\\" : ""
},
"classmap" : [
"Resources/stubs"
],
"exclude-from-classmap" : [
"/Tests/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
],
"description" : "Symfony polyfill for intl's ICU-related data and classes" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"compatibility" ,
"icu" ,
"intl" ,
"polyfill" ,
"portable" ,
"shim"
],
"support" : {
2026-06-01 22:36:19 +02:00
"source" : "https://github.com/symfony/polyfill-intl-icu/tree/v1.38.0"
2026-04-12 08:49:47 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-06-01 22:36:19 +02:00
"time" : "2026-05-25T11:52:53+00:00"
2026-04-12 08:49:47 +02:00
},
2019-10-26 16:51:04 +02:00
{
2026-04-09 12:10:37 +02:00
"name" : "symfony/polyfill-intl-idn" ,
2026-06-01 22:36:19 +02:00
"version" : "v1.38.1" ,
2019-10-26 16:51:04 +02:00
"source" : {
"type" : "git" ,
2026-04-09 12:10:37 +02:00
"url" : "https://github.com/symfony/polyfill-intl-idn.git" ,
2026-06-01 22:36:19 +02:00
"reference" : "dc21118016c039a66235cf93d96b435ffb282412"
2019-10-26 16:51:04 +02:00
},
"dist" : {
"type" : "zip" ,
2026-06-01 22:36:19 +02:00
"url" : "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/dc21118016c039a66235cf93d96b435ffb282412" ,
"reference" : "dc21118016c039a66235cf93d96b435ffb282412" ,
2019-10-26 16:51:04 +02:00
"shasum" : ""
},
"require" : {
2026-04-09 12:10:37 +02:00
"php" : ">=7.2" ,
"symfony/polyfill-intl-normalizer" : "^1.10"
},
"suggest" : {
"ext-intl" : "For best performance"
},
"type" : "library" ,
"extra" : {
"thanks" : {
"url" : "https://github.com/symfony/polyfill" ,
"name" : "symfony/polyfill"
}
},
"autoload" : {
"files" : [
"bootstrap.php"
],
"psr-4" : {
"Symfony\\Polyfill\\Intl\\Idn\\" : ""
}
2019-10-26 16:51:04 +02:00
},
2019-10-26 18:07:36 +02:00
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
2026-04-09 12:10:37 +02:00
"authors" : [
{
"name" : "Laurent Bassin" ,
"email" : "laurent@bassin.info"
},
{
"name" : "Trevor Rowbotham" ,
"email" : "trevor.rowbotham@pm.me"
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
],
"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" : {
2026-06-01 22:36:19 +02:00
"source" : "https://github.com/symfony/polyfill-intl-idn/tree/v1.38.1"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-06-01 22:36:19 +02:00
"time" : "2026-05-25T15:22:23+00:00"
2019-10-26 18:07:36 +02:00
},
{
2026-04-09 12:10:37 +02:00
"name" : "symfony/polyfill-intl-normalizer" ,
2026-06-01 22:36:19 +02:00
"version" : "v1.38.0" ,
2019-10-26 18:07:36 +02:00
"source" : {
"type" : "git" ,
2026-04-09 12:10:37 +02:00
"url" : "https://github.com/symfony/polyfill-intl-normalizer.git" ,
2026-06-01 22:36:19 +02:00
"reference" : "2d446c214bdbe5b71bde5011b060a05fece3ae6b"
2019-10-26 18:07:36 +02:00
},
"dist" : {
"type" : "zip" ,
2026-06-01 22:36:19 +02:00
"url" : "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/2d446c214bdbe5b71bde5011b060a05fece3ae6b" ,
"reference" : "2d446c214bdbe5b71bde5011b060a05fece3ae6b" ,
2019-10-26 18:07:36 +02:00
"shasum" : ""
},
"require" : {
2026-04-09 12:10:37 +02:00
"php" : ">=7.2"
},
"suggest" : {
"ext-intl" : "For best performance"
2019-10-26 18:07:36 +02:00
},
"type" : "library" ,
2019-10-26 16:51:04 +02:00
"extra" : {
2026-04-09 12:10:37 +02:00
"thanks" : {
"url" : "https://github.com/symfony/polyfill" ,
"name" : "symfony/polyfill"
2019-10-26 16:51:04 +02:00
}
},
"autoload" : {
2019-10-26 18:07:36 +02:00
"files" : [
"bootstrap.php"
2026-04-09 12:10:37 +02:00
],
"psr-4" : {
"Symfony\\Polyfill\\Intl\\Normalizer\\" : ""
},
"classmap" : [
"Resources/stubs"
2019-10-26 18:07:36 +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"
}
],
2026-04-09 12:10:37 +02:00
"description" : "Symfony polyfill for intl's Normalizer class and related functions" ,
2019-10-26 18:07:36 +02:00
"homepage" : "https://symfony.com" ,
"keywords" : [
"compatibility" ,
2026-04-09 12:10:37 +02:00
"intl" ,
"normalizer" ,
2019-10-26 18:07:36 +02:00
"polyfill" ,
"portable" ,
"shim"
],
2026-04-09 12:10:37 +02:00
"support" : {
2026-06-01 22:36:19 +02:00
"source" : "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.38.0"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-06-01 22:36:19 +02:00
"time" : "2026-05-25T13:48:31+00:00"
2019-10-26 18:07:36 +02:00
},
{
2026-04-09 12:10:37 +02:00
"name" : "symfony/polyfill-mbstring" ,
2026-07-27 18:35:42 +02:00
"version" : "v1.38.2" ,
2019-10-26 18:07:36 +02:00
"source" : {
"type" : "git" ,
2026-04-09 12:10:37 +02:00
"url" : "https://github.com/symfony/polyfill-mbstring.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "d3d318bad5e7a1bfbd026009c8bfb8d8f99ae6b6"
2019-10-26 18:07:36 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/d3d318bad5e7a1bfbd026009c8bfb8d8f99ae6b6" ,
"reference" : "d3d318bad5e7a1bfbd026009c8bfb8d8f99ae6b6" ,
2019-10-26 18:07:36 +02:00
"shasum" : ""
},
"require" : {
2026-04-09 12:10:37 +02:00
"ext-iconv" : "*" ,
"php" : ">=7.2"
},
"provide" : {
"ext-mbstring" : "*"
2019-10-26 18:07:36 +02:00
},
"suggest" : {
2026-04-09 12:10:37 +02:00
"ext-mbstring" : "For best performance"
2019-10-26 18:07:36 +02:00
},
"type" : "library" ,
"extra" : {
2026-04-09 12:10:37 +02:00
"thanks" : {
"url" : "https://github.com/symfony/polyfill" ,
"name" : "symfony/polyfill"
2019-10-26 16:51:04 +02:00
}
},
2019-10-26 18:07:36 +02:00
"autoload" : {
2026-04-09 12:10:37 +02:00
"files" : [
"bootstrap.php"
],
2019-10-26 18:07:36 +02:00
"psr-4" : {
2026-04-09 12:10:37 +02:00
"Symfony\\Polyfill\\Mbstring\\" : ""
}
},
"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" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/polyfill-mbstring/tree/v1.38.2"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
2019-10-26 18:07:36 +02:00
},
2026-04-09 12:10:37 +02:00
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-05-27T06:59:30+00:00"
2026-04-09 12:10:37 +02:00
},
2019-10-26 18:07:36 +02:00
{
2026-07-27 18:35:42 +02:00
"name" : "symfony/polyfill-php80" ,
"version" : "v1.37.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-php80.git" ,
"reference" : "dfb55726c3a76ea3b6459fcfda1ec2d80a682411"
},
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/polyfill-php80/zipball/dfb55726c3a76ea3b6459fcfda1ec2d80a682411" ,
"reference" : "dfb55726c3a76ea3b6459fcfda1ec2d80a682411" ,
"shasum" : ""
},
"require" : {
"php" : ">=7.2"
},
"type" : "library" ,
"extra" : {
"thanks" : {
"url" : "https://github.com/symfony/polyfill" ,
"name" : "symfony/polyfill"
}
},
"autoload" : {
"files" : [
"bootstrap.php"
],
"psr-4" : {
"Symfony\\Polyfill\\Php80\\" : ""
},
"classmap" : [
"Resources/stubs"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Ion Bazan" ,
"email" : "ion.bazan@gmail.com"
},
{
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
],
"description" : "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"compatibility" ,
"polyfill" ,
"portable" ,
"shim"
],
"support" : {
"source" : "https://github.com/symfony/polyfill-php80/tree/v1.37.0"
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
"time" : "2026-04-10T16:19:22+00:00"
},
{
"name" : "symfony/polyfill-php82" ,
2026-06-01 22:36:19 +02:00
"version" : "v1.38.1" ,
2019-10-26 18:07:36 +02:00
"source" : {
"type" : "git" ,
2026-07-27 18:35:42 +02:00
"url" : "https://github.com/symfony/polyfill-php82.git" ,
"reference" : "002dc0cfe5fd4ed6033d48f27d4f19a486c4b04b"
2019-10-26 18:07:36 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/polyfill-php82/zipball/002dc0cfe5fd4ed6033d48f27d4f19a486c4b04b" ,
"reference" : "002dc0cfe5fd4ed6033d48f27d4f19a486c4b04b" ,
2019-10-26 18:07:36 +02:00
"shasum" : ""
},
"require" : {
2026-04-09 12:10:37 +02:00
"php" : ">=7.2"
2016-09-22 13:56:57 +02:00
},
2019-10-26 18:07:36 +02:00
"type" : "library" ,
2016-09-22 13:56:57 +02:00
"extra" : {
2026-04-09 12:10:37 +02:00
"thanks" : {
"url" : "https://github.com/symfony/polyfill" ,
"name" : "symfony/polyfill"
2019-10-26 18:07:36 +02:00
}
},
"autoload" : {
"files" : [
"bootstrap.php"
2026-04-09 12:10:37 +02:00
],
"psr-4" : {
2026-07-27 18:35:42 +02:00
"Symfony\\Polyfill\\Php82\\" : ""
2026-04-09 12:10:37 +02:00
},
"classmap" : [
"Resources/stubs"
2019-10-26 18:07:36 +02:00
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
2026-04-09 12:10:37 +02:00
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
2019-10-26 18:07:36 +02:00
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
],
2026-07-27 18:35:42 +02:00
"description" : "Symfony polyfill backporting some PHP 8.2+ features to lower PHP versions" ,
2019-10-26 18:07:36 +02:00
"homepage" : "https://symfony.com" ,
"keywords" : [
"compatibility" ,
"polyfill" ,
"portable" ,
"shim"
],
2026-04-09 12:10:37 +02:00
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/polyfill-php82/tree/v1.38.1"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-05-26T12:45:58+00:00"
2019-10-26 18:07:36 +02:00
},
{
2026-04-09 12:10:37 +02:00
"name" : "symfony/polyfill-php84" ,
2026-06-01 22:36:19 +02:00
"version" : "v1.38.1" ,
2019-10-26 18:07:36 +02:00
"source" : {
"type" : "git" ,
2026-04-09 12:10:37 +02:00
"url" : "https://github.com/symfony/polyfill-php84.git" ,
2026-06-01 22:36:19 +02:00
"reference" : "f4e1dfaee5b74aba5964fe1fd4dfc7ba5e3085fa"
2019-10-26 18:07:36 +02:00
},
"dist" : {
"type" : "zip" ,
2026-06-01 22:36:19 +02:00
"url" : "https://api.github.com/repos/symfony/polyfill-php84/zipball/f4e1dfaee5b74aba5964fe1fd4dfc7ba5e3085fa" ,
"reference" : "f4e1dfaee5b74aba5964fe1fd4dfc7ba5e3085fa" ,
2019-10-26 18:07:36 +02:00
"shasum" : ""
},
"require" : {
2026-04-09 12:10:37 +02:00
"php" : ">=7.2"
2019-10-26 18:07:36 +02:00
},
"type" : "library" ,
"extra" : {
2026-04-09 12:10:37 +02:00
"thanks" : {
"url" : "https://github.com/symfony/polyfill" ,
"name" : "symfony/polyfill"
2019-10-26 16:51:04 +02:00
}
},
"autoload" : {
2019-10-26 18:07:36 +02:00
"files" : [
"bootstrap.php"
2026-04-09 12:10:37 +02:00
],
"psr-4" : {
"Symfony\\Polyfill\\Php84\\" : ""
},
"classmap" : [
"Resources/stubs"
2019-10-26 18:07:36 +02:00
]
2019-10-26 16:51:04 +02:00
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
2019-10-26 18:07:36 +02:00
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
2019-10-26 16:51:04 +02:00
}
],
2026-04-09 12:10:37 +02:00
"description" : "Symfony polyfill backporting some PHP 8.4+ features to lower PHP versions" ,
2019-10-26 18:07:36 +02:00
"homepage" : "https://symfony.com" ,
2019-10-26 16:51:04 +02:00
"keywords" : [
2019-10-26 18:07:36 +02:00
"compatibility" ,
"polyfill" ,
"portable" ,
"shim"
2019-10-26 16:51:04 +02:00
],
2026-04-09 12:10:37 +02:00
"support" : {
2026-06-01 22:36:19 +02:00
"source" : "https://github.com/symfony/polyfill-php84/tree/v1.38.1"
2026-04-11 18:29:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-06-01 22:36:19 +02:00
"time" : "2026-05-26T12:51:13+00:00"
2026-04-11 18:29:37 +02:00
},
{
"name" : "symfony/polyfill-php85" ,
2026-06-01 22:36:19 +02:00
"version" : "v1.38.1" ,
2026-04-11 18:29:37 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-php85.git" ,
2026-06-01 22:36:19 +02:00
"reference" : "ba2ba04f3352cfa2dcbbcb90aee13ed967f505b1"
2026-04-11 18:29:37 +02:00
},
"dist" : {
"type" : "zip" ,
2026-06-01 22:36:19 +02:00
"url" : "https://api.github.com/repos/symfony/polyfill-php85/zipball/ba2ba04f3352cfa2dcbbcb90aee13ed967f505b1" ,
"reference" : "ba2ba04f3352cfa2dcbbcb90aee13ed967f505b1" ,
2026-04-11 18:29:37 +02:00
"shasum" : ""
},
"require" : {
"php" : ">=7.2"
},
"type" : "library" ,
"extra" : {
"thanks" : {
"url" : "https://github.com/symfony/polyfill" ,
"name" : "symfony/polyfill"
}
},
"autoload" : {
"files" : [
"bootstrap.php"
],
"psr-4" : {
"Symfony\\Polyfill\\Php85\\" : ""
},
"classmap" : [
"Resources/stubs"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
],
"description" : "Symfony polyfill backporting some PHP 8.5+ features to lower PHP versions" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"compatibility" ,
"polyfill" ,
"portable" ,
"shim"
],
"support" : {
2026-06-01 22:36:19 +02:00
"source" : "https://github.com/symfony/polyfill-php85/tree/v1.38.1"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-06-01 22:36:19 +02:00
"time" : "2026-05-26T02:25:22+00:00"
2019-10-26 16:51:04 +02:00
},
2026-04-12 15:19:03 +02:00
{
"name" : "symfony/polyfill-uuid" ,
2026-06-01 22:36:19 +02:00
"version" : "v1.37.0" ,
2026-04-12 15:19:03 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-uuid.git" ,
"reference" : "26dfec253c4cf3e51b541b52ddf7e42cb0908e94"
},
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/polyfill-uuid/zipball/26dfec253c4cf3e51b541b52ddf7e42cb0908e94" ,
"reference" : "26dfec253c4cf3e51b541b52ddf7e42cb0908e94" ,
"shasum" : ""
},
"require" : {
"php" : ">=7.2"
},
"provide" : {
"ext-uuid" : "*"
},
"suggest" : {
"ext-uuid" : "For best performance"
},
"type" : "library" ,
"extra" : {
"thanks" : {
"url" : "https://github.com/symfony/polyfill" ,
"name" : "symfony/polyfill"
}
},
"autoload" : {
"files" : [
"bootstrap.php"
],
"psr-4" : {
"Symfony\\Polyfill\\Uuid\\" : ""
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Grégoire Pineau" ,
"email" : "lyrixx@lyrixx.info"
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
],
"description" : "Symfony polyfill for uuid functions" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"compatibility" ,
"polyfill" ,
"portable" ,
"uuid"
],
"support" : {
2026-06-01 22:36:19 +02:00
"source" : "https://github.com/symfony/polyfill-uuid/tree/v1.37.0"
2026-04-12 15:19:03 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
"time" : "2026-04-10T16:19:22+00:00"
},
2026-04-13 15:50:28 +02:00
{
"name" : "symfony/process" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.0" ,
2026-04-13 15:50:28 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/process.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "c4a9e58f235a6bf7f97ffbfedae2687353ac79e5"
2026-04-13 15:50:28 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/process/zipball/c4a9e58f235a6bf7f97ffbfedae2687353ac79e5" ,
"reference" : "c4a9e58f235a6bf7f97ffbfedae2687353ac79e5" ,
2026-04-13 15:50:28 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1"
2026-04-13 15:50:28 +02:00
},
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Symfony\\Component\\Process\\" : ""
},
"exclude-from-classmap" : [
"/Tests/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
],
"description" : "Executes commands in sub-processes" ,
"homepage" : "https://symfony.com" ,
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/process/tree/v8.1.0"
2026-04-13 15:50:28 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-05-29T05:06:50+00:00"
2026-04-13 15:50:28 +02:00
},
2019-10-26 16:51:04 +02:00
{
2019-10-26 18:07:36 +02:00
"name" : "symfony/property-access" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.0" ,
2019-10-26 16:51:04 +02:00
"source" : {
"type" : "git" ,
2019-10-26 18:07:36 +02:00
"url" : "https://github.com/symfony/property-access.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "9261ef060f26cc7b728f67f141ba19b98a6209a9"
2019-10-26 16:51:04 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/property-access/zipball/9261ef060f26cc7b728f67f141ba19b98a6209a9" ,
"reference" : "9261ef060f26cc7b728f67f141ba19b98a6209a9" ,
2019-10-26 16:51:04 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1" ,
"symfony/property-info" : "^7.4.4|^8.0.4"
2019-10-26 18:07:36 +02:00
},
"require-dev" : {
2026-07-27 18:35:42 +02:00
"symfony/cache" : "^7.4|^8.0" ,
"symfony/var-exporter" : "^7.4|^8.0"
2019-10-26 16:51:04 +02:00
},
"type" : "library" ,
"autoload" : {
"psr-4" : {
2019-10-26 18:07:36 +02:00
"Symfony\\Component\\PropertyAccess\\" : ""
},
"exclude-from-classmap" : [
"/Tests/"
]
2019-10-26 16:51:04 +02:00
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Fabien Potencier" ,
2019-10-26 18:07:36 +02:00
"email" : "fabien@symfony.com"
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
2019-10-26 16:51:04 +02:00
}
],
2026-04-09 12:10:37 +02:00
"description" : "Provides functions to read and write from/to an object or array using a simple string notation" ,
2019-10-26 18:07:36 +02:00
"homepage" : "https://symfony.com" ,
"keywords" : [
"access" ,
"array" ,
"extraction" ,
"index" ,
"injection" ,
"object" ,
"property" ,
2026-04-09 12:10:37 +02:00
"property-path" ,
2019-10-26 18:07:36 +02:00
"reflection"
],
2026-04-09 12:10:37 +02:00
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/property-access/tree/v8.1.0"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-05-29T05:06:50+00:00"
2019-10-26 16:51:04 +02:00
},
{
2026-04-09 12:10:37 +02:00
"name" : "symfony/property-info" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.0" ,
2019-10-26 16:51:04 +02:00
"source" : {
"type" : "git" ,
2026-04-09 12:10:37 +02:00
"url" : "https://github.com/symfony/property-info.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "4721e8c56d0cd2378e0ef9a9899f810008b859f7"
2019-10-26 16:51:04 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/property-info/zipball/4721e8c56d0cd2378e0ef9a9899f810008b859f7" ,
"reference" : "4721e8c56d0cd2378e0ef9a9899f810008b859f7" ,
2019-10-26 16:51:04 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1" ,
"symfony/string" : "^7.4|^8.0" ,
2026-04-11 18:29:37 +02:00
"symfony/type-info" : "^7.4.7|^8.0.7"
2019-10-26 18:07:36 +02:00
},
"conflict" : {
2026-04-11 18:29:37 +02:00
"phpdocumentor/reflection-docblock" : "<5.2|>=7" ,
2026-07-27 18:35:42 +02:00
"phpdocumentor/type-resolver" : "<1.5.1"
2019-10-26 16:51:04 +02:00
},
"require-dev" : {
2026-04-11 18:29:37 +02:00
"phpdocumentor/reflection-docblock" : "^5.2|^6.0" ,
2026-04-09 12:10:37 +02:00
"phpstan/phpdoc-parser" : "^1.0|^2.0" ,
2026-07-27 18:35:42 +02:00
"symfony/cache" : "^7.4|^8.0" ,
"symfony/dependency-injection" : "^7.4|^8.0" ,
"symfony/serializer" : "^7.4|^8.0"
2019-10-26 16:51:04 +02:00
},
2019-10-26 18:07:36 +02:00
"type" : "library" ,
2026-04-09 12:10:37 +02:00
"autoload" : {
"psr-4" : {
"Symfony\\Component\\PropertyInfo\\" : ""
},
"exclude-from-classmap" : [
"/Tests/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Kévin Dunglas" ,
"email" : "dunglas@gmail.com"
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
],
"description" : "Extracts information about PHP class' properties using metadata of popular sources" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"doctrine" ,
"phpdoc" ,
"property" ,
"symfony" ,
"type" ,
"validator"
],
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/property-info/tree/v8.1.0"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
2019-10-26 16:51:04 +02:00
}
2026-04-09 12:10:37 +02:00
],
2026-07-27 18:35:42 +02:00
"time" : "2026-05-29T05:06:50+00:00"
2026-04-09 12:10:37 +02:00
},
{
"name" : "symfony/routing" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.0" ,
2026-04-09 12:10:37 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/routing.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "fe0bfec72c8a806109fb9c3a5f2b898fe0c76eb3"
2026-04-09 12:10:37 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/routing/zipball/fe0bfec72c8a806109fb9c3a5f2b898fe0c76eb3" ,
"reference" : "fe0bfec72c8a806109fb9c3a5f2b898fe0c76eb3" ,
2026-04-09 12:10:37 +02:00
"shasum" : ""
2019-10-26 16:51:04 +02:00
},
2026-04-09 12:10:37 +02:00
"require" : {
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1" ,
2026-04-09 12:10:37 +02:00
"symfony/deprecation-contracts" : "^2.5|^3"
},
"require-dev" : {
"psr/log" : "^1|^2|^3" ,
2026-07-27 18:35:42 +02:00
"symfony/config" : "^7.4|^8.0" ,
"symfony/dependency-injection" : "^7.4|^8.0" ,
"symfony/expression-language" : "^7.4|^8.0" ,
"symfony/http-foundation" : "^7.4|^8.0" ,
"symfony/yaml" : "^7.4|^8.0"
2026-04-09 12:10:37 +02:00
},
2026-04-09 20:21:01 +02:00
"type" : "library" ,
2019-10-26 16:51:04 +02:00
"autoload" : {
2019-10-26 18:07:36 +02:00
"psr-4" : {
2026-04-09 20:21:01 +02:00
"Symfony\\Component\\Routing\\" : ""
2019-10-26 18:07:36 +02:00
},
"exclude-from-classmap" : [
"/Tests/"
2019-10-26 16:51:04 +02:00
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
2019-10-26 18:07:36 +02:00
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
2019-10-26 16:51:04 +02:00
}
],
2026-04-09 20:21:01 +02:00
"description" : "Maps an HTTP request to a set of configuration variables" ,
2019-10-26 18:07:36 +02:00
"homepage" : "https://symfony.com" ,
2026-04-09 20:21:01 +02:00
"keywords" : [
"router" ,
"routing" ,
"uri" ,
"url"
],
2026-04-09 12:10:37 +02:00
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/routing/tree/v8.1.0"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-05-29T05:06:50+00:00"
2019-10-26 16:51:04 +02:00
},
2026-07-27 18:08:52 +02:00
{
"name" : "symfony/scheduler" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.0" ,
2026-07-27 18:08:52 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/scheduler.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "62eda20f6b8a8d50968ec940c274ca42ad52a1e4"
2026-07-27 18:08:52 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/scheduler/zipball/62eda20f6b8a8d50968ec940c274ca42ad52a1e4" ,
"reference" : "62eda20f6b8a8d50968ec940c274ca42ad52a1e4" ,
2026-07-27 18:08:52 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1" ,
"symfony/clock" : "^7.4|^8.0"
2026-07-27 18:08:52 +02:00
},
"require-dev" : {
"dragonmantank/cron-expression" : "^3.1" ,
2026-07-27 18:35:42 +02:00
"symfony/cache" : "^7.4.8|^8.0.8" ,
"symfony/console" : "^7.4|^8.0" ,
"symfony/dependency-injection" : "^7.4|^8.0" ,
"symfony/event-dispatcher" : "^7.4|^8.0" ,
"symfony/lock" : "^7.4|^8.0" ,
"symfony/messenger" : "^7.4|^8.0" ,
"symfony/serializer" : "^7.4|^8.0"
2026-07-27 18:08:52 +02:00
},
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Symfony\\Component\\Scheduler\\" : ""
},
"exclude-from-classmap" : [
"/Tests/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Sergey Rabochiy" ,
"email" : "upyx.00@gmail.com"
},
{
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
],
"description" : "Provides scheduling through Symfony Messenger" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"cron" ,
"schedule" ,
"scheduler"
],
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/scheduler/tree/v8.1.0"
2026-07-27 18:08:52 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-05-29T05:06:50+00:00"
2026-07-27 18:08:52 +02:00
},
2019-10-26 16:51:04 +02:00
{
2019-10-26 18:07:36 +02:00
"name" : "symfony/security-bundle" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.1" ,
2019-10-26 16:51:04 +02:00
"source" : {
"type" : "git" ,
2019-10-26 18:07:36 +02:00
"url" : "https://github.com/symfony/security-bundle.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "838e7c4735f20db962f41692e02240a9189f8643"
2019-10-26 16:51:04 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/security-bundle/zipball/838e7c4735f20db962f41692e02240a9189f8643" ,
"reference" : "838e7c4735f20db962f41692e02240a9189f8643" ,
2019-10-26 16:51:04 +02:00
"shasum" : ""
},
"require" : {
2026-04-09 12:10:37 +02:00
"composer-runtime-api" : ">=2.1" ,
2019-10-26 18:07:36 +02:00
"ext-xml" : "*" ,
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1" ,
"symfony/clock" : "^7.4|^8.0" ,
2026-04-11 18:29:37 +02:00
"symfony/config" : "^7.4|^8.0" ,
2026-07-27 18:35:42 +02:00
"symfony/dependency-injection" : "^7.4|^8.0" ,
"symfony/event-dispatcher" : "^7.4|^8.0" ,
"symfony/http-foundation" : "^7.4|^8.0" ,
"symfony/http-kernel" : "^7.4|^8.0" ,
"symfony/password-hasher" : "^7.4|^8.0" ,
2026-04-11 18:29:37 +02:00
"symfony/security-core" : "^7.4|^8.0" ,
2026-07-27 18:35:42 +02:00
"symfony/security-csrf" : "^7.4|^8.0" ,
"symfony/security-http" : "^8.1" ,
2026-04-09 20:21:01 +02:00
"symfony/service-contracts" : "^2.5|^3"
2019-10-26 16:51:04 +02:00
},
"require-dev" : {
2026-07-27 18:35:42 +02:00
"symfony/asset" : "^7.4|^8.0" ,
"symfony/browser-kit" : "^7.4|^8.0" ,
"symfony/console" : "^7.4|^8.0" ,
"symfony/css-selector" : "^7.4|^8.0" ,
"symfony/dom-crawler" : "^7.4|^8.0" ,
"symfony/expression-language" : "^7.4|^8.0" ,
"symfony/form" : "^7.4|^8.0" ,
"symfony/framework-bundle" : "^7.4|^8.0" ,
"symfony/http-client" : "^7.4|^8.0" ,
"symfony/ldap" : "^7.4|^8.0" ,
"symfony/process" : "^7.4|^8.0" ,
"symfony/property-info" : "^7.4|^8.0" ,
"symfony/rate-limiter" : "^7.4|^8.0" ,
"symfony/runtime" : "^7.4|^8.0" ,
"symfony/serializer" : "^7.4|^8.0" ,
"symfony/translation" : "^7.4|^8.0" ,
"symfony/twig-bridge" : "^7.4|^8.0" ,
"symfony/twig-bundle" : "^7.4|^8.0" ,
"symfony/validator" : "^7.4|^8.0" ,
"symfony/yaml" : "^7.4|^8.0" ,
2026-04-11 18:29:37 +02:00
"web-token/jwt-library" : "^3.3.2|^4.0"
2019-10-26 16:51:04 +02:00
},
"type" : "symfony-bundle" ,
2016-09-22 13:56:57 +02:00
"autoload" : {
"psr-4" : {
2019-10-26 18:07:36 +02:00
"Symfony\\Bundle\\SecurityBundle\\" : ""
},
"exclude-from-classmap" : [
"/Tests/"
]
2016-09-22 13:56:57 +02:00
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
2019-10-26 18:07:36 +02:00
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
2016-09-22 13:56:57 +02:00
}
],
2026-04-09 12:10:37 +02:00
"description" : "Provides a tight integration of the Security component into the Symfony full-stack framework" ,
2019-10-26 18:07:36 +02:00
"homepage" : "https://symfony.com" ,
2026-04-09 12:10:37 +02:00
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/security-bundle/tree/v8.1.1"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
2026-04-09 20:21:01 +02:00
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
2026-04-09 12:10:37 +02:00
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-06-16T16:07:17+00:00"
2016-09-22 13:56:57 +02:00
},
{
2019-10-26 18:07:36 +02:00
"name" : "symfony/security-core" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.1" ,
2016-09-22 13:56:57 +02:00
"source" : {
"type" : "git" ,
2019-10-26 18:07:36 +02:00
"url" : "https://github.com/symfony/security-core.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "2350e2f04858a7d50e758852512f9f5c3091a37b"
2016-09-22 13:56:57 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/security-core/zipball/2350e2f04858a7d50e758852512f9f5c3091a37b" ,
"reference" : "2350e2f04858a7d50e758852512f9f5c3091a37b" ,
2016-09-22 13:56:57 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1" ,
2026-04-09 12:10:37 +02:00
"symfony/event-dispatcher-contracts" : "^2.5|^3" ,
2026-07-27 18:35:42 +02:00
"symfony/password-hasher" : "^7.4|^8.0" ,
2026-04-09 12:10:37 +02:00
"symfony/service-contracts" : "^2.5|^3"
2016-09-22 13:56:57 +02:00
},
2019-10-26 16:51:04 +02:00
"require-dev" : {
2026-04-09 12:10:37 +02:00
"psr/cache" : "^1.0|^2.0|^3.0" ,
"psr/container" : "^1.1|^2.0" ,
"psr/log" : "^1|^2|^3" ,
2026-07-27 18:35:42 +02:00
"symfony/cache" : "^7.4|^8.0" ,
"symfony/dependency-injection" : "^7.4|^8.0" ,
"symfony/event-dispatcher" : "^7.4|^8.0" ,
"symfony/expression-language" : "^7.4|^8.0" ,
"symfony/http-foundation" : "^7.4|^8.0" ,
"symfony/ldap" : "^7.4|^8.0" ,
"symfony/property-access" : "^7.4|^8.0" ,
"symfony/string" : "^7.4|^8.0" ,
"symfony/translation" : "^7.4|^8.0" ,
"symfony/validator" : "^7.4|^8.0"
2019-10-26 16:51:04 +02:00
},
"type" : "library" ,
"autoload" : {
"psr-4" : {
2019-10-26 18:07:36 +02:00
"Symfony\\Component\\Security\\Core\\" : ""
2019-10-26 16:51:04 +02:00
},
"exclude-from-classmap" : [
"/Tests/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
2019-10-26 18:07:36 +02:00
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
2019-10-26 16:51:04 +02:00
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
2016-09-22 13:56:57 +02:00
],
2019-10-26 18:07:36 +02:00
"description" : "Symfony Security Component - Core Library" ,
2019-10-26 16:51:04 +02:00
"homepage" : "https://symfony.com" ,
2026-04-09 12:10:37 +02:00
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/security-core/tree/v8.1.1"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-06-09T10:54:51+00:00"
2019-10-26 16:51:04 +02:00
},
{
2019-10-26 18:07:36 +02:00
"name" : "symfony/security-csrf" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.0" ,
2019-10-26 16:51:04 +02:00
"source" : {
"type" : "git" ,
2019-10-26 18:07:36 +02:00
"url" : "https://github.com/symfony/security-csrf.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "c865a8ee0d30b14545d7e5349b8e443f4fa9dc3f"
2019-10-26 16:51:04 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/security-csrf/zipball/c865a8ee0d30b14545d7e5349b8e443f4fa9dc3f" ,
"reference" : "c865a8ee0d30b14545d7e5349b8e443f4fa9dc3f" ,
2019-10-26 16:51:04 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1" ,
"symfony/deprecation-contracts" : "^2.5|^3" ,
"symfony/security-core" : "^7.4|^8.0"
2019-10-26 18:07:36 +02:00
},
"require-dev" : {
2026-04-11 18:29:37 +02:00
"psr/log" : "^1|^2|^3" ,
2026-07-27 18:35:42 +02:00
"symfony/http-foundation" : "^7.4|^8.0" ,
"symfony/http-kernel" : "^7.4|^8.0"
2019-10-26 16:51:04 +02:00
},
2016-09-22 13:56:57 +02:00
"type" : "library" ,
"autoload" : {
2019-10-26 16:51:04 +02:00
"psr-4" : {
2019-10-26 18:07:36 +02:00
"Symfony\\Component\\Security\\Csrf\\" : ""
},
"exclude-from-classmap" : [
"/Tests/"
]
2016-09-22 13:56:57 +02:00
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
2019-10-26 18:07:36 +02:00
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
2019-10-26 16:51:04 +02:00
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
2016-09-22 13:56:57 +02:00
}
],
2019-10-26 18:07:36 +02:00
"description" : "Symfony Security Component - CSRF Library" ,
2019-10-26 16:51:04 +02:00
"homepage" : "https://symfony.com" ,
2026-04-09 12:10:37 +02:00
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/security-csrf/tree/v8.1.0"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-05-29T05:06:50+00:00"
2016-09-22 13:56:57 +02:00
},
2016-10-19 13:27:55 +02:00
{
2026-04-09 12:10:37 +02:00
"name" : "symfony/security-http" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.1" ,
2016-10-19 13:27:55 +02:00
"source" : {
"type" : "git" ,
2026-04-09 12:10:37 +02:00
"url" : "https://github.com/symfony/security-http.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "93f5e8bd49489256e469384e5e408257e8dc3e25"
2016-10-19 13:27:55 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/security-http/zipball/93f5e8bd49489256e469384e5e408257e8dc3e25" ,
"reference" : "93f5e8bd49489256e469384e5e408257e8dc3e25" ,
2016-10-19 13:27:55 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1" ,
2026-04-09 12:10:37 +02:00
"symfony/deprecation-contracts" : "^2.5|^3" ,
2026-07-27 18:35:42 +02:00
"symfony/http-foundation" : "^7.4|^8.0" ,
"symfony/http-kernel" : "^8.1" ,
"symfony/polyfill-mbstring" : "^1.0" ,
"symfony/property-access" : "^7.4|^8.0" ,
"symfony/security-core" : "^7.4|^8.0" ,
2026-04-09 12:10:37 +02:00
"symfony/service-contracts" : "^2.5|^3"
},
"conflict" : {
2026-07-27 18:35:42 +02:00
"symfony/http-client-contracts" : "<3.0"
2016-10-19 13:27:55 +02:00
},
"require-dev" : {
2026-04-09 12:10:37 +02:00
"psr/log" : "^1|^2|^3" ,
2026-07-27 18:35:42 +02:00
"symfony/cache" : "^7.4|^8.0" ,
"symfony/clock" : "^7.4|^8.0" ,
"symfony/expression-language" : "^7.4|^8.0" ,
"symfony/http-client" : "^7.4|^8.0" ,
2026-04-09 12:10:37 +02:00
"symfony/http-client-contracts" : "^3.0" ,
2026-07-27 18:35:42 +02:00
"symfony/rate-limiter" : "^7.4|^8.0" ,
"symfony/routing" : "^7.4|^8.0" ,
"symfony/security-csrf" : "^7.4|^8.0" ,
"symfony/translation" : "^7.4|^8.0" ,
2026-04-11 18:29:37 +02:00
"web-token/jwt-library" : "^3.3.2|^4.0"
2016-10-19 13:27:55 +02:00
},
2019-10-26 16:51:04 +02:00
"type" : "library" ,
"autoload" : {
"psr-4" : {
2026-04-09 12:10:37 +02:00
"Symfony\\Component\\Security\\Http\\" : ""
2019-10-26 16:51:04 +02: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"
}
],
2026-04-09 12:10:37 +02:00
"description" : "Symfony Security Component - HTTP Integration" ,
2019-10-26 16:51:04 +02:00
"homepage" : "https://symfony.com" ,
2026-04-09 12:10:37 +02:00
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/security-http/tree/v8.1.1"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-06-27T06:18:14+00:00"
2019-10-26 16:51:04 +02:00
},
2026-04-12 15:19:03 +02:00
{
"name" : "symfony/serializer" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.1" ,
2026-04-12 15:19:03 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/serializer.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "f911b744bc24658f435ea30439cfe536f0173a3a"
2026-04-12 15:19:03 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/serializer/zipball/f911b744bc24658f435ea30439cfe536f0173a3a" ,
"reference" : "f911b744bc24658f435ea30439cfe536f0173a3a" ,
2026-04-12 15:19:03 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1" ,
2026-04-12 15:19:03 +02:00
"symfony/deprecation-contracts" : "^2.5|^3" ,
2026-07-27 18:35:42 +02:00
"symfony/polyfill-ctype" : "^1.8"
2026-04-12 15:19:03 +02:00
},
"conflict" : {
"phpdocumentor/reflection-docblock" : "<5.2|>=7" ,
"phpdocumentor/type-resolver" : "<1.5.1" ,
2026-07-27 18:35:42 +02:00
"symfony/property-access" : "<8.1" ,
"symfony/property-info" : "<7.4" ,
"symfony/type-info" : "<7.4"
2026-04-12 15:19:03 +02:00
},
"require-dev" : {
"phpdocumentor/reflection-docblock" : "^5.2|^6.0" ,
"phpstan/phpdoc-parser" : "^1.0|^2.0" ,
"seld/jsonlint" : "^1.10" ,
2026-07-27 18:35:42 +02:00
"symfony/cache" : "^7.4|^8.0" ,
"symfony/config" : "^7.4|^8.0" ,
"symfony/console" : "^7.4|^8.0" ,
"symfony/dependency-injection" : "^7.4|^8.0" ,
"symfony/error-handler" : "^7.4|^8.0" ,
"symfony/filesystem" : "^7.4|^8.0" ,
"symfony/form" : "^7.4|^8.0" ,
"symfony/http-foundation" : "^7.4|^8.0" ,
"symfony/http-kernel" : "^7.4|^8.0" ,
"symfony/messenger" : "^7.4|^8.0" ,
"symfony/mime" : "^7.4|^8.0" ,
"symfony/property-access" : "^8.1" ,
"symfony/property-info" : "^7.4|^8.0" ,
2026-04-12 15:19:03 +02:00
"symfony/translation-contracts" : "^2.5|^3" ,
2026-07-27 18:35:42 +02:00
"symfony/type-info" : "^7.4|^8.0" ,
"symfony/uid" : "^7.4|^8.0" ,
"symfony/validator" : "^7.4|^8.0" ,
"symfony/var-dumper" : "^7.4|^8.0" ,
"symfony/var-exporter" : "^7.4|^8.0" ,
"symfony/yaml" : "^7.4|^8.0"
2026-04-12 15:19:03 +02: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"
}
],
"description" : "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON." ,
"homepage" : "https://symfony.com" ,
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/serializer/tree/v8.1.1"
2026-04-12 15:19:03 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-06-27T09:05:56+00:00"
2026-04-12 15:19:03 +02:00
},
2019-10-26 16:51:04 +02:00
{
2019-10-26 18:07:36 +02:00
"name" : "symfony/service-contracts" ,
2026-07-27 18:35:42 +02:00
"version" : "v3.7.1" ,
2019-10-26 16:51:04 +02:00
"source" : {
"type" : "git" ,
2019-10-26 18:07:36 +02:00
"url" : "https://github.com/symfony/service-contracts.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "c0a284bab1ed8aa0417e3d69250ab437739563a0"
2019-10-26 16:51:04 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/service-contracts/zipball/c0a284bab1ed8aa0417e3d69250ab437739563a0" ,
"reference" : "c0a284bab1ed8aa0417e3d69250ab437739563a0" ,
2019-10-26 16:51:04 +02:00
"shasum" : ""
},
"require" : {
2026-04-09 20:21:01 +02:00
"php" : ">=8.1" ,
"psr/container" : "^1.1|^2.0" ,
"symfony/deprecation-contracts" : "^2.5|^3"
2026-04-09 12:10:37 +02:00
},
"conflict" : {
"ext-psr" : "<1.1|>=2"
2019-10-26 18:07:36 +02:00
},
2019-10-26 16:51:04 +02:00
"type" : "library" ,
"extra" : {
2026-04-09 12:10:37 +02:00
"thanks" : {
"url" : "https://github.com/symfony/contracts" ,
"name" : "symfony/contracts"
},
2019-10-26 16:51:04 +02:00
"branch-alias" : {
2026-06-01 22:36:19 +02:00
"dev-main" : "3.7-dev"
2016-10-19 13:27:55 +02:00
}
},
"autoload" : {
"psr-4" : {
2019-10-26 18:07:36 +02:00
"Symfony\\Contracts\\Service\\" : ""
2026-04-09 20:21:01 +02:00
},
"exclude-from-classmap" : [
"/Test/"
]
2016-10-19 13:27:55 +02:00
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
2019-10-26 16:51:04 +02:00
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
2016-10-19 13:27:55 +02:00
},
{
2019-10-26 16:51:04 +02:00
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
2016-10-19 13:27:55 +02:00
}
],
2019-10-26 18:07:36 +02:00
"description" : "Generic abstractions related to writing services" ,
2019-10-26 16:51:04 +02:00
"homepage" : "https://symfony.com" ,
2016-10-19 13:27:55 +02:00
"keywords" : [
2019-10-26 18:07:36 +02:00
"abstractions" ,
"contracts" ,
"decoupling" ,
"interfaces" ,
"interoperability" ,
"standards"
2016-10-19 13:27:55 +02:00
],
2026-04-09 12:10:37 +02:00
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/service-contracts/tree/v3.7.1"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
2026-04-09 20:21:01 +02:00
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
2026-04-09 12:10:37 +02:00
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-06-16T09:55:08+00:00"
2016-10-19 13:27:55 +02:00
},
2016-09-22 13:56:57 +02:00
{
2019-10-26 18:07:36 +02:00
"name" : "symfony/stopwatch" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.0" ,
2016-09-22 13:56:57 +02:00
"source" : {
"type" : "git" ,
2019-10-26 18:07:36 +02:00
"url" : "https://github.com/symfony/stopwatch.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "21c07b026905d596e8379caeb115d87aa479499d"
2016-09-22 13:56:57 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/stopwatch/zipball/21c07b026905d596e8379caeb115d87aa479499d" ,
"reference" : "21c07b026905d596e8379caeb115d87aa479499d" ,
2016-09-22 13:56:57 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1" ,
2026-04-09 20:21:01 +02:00
"symfony/service-contracts" : "^2.5|^3"
2016-09-22 13:56:57 +02:00
},
"type" : "library" ,
"autoload" : {
2019-10-26 16:51:04 +02:00
"psr-4" : {
2019-10-26 18:07:36 +02:00
"Symfony\\Component\\Stopwatch\\" : ""
2019-10-26 16:51:04 +02:00
},
2019-10-26 18:07:36 +02:00
"exclude-from-classmap" : [
"/Tests/"
2016-09-22 13:56:57 +02:00
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
2019-10-26 18:07:36 +02:00
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
2016-09-22 13:56:57 +02:00
},
{
2019-10-26 16:51:04 +02:00
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
2016-09-22 13:56:57 +02:00
}
],
2026-04-09 12:10:37 +02:00
"description" : "Provides a way to profile code" ,
2019-10-26 16:51:04 +02:00
"homepage" : "https://symfony.com" ,
2026-04-09 12:10:37 +02:00
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/stopwatch/tree/v8.1.0"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
2026-04-09 20:21:01 +02:00
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
2026-04-09 12:10:37 +02:00
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-05-29T05:06:50+00:00"
2016-09-22 13:56:57 +02:00
},
{
2026-04-09 12:10:37 +02:00
"name" : "symfony/string" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.0" ,
2016-09-22 13:56:57 +02:00
"source" : {
"type" : "git" ,
2026-04-09 12:10:37 +02:00
"url" : "https://github.com/symfony/string.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "afd5944f4005862d961efb85c8bbd5c523c4e3c9"
2016-09-22 13:56:57 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/string/zipball/afd5944f4005862d961efb85c8bbd5c523c4e3c9" ,
"reference" : "afd5944f4005862d961efb85c8bbd5c523c4e3c9" ,
2016-09-22 13:56:57 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1" ,
"symfony/polyfill-ctype" : "^1.8" ,
"symfony/polyfill-intl-grapheme" : "^1.33" ,
"symfony/polyfill-intl-normalizer" : "^1.0" ,
"symfony/polyfill-mbstring" : "^1.0"
2019-10-26 18:07:36 +02:00
},
2026-04-09 12:10:37 +02:00
"conflict" : {
"symfony/translation-contracts" : "<2.5"
2016-09-22 13:56:57 +02:00
},
2026-04-09 12:10:37 +02:00
"require-dev" : {
2026-07-27 18:35:42 +02:00
"symfony/emoji" : "^7.4|^8.0" ,
"symfony/http-client" : "^7.4|^8.0" ,
"symfony/intl" : "^7.4|^8.0" ,
2026-04-09 12:10:37 +02:00
"symfony/translation-contracts" : "^2.5|^3.0" ,
2026-07-27 18:35:42 +02:00
"symfony/var-exporter" : "^7.4|^8.0"
2016-09-22 13:56:57 +02:00
},
2019-10-26 16:51:04 +02:00
"type" : "library" ,
2016-09-22 13:56:57 +02:00
"autoload" : {
2026-04-09 12:10:37 +02:00
"files" : [
"Resources/functions.php"
],
2019-10-26 18:07:36 +02:00
"psr-4" : {
2026-04-09 12:10:37 +02:00
"Symfony\\Component\\String\\" : ""
2019-10-26 18:07:36 +02:00
},
"exclude-from-classmap" : [
"/Tests/"
2019-10-26 16:51:04 +02:00
]
2016-09-22 13:56:57 +02:00
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
2026-04-09 12:10:37 +02:00
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
2019-10-26 16:51:04 +02:00
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
2016-09-22 13:56:57 +02:00
}
],
2026-04-09 12:10:37 +02:00
"description" : "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way" ,
2019-10-26 16:51:04 +02:00
"homepage" : "https://symfony.com" ,
2026-04-09 12:10:37 +02:00
"keywords" : [
"grapheme" ,
"i18n" ,
"string" ,
"unicode" ,
"utf-8" ,
"utf8"
],
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/string/tree/v8.1.0"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-05-29T05:06:50+00:00"
2016-09-22 13:56:57 +02:00
},
{
2019-10-26 18:07:36 +02:00
"name" : "symfony/translation" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.1" ,
2016-09-22 13:56:57 +02:00
"source" : {
"type" : "git" ,
2019-10-26 18:07:36 +02:00
"url" : "https://github.com/symfony/translation.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "342b4218630dc2cf284cedcb2080c80b13404014"
2016-09-22 13:56:57 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/translation/zipball/342b4218630dc2cf284cedcb2080c80b13404014" ,
"reference" : "342b4218630dc2cf284cedcb2080c80b13404014" ,
2016-09-22 13:56:57 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1" ,
"symfony/polyfill-mbstring" : "^1.0" ,
"symfony/translation-contracts" : "^3.6.1"
2019-10-26 18:07:36 +02:00
},
"conflict" : {
2026-04-11 18:29:37 +02:00
"nikic/php-parser" : "<5.0" ,
2026-04-09 12:10:37 +02:00
"symfony/http-client-contracts" : "<2.5" ,
2026-07-27 18:35:42 +02:00
"symfony/service-contracts" : "<2.5"
2019-10-26 18:07:36 +02:00
},
"provide" : {
2026-04-09 12:10:37 +02:00
"symfony/translation-implementation" : "2.3|3.0"
2019-10-26 18:07:36 +02:00
},
"require-dev" : {
2026-04-11 18:29:37 +02:00
"nikic/php-parser" : "^5.0" ,
2026-04-09 12:10:37 +02:00
"psr/log" : "^1|^2|^3" ,
2026-07-27 18:35:42 +02:00
"symfony/config" : "^7.4|^8.0" ,
"symfony/console" : "^7.4|^8.0" ,
"symfony/dependency-injection" : "^7.4|^8.0" ,
"symfony/finder" : "^7.4|^8.0" ,
2026-04-09 12:10:37 +02:00
"symfony/http-client-contracts" : "^2.5|^3.0" ,
2026-07-27 18:35:42 +02:00
"symfony/http-kernel" : "^7.4|^8.0" ,
"symfony/intl" : "^7.4|^8.0" ,
2026-04-09 12:10:37 +02:00
"symfony/polyfill-intl-icu" : "^1.21" ,
2026-07-27 18:35:42 +02:00
"symfony/routing" : "^7.4|^8.0" ,
2026-04-09 12:10:37 +02:00
"symfony/service-contracts" : "^2.5|^3" ,
2026-07-27 18:35:42 +02:00
"symfony/yaml" : "^7.4|^8.0"
2016-09-22 13:56:57 +02:00
},
2019-10-26 16:51:04 +02:00
"type" : "library" ,
2016-09-22 13:56:57 +02:00
"autoload" : {
2026-04-09 12:10:37 +02:00
"files" : [
"Resources/functions.php"
],
2016-09-22 13:56:57 +02:00
"psr-4" : {
2019-10-26 18:07:36 +02:00
"Symfony\\Component\\Translation\\" : ""
2019-10-26 16:51:04 +02:00
},
2019-10-26 18:07:36 +02:00
"exclude-from-classmap" : [
"/Tests/"
2019-10-26 16:51:04 +02:00
]
2016-09-22 13:56:57 +02:00
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
2019-10-26 18:07:36 +02:00
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
2016-09-22 13:56:57 +02:00
},
{
2019-10-26 16:51:04 +02:00
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
2016-09-22 13:56:57 +02:00
}
],
2026-04-09 12:10:37 +02:00
"description" : "Provides tools to internationalize your application" ,
2019-10-26 16:51:04 +02:00
"homepage" : "https://symfony.com" ,
2026-04-09 12:10:37 +02:00
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/translation/tree/v8.1.1"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-06-06T11:11:44+00:00"
2016-09-22 13:56:57 +02:00
},
{
2019-10-26 18:07:36 +02:00
"name" : "symfony/translation-contracts" ,
2026-07-27 18:35:42 +02:00
"version" : "v3.7.1" ,
2016-09-22 13:56:57 +02:00
"source" : {
"type" : "git" ,
2019-10-26 18:07:36 +02:00
"url" : "https://github.com/symfony/translation-contracts.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "ccb206b98faccc511ebae8e5fad50f2dc0b30621"
2016-09-22 13:56:57 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/translation-contracts/zipball/ccb206b98faccc511ebae8e5fad50f2dc0b30621" ,
"reference" : "ccb206b98faccc511ebae8e5fad50f2dc0b30621" ,
2016-09-22 13:56:57 +02:00
"shasum" : ""
},
"require" : {
2026-04-09 12:10:37 +02:00
"php" : ">=8.1"
2019-10-26 16:51:04 +02:00
},
2016-09-22 13:56:57 +02:00
"type" : "library" ,
"extra" : {
2026-04-09 12:10:37 +02:00
"thanks" : {
"url" : "https://github.com/symfony/contracts" ,
"name" : "symfony/contracts"
},
2016-09-22 13:56:57 +02:00
"branch-alias" : {
2026-06-01 22:36:19 +02:00
"dev-main" : "3.7-dev"
2016-09-22 13:56:57 +02:00
}
},
"autoload" : {
2019-10-26 16:51:04 +02:00
"psr-4" : {
2019-10-26 18:07:36 +02:00
"Symfony\\Contracts\\Translation\\" : ""
2026-04-09 12:10:37 +02:00
},
"exclude-from-classmap" : [
"/Test/"
]
2016-09-22 13:56:57 +02:00
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
2026-04-09 20:21:01 +02:00
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
2016-09-22 13:56:57 +02:00
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
],
2026-04-09 20:21:01 +02:00
"description" : "Generic abstractions related to translation" ,
2026-04-09 12:10:37 +02:00
"homepage" : "https://symfony.com" ,
2026-04-09 20:21:01 +02:00
"keywords" : [
"abstractions" ,
"contracts" ,
"decoupling" ,
"interfaces" ,
"interoperability" ,
"standards"
],
2026-04-09 12:10:37 +02:00
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/translation-contracts/tree/v3.7.1"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
2026-04-09 20:21:01 +02:00
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
2026-04-09 12:10:37 +02:00
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-06-05T06:23:12+00:00"
2026-04-09 12:10:37 +02:00
},
{
2026-04-09 20:21:01 +02:00
"name" : "symfony/twig-bridge" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.1" ,
2026-04-09 12:10:37 +02:00
"source" : {
"type" : "git" ,
2026-04-09 20:21:01 +02:00
"url" : "https://github.com/symfony/twig-bridge.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "471e3b9537f514664ab8595668cd34c65cfa5d93"
2026-04-09 12:10:37 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/twig-bridge/zipball/471e3b9537f514664ab8595668cd34c65cfa5d93" ,
"reference" : "471e3b9537f514664ab8595668cd34c65cfa5d93" ,
2026-04-09 12:10:37 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1" ,
2026-04-09 20:21:01 +02:00
"symfony/translation-contracts" : "^2.5|^3" ,
2026-07-27 18:35:42 +02:00
"twig/twig" : "^3.25"
2026-04-09 12:10:37 +02:00
},
"conflict" : {
2026-04-11 18:29:37 +02:00
"phpdocumentor/reflection-docblock" : "<5.2|>=7" ,
"phpdocumentor/type-resolver" : "<1.5.1" ,
2026-07-27 18:35:42 +02:00
"symfony/form" : "<7.4.4|>8.0,<8.0.4" ,
"symfony/mime" : "<7.4.9|>8.0,<8.0.9"
2026-04-09 12:10:37 +02:00
},
"require-dev" : {
2026-04-09 20:21:01 +02:00
"egulias/email-validator" : "^2.1.10|^3|^4" ,
"league/html-to-markdown" : "^5.0" ,
2026-04-11 18:29:37 +02:00
"phpdocumentor/reflection-docblock" : "^5.2|^6.0" ,
2026-07-27 18:35:42 +02:00
"symfony/asset" : "^7.4|^8.0" ,
"symfony/asset-mapper" : "^7.4|^8.0" ,
"symfony/console" : "^7.4|^8.0" ,
"symfony/dependency-injection" : "^7.4|^8.0" ,
"symfony/emoji" : "^7.4|^8.0" ,
"symfony/expression-language" : "^7.4|^8.0" ,
"symfony/finder" : "^7.4|^8.0" ,
"symfony/form" : "^7.4.4|^8.0.4" ,
"symfony/html-sanitizer" : "^7.4|^8.0" ,
"symfony/http-foundation" : "^7.4|^8.0" ,
"symfony/http-kernel" : "^7.4|^8.0" ,
"symfony/intl" : "^7.4|^8.0" ,
"symfony/mime" : "^7.4.9|^8.0.9" ,
"symfony/polyfill-intl-icu" : "^1.0" ,
"symfony/property-info" : "^7.4|^8.0" ,
"symfony/routing" : "^7.4|^8.0" ,
2026-04-09 20:21:01 +02:00
"symfony/security-acl" : "^2.8|^3.0" ,
2026-07-27 18:35:42 +02:00
"symfony/security-core" : "^7.4|^8.0" ,
"symfony/security-csrf" : "^7.4|^8.0" ,
"symfony/security-http" : "^7.4|^8.0" ,
"symfony/serializer" : "^7.4|^8.0" ,
"symfony/stopwatch" : "^7.4|^8.0" ,
"symfony/translation" : "^7.4|^8.0" ,
"symfony/validator" : "^7.4|^8.0" ,
"symfony/web-link" : "^7.4|^8.0" ,
"symfony/workflow" : "^7.4|^8.0" ,
"symfony/yaml" : "^7.4|^8.0" ,
2026-04-11 18:29:37 +02:00
"twig/cssinliner-extra" : "^3" ,
"twig/inky-extra" : "^3" ,
"twig/markdown-extra" : "^3"
2026-04-09 12:10:37 +02:00
},
2026-04-09 20:21:01 +02:00
"type" : "symfony-bridge" ,
2026-04-09 12:10:37 +02:00
"autoload" : {
"psr-4" : {
2026-04-09 20:21:01 +02:00
"Symfony\\Bridge\\Twig\\" : ""
2026-04-09 12:10:37 +02:00
},
"exclude-from-classmap" : [
"/Tests/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
2026-04-09 20:21:01 +02:00
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
2026-04-09 12:10:37 +02:00
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
],
2026-04-09 20:21:01 +02:00
"description" : "Provides integration for Twig with various Symfony components" ,
2016-09-22 13:56:57 +02:00
"homepage" : "https://symfony.com" ,
2026-04-09 12:10:37 +02:00
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/twig-bridge/tree/v8.1.1"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-06-17T15:04:37+00:00"
2016-09-22 13:56:57 +02:00
},
{
2026-04-09 20:21:01 +02:00
"name" : "symfony/twig-bundle" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.0" ,
2016-09-22 13:56:57 +02:00
"source" : {
"type" : "git" ,
2026-04-09 20:21:01 +02:00
"url" : "https://github.com/symfony/twig-bundle.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "b7f4a471a07b8b52174d153e4db12f46954192ed"
2016-09-22 13:56:57 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/twig-bundle/zipball/b7f4a471a07b8b52174d153e4db12f46954192ed" ,
"reference" : "b7f4a471a07b8b52174d153e4db12f46954192ed" ,
2016-09-22 13:56:57 +02:00
"shasum" : ""
},
"require" : {
2026-04-09 20:21:01 +02:00
"composer-runtime-api" : ">=2.1" ,
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1" ,
2026-04-11 18:29:37 +02:00
"symfony/config" : "^7.4|^8.0" ,
2026-07-27 18:35:42 +02:00
"symfony/dependency-injection" : "^7.4|^8.0" ,
"symfony/http-foundation" : "^7.4|^8.0" ,
"symfony/http-kernel" : "^7.4|^8.0" ,
"symfony/twig-bridge" : "^7.4|^8.0"
2019-10-26 18:07:36 +02:00
},
"require-dev" : {
2026-07-27 18:35:42 +02:00
"symfony/asset" : "^7.4|^8.0" ,
"symfony/expression-language" : "^7.4|^8.0" ,
"symfony/finder" : "^7.4|^8.0" ,
"symfony/form" : "^7.4|^8.0" ,
"symfony/framework-bundle" : "^7.4|^8.0" ,
"symfony/routing" : "^7.4|^8.0" ,
"symfony/runtime" : "^7.4|^8.0" ,
"symfony/stopwatch" : "^7.4|^8.0" ,
"symfony/translation" : "^7.4|^8.0" ,
"symfony/web-link" : "^7.4|^8.0" ,
"symfony/yaml" : "^7.4|^8.0"
2016-09-22 13:56:57 +02:00
},
2026-04-09 20:21:01 +02:00
"type" : "symfony-bundle" ,
2016-09-22 13:56:57 +02:00
"autoload" : {
"psr-4" : {
2026-04-09 20:21:01 +02:00
"Symfony\\Bundle\\TwigBundle\\" : ""
2016-09-22 13:56:57 +02:00
},
2019-10-26 18:07:36 +02:00
"exclude-from-classmap" : [
2026-04-09 20:21:01 +02:00
"/Tests/"
2016-09-22 13:56:57 +02:00
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
2019-10-26 18:07:36 +02:00
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
2016-09-22 13:56:57 +02:00
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
],
2026-04-09 20:21:01 +02:00
"description" : "Provides a tight integration of Twig into the Symfony full-stack framework" ,
2016-09-22 13:56:57 +02:00
"homepage" : "https://symfony.com" ,
2026-04-09 12:10:37 +02:00
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/twig-bundle/tree/v8.1.0"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-05-29T05:06:50+00:00"
2026-04-11 18:29:37 +02:00
},
{
"name" : "symfony/type-info" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.0" ,
2026-04-11 18:29:37 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/type-info.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "9f24df8a79781b9b9f030fea7dfd2f3bd1e7e7e7"
2026-04-11 18:29:37 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/type-info/zipball/9f24df8a79781b9b9f030fea7dfd2f3bd1e7e7e7" ,
"reference" : "9f24df8a79781b9b9f030fea7dfd2f3bd1e7e7e7" ,
2026-04-11 18:29:37 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1" ,
"psr/container" : "^1.1|^2.0"
2026-04-11 18:29:37 +02:00
},
"conflict" : {
"phpstan/phpdoc-parser" : "<1.30"
},
"require-dev" : {
"phpstan/phpdoc-parser" : "^1.30|^2.0"
},
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Symfony\\Component\\TypeInfo\\" : ""
},
"exclude-from-classmap" : [
"/Tests/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Mathias Arlaud" ,
"email" : "mathias.arlaud@gmail.com"
},
{
"name" : "Baptiste LEDUC" ,
"email" : "baptiste.leduc@gmail.com"
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
],
"description" : "Extracts PHP types information." ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"PHPStan" ,
"phpdoc" ,
"symfony" ,
"type"
],
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/type-info/tree/v8.1.0"
2026-04-11 18:29:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-05-29T05:06:50+00:00"
2016-09-22 13:56:57 +02:00
},
2026-04-12 15:19:03 +02:00
{
"name" : "symfony/uid" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.0" ,
2026-04-12 15:19:03 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/uid.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "7393f157a55f7e70a4de0334435c55a5a8fe749a"
2026-04-12 15:19:03 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/uid/zipball/7393f157a55f7e70a4de0334435c55a5a8fe749a" ,
"reference" : "7393f157a55f7e70a4de0334435c55a5a8fe749a" ,
2026-04-12 15:19:03 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1" ,
2026-04-12 15:19:03 +02:00
"symfony/polyfill-uuid" : "^1.15"
},
"require-dev" : {
2026-07-27 18:35:42 +02:00
"symfony/console" : "^7.4|^8.0"
2026-04-12 15:19:03 +02:00
},
"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" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/uid/tree/v8.1.0"
2026-04-12 15:19:03 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-05-29T05:06:50+00:00"
2026-04-12 15:19:03 +02:00
},
2026-04-12 08:49:47 +02:00
{
"name" : "symfony/validator" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.1" ,
2026-04-12 08:49:47 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/validator.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "d162b73fa884ce2185033c143172dc12b023051a"
2026-04-12 08:49:47 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/validator/zipball/d162b73fa884ce2185033c143172dc12b023051a" ,
"reference" : "d162b73fa884ce2185033c143172dc12b023051a" ,
2026-04-12 08:49:47 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1" ,
2026-04-12 08:49:47 +02:00
"symfony/deprecation-contracts" : "^2.5|^3" ,
2026-07-27 18:35:42 +02:00
"symfony/polyfill-ctype" : "^1.8" ,
"symfony/polyfill-mbstring" : "^1.0" ,
2026-04-12 08:49:47 +02:00
"symfony/translation-contracts" : "^2.5|^3"
},
"conflict" : {
"doctrine/lexer" : "<1.1" ,
2026-07-27 18:35:42 +02:00
"symfony/doctrine-bridge" : "<7.4" ,
"symfony/expression-language" : "<7.4"
2026-04-12 08:49:47 +02:00
},
"require-dev" : {
"egulias/email-validator" : "^2.1.10|^3|^4" ,
2026-07-27 18:35:42 +02:00
"symfony/cache" : "^7.4|^8.0" ,
"symfony/clock" : "^7.4|^8.0" ,
"symfony/config" : "^7.4|^8.0" ,
"symfony/console" : "^7.4|^8.0" ,
"symfony/dependency-injection" : "^7.4|^8.0" ,
"symfony/expression-language" : "^7.4|^8.0" ,
"symfony/finder" : "^7.4|^8.0" ,
"symfony/http-client" : "^7.4|^8.0" ,
"symfony/http-foundation" : "^7.4|^8.0" ,
"symfony/http-kernel" : "^7.4|^8.0" ,
"symfony/intl" : "^7.4|^8.0" ,
"symfony/mime" : "^7.4|^8.0" ,
"symfony/process" : "^7.4|^8.0" ,
"symfony/property-access" : "^7.4|^8.0" ,
"symfony/property-info" : "^7.4|^8.0" ,
"symfony/string" : "^7.4|^8.0" ,
"symfony/translation" : "^7.4|^8.0" ,
"symfony/type-info" : "^7.4|^8.0" ,
"symfony/yaml" : "^7.4|^8.0"
2026-04-12 08:49:47 +02:00
},
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Symfony\\Component\\Validator\\" : ""
},
"exclude-from-classmap" : [
"/Tests/" ,
"/Resources/bin/"
]
},
"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 tools to validate values" ,
"homepage" : "https://symfony.com" ,
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/validator/tree/v8.1.1"
2026-04-12 08:49:47 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-06-27T06:18:14+00:00"
2026-04-12 08:49:47 +02:00
},
2016-09-22 13:56:57 +02:00
{
2026-04-09 12:10:37 +02:00
"name" : "symfony/var-dumper" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.1" ,
2016-09-22 13:56:57 +02:00
"source" : {
"type" : "git" ,
2026-04-09 12:10:37 +02:00
"url" : "https://github.com/symfony/var-dumper.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "40096a2515a979f3125c5c928603995b8664c62a"
2016-09-22 13:56:57 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/var-dumper/zipball/40096a2515a979f3125c5c928603995b8664c62a" ,
"reference" : "40096a2515a979f3125c5c928603995b8664c62a" ,
2016-09-22 13:56:57 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1" ,
"symfony/polyfill-mbstring" : "^1.0"
2026-04-09 12:10:37 +02:00
},
"conflict" : {
2026-07-27 18:35:42 +02:00
"symfony/console" : "<7.4" ,
"symfony/error-handler" : "<7.4"
2019-10-26 18:07:36 +02:00
},
"require-dev" : {
2026-07-27 18:35:42 +02:00
"symfony/console" : "^7.4|^8.0" ,
"symfony/http-kernel" : "^7.4|^8.0" ,
"symfony/process" : "^7.4|^8.0" ,
"symfony/uid" : "^7.4|^8.0" ,
2026-04-11 18:29:37 +02:00
"twig/twig" : "^3.12"
2016-09-22 13:56:57 +02:00
},
2026-04-09 12:10:37 +02:00
"bin" : [
"Resources/bin/var-dump-server"
],
2016-09-22 13:56:57 +02:00
"type" : "library" ,
2026-04-09 12:10:37 +02:00
"autoload" : {
"files" : [
"Resources/functions/dump.php"
],
"psr-4" : {
"Symfony\\Component\\VarDumper\\" : ""
},
"exclude-from-classmap" : [
"/Tests/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
],
"description" : "Provides mechanisms for walking through any arbitrary PHP variable" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"debug" ,
"dump"
],
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/var-dumper/tree/v8.1.1"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
2016-09-22 13:56:57 +02:00
}
2026-04-09 12:10:37 +02:00
],
2026-07-27 18:35:42 +02:00
"time" : "2026-06-09T10:54:51+00:00"
2026-04-09 12:10:37 +02:00
},
{
"name" : "symfony/var-exporter" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.1" ,
2026-04-09 12:10:37 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/var-exporter.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "75b74315b4e4be40e5534cf9c5cc30dd0907ed71"
2026-04-09 12:10:37 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/var-exporter/zipball/75b74315b4e4be40e5534cf9c5cc30dd0907ed71" ,
"reference" : "75b74315b4e4be40e5534cf9c5cc30dd0907ed71" ,
2026-04-09 12:10:37 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1" ,
"symfony/deprecation-contracts" : "^2.5|^3" ,
"symfony/polyfill-deepclone" : "^1.40"
2016-09-22 13:56:57 +02:00
},
2026-04-09 12:10:37 +02:00
"require-dev" : {
2026-07-27 18:35:42 +02:00
"symfony/property-access" : "^7.4|^8.0" ,
"symfony/serializer" : "^7.4|^8.0" ,
"symfony/var-dumper" : "^7.4|^8.0"
2026-04-09 12:10:37 +02:00
},
"type" : "library" ,
2016-09-22 13:56:57 +02:00
"autoload" : {
"psr-4" : {
2019-10-26 18:07:36 +02:00
"Symfony\\Component\\VarExporter\\" : ""
2016-09-22 13:56:57 +02:00
},
2019-10-26 18:07:36 +02:00
"exclude-from-classmap" : [
"/Tests/"
2016-09-22 13:56:57 +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"
}
],
2026-07-27 18:35:42 +02:00
"description" : "Provides tools to export, instantiate, hydrate, clone and lazy-load PHP objects" ,
2016-09-22 13:56:57 +02:00
"homepage" : "https://symfony.com" ,
"keywords" : [
2019-10-26 18:07:36 +02:00
"clone" ,
"construct" ,
2026-07-27 18:35:42 +02:00
"deep-clone" ,
2019-10-26 18:07:36 +02:00
"export" ,
"hydrate" ,
"instantiate" ,
2026-04-09 12:10:37 +02:00
"lazy-loading" ,
"proxy" ,
2019-10-26 18:07:36 +02:00
"serialize"
],
2026-04-09 12:10:37 +02:00
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/var-exporter/tree/v8.1.1"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-06-27T09:05:56+00:00"
2016-09-22 13:56:57 +02:00
},
2026-04-09 22:00:53 +02:00
{
"name" : "symfony/web-link" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.0" ,
2026-04-09 22:00:53 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/web-link.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "87ca04297acf837a1de25d3f6c31b9551235dcbd"
2026-04-09 22:00:53 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/web-link/zipball/87ca04297acf837a1de25d3f6c31b9551235dcbd" ,
"reference" : "87ca04297acf837a1de25d3f6c31b9551235dcbd" ,
2026-04-09 22:00:53 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1" ,
2026-04-09 22:00:53 +02:00
"psr/link" : "^1.1|^2.0"
},
"provide" : {
"psr/link-implementation" : "1.0|2.0"
},
"require-dev" : {
2026-07-27 18:35:42 +02:00
"symfony/http-kernel" : "^7.4|^8.0"
2026-04-09 22:00:53 +02: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"
}
],
"description" : "Manages links between resources" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"dns-prefetch" ,
"http" ,
"http2" ,
"link" ,
"performance" ,
"prefetch" ,
"preload" ,
"prerender" ,
"psr13" ,
"push"
],
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/web-link/tree/v8.1.0"
2026-04-09 22:00:53 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-05-29T05:06:50+00:00"
2026-04-09 22:00:53 +02:00
},
2016-09-22 13:56:57 +02:00
{
2019-10-26 18:07:36 +02:00
"name" : "symfony/yaml" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.1" ,
2016-09-22 13:56:57 +02:00
"source" : {
"type" : "git" ,
2019-10-26 18:07:36 +02:00
"url" : "https://github.com/symfony/yaml.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "8e4cdd4311683516be06944f4b85244063cdb886"
2016-09-22 13:56:57 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/yaml/zipball/8e4cdd4311683516be06944f4b85244063cdb886" ,
"reference" : "8e4cdd4311683516be06944f4b85244063cdb886" ,
2016-09-22 13:56:57 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1" ,
2026-04-09 12:10:37 +02:00
"symfony/polyfill-ctype" : "^1.8"
2019-10-26 18:07:36 +02:00
},
"conflict" : {
2026-07-27 18:35:42 +02:00
"symfony/console" : "<7.4"
2016-09-22 13:56:57 +02:00
},
"require-dev" : {
2026-07-27 18:35:42 +02:00
"symfony/console" : "^7.4|^8.0" ,
"yaml/yaml-test-suite" : "*"
2016-09-22 13:56:57 +02:00
},
2026-04-09 12:10:37 +02:00
"bin" : [
"Resources/bin/yaml-lint"
],
2019-10-26 18:07:36 +02:00
"type" : "library" ,
2016-09-22 13:56:57 +02:00
"autoload" : {
"psr-4" : {
2019-10-26 18:07:36 +02:00
"Symfony\\Component\\Yaml\\" : ""
},
"exclude-from-classmap" : [
"/Tests/"
]
2016-09-22 13:56:57 +02:00
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
2019-10-26 18:07:36 +02:00
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
2016-09-22 13:56:57 +02:00
}
],
2026-04-09 12:10:37 +02:00
"description" : "Loads and dumps YAML files" ,
2019-10-26 18:07:36 +02:00
"homepage" : "https://symfony.com" ,
2026-04-09 12:10:37 +02:00
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/yaml/tree/v8.1.1"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
2026-04-09 20:21:01 +02:00
"url" : "https://github.com/nicolas-grekas" ,
2026-04-09 12:10:37 +02:00
"type" : "github"
},
{
2026-04-09 20:21:01 +02:00
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
2026-04-09 12:10:37 +02:00
"type" : "tidelift"
}
2016-09-22 13:56:57 +02:00
],
2026-07-27 18:35:42 +02:00
"time" : "2026-06-09T11:06:24+00:00"
2016-09-22 13:56:57 +02:00
},
{
"name" : "twig/twig" ,
2026-07-27 18:35:42 +02:00
"version" : "v3.28.0" ,
2016-09-22 13:56:57 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/twigphp/Twig.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "597c12ed286fb9d1701a36684ce6e0cbe28ebc8b"
2016-09-22 13:56:57 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/twigphp/Twig/zipball/597c12ed286fb9d1701a36684ce6e0cbe28ebc8b" ,
"reference" : "597c12ed286fb9d1701a36684ce6e0cbe28ebc8b" ,
2016-09-22 13:56:57 +02:00
"shasum" : ""
},
"require" : {
2026-04-09 12:10:37 +02:00
"php" : ">=8.1.0" ,
"symfony/deprecation-contracts" : "^2.5|^3" ,
2019-10-26 16:51:04 +02:00
"symfony/polyfill-ctype" : "^1.8" ,
"symfony/polyfill-mbstring" : "^1.3"
2016-09-22 13:56:57 +02:00
},
"require-dev" : {
2026-04-09 12:10:37 +02:00
"php-cs-fixer/shim" : "^3.0@stable" ,
"phpstan/phpstan" : "^2.0@stable" ,
"psr/container" : "^1.0|^2.0" ,
"symfony/phpunit-bridge" : "^5.4.9|^6.4|^7.0"
2016-09-22 13:56:57 +02:00
},
"type" : "library" ,
"autoload" : {
2026-04-09 12:10:37 +02:00
"files" : [
"src/Resources/core.php" ,
"src/Resources/debug.php" ,
"src/Resources/escaper.php" ,
"src/Resources/string_loader.php"
],
2019-10-26 16:51:04 +02:00
"psr-4" : {
"Twig\\" : "src/"
2016-09-22 13:56:57 +02:00
}
},
"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"
},
2019-10-26 16:51:04 +02:00
{
"name" : "Twig Team" ,
"role" : "Contributors"
},
2016-09-22 13:56:57 +02:00
{
"name" : "Armin Ronacher" ,
"email" : "armin.ronacher@active-4.com" ,
"role" : "Project Founder"
}
],
"description" : "Twig, the flexible, fast, and secure template language for PHP" ,
2019-10-26 16:51:04 +02:00
"homepage" : "https://twig.symfony.com" ,
2016-09-22 13:56:57 +02:00
"keywords" : [
"templating"
],
2026-04-09 12:10:37 +02:00
"support" : {
"issues" : "https://github.com/twigphp/Twig/issues" ,
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/twigphp/Twig/tree/v3.28.0"
2016-09-22 13:56:57 +02:00
},
2026-04-09 12:10:37 +02:00
"funding" : [
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/twig/twig" ,
"type" : "tidelift"
2016-09-22 13:56:57 +02:00
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-07-03T20:44:34+00:00"
2026-04-12 15:19:03 +02:00
},
{
"name" : "web-auth/cose-lib" ,
2026-07-27 18:35:42 +02:00
"version" : "4.6.0" ,
2026-04-12 15:19:03 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/web-auth/cose-lib.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "3afe04df137baf97c5c3e28c5ee6f05536405148"
2026-04-12 15:19:03 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/web-auth/cose-lib/zipball/3afe04df137baf97c5c3e28c5ee6f05536405148" ,
"reference" : "3afe04df137baf97c5c3e28c5ee6f05536405148" ,
2026-04-12 15:19:03 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"brick/math" : "^0.9|^0.10|^0.11|^0.12|^0.13|^0.14|^0.15|^0.16|^0.17|^0.18" ,
2026-04-12 15:19:03 +02:00
"ext-json" : "*" ,
"ext-openssl" : "*" ,
"php" : ">=8.1" ,
"spomky-labs/pki-framework" : "^1.0"
},
"require-dev" : {
"spomky-labs/cbor-php" : "^3.2.2"
},
"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" ,
"spomky-labs/cbor-php" : "For COSE Signature support"
},
"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" ,
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/web-auth/cose-lib/tree/4.6.0"
2026-04-12 15:19:03 +02:00
},
"funding" : [
{
"url" : "https://github.com/Spomky" ,
"type" : "github"
},
{
"url" : "https://www.patreon.com/FlorentMorselli" ,
"type" : "patreon"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-07-16T10:19:49+00:00"
2026-04-12 15:19:03 +02:00
},
{
"name" : "web-auth/webauthn-framework" ,
2026-06-01 22:36:19 +02:00
"version" : "5.3.5" ,
2026-04-12 15:19:03 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/web-auth/webauthn-framework.git" ,
2026-06-01 22:36:19 +02:00
"reference" : "330fe4a7daaebcd0a5e2c8b5fb6bd0d1578bdab0"
2026-04-12 15:19:03 +02:00
},
"dist" : {
"type" : "zip" ,
2026-06-01 22:36:19 +02:00
"url" : "https://api.github.com/repos/web-auth/webauthn-framework/zipball/330fe4a7daaebcd0a5e2c8b5fb6bd0d1578bdab0" ,
"reference" : "330fe4a7daaebcd0a5e2c8b5fb6bd0d1578bdab0" ,
2026-04-12 15:19:03 +02:00
"shasum" : ""
},
"require" : {
"ext-json" : "*" ,
"ext-openssl" : "*" ,
"paragonie/constant_time_encoding" : "^2.6|^3.0" ,
"php" : ">=8.2" ,
2026-06-01 22:36:19 +02:00
"phpdocumentor/reflection-docblock" : "^5.3|^6.0" ,
2026-04-12 15:19:03 +02:00
"psr/clock" : "^1.0" ,
"psr/event-dispatcher" : "^1.0" ,
"psr/log" : "^1.0|^2.0|^3.0" ,
"spomky-labs/cbor-php" : "^3.0" ,
"spomky-labs/pki-framework" : "^1.0" ,
2026-06-01 22:36:19 +02:00
"symfony/clock" : "^6.4|^7.0|^8.0" ,
"symfony/config" : "^6.4|^7.0|^8.0" ,
"symfony/dependency-injection" : "^6.4|^7.0|^8.0" ,
2026-04-12 15:19:03 +02:00
"symfony/deprecation-contracts" : "^3.2" ,
2026-06-01 22:36:19 +02:00
"symfony/framework-bundle" : "^6.4|^7.0|^8.0" ,
"symfony/http-client" : "^6.4|^7.0|^8.0" ,
"symfony/property-access" : "^6.4|^7.0|^8.0" ,
"symfony/property-info" : "^6.4|^7.0|^8.0" ,
"symfony/security-bundle" : "^6.4|^7.0|^8.0" ,
"symfony/security-core" : "^6.4|^7.0|^8.0" ,
"symfony/security-http" : "^6.4|^7.0|^8.0" ,
"symfony/serializer" : "^6.4|^7.0|^8.0" ,
"symfony/service-contracts" : "^3.0" ,
"symfony/uid" : "^6.4|^7.0|^8.0" ,
"symfony/validator" : "^6.4|^7.0|^8.0" ,
2026-04-12 15:19:03 +02:00
"web-auth/cose-lib" : "^4.2.3"
},
"replace" : {
"web-auth/metadata-service" : "self.version" ,
"web-auth/webauthn-lib" : "self.version" ,
"web-auth/webauthn-stimulus" : "self.version" ,
"web-auth/webauthn-symfony-bundle" : "self.version"
},
"require-dev" : {
"doctrine/dbal" : "^3.8|^4.0" ,
2026-06-01 22:36:19 +02:00
"doctrine/doctrine-bundle" : "^2.18.1|^3.0" ,
2026-04-12 15:19:03 +02:00
"doctrine/orm" : "^2.14|^3.0" ,
"doctrine/persistence" : "^3.1|^4.0" ,
"matthiasnoback/symfony-dependency-injection-test" : "^5.1|^6.0" ,
"psr/http-client" : "^1.0" ,
"psr/http-factory" : "^1.1" ,
"psr/http-message" : "^2.0" ,
"roave/security-advisories" : "dev-latest" ,
2026-06-01 22:36:19 +02:00
"symfony/asset" : "^6.4|^7.0|^8.0" ,
"symfony/asset-mapper" : "^6.4|^7.0|^8.0" ,
"symfony/browser-kit" : "^6.4|^7.0|^8.0" ,
"symfony/doctrine-bridge" : "^6.4|^7.0|^8.0" ,
"symfony/filesystem" : "^6.4|^7.0|^8.0" ,
"symfony/finder" : "^6.4|^7.0|^8.0" ,
"symfony/monolog-bundle" : "^3.8 || ^4.0" ,
"symfony/twig-bundle" : "^6.4|^7.0|^8.0" ,
"symfony/var-dumper" : "^6.4|^7.0|^8.0" ,
"symfony/var-exporter" : "^6.4|^7.0|^8.0" ,
"symfony/yaml" : "^6.4|^7.0|^8.0" ,
"web-token/jwt-library" : "^3.4|^4.0"
2026-04-12 15:19:03 +02:00
},
"suggest" : {
"psr/log-implementation" : "Recommended to receive logs from the library" ,
"symfony/event-dispatcher" : "Recommended to use dispatched events" ,
"symfony/security-bundle" : "Symfony firewall using a JSON API (perfect for script applications)" ,
"web-token/jwt-library" : "Mandatory for fetching Metadata Statement from distant sources"
},
"type" : "symfony-bundle" ,
"extra" : {
"thanks" : {
"url" : "https://github.com/web-auth/webauthn-framework" ,
"name" : "web-auth/webauthn-framework"
}
},
"autoload" : {
"psr-4" : {
"Webauthn\\" : "src/webauthn/src/" ,
"Webauthn\\Bundle\\" : "src/symfony/src/" ,
"Webauthn\\Stimulus\\" : "src/stimulus/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-framework/contributors"
}
],
"description" : "FIDO2/Webauthn library for PHP and Symfony Bundle." ,
"homepage" : "https://github.com/web-auth/webauthn-framework" ,
"keywords" : [
"FIDO2" ,
"bundle" ,
"fido" ,
"symfony" ,
"symfony-bundle" ,
"symfony-ux" ,
"webauthn"
],
"support" : {
"issues" : "https://github.com/web-auth/webauthn-framework/issues" ,
2026-06-01 22:36:19 +02:00
"source" : "https://github.com/web-auth/webauthn-framework/tree/5.3.5"
2026-04-12 15:19:03 +02:00
},
"funding" : [
{
"url" : "https://github.com/Spomky" ,
"type" : "github"
},
{
"url" : "https://www.patreon.com/FlorentMorselli" ,
"type" : "patreon"
}
],
2026-06-01 22:36:19 +02:00
"time" : "2026-05-31T15:00:08+00:00"
2026-04-12 15:19:03 +02:00
},
{
"name" : "webmozart/assert" ,
2026-07-27 18:35:42 +02:00
"version" : "2.4.1" ,
2026-04-12 15:19:03 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/webmozarts/assert.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "2ccb7c2e821038c03a3e6e1700c570c158c55f70"
2026-04-12 15:19:03 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/webmozarts/assert/zipball/2ccb7c2e821038c03a3e6e1700c570c158c55f70" ,
"reference" : "2ccb7c2e821038c03a3e6e1700c570c158c55f70" ,
2026-04-12 15:19:03 +02:00
"shasum" : ""
},
"require" : {
"ext-ctype" : "*" ,
"ext-date" : "*" ,
"ext-filter" : "*" ,
"php" : "^8.2"
},
"suggest" : {
"ext-intl" : "" ,
"ext-simplexml" : "" ,
"ext-spl" : ""
},
"type" : "library" ,
"extra" : {
2026-06-01 22:36:19 +02:00
"psalm" : {
"pluginClass" : "Webmozart\\Assert\\PsalmPlugin"
},
2026-04-12 15:19:03 +02:00
"branch-alias" : {
2026-06-01 22:36:19 +02:00
"dev-master" : "2.0-dev" ,
2026-04-12 15:19:03 +02:00
"dev-feature/2-0" : "2.0-dev"
}
},
"autoload" : {
"psr-4" : {
"Webmozart\\Assert\\" : "src/"
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Bernhard Schussek" ,
"email" : "bschussek@gmail.com"
},
{
"name" : "Woody Gilk" ,
"email" : "woody.gilk@gmail.com"
}
],
"description" : "Assertions to validate method input/output with nice error messages." ,
"keywords" : [
"assert" ,
"check" ,
"validate"
],
"support" : {
"issues" : "https://github.com/webmozarts/assert/issues" ,
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/webmozarts/assert/tree/2.4.1"
2026-04-12 15:19:03 +02:00
},
2026-07-27 18:35:42 +02:00
"time" : "2026-06-15T15:31:57+00:00"
2016-09-22 13:56:57 +02:00
}
],
"packages-dev" : [
2026-04-21 17:56:04 +02:00
{
"name" : "dama/doctrine-test-bundle" ,
"version" : "v8.6.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/dmaicher/doctrine-test-bundle.git" ,
"reference" : "f7e3487643e685432f7e27c50cac64e9f8c515a4"
},
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/f7e3487643e685432f7e27c50cac64e9f8c515a4" ,
"reference" : "f7e3487643e685432f7e27c50cac64e9f8c515a4" ,
"shasum" : ""
},
"require" : {
"doctrine/dbal" : "^3.3 || ^4.0" ,
"doctrine/doctrine-bundle" : "^2.11.0 || ^3.0" ,
"php" : ">= 8.2" ,
"psr/cache" : "^2.0 || ^3.0" ,
"symfony/cache" : "^6.4 || ^7.3 || ^8.0" ,
"symfony/framework-bundle" : "^6.4 || ^7.3 || ^8.0"
},
"conflict" : {
"phpunit/phpunit" : "<11.0"
},
"require-dev" : {
"behat/behat" : "^3.0" ,
"friendsofphp/php-cs-fixer" : "^3.27" ,
"phpstan/phpstan" : "^2.0" ,
"phpunit/phpunit" : "^11.5.41|| ^12.3.14" ,
"symfony/dotenv" : "^6.4 || ^7.3 || ^8.0" ,
"symfony/process" : "^6.4 || ^7.3 || ^8.0"
},
"type" : "symfony-bundle" ,
"extra" : {
"branch-alias" : {
"dev-master" : "8.x-dev"
}
},
"autoload" : {
"psr-4" : {
"DAMA\\DoctrineTestBundle\\" : "src"
}
},
"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" ,
"testing" ,
"tests"
],
"support" : {
"issues" : "https://github.com/dmaicher/doctrine-test-bundle/issues" ,
"source" : "https://github.com/dmaicher/doctrine-test-bundle/tree/v8.6.0"
},
"time" : "2026-01-21T07:39:44+00:00"
},
{
"name" : "fakerphp/faker" ,
"version" : "v1.24.1" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/FakerPHP/Faker.git" ,
"reference" : "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5"
},
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/FakerPHP/Faker/zipball/e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5" ,
"reference" : "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5" ,
"shasum" : ""
},
"require" : {
"php" : "^7.4 || ^8.0" ,
"psr/container" : "^1.0 || ^2.0" ,
"symfony/deprecation-contracts" : "^2.2 || ^3.0"
},
"conflict" : {
"fzaninotto/faker" : "*"
},
"require-dev" : {
"bamarni/composer-bin-plugin" : "^1.4.1" ,
"doctrine/persistence" : "^1.3 || ^2.0" ,
"ext-intl" : "*" ,
"phpunit/phpunit" : "^9.5.26" ,
"symfony/phpunit-bridge" : "^5.4.16"
},
"suggest" : {
"doctrine/orm" : "Required to use Faker\\ORM\\Doctrine" ,
"ext-curl" : "Required by Faker\\Provider\\Image to download images." ,
"ext-dom" : "Required by Faker\\Provider\\HtmlLorem for generating random HTML." ,
"ext-iconv" : "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text." ,
"ext-mbstring" : "Required for multibyte Unicode string functionality."
},
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Faker\\" : "src/Faker/"
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "François Zaninotto"
}
],
"description" : "Faker is a PHP library that generates fake data for you." ,
"keywords" : [
"data" ,
"faker" ,
"fixtures"
],
"support" : {
"issues" : "https://github.com/FakerPHP/Faker/issues" ,
"source" : "https://github.com/FakerPHP/Faker/tree/v1.24.1"
},
"time" : "2024-11-21T13:46:39+00:00"
},
{
"name" : "myclabs/deep-copy" ,
"version" : "1.13.4" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/myclabs/DeepCopy.git" ,
"reference" : "07d290f0c47959fd5eed98c95ee5602db07e0b6a"
},
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a" ,
"reference" : "07d290f0c47959fd5eed98c95ee5602db07e0b6a" ,
"shasum" : ""
},
"require" : {
"php" : "^7.1 || ^8.0"
},
"conflict" : {
"doctrine/collections" : "<1.6.8" ,
"doctrine/common" : "<2.13.3 || >=3 <3.2.2"
},
"require-dev" : {
"doctrine/collections" : "^1.6.8" ,
"doctrine/common" : "^2.13.3 || ^3.2.2" ,
"phpspec/prophecy" : "^1.10" ,
"phpunit/phpunit" : "^7.5.20 || ^8.5.23 || ^9.5.13"
},
"type" : "library" ,
"autoload" : {
"files" : [
"src/DeepCopy/deep_copy.php"
],
"psr-4" : {
"DeepCopy\\" : "src/DeepCopy/"
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"description" : "Create deep copies (clones) of your objects" ,
"keywords" : [
"clone" ,
"copy" ,
"duplicate" ,
"object" ,
"object graph"
],
"support" : {
"issues" : "https://github.com/myclabs/DeepCopy/issues" ,
"source" : "https://github.com/myclabs/DeepCopy/tree/1.13.4"
},
"funding" : [
{
"url" : "https://tidelift.com/funding/github/packagist/myclabs/deep-copy" ,
"type" : "tidelift"
}
],
"time" : "2025-08-01T08:46:24+00:00"
},
2019-10-26 18:07:36 +02:00
{
"name" : "nikic/php-parser" ,
2026-07-27 18:35:42 +02:00
"version" : "v5.8.0" ,
2019-10-26 18:07:36 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/nikic/PHP-Parser.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "044a6a392ff8ad0d61f14370a5fbbd0a0107152f"
2019-10-26 18:07:36 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/nikic/PHP-Parser/zipball/044a6a392ff8ad0d61f14370a5fbbd0a0107152f" ,
"reference" : "044a6a392ff8ad0d61f14370a5fbbd0a0107152f" ,
2019-10-26 18:07:36 +02:00
"shasum" : ""
},
"require" : {
2026-04-09 20:21:01 +02:00
"ext-json" : "*" ,
2019-10-26 18:07:36 +02:00
"ext-tokenizer" : "*" ,
2026-04-09 20:21:01 +02:00
"php" : ">=7.4"
2019-10-26 18:07:36 +02:00
},
"require-dev" : {
2026-04-09 12:10:37 +02:00
"ircmaxell/php-yacc" : "^0.0.7" ,
2026-04-09 20:21:01 +02:00
"phpunit/phpunit" : "^9.0"
2019-10-26 18:07:36 +02:00
},
"bin" : [
"bin/php-parse"
],
"type" : "library" ,
2026-04-09 20:21:01 +02:00
"extra" : {
"branch-alias" : {
"dev-master" : "5.x-dev"
}
},
2019-10-26 18:07:36 +02:00
"autoload" : {
"psr-4" : {
"PhpParser\\" : "lib/PhpParser"
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
],
"authors" : [
{
"name" : "Nikita Popov"
}
],
"description" : "A PHP parser written in PHP" ,
"keywords" : [
"parser" ,
"php"
],
2026-04-09 12:10:37 +02:00
"support" : {
"issues" : "https://github.com/nikic/PHP-Parser/issues" ,
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/nikic/PHP-Parser/tree/v5.8.0"
2026-04-09 12:10:37 +02:00
},
2026-07-27 18:35:42 +02:00
"time" : "2026-07-04T14:30:18+00:00"
2019-10-26 18:07:36 +02:00
},
2019-10-26 16:51:04 +02:00
{
2026-04-21 17:56:04 +02:00
"name" : "phar-io/manifest" ,
"version" : "2.0.4" ,
2019-10-26 16:51:04 +02:00
"source" : {
"type" : "git" ,
2026-04-21 17:56:04 +02:00
"url" : "https://github.com/phar-io/manifest.git" ,
"reference" : "54750ef60c58e43759730615a392c31c80e23176"
2019-10-26 16:51:04 +02:00
},
"dist" : {
"type" : "zip" ,
2026-04-21 17:56:04 +02:00
"url" : "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176" ,
"reference" : "54750ef60c58e43759730615a392c31c80e23176" ,
2019-10-26 16:51:04 +02:00
"shasum" : ""
},
2026-04-21 17:56:04 +02:00
"require" : {
"ext-dom" : "*" ,
"ext-libxml" : "*" ,
"ext-phar" : "*" ,
"ext-xmlwriter" : "*" ,
"phar-io/version" : "^3.0.1" ,
"php" : "^7.2 || ^8.0"
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "2.0.x-dev"
}
},
"autoload" : {
"classmap" : [
"src/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
],
"authors" : [
{
"name" : "Arne Blankerts" ,
"email" : "arne@blankerts.de" ,
"role" : "Developer"
},
{
"name" : "Sebastian Heuer" ,
"email" : "sebastian@phpeople.de" ,
"role" : "Developer"
},
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de" ,
"role" : "Developer"
}
],
"description" : "Component for reading phar.io manifest information from a PHP Archive (PHAR)" ,
"support" : {
"issues" : "https://github.com/phar-io/manifest/issues" ,
"source" : "https://github.com/phar-io/manifest/tree/2.0.4"
},
"funding" : [
{
"url" : "https://github.com/theseer" ,
"type" : "github"
}
],
"time" : "2024-03-03T12:33:53+00:00"
},
{
"name" : "phar-io/version" ,
"version" : "3.2.1" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/phar-io/version.git" ,
"reference" : "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
},
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74" ,
"reference" : "4f7fd7836c6f332bb2933569e566a0d6c4cbed74" ,
"shasum" : ""
},
"require" : {
"php" : "^7.2 || ^8.0"
},
"type" : "library" ,
"autoload" : {
"classmap" : [
"src/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
],
"authors" : [
{
"name" : "Arne Blankerts" ,
"email" : "arne@blankerts.de" ,
"role" : "Developer"
},
{
"name" : "Sebastian Heuer" ,
"email" : "sebastian@phpeople.de" ,
"role" : "Developer"
},
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de" ,
"role" : "Developer"
}
],
"description" : "Library for handling version information and constraints" ,
"support" : {
"issues" : "https://github.com/phar-io/version/issues" ,
"source" : "https://github.com/phar-io/version/tree/3.2.1"
},
"time" : "2022-02-21T01:04:05+00:00"
},
{
"name" : "phpunit/php-code-coverage" ,
2026-07-27 18:35:42 +02:00
"version" : "14.2.3" ,
2026-04-21 17:56:04 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/php-code-coverage.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "82f6e49ff224e2cde923d74425e583a883910783"
2026-04-21 17:56:04 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/82f6e49ff224e2cde923d74425e583a883910783" ,
"reference" : "82f6e49ff224e2cde923d74425e583a883910783" ,
2026-04-21 17:56:04 +02:00
"shasum" : ""
},
"require" : {
"ext-dom" : "*" ,
"ext-libxml" : "*" ,
2026-06-01 22:36:19 +02:00
"ext-mbstring" : "*" ,
2026-04-21 17:56:04 +02:00
"ext-xmlwriter" : "*" ,
2026-07-27 18:35:42 +02:00
"nikic/php-parser" : "^5.8.0" ,
2026-04-21 17:56:04 +02:00
"php" : ">=8.4" ,
"phpunit/php-text-template" : "^6.0" ,
"sebastian/complexity" : "^6.0" ,
2026-06-01 22:36:19 +02:00
"sebastian/environment" : "^9.3.2" ,
2026-04-21 17:56:04 +02:00
"sebastian/git-state" : "^1.0" ,
2026-06-01 22:36:19 +02:00
"sebastian/lines-of-code" : "^5.0.1" ,
2026-04-21 17:56:04 +02:00
"sebastian/version" : "^7.0" ,
"theseer/tokenizer" : "^2.0.1"
},
"require-dev" : {
2026-07-27 18:35:42 +02:00
"phpunit/phpunit" : "^13.2.2"
2026-04-21 17:56:04 +02:00
},
"suggest" : {
"ext-pcov" : "PHP extension that provides line coverage" ,
"ext-xdebug" : "PHP extension that provides line coverage as well as branch and path coverage"
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
2026-07-27 18:35:42 +02:00
"dev-main" : "14.2.x-dev"
2026-04-21 17:56:04 +02:00
}
},
"autoload" : {
"classmap" : [
"src/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
],
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de" ,
"role" : "lead"
}
],
"description" : "Library that provides collection, processing, and rendering functionality for PHP code coverage information." ,
"homepage" : "https://github.com/sebastianbergmann/php-code-coverage" ,
"keywords" : [
"coverage" ,
"testing" ,
"xunit"
],
"support" : {
"issues" : "https://github.com/sebastianbergmann/php-code-coverage/issues" ,
"security" : "https://github.com/sebastianbergmann/php-code-coverage/security/policy" ,
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/sebastianbergmann/php-code-coverage/tree/14.2.3"
2026-04-21 17:56:04 +02:00
},
"funding" : [
{
"url" : "https://github.com/sebastianbergmann" ,
"type" : "github"
},
{
"url" : "https://liberapay.com/sebastianbergmann" ,
"type" : "liberapay"
},
{
"url" : "https://thanks.dev/u/gh/sebastianbergmann" ,
"type" : "thanks_dev"
},
{
"url" : "https://tidelift.com/funding/github/packagist/phpunit/php-code-coverage" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-07-06T15:04:02+00:00"
2026-04-21 17:56:04 +02:00
},
{
"name" : "phpunit/php-file-iterator" ,
"version" : "7.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/php-file-iterator.git" ,
"reference" : "6e5aa1fb0a95b1703d83e721299ee18bb4e2de50"
},
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6e5aa1fb0a95b1703d83e721299ee18bb4e2de50" ,
"reference" : "6e5aa1fb0a95b1703d83e721299ee18bb4e2de50" ,
"shasum" : ""
},
"require" : {
"php" : ">=8.4"
},
"require-dev" : {
"phpunit/phpunit" : "^13.0"
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "7.0-dev"
}
},
"autoload" : {
"classmap" : [
"src/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
],
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de" ,
"role" : "lead"
}
],
"description" : "FilterIterator implementation that filters files based on a list of suffixes." ,
"homepage" : "https://github.com/sebastianbergmann/php-file-iterator/" ,
"keywords" : [
"filesystem" ,
"iterator"
],
"support" : {
"issues" : "https://github.com/sebastianbergmann/php-file-iterator/issues" ,
"security" : "https://github.com/sebastianbergmann/php-file-iterator/security/policy" ,
"source" : "https://github.com/sebastianbergmann/php-file-iterator/tree/7.0.0"
},
"funding" : [
{
"url" : "https://github.com/sebastianbergmann" ,
"type" : "github"
},
{
"url" : "https://liberapay.com/sebastianbergmann" ,
"type" : "liberapay"
},
{
"url" : "https://thanks.dev/u/gh/sebastianbergmann" ,
"type" : "thanks_dev"
},
{
"url" : "https://tidelift.com/funding/github/packagist/phpunit/php-file-iterator" ,
"type" : "tidelift"
}
],
"time" : "2026-02-06T04:33:26+00:00"
},
{
"name" : "phpunit/php-invoker" ,
"version" : "7.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/php-invoker.git" ,
"reference" : "42e5c5cae0c65df12d1b1a3ab52bf3f50f244d88"
},
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/42e5c5cae0c65df12d1b1a3ab52bf3f50f244d88" ,
"reference" : "42e5c5cae0c65df12d1b1a3ab52bf3f50f244d88" ,
"shasum" : ""
},
"require" : {
"php" : ">=8.4"
},
"require-dev" : {
"ext-pcntl" : "*" ,
"phpunit/phpunit" : "^13.0"
},
"suggest" : {
"ext-pcntl" : "*"
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "7.0-dev"
}
},
"autoload" : {
"classmap" : [
"src/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
],
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de" ,
"role" : "lead"
}
],
"description" : "Invoke callables with a timeout" ,
"homepage" : "https://github.com/sebastianbergmann/php-invoker/" ,
"keywords" : [
"process"
],
"support" : {
"issues" : "https://github.com/sebastianbergmann/php-invoker/issues" ,
"security" : "https://github.com/sebastianbergmann/php-invoker/security/policy" ,
"source" : "https://github.com/sebastianbergmann/php-invoker/tree/7.0.0"
},
"funding" : [
{
"url" : "https://github.com/sebastianbergmann" ,
"type" : "github"
},
{
"url" : "https://liberapay.com/sebastianbergmann" ,
"type" : "liberapay"
},
{
"url" : "https://thanks.dev/u/gh/sebastianbergmann" ,
"type" : "thanks_dev"
},
{
"url" : "https://tidelift.com/funding/github/packagist/phpunit/php-invoker" ,
"type" : "tidelift"
}
],
"time" : "2026-02-06T04:34:47+00:00"
},
{
"name" : "phpunit/php-text-template" ,
"version" : "6.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/php-text-template.git" ,
"reference" : "a47af19f93f76aa3368303d752aa5272ca3299f4"
},
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/a47af19f93f76aa3368303d752aa5272ca3299f4" ,
"reference" : "a47af19f93f76aa3368303d752aa5272ca3299f4" ,
"shasum" : ""
},
"require" : {
"php" : ">=8.4"
},
"require-dev" : {
"phpunit/phpunit" : "^13.0"
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "6.0-dev"
}
},
"autoload" : {
"classmap" : [
"src/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
],
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de" ,
"role" : "lead"
}
],
"description" : "Simple template engine." ,
"homepage" : "https://github.com/sebastianbergmann/php-text-template/" ,
"keywords" : [
"template"
],
"support" : {
"issues" : "https://github.com/sebastianbergmann/php-text-template/issues" ,
"security" : "https://github.com/sebastianbergmann/php-text-template/security/policy" ,
"source" : "https://github.com/sebastianbergmann/php-text-template/tree/6.0.0"
},
"funding" : [
{
"url" : "https://github.com/sebastianbergmann" ,
"type" : "github"
},
{
"url" : "https://liberapay.com/sebastianbergmann" ,
"type" : "liberapay"
},
{
"url" : "https://thanks.dev/u/gh/sebastianbergmann" ,
"type" : "thanks_dev"
},
{
"url" : "https://tidelift.com/funding/github/packagist/phpunit/php-text-template" ,
"type" : "tidelift"
}
],
"time" : "2026-02-06T04:36:37+00:00"
},
{
"name" : "phpunit/php-timer" ,
"version" : "9.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/php-timer.git" ,
"reference" : "a0e12065831f6ab0d83120dc61513eb8d9a966f6"
},
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/a0e12065831f6ab0d83120dc61513eb8d9a966f6" ,
"reference" : "a0e12065831f6ab0d83120dc61513eb8d9a966f6" ,
"shasum" : ""
},
"require" : {
"php" : ">=8.4"
},
"require-dev" : {
"phpunit/phpunit" : "^13.0"
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "9.0-dev"
}
},
"autoload" : {
"classmap" : [
"src/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
],
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de" ,
"role" : "lead"
}
],
"description" : "Utility class for timing" ,
"homepage" : "https://github.com/sebastianbergmann/php-timer/" ,
"keywords" : [
"timer"
],
"support" : {
"issues" : "https://github.com/sebastianbergmann/php-timer/issues" ,
"security" : "https://github.com/sebastianbergmann/php-timer/security/policy" ,
"source" : "https://github.com/sebastianbergmann/php-timer/tree/9.0.0"
},
"funding" : [
{
"url" : "https://github.com/sebastianbergmann" ,
"type" : "github"
},
{
"url" : "https://liberapay.com/sebastianbergmann" ,
"type" : "liberapay"
},
{
"url" : "https://thanks.dev/u/gh/sebastianbergmann" ,
"type" : "thanks_dev"
},
{
"url" : "https://tidelift.com/funding/github/packagist/phpunit/php-timer" ,
"type" : "tidelift"
}
],
"time" : "2026-02-06T04:37:53+00:00"
},
{
"name" : "phpunit/phpunit" ,
2026-07-27 18:35:42 +02:00
"version" : "13.2.5" ,
2026-04-21 17:56:04 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/phpunit.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "2beef9f448c9e04914a273c89ff6d039f8b97bc8"
2026-04-21 17:56:04 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2beef9f448c9e04914a273c89ff6d039f8b97bc8" ,
"reference" : "2beef9f448c9e04914a273c89ff6d039f8b97bc8" ,
2026-04-21 17:56:04 +02:00
"shasum" : ""
},
"require" : {
"ext-dom" : "*" ,
2026-07-27 18:35:42 +02:00
"ext-filter" : "*" ,
2026-04-21 17:56:04 +02:00
"ext-json" : "*" ,
"ext-libxml" : "*" ,
"ext-mbstring" : "*" ,
"ext-xmlwriter" : "*" ,
"myclabs/deep-copy" : "^1.13.4" ,
"phar-io/manifest" : "^2.0.4" ,
"phar-io/version" : "^3.2.1" ,
"php" : ">=8.4.1" ,
2026-07-27 18:35:42 +02:00
"phpunit/php-code-coverage" : "^14.2.3" ,
2026-04-21 17:56:04 +02:00
"phpunit/php-file-iterator" : "^7.0.0" ,
"phpunit/php-invoker" : "^7.0.0" ,
"phpunit/php-text-template" : "^6.0.0" ,
"phpunit/php-timer" : "^9.0.0" ,
"sebastian/cli-parser" : "^5.0.0" ,
2026-07-27 18:35:42 +02:00
"sebastian/comparator" : "^8.3.0" ,
"sebastian/diff" : "^9.0" ,
2026-06-01 22:36:19 +02:00
"sebastian/environment" : "^9.3.2" ,
2026-07-27 18:35:42 +02:00
"sebastian/exporter" : "^8.1.1" ,
"sebastian/file-filter" : "^1.0" ,
2026-04-21 17:56:04 +02:00
"sebastian/git-state" : "^1.0" ,
2026-07-27 18:35:42 +02:00
"sebastian/global-state" : "^9.0.1" ,
2026-04-21 17:56:04 +02:00
"sebastian/object-enumerator" : "^8.0.0" ,
"sebastian/recursion-context" : "^8.0.0" ,
2026-06-01 22:36:19 +02:00
"sebastian/type" : "^7.0.1" ,
2026-04-21 17:56:04 +02:00
"sebastian/version" : "^7.0.0" ,
"staabm/side-effects-detector" : "^1.0.5"
},
"bin" : [
"phpunit"
],
"type" : "library" ,
"extra" : {
"branch-alias" : {
2026-07-27 18:35:42 +02:00
"dev-main" : "13.2-dev"
2026-04-21 17:56:04 +02:00
}
},
"autoload" : {
"files" : [
"src/Framework/Assert/Functions.php"
],
"classmap" : [
"src/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
],
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de" ,
"role" : "lead"
}
],
"description" : "The PHP Unit Testing framework." ,
"homepage" : "https://phpunit.de/" ,
"keywords" : [
"phpunit" ,
"testing" ,
"xunit"
],
"support" : {
"issues" : "https://github.com/sebastianbergmann/phpunit/issues" ,
"security" : "https://github.com/sebastianbergmann/phpunit/security/policy" ,
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/sebastianbergmann/phpunit/tree/13.2.5"
2026-04-21 17:56:04 +02:00
},
"funding" : [
{
"url" : "https://phpunit.de/sponsoring.html" ,
"type" : "other"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-07-25T06:59:14+00:00"
2026-04-21 17:56:04 +02:00
},
{
"name" : "roave/security-advisories" ,
"version" : "dev-master" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/Roave/SecurityAdvisories.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "e7d396822cefa7207fd352f61f68660811e108a4"
2026-04-21 17:56:04 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/e7d396822cefa7207fd352f61f68660811e108a4" ,
"reference" : "e7d396822cefa7207fd352f61f68660811e108a4" ,
2026-04-21 17:56:04 +02:00
"shasum" : ""
},
"conflict" : {
"3f/pygmentize" : "<1.2" ,
"adaptcms/adaptcms" : "<=1.3" ,
2026-07-27 18:35:42 +02:00
"adawolfa/isdoc" : "<1.4.3|>=1.5,<1.5.1|>=1.6,<1.6.1" ,
"admidio/admidio" : "<=5.0.11" ,
2026-04-21 17:56:04 +02:00
"adodb/adodb-php" : "<=5.22.9" ,
"aheinze/cockpit" : "<2.2" ,
"aimeos/ai-admin-graphql" : ">=2022.04.1,<2022.10.10|>=2023.04.1,<2023.10.6|>=2024.04.1,<2024.07.2" ,
"aimeos/ai-admin-jsonadm" : "<2020.10.13|>=2021.04.1,<2021.10.6|>=2022.04.1,<2022.10.3|>=2023.04.1,<2023.10.4|==2024.04.1" ,
"aimeos/ai-client-html" : ">=2020.04.1,<2020.10.27|>=2021.04.1,<2021.10.22|>=2022.04.1,<2022.10.13|>=2023.04.1,<2023.10.15|>=2024.04.1,<2024.04.7" ,
"aimeos/ai-cms-grapesjs" : ">=2021.04.1,<2021.10.8|>=2022.04.1,<2022.10.9|>=2023.04.1,<2023.10.15|>=2024.04.1,<2024.10.8|>=2025.04.1,<2025.10.2" ,
"aimeos/ai-controller-frontend" : "<2020.10.15|>=2021.04.1,<2021.10.8|>=2022.04.1,<2022.10.8|>=2023.04.1,<2023.10.9|==2024.04.1" ,
"aimeos/aimeos-core" : ">=2022.04.1,<2022.10.17|>=2023.04.1,<2023.10.17|>=2024.04.1,<2024.04.7" ,
"aimeos/aimeos-laravel" : "==2021.10" ,
"aimeos/aimeos-typo3" : "<19.10.12|>=20,<20.10.5" ,
2026-07-27 18:35:42 +02:00
"aimeos/pagible" : "<0.10.4" ,
2026-04-21 17:56:04 +02:00
"airesvsg/acf-to-rest-api" : "<=3.1" ,
"akaunting/akaunting" : "<2.1.13" ,
"akeneo/pim-community-dev" : "<5.0.119|>=6,<6.0.53" ,
"alextselegidis/easyappointments" : "<=1.5.2" ,
"alexusmai/laravel-file-manager" : "<=3.3.1" ,
"algolia/algoliasearch-magento-2" : "<=3.16.1|>=3.17.0.0-beta1,<=3.17.1" ,
2026-06-01 22:36:19 +02:00
"almirhodzic/nova-toggle-5" : "<1.3" ,
2026-04-21 17:56:04 +02:00
"alt-design/alt-redirect" : "<1.6.4" ,
"altcha-org/altcha" : "<1.3.1" ,
"alterphp/easyadmin-extension-bundle" : ">=1.2,<1.2.11|>=1.3,<1.3.1" ,
"amazing/media2click" : ">=1,<1.3.3" ,
"ameos/ameos_tarteaucitron" : "<1.2.23" ,
"amphp/artax" : "<1.0.6|>=2,<2.0.6" ,
"amphp/http" : "<=1.7.2|>=2,<=2.1" ,
"amphp/http-client" : ">=4,<4.4" ,
"amphp/http-server" : ">=2.0.0.0-RC1-dev,<2.1.10|>=3.0.0.0-beta1,<3.4.4" ,
"anchorcms/anchor-cms" : "<=0.12.7" ,
"andreapollastri/cipi" : "<=3.1.15" ,
"andrewhaine/silverstripe-form-capture" : ">=0.2,<=0.2.3|>=1,<1.0.2|>=2,<2.2.5" ,
"aoe/restler" : "<1.7.1" ,
"apache-solr-for-typo3/solr" : "<2.8.3" ,
"apereo/phpcas" : "<1.6" ,
2026-07-27 18:35:42 +02:00
"api-platform/core" : "<4.1.29|>=4.2,<4.2.25|>=4.3,<4.3.8" ,
2026-04-21 17:56:04 +02:00
"api-platform/graphql" : "<3.4.17|>=4,<4.0.22|>=4.1,<4.1.5" ,
2026-07-27 18:35:42 +02:00
"api-platform/hal" : ">=4,<4.1.29|>=4.2,<4.2.25|>=4.3,<4.3.8" ,
"api-platform/json-api" : ">=4,<4.1.29|>=4.2,<4.2.25|>=4.3,<4.3.8" ,
2026-04-21 17:56:04 +02:00
"appwrite/server-ce" : "<=1.2.1" ,
"arc/web" : "<3" ,
"area17/twill" : "<1.2.5|>=2,<2.5.3" ,
"artesaos/seotools" : "<0.17.2" ,
"asymmetricrypt/asymmetricrypt" : "<9.9.99" ,
"athlon1600/php-proxy" : "<=5.1" ,
"athlon1600/php-proxy-app" : "<=3" ,
"athlon1600/youtube-downloader" : "<=4" ,
"aureuserp/aureuserp" : "<1.3.0.0-beta1" ,
"austintoddj/canvas" : "<=3.4.2" ,
"auth0/auth0-php" : ">=3.3,<=8.18" ,
"auth0/login" : "<=7.20" ,
2026-07-27 18:35:42 +02:00
"auth0/symfony" : "<=5.8" ,
2026-04-21 17:56:04 +02:00
"auth0/wordpress" : "<=5.5" ,
2026-06-01 22:36:19 +02:00
"automad/automad" : "<=2.0.0.0-beta27" ,
2026-04-21 17:56:04 +02:00
"automattic/jetpack" : "<9.8" ,
"awesome-support/awesome-support" : "<=6.0.7" ,
"aws/aws-sdk-php" : "<=3.371.3" ,
"ayacoo/redirect-tab" : "<2.1.2|>=3,<3.1.7|>=4,<4.0.5" ,
2026-06-01 22:36:19 +02:00
"azuracast/azuracast" : "<=0.23.5" ,
2026-04-21 17:56:04 +02:00
"b13/seo_basics" : "<0.8.2" ,
"backdrop/backdrop" : "<=1.32" ,
2026-07-27 18:35:42 +02:00
"backpack/crud" : "<4.0.63|>=4.1,<4.1.69|>=5,<5.0.13" ,
2026-04-21 17:56:04 +02:00
"backpack/filemanager" : "<2.0.2|>=3,<3.0.9" ,
"bacula-web/bacula-web" : "<9.7.1" ,
"badaso/core" : "<=2.9.11" ,
2026-06-01 22:36:19 +02:00
"bagisto/bagisto" : "<=2.3.15" ,
2026-04-21 17:56:04 +02:00
"barrelstrength/sprout-base-email" : "<1.2.7" ,
"barrelstrength/sprout-forms" : "<3.9" ,
"barryvdh/laravel-translation-manager" : "<0.6.8" ,
"barzahlen/barzahlen-php" : "<2.0.1" ,
"baserproject/basercms" : "<=5.2.2" ,
"bassjobsen/bootstrap-3-typeahead" : ">4.0.2" ,
"bbpress/bbpress" : "<2.6.5" ,
"bcit-ci/codeigniter" : "<3.1.3" ,
"bcosca/fatfree" : "<3.7.2" ,
"bedita/bedita" : "<4" ,
"bednee/cooluri" : "<1.0.30" ,
"bigfork/silverstripe-form-capture" : ">=3,<3.1.1" ,
2026-07-27 18:35:42 +02:00
"billabear/billabear" : "<=2025.01.03" ,
2026-04-21 17:56:04 +02:00
"billz/raspap-webgui" : "<3.3.6" ,
"binarytorch/larecipe" : "<2.8.1" ,
"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" ,
"blueimp/jquery-file-upload" : "==6.4.4" ,
"bmarshall511/wordpress_zero_spam" : "<5.2.13" ,
"bolt/bolt" : "<3.7.2" ,
"bolt/core" : "<=4.2" ,
"born05/craft-twofactorauthentication" : "<3.3.4" ,
"bottelet/flarepoint" : "<2.2.1" ,
"bref/bref" : "<2.1.17" ,
"brightlocal/phpwhois" : "<=4.2.5" ,
"brotkrueml/codehighlight" : "<2.7" ,
"brotkrueml/schema" : "<1.13.1|>=2,<2.5.1" ,
"brotkrueml/typo3-matomo-integration" : "<1.3.2" ,
"buddypress/buddypress" : "<7.2.1" ,
"bugsnag/bugsnag-laravel" : ">=2,<2.0.2" ,
"bvbmedia/multishop" : "<2.0.39" ,
"bytefury/crater" : "<6.0.2" ,
"cachethq/cachet" : "<2.5.1" ,
2026-04-09 12:10:37 +02:00
"cadmium-org/cadmium-cms" : "<=0.4.9" ,
2026-07-27 18:35:42 +02:00
"cakephp/authentication" : "<3.3.6|>=4,<4.1.1" ,
"cakephp/cakephp" : "<4.5.11|>=4.6,<4.6.4|>=5,<5.1.7|>=5.2,<5.2.13|>=5.3,<5.3.6" ,
2026-04-09 12:10:37 +02:00
"cakephp/database" : ">=4.2,<4.2.12|>=4.3,<4.3.11|>=4.4,<4.4.10" ,
"cardgate/magento2" : "<2.0.33" ,
"cardgate/woocommerce" : "<=3.1.15" ,
2026-07-27 18:35:42 +02:00
"cart2quote/module-quotation" : ">=4.1.6,<4.4.6|>=5,<5.4.4" ,
2026-04-09 12:10:37 +02:00
"cart2quote/module-quotation-encoded" : ">=4.1.6,<=4.4.5|>=5,<5.4.4" ,
2026-07-27 18:35:42 +02:00
"cartalyst/sentry" : "<2.1.7" ,
2026-04-09 12:10:37 +02:00
"catfan/medoo" : "<1.7.5" ,
"causal/oidc" : "<4" ,
"cecil/cecil" : "<7.47.1" ,
"centreon/centreon" : "<22.10.15" ,
"cesargb/laravel-magiclink" : ">=2,<2.25.1" ,
"cesnet/simplesamlphp-module-proxystatistics" : "<3.1" ,
"chriskacerguis/codeigniter-restserver" : "<=2.7.1" ,
"chrome-php/chrome" : "<1.14" ,
2026-06-01 22:36:19 +02:00
"ci4-cms-erp/ci4ms" : "<=0.31.8" ,
2026-04-09 12:10:37 +02:00
"civicrm/civicrm-core" : ">=4.2,<4.2.9|>=4.3,<4.3.3" ,
"ckeditor/ckeditor" : "<4.25" ,
"clickstorm/cs-seo" : ">=6,<6.8|>=7,<7.5|>=8,<8.4|>=9,<9.3" ,
"co-stack/fal_sftp" : "<0.2.6" ,
2026-06-01 22:36:19 +02:00
"cockpit-hq/cockpit" : "<=2.14" ,
2026-07-27 18:35:42 +02:00
"code16/sharp" : "<9.22.3" ,
2026-04-09 12:10:37 +02:00
"codeception/codeception" : "<3.1.3|>=4,<4.1.22" ,
"codeigniter/framework" : "<3.1.10" ,
2026-07-27 18:35:42 +02:00
"codeigniter4/framework" : "<4.7.2" ,
2026-04-09 12:10:37 +02:00
"codeigniter4/shield" : "<1.0.0.0-beta8" ,
"codiad/codiad" : "<=2.8.4" ,
"codingms/additional-tca" : ">=1.7,<1.15.17|>=1.16,<1.16.9" ,
"codingms/modules" : "<4.3.11|>=5,<5.7.4|>=6,<6.4.2|>=7,<7.5.5" ,
"commerceteam/commerce" : ">=0.9.6,<0.9.9" ,
"components/jquery" : ">=1.0.3,<3.5" ,
2026-07-27 18:35:42 +02:00
"composer/composer" : "<2.2.29|>=2.3,<2.10.2" ,
"concrete5/concrete5" : "<9.5.2" ,
2026-04-09 12:10:37 +02:00
"concrete5/core" : "<8.5.8|>=9,<9.1" ,
2019-10-26 16:51:04 +02:00
"contao-components/mediaelement" : ">=2.14.2,<2.21.1" ,
2026-04-09 12:10:37 +02:00
"contao/comments-bundle" : ">=2,<4.13.40|>=5.0.0.0-RC1-dev,<5.3.4" ,
2026-07-27 18:35:42 +02:00
"contao/contao" : ">=3,<3.5.37|>=4,<4.4.56|>=4.5,<5.3.48|>=5.4,<5.7.9" ,
2026-04-09 12:10:37 +02:00
"contao/core" : "<3.5.39" ,
2026-07-27 18:35:42 +02:00
"contao/core-bundle" : "<5.3.48|>=5.4,<5.7.9" ,
2026-04-09 12:10:37 +02:00
"contao/listing-bundle" : ">=3,<=3.5.30|>=4,<4.4.8" ,
"contao/managed-edition" : "<=1.5" ,
2026-06-01 22:36:19 +02:00
"coreshop/core-shop" : "<4.1.9|==5" ,
2026-04-09 12:10:37 +02:00
"corveda/phpsandbox" : "<1.3.5" ,
"cosenary/instagram" : "<=2.3" ,
2026-07-27 18:35:42 +02:00
"cotonti/cotonti" : "<=1" ,
2026-04-09 12:10:37 +02:00
"couleurcitron/tarteaucitron-wp" : "<0.3" ,
"cpsit/typo3-mailqueue" : "<0.4.5|>=0.5,<0.5.2" ,
"craftcms/aws-s3" : ">=2.0.2,<=2.2.4" ,
"craftcms/azure-blob" : ">=2.0.0.0-beta1,<=2.1" ,
2026-07-27 18:35:42 +02:00
"craftcms/cms" : "<4.18|>=5,<5.10" ,
"craftcms/commerce" : ">=4,<=4.11.1|>=5,<=5.6.4" ,
2026-04-09 12:10:37 +02:00
"craftcms/composer" : ">=4.0.0.0-RC1-dev,<=4.10|>=5.0.0.0-RC1-dev,<=5.5.1" ,
"craftcms/craft" : ">=3.5,<=4.16.17|>=5.0.0.0-RC1-dev,<=5.8.21" ,
"craftcms/google-cloud" : ">=2.0.0.0-beta1,<=2.2" ,
"craftcms/webhooks" : ">=3,<3.2" ,
"croogo/croogo" : "<=4.0.7" ,
"cuyz/valinor" : "<0.12" ,
"czim/file-handling" : "<1.5|>=2,<2.3" ,
"czproject/git-php" : "<4.0.3" ,
"damienharper/auditor-bundle" : "<5.2.6" ,
"dapphp/securimage" : "<3.6.6" ,
"darylldoyle/safe-svg" : "<1.9.10" ,
2019-10-26 16:51:04 +02:00
"datadog/dd-trace" : ">=0.30,<0.30.2" ,
2026-04-09 12:10:37 +02:00
"datahihi1/tiny-env" : "<1.0.3|>=1.0.9,<1.0.11" ,
"datatables/datatables" : "<1.10.10" ,
2019-10-26 16:51:04 +02:00
"david-garcia/phpwhois" : "<=4.3.1" ,
2026-04-09 12:10:37 +02:00
"dbrisinajumi/d2files" : "<1" ,
"dcat/laravel-admin" : "<=2.1.3|==2.2.0.0-beta|==2.2.2.0-beta" ,
2026-06-01 22:36:19 +02:00
"dedoc/scramble" : ">=0.13.2,<0.13.22" ,
2026-04-09 12:10:37 +02:00
"derhansen/fe_change_pwd" : "<2.0.5|>=3,<3.0.3" ,
"derhansen/sf_event_mgt" : "<4.3.1|>=5,<5.1.1|>=7,<7.4" ,
"desperado/xml-bundle" : "<=0.1.7" ,
"dev-lancer/minecraft-motd-parser" : "<=1.0.5" ,
"devcode-it/openstamanager" : "<=2.10.1" ,
"devgroup/dotplant" : "<2020.09.14-dev" ,
"digimix/wp-svg-upload" : "<=1" ,
"directmailteam/direct-mail" : "<6.0.3|>=7,<7.0.3|>=8,<9.5.2" ,
"directorytree/imapengine" : "<1.22.3" ,
"dl/yag" : "<3.0.1" ,
"dmk/webkitpdf" : "<1.1.4" ,
"dnadesign/silverstripe-elemental" : "<5.3.12" ,
"doctrine/annotations" : "<1.2.7" ,
2019-10-26 16:51:04 +02:00
"doctrine/cache" : ">=1,<1.3.2|>=1.4,<1.4.2" ,
2026-04-09 12:10:37 +02:00
"doctrine/common" : "<2.4.3|>=2.5,<2.5.1" ,
"doctrine/dbal" : ">=2,<2.0.8|>=2.1,<2.1.2|>=3,<3.1.4" ,
2019-10-26 16:51:04 +02:00
"doctrine/doctrine-bundle" : "<1.5.2" ,
2026-04-09 12:10:37 +02:00
"doctrine/doctrine-module" : "<0.7.2" ,
"doctrine/mongodb-odm" : "<1.0.2" ,
"doctrine/mongodb-odm-bundle" : "<3.0.1" ,
"doctrine/orm" : ">=1,<1.2.4|>=2,<2.4.8|>=2.5,<2.5.1|>=2.8.3,<2.8.4" ,
2026-06-01 22:36:19 +02:00
"dolibarr/dolibarr" : "<=23.0.2" ,
2026-07-27 18:35:42 +02:00
"dompdf/dompdf" : "<3.1.6" ,
2026-04-09 12:10:37 +02:00
"doublethreedigital/guest-entries" : "<3.1.2" ,
"dreamfactory/df-core" : "<1.0.4" ,
"drupal-pattern-lab/unified-twig-extensions" : "<=0.1" ,
"drupal/access_code" : "<2.0.5" ,
"drupal/acquia_dam" : "<1.1.5" ,
"drupal/admin_audit_trail" : "<1.0.5" ,
"drupal/ai" : "<1.0.5" ,
"drupal/alogin" : "<2.0.6" ,
"drupal/cache_utility" : "<1.2.1" ,
"drupal/civictheme" : "<1.12" ,
"drupal/commerce_alphabank_redirect" : "<1.0.3" ,
"drupal/commerce_eurobank_redirect" : "<2.1.1" ,
"drupal/config_split" : "<1.10|>=2,<2.0.2" ,
2026-07-27 18:35:42 +02:00
"drupal/core" : ">=6,<6.38|>=7,<7.103|>=8,<10.5.10|>=10.6,<10.6.9|>=11,<11.2.12|>=11.3,<11.3.10" ,
2026-04-09 12:10:37 +02:00
"drupal/core-recommended" : ">=7,<7.102|>=8,<10.2.11|>=10.3,<10.3.9|>=11,<11.0.8" ,
"drupal/currency" : "<3.5" ,
"drupal/drupal" : ">=5,<5.11|>=6,<6.38|>=7,<7.102|>=8,<10.2.11|>=10.3,<10.3.9|>=11,<11.0.8" ,
"drupal/email_tfa" : "<2.0.6" ,
"drupal/formatter_suite" : "<2.1" ,
"drupal/gdpr" : "<3.0.1|>=3.1,<3.1.2" ,
"drupal/google_tag" : "<1.8|>=2,<2.0.8" ,
"drupal/ignition" : "<1.0.4" ,
"drupal/json_field" : "<1.5" ,
"drupal/lightgallery" : "<1.6" ,
"drupal/link_field_display_mode_formatter" : "<1.6" ,
"drupal/matomo" : "<1.24" ,
"drupal/oauth2_client" : "<4.1.3" ,
"drupal/oauth2_server" : "<2.1" ,
"drupal/obfuscate" : "<2.0.1" ,
"drupal/plausible_tracking" : "<1.0.2" ,
"drupal/quick_node_block" : "<2" ,
"drupal/rapidoc_elements_field_formatter" : "<1.0.1" ,
"drupal/reverse_proxy_header" : "<1.1.2" ,
"drupal/simple_multistep" : "<2" ,
"drupal/simple_oauth" : ">=6,<6.0.7" ,
"drupal/spamspan" : "<3.2.1" ,
"drupal/tfa" : "<1.10" ,
"drupal/umami_analytics" : "<1.0.1" ,
"duncanmcclean/guest-entries" : "<3.1.2" ,
"dweeves/magmi" : "<=0.7.24" ,
2026-07-27 18:35:42 +02:00
"easycorp/easyadmin-bundle" : ">=4,<4.29.10|>=5,<5.0.13" ,
2026-04-09 12:10:37 +02:00
"ec-cube/ec-cube" : "<2.4.4|>=2.11,<=2.17.1|>=3,<=3.0.18.0-patch4|>=4,<=4.3.1" ,
"ecodev/newsletter" : "<=4" ,
"ectouch/ectouch" : "<=2.7.2" ,
2026-07-27 18:35:42 +02:00
"egroupware/egroupware" : "<23.1.20260601|>=26.0.20251208,<26.5.20260507" ,
2026-04-09 12:10:37 +02:00
"elefant/cms" : "<2.0.7" ,
"elgg/elgg" : "<3.3.24|>=4,<4.0.5" ,
"elijaa/phpmemcacheadmin" : "<=1.3" ,
"elmsln/haxcms" : "<11.0.14" ,
"encore/laravel-admin" : "<=1.8.19" ,
"endroid/qr-code-bundle" : "<3.4.2" ,
"enhavo/enhavo-app" : "<=0.13.1" ,
"enshrined/svg-sanitize" : "<0.22" ,
2019-10-26 16:51:04 +02:00
"erusev/parsedown" : "<1.7.2" ,
2026-04-09 12:10:37 +02:00
"ether/logs" : "<3.0.4" ,
"evolutioncms/evolution" : "<=3.2.3" ,
2026-06-01 22:36:19 +02:00
"evoweb/sf-register" : "<13.2.4|>=14,<14.0.2" ,
2026-04-09 12:10:37 +02:00
"exceedone/exment" : "<4.4.3|>=5,<5.0.3" ,
"exceedone/laravel-admin" : "<2.2.3|==3" ,
"ezsystems/demobundle" : ">=5.4,<5.4.6.1-dev" ,
"ezsystems/ez-support-tools" : ">=2.2,<2.2.3" ,
"ezsystems/ezdemo-ls-extension" : ">=5.4,<5.4.2.1-dev" ,
"ezsystems/ezfind-ls" : ">=5.3,<5.3.6.1-dev|>=5.4,<5.4.11.1-dev|>=2017.12,<2017.12.0.1-dev" ,
"ezsystems/ezplatform" : "<=1.13.6|>=2,<=2.5.24" ,
"ezsystems/ezplatform-admin-ui" : ">=1.3,<1.3.5|>=1.4,<1.4.6|>=1.5,<1.5.29|>=2.3,<2.3.39|>=3.3,<3.3.39" ,
"ezsystems/ezplatform-admin-ui-assets" : ">=4,<4.2.1|>=5,<5.0.1|>=5.1,<5.1.1|>=5.3.0.0-beta1,<5.3.5" ,
"ezsystems/ezplatform-graphql" : ">=1.0.0.0-RC1-dev,<1.0.13|>=2.0.0.0-beta1,<2.3.12" ,
"ezsystems/ezplatform-http-cache" : "<2.3.16" ,
"ezsystems/ezplatform-kernel" : "<=1.2.5|>=1.3,<1.3.35" ,
"ezsystems/ezplatform-rest" : ">=1.2,<=1.2.2|>=1.3,<1.3.8" ,
"ezsystems/ezplatform-richtext" : ">=2.3,<2.3.26|>=3.3,<3.3.40" ,
"ezsystems/ezplatform-solr-search-engine" : ">=1.7,<1.7.12|>=2,<2.0.2|>=3.3,<3.3.15" ,
"ezsystems/ezplatform-user" : ">=1,<1.0.1" ,
"ezsystems/ezpublish-kernel" : "<=6.13.8.1|>=7,<7.5.31" ,
"ezsystems/ezpublish-legacy" : "<=2017.12.7.3|>=2018.6,<=2019.03.5.1" ,
"ezsystems/platform-ui-assets-bundle" : ">=4.2,<4.2.3" ,
"ezsystems/repository-forms" : ">=2.3,<2.3.2.1-dev|>=2.5,<2.5.15" ,
"ezyang/htmlpurifier" : "<=4.2" ,
"facade/ignition" : "<1.16.15|>=2,<2.4.2|>=2.5,<2.5.2" ,
2026-07-27 18:35:42 +02:00
"facturascripts/facturascripts" : "<=2026.2" ,
2026-04-09 12:10:37 +02:00
"fastly/magento2" : "<1.2.26" ,
"feehi/cms" : "<=2.1.1" ,
"feehi/feehicms" : "<=2.1.1" ,
"fenom/fenom" : "<=2.12.1" ,
2026-07-27 18:35:42 +02:00
"filament/actions" : ">=3.2,<3.2.123|>=4,<=4.11.3|>=5,<=5.6.3" ,
"filament/filament" : ">=3,<=3.3.51|>=4,<4.11.5|>=5,<5.6.5" ,
"filament/forms" : ">=3,<=3.3.52" ,
"filament/infolists" : ">=3,<3.2.115|>=4,<=4.11.4|>=5,<=5.6.4" ,
"filament/tables" : ">=3,<=3.3.50|>=4,<=4.11.4|>=5,<=5.6.4" ,
2026-04-09 12:10:37 +02:00
"filegator/filegator" : "<7.8" ,
"filp/whoops" : "<2.1.13" ,
"fineuploader/php-traditional-server" : "<=1.2.2" ,
"firebase/php-jwt" : "<7" ,
"fisharebest/webtrees" : "<=2.1.18" ,
"fixpunkt/fp-masterquiz" : "<2.2.1|>=3,<3.5.2" ,
"fixpunkt/fp-newsletter" : "<1.1.1|>=1.2,<2.1.2|>=2.2,<3.2.6" ,
2026-06-01 22:36:19 +02:00
"flarum/core" : "<=1.8.15|>=2.0.0.0-beta1,<=2.0.0.0-beta8" ,
2026-04-09 12:10:37 +02:00
"flarum/flarum" : "<0.1.0.0-beta8" ,
"flarum/framework" : "<1.8.10" ,
"flarum/mentions" : "<1.6.3" ,
"flarum/nicknames" : "<1.8.3" ,
"flarum/sticky" : ">=0.1.0.0-beta14,<=0.1.0.0-beta15" ,
"flarum/tags" : "<=0.1.0.0-beta13" ,
2026-06-01 22:36:19 +02:00
"flightphp/core" : "<3.18.1" ,
2026-04-09 12:10:37 +02:00
"floriangaerber/magnesium" : "<0.3.1" ,
"fluidtypo3/vhs" : "<5.1.1" ,
"fof/byobu" : ">=0.3.0.0-beta2,<1.1.7" ,
"fof/pretty-mail" : "<=1.1.2" ,
"fof/upload" : "<1.2.3" ,
"foodcoopshop/foodcoopshop" : ">=3.2,<3.6.1" ,
2019-10-26 16:51:04 +02:00
"fooman/tcpdf" : "<6.2.22" ,
2026-04-09 12:10:37 +02:00
"forkcms/forkcms" : "<5.11.1" ,
2019-10-26 16:51:04 +02:00
"fossar/tcpdf-parser" : "<6.2.22" ,
2026-04-09 12:10:37 +02:00
"francoisjacquet/rosariosis" : "<=11.5.1" ,
"frappant/frp-form-answers" : "<3.1.2|>=4,<4.0.2" ,
"friendsofsymfony/oauth2-php" : "<1.3" ,
2019-10-26 16:51:04 +02:00
"friendsofsymfony/rest-bundle" : ">=1.2,<1.2.2" ,
2026-04-09 12:10:37 +02:00
"friendsofsymfony/user-bundle" : ">=1,<1.3.5" ,
"friendsofsymfony1/swiftmailer" : ">=4,<5.4.13|>=6,<6.2.5" ,
"friendsofsymfony1/symfony1" : ">=1.1,<1.5.19" ,
"friendsoftypo3/mediace" : ">=7.6.2,<7.6.5" ,
"friendsoftypo3/openid" : ">=4.5,<4.5.31|>=4.7,<4.7.16|>=6,<6.0.11|>=6.1,<6.1.6" ,
2026-06-01 22:36:19 +02:00
"friendsoftypo3/tt-address" : "<8.1.2|>=9,<9.1.1|>=10,<10.0.1" ,
2026-04-09 12:10:37 +02:00
"froala/wysiwyg-editor" : "<=4.3" ,
"frosh/adminer-platform" : "<2.2.1" ,
2026-07-27 18:35:42 +02:00
"froxlor/froxlor" : "<2.3.7" ,
2026-04-09 12:10:37 +02:00
"frozennode/administrator" : "<=5.0.12" ,
2019-10-26 16:51:04 +02:00
"fuel/core" : "<1.8.1" ,
2026-06-01 22:36:19 +02:00
"funadmin/funadmin" : "<=7.1.0.0-RC6" ,
2026-04-09 12:10:37 +02:00
"gaoming13/wechat-php-sdk" : "<=1.10.2" ,
"genix/cms" : "<=1.1.11" ,
2026-07-27 18:35:42 +02:00
"georgringer/news" : "<10.0.4|>=11,<11.4.4|>=12,<12.3.2|>=13,<13.0.2|>=14,<14.0.3" ,
2026-04-09 12:10:37 +02:00
"geshi/geshi" : "<=1.0.9.1" ,
"getformwork/formwork" : "<=2.3.3" ,
2026-07-27 18:35:42 +02:00
"getgrav/grav" : "<=2.0.0.0-RC8" ,
2026-06-01 22:36:19 +02:00
"getgrav/grav-plugin-api" : "<1.0.0.0-beta15" ,
"getgrav/grav-plugin-form" : "<9.1" ,
2026-07-27 18:35:42 +02:00
"getkirby/cms" : "<=4.9.3|>=5,<=5.4.3" ,
2026-04-09 12:10:37 +02:00
"getkirby/kirby" : "<3.9.8.3-dev|>=3.10,<3.10.1.2-dev|>=4,<4.7.1" ,
"getkirby/panel" : "<2.5.14" ,
"getkirby/starterkit" : "<=3.7.0.2" ,
"gilacms/gila" : "<=1.15.4" ,
"gleez/cms" : "<=1.3|==2" ,
"globalpayments/php-sdk" : "<2" ,
"goalgorilla/open_social" : "<12.3.11|>=12.4,<12.4.10|>=13.0.0.0-alpha1,<13.0.0.0-alpha11" ,
"gogentooss/samlbase" : "<1.2.7" ,
2026-04-19 22:09:03 +02:00
"goodoneuz/pay-uz" : "<=2.2.24" ,
2026-04-09 12:10:37 +02:00
"google/protobuf" : "<4.33.6" ,
"gos/web-socket-bundle" : "<1.10.4|>=2,<2.6.1|>=3,<3.3" ,
"gp247/core" : "<1.1.24" ,
"gree/jose" : "<2.2.1" ,
2019-10-26 16:51:04 +02:00
"gregwar/rst" : "<1.0.3" ,
2026-07-27 18:35:42 +02:00
"grumpydictator/firefly-iii" : "<=6.6.2" ,
2026-04-09 12:10:37 +02:00
"gugoan/economizzer" : "<=0.9.0.0-beta1" ,
2026-07-27 18:35:42 +02:00
"guzzlehttp/guzzle" : "<7.15.1" ,
"guzzlehttp/guzzle-services" : "<1.5.4" ,
2026-04-09 12:10:37 +02:00
"guzzlehttp/oauth-subscriber" : "<0.8.1" ,
2026-07-27 18:35:42 +02:00
"guzzlehttp/psr7" : "<2.12.3" ,
2026-04-09 12:10:37 +02:00
"haffner/jh_captcha" : "<=2.1.3|>=3,<=3.0.2" ,
"handcraftedinthealps/goodby-csv" : "<1.4.3" ,
"harvesthq/chosen" : "<1.8.7" ,
"helloxz/imgurl" : "<=2.31" ,
"hhxsv5/laravel-s" : "<3.7.36" ,
"hillelcoren/invoice-ninja" : "<5.3.35" ,
"himiklab/yii2-jqgrid-widget" : "<1.0.8" ,
"hjue/justwriting" : "<=1" ,
"hov/jobfair" : "<1.0.13|>=2,<2.0.2" ,
"httpsoft/http-message" : "<1.0.12" ,
"hybridauth/hybridauth" : "<=3.12.2" ,
"hyn/multi-tenant" : ">=5.6,<5.7.2" ,
"ibexa/admin-ui" : ">=4.2,<4.2.3|>=4.6,<4.6.25|>=5,<5.0.3" ,
"ibexa/admin-ui-assets" : ">=4.6.0.0-alpha1,<4.6.21" ,
"ibexa/core" : ">=4,<4.0.7|>=4.1,<4.1.4|>=4.2,<4.2.3|>=4.5,<4.5.6|>=4.6,<4.6.2" ,
"ibexa/fieldtype-richtext" : ">=4.6,<4.6.25|>=5,<5.0.3" ,
"ibexa/graphql" : ">=2.5,<2.5.31|>=3.3,<3.3.28|>=4.2,<4.2.3" ,
"ibexa/http-cache" : ">=4.6,<4.6.14" ,
"ibexa/post-install" : "<1.0.16|>=4.6,<4.6.14" ,
"ibexa/solr" : ">=4.5,<4.5.4" ,
"ibexa/user" : ">=4,<4.4.3|>=5,<5.0.4" ,
"icecoder/icecoder" : "<=8.1" ,
"idno/known" : "<1.6.4" ,
"ilicmiljan/secure-props" : ">=1.2,<1.2.2" ,
"illuminate/auth" : "<5.5.10" ,
"illuminate/cookie" : ">=4,<=4.0.11|>=4.1,<6.18.31|>=7,<7.22.4" ,
"illuminate/database" : "<6.20.26|>=7,<7.30.5|>=8,<8.40" ,
2019-10-26 16:51:04 +02: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" ,
2026-07-27 18:35:42 +02:00
"illuminate/mail" : ">=9,<12.60|>=13,<13.10" ,
2026-04-09 12:10:37 +02:00
"illuminate/view" : "<6.20.42|>=7,<7.30.6|>=8,<8.75" ,
"imdbphp/imdbphp" : "<=5.1.1" ,
"impresscms/impresscms" : "<=1.4.5" ,
"impresspages/impresspages" : "<1.0.13" ,
"in2code/femanager" : "<6.4.2|>=7,<7.5.3|>=8,<8.3.1" ,
"in2code/ipandlanguageredirect" : "<5.1.2" ,
"in2code/lux" : "<17.6.1|>=18,<24.0.2" ,
"in2code/powermail" : "<7.5.1|>=8,<8.5.1|>=9,<10.9.1|>=11,<12.5.3|==13" ,
"innologi/typo3-appointments" : "<2.0.6" ,
"intelliants/subrion" : "<4.2.2" ,
"inter-mediator/inter-mediator" : "==5.5" ,
2026-06-01 22:36:19 +02:00
"intercom/intercom-php" : "==5.0.2" ,
2026-04-09 12:10:37 +02:00
"invoiceninja/invoiceninja" : "<5.13.4" ,
2026-07-27 18:35:42 +02:00
"ipl/web" : "<=0.10.2|>=0.11,<=0.13" ,
2026-04-09 12:10:37 +02:00
"islandora/crayfish" : "<4.1" ,
"islandora/islandora" : ">=2,<2.4.1" ,
2019-10-26 16:51:04 +02:00
"ivankristianto/phpwhois" : "<=4.3" ,
2026-04-09 12:10:37 +02:00
"j0k3r/graby" : "<=2.5" ,
"jackalope/jackalope-doctrine-dbal" : "<1.7.4" ,
"jambagecom/div2007" : "<0.10.2" ,
"james-heinrich/getid3" : "<1.9.21" ,
"james-heinrich/phpthumb" : "<=1.7.23" ,
"jasig/phpcas" : "<1.3.3" ,
"jbartels/wec-map" : "<3.0.3" ,
"jcbrand/converse.js" : "<3.3.3" ,
2026-07-27 18:35:42 +02:00
"jleehr/canto-saas-api" : "<=2" ,
2026-04-19 22:09:03 +02:00
"joedolson/my-calendar" : "<3.7.7" ,
2026-04-09 12:10:37 +02:00
"joelbutcher/socialstream" : "<5.6|>=6,<6.2" ,
"johnbillion/query-monitor" : "<3.20.4" ,
"johnbillion/wp-crontrol" : "<1.16.2|>=1.17,<1.19.2" ,
"joomla/application" : "<1.0.13" ,
"joomla/archive" : "<1.1.12|>=2,<2.0.1" ,
"joomla/database" : ">=1,<2.2|>=3,<3.4" ,
"joomla/filesystem" : "<1.6.2|>=2,<2.0.1" ,
"joomla/filter" : "<2.0.6|>=3,<3.0.5|==4" ,
"joomla/framework" : "<1.5.7|>=2.5.4,<=3.8.12" ,
"joomla/input" : ">=2,<2.0.2" ,
"joomla/joomla-cms" : "<3.9.12|>=4,<4.4.13|>=5,<5.2.6" ,
"joomla/joomla-platform" : "<1.5.4" ,
2019-10-26 16:51:04 +02:00
"joomla/session" : "<1.3.1" ,
2026-04-09 12:10:37 +02:00
"joyqi/hyper-down" : "<=2.4.27" ,
"jsdecena/laracom" : "<2.0.9" ,
2019-10-26 16:51:04 +02:00
"jsmitty12/phpwhois" : "<5.1" ,
2026-04-09 12:10:37 +02:00
"juzaweb/cms" : "<=3.4.2" ,
"jweiland/events2" : "<8.3.8|>=9,<9.0.6" ,
"jweiland/kk-downloader" : "<1.2.2" ,
2026-04-11 18:29:37 +02:00
"kantorge/yaffa" : "<=2" ,
2019-10-26 16:51:04 +02:00
"kazist/phpwhois" : "<=4.2.6" ,
2026-04-09 12:10:37 +02:00
"kelvinmo/simplejwt" : "<=1.1" ,
"kelvinmo/simplexrd" : "<3.1.1" ,
"kevinpapst/kimai2" : "<1.16.7" ,
2026-04-19 22:09:03 +02:00
"khodakhah/nodcms" : "<=3.4.1" ,
2026-07-27 18:35:42 +02:00
"kimai/kimai" : "<2.59" ,
2026-04-09 12:10:37 +02:00
"kitodo/presentation" : "<3.2.3|>=3.3,<3.3.4" ,
"klaviyo/magento2-extension" : ">=1,<3" ,
2026-06-01 22:36:19 +02:00
"knplabs/knp-snappy" : "<=1.7" ,
2026-04-09 12:10:37 +02:00
"kohana/core" : "<3.3.3" ,
"koillection/koillection" : "<1.6.12" ,
"krayin/laravel-crm" : "<=2.2" ,
2019-10-26 16:51:04 +02:00
"kreait/firebase-php" : ">=3.2,<3.8.1" ,
2026-04-09 12:10:37 +02:00
"kumbiaphp/kumbiapp" : "<=1.1.1" ,
2019-10-26 16:51:04 +02:00
"la-haute-societe/tcpdf" : "<6.2.22" ,
2026-06-01 22:36:19 +02:00
"laktak/hjson" : "<2.3" ,
2026-04-09 12:10:37 +02:00
"laminas/laminas-diactoros" : "<2.18.1|==2.19|==2.20|==2.21|==2.22|==2.23|>=2.24,<2.24.2|>=2.25,<2.25.2" ,
"laminas/laminas-form" : "<2.17.1|>=3,<3.0.2|>=3.1,<3.1.1" ,
"laminas/laminas-http" : "<2.14.2" ,
"lara-zeus/artemis" : ">=1,<=1.0.6" ,
"lara-zeus/dynamic-dashboard" : ">=3,<=3.0.1" ,
"laravel/fortify" : "<1.11.1" ,
2026-07-27 18:35:42 +02:00
"laravel/framework" : "<12.61.1|>=13,<13.12" ,
2026-04-09 12:10:37 +02:00
"laravel/laravel" : ">=5.4,<5.4.22" ,
2026-04-19 22:09:03 +02:00
"laravel/passport" : ">=13,<13.7.1" ,
2026-04-09 12:10:37 +02:00
"laravel/pulse" : "<1.3.1" ,
"laravel/reverb" : "<1.7" ,
"laravel/socialite" : ">=1,<2.0.10" ,
"latte/latte" : "<2.10.8" ,
"lavalite/cms" : "<=10.1" ,
"lavitto/typo3-form-to-database" : "<2.2.5|>=3,<3.2.2|>=4,<4.2.3|>=5,<5.0.2" ,
"lcobucci/jwt" : ">=3.4,<3.4.6|>=4,<4.0.4|>=4.1,<4.1.5" ,
"league/commonmark" : "<=2.8.1" ,
"league/flysystem" : "<1.1.4|>=2,<2.1.1" ,
"league/oauth2-server" : ">=8.3.2,<8.4.2|>=8.5,<8.5.3" ,
"leantime/leantime" : "<3.3" ,
"lexik/jwt-authentication-bundle" : "<2.10.7|>=2.11,<2.11.3" ,
"libreform/libreform" : ">=2,<=2.0.8" ,
"librenms/librenms" : "<26.3" ,
"liftkit/database" : "<2.13.2" ,
"lightsaml/lightsaml" : "<1.3.5" ,
"limesurvey/limesurvey" : "<6.15.4" ,
"livehelperchat/livehelperchat" : "<=3.91" ,
"livewire-filemanager/filemanager" : "<=1.0.4" ,
"livewire/livewire" : "<2.12.7|>=3.0.0.0-beta1,<3.6.4" ,
"livewire/volt" : "<1.7" ,
"lms/routes" : "<2.1.1" ,
"localizationteam/l10nmgr" : "<7.4|>=8,<8.7|>=9,<9.2" ,
"lomkit/laravel-rest-api" : "<2.13" ,
"luracast/restler" : "<3.1" ,
"luyadev/yii-helpers" : "<1.2.1" ,
"macropay-solutions/laravel-crud-wizard-free" : "<3.4.17" ,
"maestroerror/php-heic-to-jpg" : "<1.0.5" ,
"magento/community-edition" : "<2.4.6.0-patch13|>=2.4.7.0-beta1,<2.4.7.0-patch8|>=2.4.8.0-beta1,<2.4.8.0-patch3|>=2.4.9.0-alpha1,<2.4.9.0-alpha3|==2.4.9" ,
"magento/core" : "<=1.9.4.5" ,
"magento/magento1ce" : "<1.9.4.3-dev" ,
"magento/magento1ee" : ">=1,<1.14.4.3-dev" ,
"magento/product-community-edition" : "<2.4.4.0-patch9|>=2.4.5,<2.4.5.0-patch8|>=2.4.6,<2.4.6.0-patch6|>=2.4.7,<2.4.7.0-patch1" ,
"magento/project-community-edition" : "<=2.0.2" ,
"magneto/core" : "<1.9.4.4-dev" ,
"mahocommerce/maho" : "<25.9" ,
"maikuolan/phpmussel" : ">=1,<1.6" ,
"mainwp/mainwp" : "<=4.4.3.3" ,
"manogi/nova-tiptap" : "<=3.2.6" ,
2026-07-27 18:35:42 +02:00
"mantisbt/mantisbt" : "<=2.28.3" ,
2026-04-09 12:10:37 +02:00
"marcwillmann/turn" : "<0.3.3" ,
2026-04-19 22:09:03 +02:00
"markhuot/craftql" : "<=1.3.7" ,
2026-04-09 12:10:37 +02:00
"marshmallow/nova-tiptap" : "<5.7" ,
"matomo/matomo" : "<1.11" ,
"matyhtf/framework" : "<3.0.6" ,
2026-07-27 18:35:42 +02:00
"mautic/core" : "<5.2.11|>=6,<6.0.9|>=7,<7.1.2" ,
2026-04-09 12:10:37 +02:00
"mautic/core-lib" : ">=1.0.0.0-beta,<4.4.13|>=5.0.0.0-alpha,<5.1.1" ,
"mautic/grapes-js-builder-bundle" : ">=4,<4.4.18|>=5,<5.2.9|>=6,<6.0.7" ,
"maximebf/debugbar" : "<1.19" ,
2026-06-01 22:36:19 +02:00
"mckenziearts/livewire-markdown-editor" : "<1.3" ,
2026-04-09 12:10:37 +02:00
"mdanter/ecc" : "<2" ,
"mediawiki/abuse-filter" : "<1.39.9|>=1.40,<1.41.3|>=1.42,<1.42.2" ,
"mediawiki/cargo" : "<3.8.3" ,
"mediawiki/core" : "<1.39.5|==1.40" ,
"mediawiki/data-transfer" : ">=1.39,<1.39.11|>=1.41,<1.41.3|>=1.42,<1.42.2" ,
2026-07-27 18:35:42 +02:00
"mediawiki/maps" : "<12.1.3" ,
2026-04-09 12:10:37 +02:00
"mediawiki/matomo" : "<2.4.3" ,
"mediawiki/semantic-media-wiki" : "<4.0.2" ,
"mehrwert/phpmyadmin" : "<3.2" ,
"melisplatform/melis-asset-manager" : "<5.0.1" ,
"melisplatform/melis-cms" : "<5.3.4" ,
"melisplatform/melis-cms-slider" : "<5.3.1" ,
"melisplatform/melis-core" : "<5.3.11" ,
"melisplatform/melis-front" : "<5.0.1" ,
"mezzio/mezzio-swoole" : "<3.7|>=4,<4.3" ,
"mgallegos/laravel-jqgrid" : "<=1.3" ,
"microsoft/microsoft-graph" : ">=1.16,<1.109.1|>=2,<2.0.1" ,
"microsoft/microsoft-graph-beta" : "<2.0.1" ,
"microsoft/microsoft-graph-core" : "<2.0.2" ,
"microweber/microweber" : "<2.0.20" ,
"mikehaertl/php-shellcommand" : "<1.6.1" ,
"mineadmin/mineadmin" : "<=3.0.9" ,
"miniorange/miniorange-saml" : "<1.4.3" ,
"miraheze/ts-portal" : "<=33" ,
"mittwald/typo3_forum" : "<1.2.1" ,
2026-06-01 22:36:19 +02:00
"mix/mix" : ">=2,<=2.2.17" ,
"mmc/ceselector" : "<3.0.3|>=4,<4.0.2|>=5,<5.0.1|>=6,<6.0.1" ,
2026-04-09 12:10:37 +02:00
"mobiledetect/mobiledetectlib" : "<2.8.32" ,
"modx/revolution" : "<=3.1" ,
"mojo42/jirafeau" : "<4.4" ,
"mongodb/mongodb" : ">=1,<1.9.2" ,
"mongodb/mongodb-extension" : "<1.21.2" ,
2019-10-26 16:51:04 +02:00
"monolog/monolog" : ">=1.8,<1.12" ,
2026-04-09 12:10:37 +02:00
"moodle/moodle" : "<4.5.9|>=5.0.0.0-beta,<5.0.5|>=5.1.0.0-beta,<5.1.2" ,
"moonshine/moonshine" : "<=3.12.5" ,
"mos/cimage" : "<0.7.19" ,
"movim/moxl" : ">=0.8,<=0.10" ,
"movingbytes/social-network" : "<=1.2.1" ,
"mpdf/mpdf" : "<=7.1.7" ,
2026-07-27 18:35:42 +02:00
"mtdowling/jmespath.php" : "<2.9.1" ,
2026-04-09 12:10:37 +02:00
"munkireport/comment" : "<4" ,
"munkireport/managedinstalls" : "<2.6" ,
"munkireport/munki_facts" : "<1.5" ,
"munkireport/reportdata" : "<3.5" ,
"munkireport/softwareupdate" : "<1.6" ,
"mustache/mustache" : ">=2,<2.14.1" ,
"mwdelaney/wp-enable-svg" : "<=0.2" ,
2026-06-01 22:36:19 +02:00
"nabeel/phpvms" : "<7.0.6" ,
2019-10-26 16:51:04 +02:00
"namshi/jose" : "<2.2" ,
2026-04-09 12:10:37 +02:00
"nasirkhan/laravel-starter" : "<11.11" ,
"nategood/httpful" : "<1" ,
"neoan3-apps/template" : "<1.1.1" ,
"neorazorx/facturascripts" : "<2022.04" ,
"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" ,
"neos/form" : ">=1.2,<4.3.3|>=5,<5.0.9|>=5.1,<5.1.3" ,
"neos/media-browser" : "<7.3.19|>=8,<8.0.16|>=8.1,<8.1.11|>=8.2,<8.2.11|>=8.3,<8.3.9" ,
"neos/neos" : ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4|>=2.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" ,
"neos/swiftmailer" : "<5.4.5" ,
"nesbot/carbon" : "<2.72.6|>=3,<3.8.4" ,
"netcarver/textile" : "<=4.1.2" ,
"netgen/tagsbundle" : ">=3.4,<3.4.11|>=4,<4.0.15" ,
"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" ,
"neuron-core/neuron-ai" : "<=2.8.11" ,
"nilsteampassnet/teampass" : "<3.1.3.1-dev" ,
"nitsan/ns-backup" : "<13.0.1" ,
"nonfiction/nterchange" : "<4.1.1" ,
2026-07-27 18:35:42 +02:00
"notrinos/notrinos-erp" : "<=1" ,
2026-04-09 12:10:37 +02:00
"noumo/easyii" : "<=0.9" ,
"novaksolutions/infusionsoft-php-sdk" : "<1" ,
"novosga/novosga" : "<=2.2.12" ,
2026-07-27 18:35:42 +02:00
"nukeviet/nukeviet" : "<4.6.00" ,
2026-04-09 12:10:37 +02:00
"nyholm/psr7" : "<1.6.1" ,
"nystudio107/craft-seomatic" : "<3.4.12" ,
"nzedb/nzedb" : "<0.8" ,
"nzo/url-encryptor-bundle" : ">=4,<4.3.2|>=5,<5.0.1" ,
"october/backend" : "<1.1.2" ,
"october/cms" : "<1.0.469|==1.0.469|==1.0.471|==1.1.1" ,
2026-06-01 22:36:19 +02:00
"october/october" : "<3.7.14|>=4,<4.1.10" ,
2026-04-19 22:09:03 +02:00
"october/rain" : "<=3.7.13|>=4,<=4.1.9" ,
2026-06-01 22:36:19 +02:00
"october/system" : "<3.7.16|>=4,<4.1.16" ,
2026-04-09 12:10:37 +02:00
"oliverklee/phpunit" : "<3.5.15" ,
"omeka/omeka-s" : "<4.0.3" ,
"onelogin/php-saml" : "<2.21.1|>=3,<3.8.1|>=4,<4.3.1" ,
"oneup/uploader-bundle" : ">=1,<1.9.3|>=2,<2.1.5" ,
"open-web-analytics/open-web-analytics" : "<1.8.1" ,
"opencart/opencart" : ">=0" ,
2019-10-26 16:51:04 +02:00
"openid/php-openid" : "<2.3" ,
2026-06-01 22:36:19 +02:00
"openmage/magento-lts" : "<=20.17" ,
2026-04-09 12:10:37 +02:00
"opensolutions/vimbadmin" : "<=3.0.15" ,
"opensource-workshop/connect-cms" : "<1.41.1|>=2,<2.41.1" ,
"orchid/platform" : ">=8,<14.43" ,
"oro/calendar-bundle" : ">=4.2,<=4.2.6|>=5,<=5.0.6|>=5.1,<5.1.1" ,
"oro/commerce" : ">=4.1,<5.0.11|>=5.1,<5.1.1" ,
"oro/crm" : ">=1.7,<1.7.4|>=3.1,<4.1.17|>=4.2,<4.2.7" ,
"oro/crm-call-bundle" : ">=4.2,<=4.2.5|>=5,<5.0.4|>=5.1,<5.1.1" ,
"oro/customer-portal" : ">=4.1,<=4.1.13|>=4.2,<=4.2.10|>=5,<=5.0.11|>=5.1,<=5.1.3" ,
"oro/platform" : ">=1.7,<1.7.4|>=3.1,<3.1.29|>=4.1,<4.1.17|>=4.2,<=4.2.10|>=5,<=5.0.12|>=5.1,<=5.1.3" ,
"oveleon/contao-cookiebar" : "<1.16.3|>=2,<2.1.3" ,
"oxid-esales/oxideshop-ce" : "<=7.0.5" ,
"oxid-esales/paymorrow-module" : ">=1,<1.0.2|>=2,<2.0.1" ,
"packbackbooks/lti-1-3-php-library" : "<5" ,
2019-10-26 16:51:04 +02:00
"padraic/humbug_get_contents" : "<1.1.2" ,
2026-04-09 12:10:37 +02:00
"pagarme/pagarme-php" : "<3" ,
"pagekit/pagekit" : "<=1.0.18" ,
"paragonie/ecc" : "<2.0.1" ,
2019-10-26 16:51:04 +02:00
"paragonie/random_compat" : "<2" ,
2026-04-09 12:10:37 +02:00
"paragonie/sodium_compat" : "<1.24|>=2,<2.5" ,
"passbolt/passbolt_api" : "<4.6.2" ,
2026-07-27 18:35:42 +02:00
"paymenter/paymenter" : "<=1.5.4" ,
2026-04-09 12:10:37 +02:00
"paypal/adaptivepayments-sdk-php" : "<=3.9.2" ,
"paypal/invoice-sdk-php" : "<=3.9" ,
2019-10-26 16:51:04 +02:00
"paypal/merchant-sdk-php" : "<3.12" ,
2026-04-09 12:10:37 +02:00
"paypal/permissions-sdk-php" : "<=3.9.1" ,
"pear/archive_tar" : "<1.4.14" ,
"pear/auth" : "<1.2.4" ,
"pear/crypt_gpg" : "<1.6.7" ,
"pear/http_request2" : "<2.7" ,
"pear/pear" : "<=1.10.1" ,
"pegasus/google-for-jobs" : "<1.5.1|>=2,<2.1.1" ,
"personnummer/personnummer" : "<3.0.2" ,
"ph7software/ph7builder" : "<=17.9.1" ,
2026-07-27 18:35:42 +02:00
"phanan/koel" : "<=9.7" ,
"pheditor/pheditor" : "<2.0.8" ,
2026-04-09 12:10:37 +02:00
"phenx/php-svg-lib" : "<0.5.2" ,
"php-censor/php-censor" : "<2.0.13|>=2.1,<2.1.5" ,
"php-mod/curl" : "<2.3.2" ,
2026-07-27 18:35:42 +02:00
"php-standard-library/h2" : ">=6.1,<6.1.2|>=6.2,<6.2.1" ,
"php-standard-library/php-standard-library" : ">=6.1,<6.1.2|>=6.2,<6.2.1" ,
"phpbb/phpbb" : "<3.3.16|==4.0.0.0-alpha1" ,
2026-04-09 12:10:37 +02:00
"phpems/phpems" : ">=6,<=6.1.3" ,
"phpfastcache/phpfastcache" : "<6.1.5|>=7,<7.1.2|>=8,<8.0.7" ,
"phpmailer/phpmailer" : "<6.5" ,
"phpmussel/phpmussel" : ">=1,<1.6" ,
"phpmyadmin/phpmyadmin" : "<5.2.2" ,
2026-07-27 18:35:42 +02:00
"phpmyfaq/phpmyfaq" : "<4.1.4" ,
2026-04-09 12:10:37 +02:00
"phpoffice/common" : "<0.2.9" ,
"phpoffice/math" : "<=0.2" ,
"phpoffice/phpexcel" : "<=1.8.2" ,
2026-07-27 18:35:42 +02:00
"phpoffice/phpspreadsheet" : "<=1.30.5|>=2,<=2.1.17|>=2.2,<=2.4.6|>=3,<=3.10.6|>=4,<=5.8" ,
2026-04-09 12:10:37 +02:00
"phppgadmin/phppgadmin" : "<=7.13" ,
2026-07-27 18:35:42 +02:00
"phpseclib/phpseclib" : "<=2.0.54|>=3,<=3.0.53" ,
2026-04-09 12:10:37 +02:00
"phpservermon/phpservermon" : "<3.6" ,
"phpsysinfo/phpsysinfo" : "<3.4.3" ,
2026-06-01 22:36:19 +02:00
"phpunit/phpunit" : "<8.5.52|>=9,<9.6.33|>=10,<10.5.62|>=11,<11.5.50|>=12,<12.5.8|>=12.5.21,<12.5.22|>=13.1.5,<13.1.6" ,
2019-10-26 16:51:04 +02:00
"phpwhois/phpwhois" : "<=4.2.5" ,
"phpxmlrpc/extras" : "<0.6.1" ,
2026-04-09 12:10:37 +02:00
"phpxmlrpc/phpxmlrpc" : "<4.9.2" ,
"phraseanet/phraseanet" : "==4.0.3" ,
"pi/pi" : "<=2.5" ,
2026-07-27 18:35:42 +02:00
"pimcore/admin-ui-classic-bundle" : "<1.7.18|>=2.0.0.0-RC1-dev,<=2.3.5" ,
2026-04-09 12:10:37 +02:00
"pimcore/customer-management-framework-bundle" : "<4.2.1" ,
"pimcore/data-hub" : "<1.2.4" ,
"pimcore/data-importer" : "<1.8.9|>=1.9,<1.9.3" ,
"pimcore/demo" : "<10.3" ,
"pimcore/ecommerce-framework-bundle" : "<1.0.10" ,
"pimcore/perspective-editor" : "<1.5.1" ,
2026-07-27 18:35:42 +02:00
"pimcore/pimcore" : "<=12.3.8|>=2026.1,<2026.1.3" ,
2026-04-09 12:10:37 +02:00
"pimcore/web2print-tools-bundle" : "<=5.2.1|>=6.0.0.0-RC1-dev,<=6.1" ,
"piwik/piwik" : "<1.11" ,
"pixelfed/pixelfed" : "<0.12.5" ,
"plotly/plotly.js" : "<2.25.2" ,
"pocketmine/bedrock-protocol" : "<8.0.2" ,
2026-04-19 22:09:03 +02:00
"pocketmine/pocketmine-mp" : "<5.42.1" ,
2026-04-09 12:10:37 +02:00
"pocketmine/raklib" : ">=0.14,<0.14.6|>=0.15,<0.15.1" ,
2026-07-27 18:35:42 +02:00
"pontedilana/php-weasyprint" : "<=2.5.1" ,
"poweradmin/poweradmin" : "<4.2.5|>=4.3,<4.3.4" ,
2026-04-09 12:10:37 +02:00
"pressbooks/pressbooks" : "<5.18" ,
"prestashop/autoupgrade" : ">=4,<4.10.1" ,
"prestashop/blockreassurance" : "<=5.1.3" ,
"prestashop/blockwishlist" : ">=2,<2.1.1" ,
"prestashop/contactform" : ">=1.0.1,<4.3" ,
"prestashop/gamification" : "<2.3.2" ,
2026-06-01 22:36:19 +02:00
"prestashop/prestashop" : "<8.2.6|>=9,<9.1.1" ,
2026-04-09 12:10:37 +02:00
"prestashop/productcomments" : "<5.0.2" ,
2026-06-01 22:36:19 +02:00
"prestashop/ps_checkout" : "<5.3" ,
2026-04-09 12:10:37 +02:00
"prestashop/ps_contactinfo" : "<=3.3.2" ,
"prestashop/ps_emailsubscription" : "<2.6.1" ,
2026-07-27 18:35:42 +02:00
"prestashop/ps_facetedsearch" : "<4.0.4" ,
2026-04-09 12:10:37 +02:00
"prestashop/ps_linklist" : "<3.1" ,
"privatebin/privatebin" : "<1.4|>=1.5,<1.7.4|>=1.7.7,<2.0.3" ,
2026-04-19 22:09:03 +02:00
"processwire/processwire" : "<=3.0.255" ,
2026-07-27 18:35:42 +02:00
"propel/propel" : ">=2.0.0.0-alpha1,<2.0.0.0-alpha8" ,
"propel/propel1" : ">=1,<1.7.2" ,
2026-04-09 12:10:37 +02:00
"psy/psysh" : "<=0.11.22|>=0.12,<=0.12.18" ,
2026-06-01 22:36:19 +02:00
"pterodactyl/panel" : "<1.12.3" ,
2026-04-09 12:10:37 +02:00
"ptheofan/yii2-statemachine" : ">=2.0.0.0-RC1-dev,<=2" ,
"ptrofimov/beanstalk_console" : "<1.7.14" ,
"pubnub/pubnub" : "<6.1" ,
"punktde/pt_extbase" : "<1.5.1" ,
2019-10-26 16:51:04 +02:00
"pusher/pusher-php-server" : "<2.2.1" ,
2026-04-09 12:10:37 +02:00
"putyourlightson/craft-sprig" : ">=2,<2.15.2|>=3,<3.7.2" ,
"pwweb/laravel-core" : "<=0.3.6.0-beta" ,
"pxlrbt/filament-excel" : "<1.1.14|>=2.0.0.0-alpha,<2.3.3" ,
"pyrocms/pyrocms" : "<=3.9.1" ,
"qcubed/qcubed" : "<=3.1.1" ,
"quickapps/cms" : "<=2.0.0.0-beta2" ,
"rainlab/blog-plugin" : "<1.4.1" ,
"rainlab/debugbar-plugin" : "<3.1" ,
"rainlab/user-plugin" : "<=1.4.5" ,
"ralffreit/mfa-email" : "<1.0.7|==2" ,
"rankmath/seo-by-rank-math" : "<=1.0.95" ,
"rap2hpoutre/laravel-log-viewer" : "<0.13" ,
"react/http" : ">=0.7,<1.9" ,
"really-simple-plugins/complianz-gdpr" : "<6.4.2" ,
2026-04-11 18:29:37 +02:00
"redaxo/source" : "<5.21" ,
2026-04-09 12:10:37 +02:00
"remdex/livehelperchat" : "<4.29" ,
"renolit/reint-downloadmanager" : "<4.0.2|>=5,<5.0.1" ,
"reportico-web/reportico" : "<=8.1" ,
2026-04-11 18:29:37 +02:00
"rhukster/dom-sanitizer" : "<1.0.10" ,
2026-04-09 12:10:37 +02:00
"rmccue/requests" : ">=1.6,<1.8" ,
"roadiz/documents" : "<2.3.42|>=2.4,<2.5.44|>=2.6,<2.6.28|>=2.7,<2.7.9" ,
2026-06-01 22:36:19 +02:00
"roadiz/openid" : "<2.3.43|>=2.5,<2.5.45|>=2.6,<2.6.31|>=2.7,<2.7.18" ,
2026-04-09 12:10:37 +02:00
"robrichards/xmlseclibs" : "<3.1.5" ,
"roots/soil" : "<4.1" ,
"roundcube/roundcubemail" : "<1.5.10|>=1.6,<1.6.11|>=1.7.0.0-beta,<1.7.0.0-RC5-dev" ,
"rudloff/alltube" : "<3.0.3" ,
"rudloff/rtmpdump-bin" : "<=2.3.1" ,
"s-cart/core" : "<=9.0.5" ,
"s-cart/s-cart" : "<6.9" ,
2026-04-19 22:09:03 +02:00
"s9y/serendipity" : "<2.6" ,
2026-04-09 12:10:37 +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" ,
"sabre/dav" : ">=1.6,<1.7.11|>=1.8,<1.8.9" ,
"saloonphp/saloon" : "<4" ,
"samwilson/unlinked-wikibase" : "<1.42" ,
"scheb/two-factor-bundle" : "<3.26|>=4,<4.11" ,
2019-10-26 16:51:04 +02:00
"sensiolabs/connect" : "<4.2.3" ,
"serluck/phpwhois" : "<=4.2.6" ,
2026-06-01 22:36:19 +02:00
"setasign/fpdi" : "<2.6.7" ,
2026-04-09 12:10:37 +02:00
"sfroemken/url_redirect" : "<=1.2.1" ,
"sheng/yiicms" : "<1.2.1" ,
2026-06-01 22:36:19 +02:00
"shopper/cart" : "<2.8" ,
"shopper/framework" : "<2.8" ,
2026-07-27 18:35:42 +02:00
"shopware/core" : "<6.6.10.18-dev|>=6.7,<6.7.10.1-dev" ,
"shopware/platform" : "<6.6.10.18-dev|>=6.7,<6.7.10.1-dev" ,
2026-04-09 12:10:37 +02:00
"shopware/production" : "<=6.3.5.2" ,
2026-07-27 18:35:42 +02:00
"shopware/shopware" : "<=6.3.5.2|>=6.4.6,<6.6.10.10-dev|>=6.7,<6.7.6.1-dev" ,
2026-04-09 12:10:37 +02:00
"shopware/storefront" : "<6.6.10.10-dev|>=6.7,<6.7.5.1-dev" ,
"shopxo/shopxo" : "<=6.4" ,
2026-06-01 22:36:19 +02:00
"showdoc/showdoc" : "<3.8.1" ,
2026-04-09 12:10:37 +02:00
"shuchkin/simplexlsx" : ">=1.0.12,<1.1.13" ,
"silverstripe-australia/advancedreports" : ">=1,<=2" ,
"silverstripe/admin" : "<1.13.19|>=2,<2.1.8" ,
2026-04-19 22:09:03 +02:00
"silverstripe/assets" : "<2.4.5|>=3,<3.1.3" ,
2026-07-27 18:35:42 +02:00
"silverstripe/cms" : "<6.2.1" ,
2026-04-09 12:10:37 +02:00
"silverstripe/comments" : ">=1.3,<3.1.1" ,
2026-07-27 18:35:42 +02:00
"silverstripe/forum" : "<0.6.2|>=0.7,<0.7.4" ,
"silverstripe/framework" : "<6.2.2" ,
2026-04-09 12:10:37 +02:00
"silverstripe/graphql" : ">=2,<2.0.5|>=3,<3.8.2|>=4,<4.3.7|>=5,<5.1.3" ,
"silverstripe/hybridsessions" : ">=1,<2.4.1|>=2.5,<2.5.1" ,
"silverstripe/recipe-cms" : ">=4.5,<4.5.3" ,
2019-10-26 16:51:04 +02:00
"silverstripe/registry" : ">=2.1,<2.1.2|>=2.2,<2.2.1" ,
2026-04-09 12:10:37 +02:00
"silverstripe/reports" : "<5.2.3" ,
"silverstripe/restfulserver" : ">=1,<1.0.9|>=2,<2.0.4|>=2.1,<2.1.2" ,
"silverstripe/silverstripe-omnipay" : "<2.5.2|>=3,<3.0.2|>=3.1,<3.1.4|>=3.2,<3.2.1" ,
"silverstripe/subsites" : ">=2,<2.6.1" ,
"silverstripe/taxonomy" : ">=1.3,<1.3.1|>=2,<2.0.1" ,
2026-07-27 18:35:42 +02:00
"silverstripe/userforms" : "<6.4.9|>=7,<7.0.7|>=7.1,<7.1.1" ,
"silverstripe/versioned" : "<3.2.1" ,
2026-04-09 12:10:37 +02:00
"silverstripe/versioned-admin" : ">=1,<1.11.1" ,
"simogeo/filemanager" : "<=2.5" ,
2019-10-26 16:51:04 +02:00
"simple-updates/phpwhois" : "<=1" ,
2026-07-27 18:35:42 +02:00
"simplesamlphp/saml2" : "<=4.20.2|>=5,<5.0.6|>=6,<6.2.1" ,
"simplesamlphp/saml2-legacy" : "<=4.20.2" ,
"simplesamlphp/simplesamlphp" : "<=2.4.6|>=2.5,<=2.5.1" ,
2026-06-01 22:36:19 +02:00
"simplesamlphp/simplesamlphp-module-casserver" : "<=7.0.2" ,
2019-10-26 16:51:04 +02:00
"simplesamlphp/simplesamlphp-module-infocard" : "<1.0.1" ,
2026-04-09 12:10:37 +02:00
"simplesamlphp/simplesamlphp-module-openid" : "<1" ,
"simplesamlphp/simplesamlphp-module-openidprovider" : "<0.9" ,
"simplesamlphp/xml-common" : "<1.20" ,
"simplesamlphp/xml-security" : "<1.13.9|>=2,<2.3.1" ,
"simplito/elliptic-php" : "<1.0.6" ,
"sitegeist/fluid-components" : "<3.5" ,
"sjbr/sr-feuser-register" : "<2.6.2|>=5.1,<12.5" ,
"sjbr/sr-freecap" : "<2.4.6|>=2.5,<2.5.3" ,
"sjbr/static-info-tables" : "<2.3.1" ,
"slim/psr7" : "<1.4.1|>=1.5,<1.5.1|>=1.6,<1.6.1" ,
2026-07-27 18:35:42 +02:00
"slim/slim" : "<2.6|>=4.4,<=4.15.1" ,
2026-04-09 12:10:37 +02:00
"slub/slub-events" : "<3.0.3" ,
"smarty/smarty" : "<4.5.3|>=5,<5.1.1" ,
2026-07-27 18:35:42 +02:00
"snipe/snipe-it" : "<=8.6.1" ,
2019-10-26 16:51:04 +02:00
"socalnick/scn-social-auth" : "<1.15.2" ,
2026-04-09 12:10:37 +02:00
"socialiteproviders/steam" : "<1.1" ,
2026-07-27 18:35:42 +02:00
"solidinvoice/solidinvoice" : "<=2.3.15" ,
2026-04-09 12:10:37 +02:00
"solspace/craft-freeform" : "<4.1.29|>=5,<=5.14.6" ,
"soosyze/soosyze" : "<=2" ,
"spatie/browsershot" : "<5.0.5" ,
"spatie/image-optimizer" : "<1.7.3" ,
2026-07-27 18:35:42 +02:00
"spatie/laravel-medialibrary" : "<11.23" ,
2026-06-01 22:36:19 +02:00
"spatie/schema-org" : ">=3.23.1,<3.23.2|>=4,<4.0.2" ,
2026-04-09 12:10:37 +02:00
"spencer14420/sp-php-email-handler" : "<1" ,
"spipu/html2pdf" : "<5.2.8" ,
"spiral/roadrunner" : "<2025.1" ,
2026-07-27 18:35:42 +02:00
"spomky-labs/otphp" : "<11.4.3" ,
2026-04-09 12:10:37 +02:00
"spoon/library" : "<1.4.1" ,
2019-10-26 16:51:04 +02:00
"spoonity/tcpdf" : "<6.2.22" ,
"squizlabs/php_codesniffer" : ">=1,<2.8.1|>=3,<3.0.1" ,
2026-04-09 12:10:37 +02:00
"ssddanbrown/bookstack" : "<24.05.1" ,
"starcitizentools/citizen-skin" : ">=1.9.4,<3.9" ,
"starcitizentools/short-description" : ">=4,<4.0.1" ,
"starcitizentools/tabber-neue" : ">=1.9.1,<2.7.2|>=3,<3.1.1" ,
"starcitizenwiki/embedvideo" : "<=4" ,
2026-07-27 18:35:42 +02:00
"statamic/cms" : "<5.74|>=6,<6.20.3" ,
2026-04-09 12:10:37 +02:00
"stormpath/sdk" : "<9.9.99" ,
2026-06-01 22:36:19 +02:00
"studio-42/elfinder" : "<=2.1.67" ,
2026-04-09 12:10:37 +02:00
"studiomitte/friendlycaptcha" : "<0.1.4" ,
"subhh/libconnect" : "<7.0.8|>=8,<8.1" ,
"sukohi/surpass" : "<1" ,
"sulu/form-bundle" : ">=2,<2.5.3" ,
2026-06-01 22:36:19 +02:00
"sulu/sulu" : "<=2.6.22|>=3,<=3.0.5" ,
2026-04-09 12:10:37 +02:00
"sumocoders/framework-user-bundle" : "<1.4" ,
"superbig/craft-audit" : "<3.0.2" ,
"svewap/a21glossary" : "<=0.4.10" ,
"swag/paypal" : "<5.4.4" ,
"swiftmailer/swiftmailer" : "<6.2.5" ,
"swiftyedit/swiftyedit" : "<1.2" ,
2019-10-26 16:51:04 +02:00
"sylius/admin-bundle" : ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2" ,
"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" ,
2026-04-09 12:10:37 +02:00
"sylius/grid-bundle" : "<1.10.1" ,
"sylius/paypal-plugin" : "<1.6.2|>=1.7,<1.7.2|>=2,<2.0.2" ,
"sylius/resource-bundle" : ">=1,<1.3.14|>=1.4,<1.4.7|>=1.5,<1.5.2|>=1.6,<1.6.4" ,
2026-07-27 18:35:42 +02:00
"sylius/sylius" : "<1.9.12|>=1.10,<1.10.16|>=1.11,<1.11.17|>=1.12,<=1.12.22|>=1.13,<=1.13.14|>=1.14,<=1.14.17|>=2,<2.0.18|>=2.1,<2.1.15|>=2.2,<2.2.6" ,
"symbiote/silverstripe-advancedworkflow" : "<6.4.5|>=7,<7.1.3|>=7.2,<7.2.1" ,
2026-04-09 12:10:37 +02:00
"symbiote/silverstripe-multivaluefield" : ">=3,<3.1" ,
"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" ,
"symbiote/silverstripe-seed" : "<6.0.3" ,
"symbiote/silverstripe-versionedfiles" : "<=2.0.3" ,
"symfont/process" : ">=0" ,
2026-06-01 22:36:19 +02:00
"symfony/cache" : "<5.4.52|>=6,<6.4.40|>=7,<7.4.12|>=8,<8.0.12" ,
2019-10-26 16:51:04 +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" ,
2026-06-01 22:36:19 +02:00
"symfony/dom-crawler" : "<5.4.52|>=6,<6.4.40|>=7,<7.4.12|>=8,<8.0.12" ,
2026-04-09 12:10:37 +02:00
"symfony/error-handler" : ">=4.4,<4.4.4|>=5,<5.0.4" ,
2019-10-26 16:51:04 +02: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" ,
2026-04-09 12:10:37 +02:00
"symfony/framework-bundle" : ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7|>=5.3.14,<5.3.15|>=5.4.3,<5.4.4|>=6.0.3,<6.0.4" ,
2026-06-01 22:36:19 +02:00
"symfony/html-sanitizer" : ">=6.1,<6.4.41|>=7,<7.4.13|>=8,<8.0.13" ,
"symfony/http-client" : ">=4.3,<5.4.53|>=6,<6.4.15|>=7,<7.1.8" ,
"symfony/http-foundation" : "<5.4.50|>=6,<6.4.41|>=7,<7.4.13|>=8,<8.0.13" ,
"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|>=7.4,<7.4.12|>=8,<8.0.12" ,
2019-10-26 16:51:04 +02:00
"symfony/intl" : ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13" ,
2026-06-01 22:36:19 +02:00
"symfony/json-path" : ">=7.3,<7.4.12|>=8,<8.0.12" ,
"symfony/lox24-notifier" : ">=7.1,<7.4.12|>=8,<8.0.12" ,
"symfony/mailer" : "<5.4.52|>=6,<6.4.40|>=7,<7.4.12|>=8,<8.0.12" ,
"symfony/mailjet-mailer" : ">=6.4,<6.4.40|>=7,<7.4.12|>=8,<8.0.12" ,
"symfony/mailomat-mailer" : ">=7.2,<7.4.13|>=8,<8.0.13" ,
"symfony/mailtrap-mailer" : ">=7.2,<7.4.12|>=8,<8.0.12" ,
2026-04-09 12:10:37 +02:00
"symfony/maker-bundle" : ">=1.27,<1.29.2|>=1.30,<1.31.1" ,
2026-06-01 22:36:19 +02:00
"symfony/mime" : "<5.4.52|>=6,<6.4.40|>=7,<7.4.12|>=8,<8.0.12" ,
"symfony/monolog-bridge" : "<5.4.52|>=6,<6.4.40|>=7,<7.4.12|>=8,<8.0.12" ,
2019-10-26 16:51:04 +02:00
"symfony/phpunit-bridge" : ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7" ,
2026-06-01 22:36:19 +02:00
"symfony/polyfill" : ">=1,<1.10|>=1.17.1,<1.38.1" ,
"symfony/polyfill-intl-idn" : ">=1.17.1,<1.38.1" ,
2019-10-26 16:51:04 +02:00
"symfony/polyfill-php55" : ">=1,<1.10" ,
2026-04-09 12:10:37 +02:00
"symfony/process" : "<5.4.51|>=6,<6.4.33|>=7,<7.1.7|>=7.3,<7.3.11|>=7.4,<7.4.5|>=8,<8.0.5" ,
2019-10-26 16:51:04 +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" ,
2026-06-01 22:36:19 +02:00
"symfony/routing" : "<5.4.53|>=6,<6.4.41|>=7,<7.4.13|>=8,<8.0.13" ,
"symfony/runtime" : ">=5.3,<5.4.52|>=6,<6.4.40|>=7,<7.4.12|>=8,<8.0.12" ,
2026-04-09 12:10:37 +02:00
"symfony/security" : ">=2,<2.7.51|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.8" ,
"symfony/security-bundle" : ">=2,<4.4.50|>=5,<5.4.20|>=6,<6.0.20|>=6.1,<6.1.12|>=6.2,<6.4.10|>=7,<7.0.10|>=7.1,<7.1.3" ,
"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-10-26 16:51:04 +02: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" ,
2026-04-09 12:10:37 +02:00
"symfony/security-guard" : ">=2.8,<3.4.48|>=4,<4.4.23|>=5,<5.2.8" ,
2026-06-01 22:36:19 +02:00
"symfony/security-http" : "<5.4.53|>=6,<6.4.41|>=7,<7.4.13|>=8,<8.0.13" ,
2026-04-09 12:10:37 +02:00
"symfony/serializer" : ">=2,<2.0.11|>=4.1,<4.4.35|>=5,<5.3.12" ,
2026-06-01 22:36:19 +02:00
"symfony/symfony" : "<5.4.53|>=6,<6.4.41|>=7,<7.4.13|>=8,<8.0.13" ,
2019-10-26 16:51:04 +02:00
"symfony/translation" : ">=2,<2.0.17" ,
2026-06-01 22:36:19 +02:00
"symfony/twig-bridge" : ">=2,<4.4.51|>=5,<5.4.31|>=6,<6.3.8|>=6.4.24,<6.4.40" ,
"symfony/twilio-notifier" : ">=6.4,<6.4.40|>=7,<7.4.12|>=8,<8.0.12" ,
"symfony/ux-autocomplete" : "<2.36|>=3,<3.1" ,
2026-07-27 18:35:42 +02:00
"symfony/ux-icons" : ">=2.17,<2.36.1|>=3,<3.2" ,
2026-06-01 22:36:19 +02:00
"symfony/ux-live-component" : "<2.36|>=3,<3.1" ,
2026-07-27 18:35:42 +02:00
"symfony/ux-toolkit" : ">=2.32,<2.36.1|>=3,<3.2" ,
2026-04-09 12:10:37 +02:00
"symfony/ux-twig-component" : "<2.25.1" ,
"symfony/validator" : "<5.4.43|>=6,<6.4.11|>=7,<7.1.4" ,
"symfony/var-exporter" : ">=4.2,<4.2.12|>=4.3,<4.3.8" ,
2026-06-01 22:36:19 +02:00
"symfony/web-profiler-bundle" : ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4|>=7.2.9,<7.4.12|>=8,<8.0.12" ,
2026-04-09 12:10:37 +02:00
"symfony/webhook" : ">=6.3,<6.3.8" ,
2026-06-01 22:36:19 +02:00
"symfony/yaml" : "<5.4.52|>=6,<6.4.40|>=7,<7.4.12|>=8,<8.0.12" ,
2026-04-09 12:10:37 +02:00
"symphonycms/symphony-2" : "<2.6.4" ,
"t3/dce" : "<0.11.5|>=2.2,<2.6.2" ,
"t3g/svg-sanitizer" : "<1.0.3" ,
"t3s/content-consent" : "<1.0.3|>=2,<2.0.2" ,
"tastyigniter/tastyigniter" : "<4" ,
"tcg/voyager" : "<=1.8" ,
"tecnickcom/tc-lib-pdf-font" : "<2.6.4" ,
"tecnickcom/tcpdf" : "<6.8" ,
"terminal42/contao-tablelookupwizard" : "<3.3.5" ,
2019-10-26 16:51:04 +02:00
"thelia/backoffice-default-template" : ">=2.1,<2.1.2" ,
2026-07-27 18:35:42 +02:00
"thelia/thelia" : ">=2.0.0.0-beta1,<2.1.3" ,
2019-10-26 16:51:04 +02:00
"theonedemon/phpwhois" : "<=4.2.5" ,
2026-04-09 12:10:37 +02:00
"thinkcmf/thinkcmf" : "<6.0.8" ,
2026-07-27 18:35:42 +02:00
"thorsten/phpmyfaq" : "<4.1.4" ,
2026-04-09 12:10:37 +02:00
"tikiwiki/tiki-manager" : "<=17.1" ,
"timber/timber" : ">=0.16.6,<1.23.1|>=1.24,<1.24.1|>=2,<2.1" ,
2026-07-27 18:35:42 +02:00
"tinymce/tinymce" : "<7.9.3|>=8,<8.5.1" ,
2026-04-09 12:10:37 +02:00
"tinymighty/wiki-seo" : "<1.2.2" ,
"titon/framework" : "<9.9.99" ,
"tltneon/lgsl" : "<7" ,
"tobiasbg/tablepress" : "<=2.0.0.0-RC1" ,
2026-06-01 22:36:19 +02:00
"tomasnorre/crawler" : "<11.0.13|>=12,<12.0.11" ,
2026-04-09 12:10:37 +02:00
"topthink/framework" : "<6.0.17|>=6.1,<=8.0.4" ,
"topthink/think" : "<=6.1.1" ,
"topthink/thinkphp" : "<=3.2.3|>=6.1.3,<=8.0.4" ,
"torrentpier/torrentpier" : "<=2.8.8" ,
2026-06-01 22:36:19 +02:00
"tpwd/ke_search" : "<5.6.2|>=6,<6.6.1|>=7,<7.0.1" ,
2026-04-09 12:10:37 +02:00
"tribalsystems/zenario" : "<=9.7.61188" ,
2019-10-26 16:51:04 +02:00
"truckersmp/phpwhois" : "<=4.3.1" ,
2026-04-09 12:10:37 +02:00
"ttskch/pagination-service-provider" : "<1" ,
"twbs/bootstrap" : "<3.4.1|>=4,<4.3.1" ,
2026-06-01 22:36:19 +02:00
"twig/cssinliner-extra" : "<3.26" ,
"twig/intl-extra" : "<3.26" ,
"twig/markdown-extra" : "<3.26" ,
"twig/twig" : "<3.27" ,
2026-07-27 18:35:42 +02:00
"typicms/core" : "<12.0.5|>=13,<13.0.9|>=14,<14.0.27|>=15,<15.0.29|>=16,<16.1.7" ,
2026-04-09 12:10:37 +02:00
"typo3/cms" : "<9.5.29|>=10,<10.4.35|>=11,<11.5.23|>=12,<12.2" ,
2026-07-27 18:35:42 +02:00
"typo3/cms-backend" : "<10.4.57|>=11,<11.5.51|>=12,<12.4.46|>=13,<13.4.31|>=14,<14.3.3" ,
2026-04-09 12:10:37 +02:00
"typo3/cms-belog" : ">=10,<=10.4.47|>=11,<=11.5.41|>=12,<=12.4.24|>=13,<=13.4.2" ,
"typo3/cms-beuser" : ">=9,<9.5.55|>=10,<10.4.54|>=11,<11.5.48|>=12,<12.4.37|>=13,<13.4.18" ,
2026-07-27 18:35:42 +02:00
"typo3/cms-core" : "<10.4.57|>=11,<11.5.51|>=12,<12.4.46|>=13,<13.4.31|>=14,<14.3.3" ,
2026-04-09 12:10:37 +02:00
"typo3/cms-dashboard" : ">=10,<10.4.54|>=11,<11.5.48|>=12,<12.4.37|>=13,<13.4.18" ,
"typo3/cms-extbase" : "<6.2.24|>=7,<7.6.8|==8.1.1" ,
"typo3/cms-extensionmanager" : ">=10,<=10.4.47|>=11,<=11.5.41|>=12,<=12.4.24|>=13,<=13.4.2" ,
"typo3/cms-felogin" : ">=4.2,<4.2.3" ,
2026-07-27 18:35:42 +02:00
"typo3/cms-filelist" : ">=11,<11.5.51|>=12,<12.4.46|>=13,<13.4.31|>=14,<14.3.3" ,
"typo3/cms-fluid" : "<4.3.4|>=4.4,<4.4.1|>=8,<8.7.23|>=9,<9.5.4" ,
"typo3/cms-form" : "<10.4.57|>=11,<11.5.51|>=12,<12.4.46|>=13,<13.4.31|>=14,<14.3.5" ,
2026-04-09 12:10:37 +02:00
"typo3/cms-frontend" : "<4.3.9|>=4.4,<4.4.5" ,
2026-07-27 18:35:42 +02:00
"typo3/cms-indexed-search" : ">=10,<=10.4.47|>=11,<=11.5.41|>=12,<=12.4.24|>=13,<13.4.31|>=14,<14.3.3" ,
2026-04-09 12:10:37 +02:00
"typo3/cms-install" : "<4.1.14|>=4.2,<4.2.16|>=4.3,<4.3.9|>=4.4,<4.4.5|>=12.2,<12.4.8|==13.4.2" ,
"typo3/cms-lowlevel" : ">=11,<=11.5.41" ,
"typo3/cms-recordlist" : ">=11,<11.5.48" ,
2026-07-27 18:35:42 +02:00
"typo3/cms-recycler" : "<10.4.57|>=11,<11.5.51|>=12,<12.4.46|>=13,<13.4.31|>=14,<14.3.3" ,
2026-04-09 12:10:37 +02:00
"typo3/cms-redirects" : ">=10,<=10.4.54|>=11,<=11.5.48|>=12,<=12.4.40|>=13,<=13.4.22|>=14,<=14.0.1" ,
"typo3/cms-rte-ckeditor" : ">=9.5,<9.5.42|>=10,<10.4.39|>=11,<11.5.30" ,
"typo3/cms-scheduler" : ">=11,<=11.5.41" ,
"typo3/cms-setup" : ">=9,<=9.5.50|>=10,<=10.4.49|>=11,<=11.5.43|>=12,<=12.4.30|>=13,<=13.4.11" ,
"typo3/cms-webhooks" : ">=12,<=12.4.30|>=13,<=13.4.11" ,
"typo3/cms-workspaces" : ">=9,<9.5.55|>=10,<10.4.54|>=11,<11.5.48|>=12,<12.4.37|>=13,<13.4.18" ,
"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" ,
2026-07-27 18:35:42 +02:00
"typo3/html-sanitizer" : "<2.3.2" ,
2026-04-09 12:10:37 +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-10-26 16:51:04 +02:00
"typo3/phar-stream-wrapper" : ">=1,<2.1.1|>=3,<3.1.1" ,
2026-04-09 12:10:37 +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-10-26 16:51:04 +02:00
"ua-parser/uap-php" : "<3.8" ,
2026-04-09 12:10:37 +02:00
"uasoft-indonesia/badaso" : "<=2.9.7" ,
"unisharp/laravel-filemanager" : "<2.9.1" ,
"universal-omega/dynamic-page-list3" : "<3.6.4" ,
"unopim/unopim" : "<=0.3" ,
"userfrosting/userfrosting" : ">=0.3.1,<4.6.3" ,
"usmanhalalit/pixie" : "<1.0.3|>=2,<2.0.2" ,
"uvdesk/community-skeleton" : "<=1.1.1" ,
"uvdesk/core-framework" : "<=1.1.1" ,
"vanilla/safecurl" : "<0.9.2" ,
"verbb/comments" : "<1.5.5" ,
2026-07-27 18:35:42 +02:00
"verbb/formie" : "<3.1.28" ,
2026-04-09 12:10:37 +02:00
"verbb/image-resizer" : "<2.0.9" ,
"verbb/knock-knock" : "<1.2.8" ,
"verot/class.upload.php" : "<=2.1.6" ,
"vertexvaar/falsftp" : "<0.2.6" ,
"villagedefrance/opencart-overclocked" : "<=1.11.1" ,
"vova07/yii2-fileapi-widget" : "<0.1.9" ,
"vrana/adminer" : "<5.4.2" ,
"vufind/vufind" : ">=2,<9.1.1" ,
"waldhacker/hcaptcha" : "<2.1.2" ,
2019-10-26 16:51:04 +02:00
"wallabag/tcpdf" : "<6.2.22" ,
2026-04-09 12:10:37 +02:00
"wallabag/wallabag" : "<2.6.11" ,
"wanglelecc/laracms" : "<=1.0.3" ,
"wapplersystems/a21glossary" : "<=0.4.10" ,
2026-06-01 22:36:19 +02:00
"web-auth/webauthn-framework" : ">=3.3,<3.3.4|>=4.5,<4.9|>=5.2,<5.2.4|>=5.3,<5.3.1" ,
2026-07-27 18:35:42 +02:00
"web-auth/webauthn-lib" : ">=4.5,<5.3.5" ,
"web-auth/webauthn-symfony-bundle" : "<5.3.4" ,
2026-04-09 12:10:37 +02:00
"web-feet/coastercms" : "==5.5" ,
2026-07-27 18:35:42 +02:00
"web-token/jwt-bundle" : "<3.4.10|>=4,<4.0.7|>=4.1,<4.1.7" ,
"web-token/jwt-experimental" : "<4.1.7" ,
"web-token/jwt-framework" : "<4.1.7" ,
"web-token/jwt-library" : "<3.4.10|>=4,<4.0.7|>=4.1,<4.1.7" ,
2026-04-09 12:10:37 +02:00
"web-tp3/wec_map" : "<3.0.3" ,
"webbuilders-group/silverstripe-kapost-bridge" : "<0.4" ,
"webcoast/deferred-image-processing" : "<1.0.2" ,
"webklex/laravel-imap" : "<5.3" ,
"webklex/php-imap" : "<5.3" ,
2026-06-01 22:36:19 +02:00
"webonyx/graphql-php" : "<=15.32.2" ,
2026-04-09 12:10:37 +02:00
"webpa/webpa" : "<3.1.2" ,
"webreinvent/vaahcms" : "<=2.3.1" ,
"wikibase/wikibase" : "<=1.39.3" ,
"wikimedia/parsoid" : "<0.12.2" ,
2019-10-26 16:51:04 +02:00
"willdurand/js-translation-bundle" : "<2.1.1" ,
2026-04-09 12:10:37 +02:00
"winter/wn-backend-module" : "<1.2.12" ,
"winter/wn-cms-module" : "<=1.2.9" ,
"winter/wn-dusk-plugin" : "<2.1" ,
"winter/wn-system-module" : "<1.2.4" ,
"wintercms/winter" : "<=1.2.3" ,
"wireui/wireui" : "<1.19.3|>=2,<2.1.3" ,
2026-07-27 18:35:42 +02:00
"wnx/laravel-backup-restore" : "<=1.9.3" ,
2026-04-09 12:10:37 +02:00
"woocommerce/woocommerce" : "<6.6|>=8.8,<8.8.5|>=8.9,<8.9.3" ,
"wp-cli/wp-cli" : ">=0.12,<2.5" ,
"wp-graphql/wp-graphql" : "<=1.14.5" ,
"wp-premium/gravityforms" : "<2.4.21" ,
"wpanel/wpanel4-cms" : "<=4.3.1" ,
"wpcloud/wp-stateless" : "<3.2" ,
"wpglobus/wpglobus" : "<=1.9.6" ,
"wpmetabox/meta-box" : "<5.11.2" ,
2026-04-19 22:09:03 +02:00
"wwbn/avideo" : "<=29" ,
2026-04-09 12:10:37 +02:00
"xataface/xataface" : "<3" ,
"xpressengine/xpressengine" : "<3.0.15" ,
"yab/quarx" : "<2.4.5" ,
"yansongda/pay" : "<=3.7.19" ,
2026-07-27 18:35:42 +02:00
"yeswiki/yeswiki" : "<4.6.6" ,
2026-04-09 12:10:37 +02:00
"yetiforce/yetiforce-crm" : "<6.5" ,
"yidashi/yii2cmf" : "<=2" ,
"yii2mod/yii2-cms" : "<1.9.2" ,
"yiisoft/yii" : "<1.1.31" ,
2026-06-01 22:36:19 +02:00
"yiisoft/yii2" : "<2.0.55" ,
2026-04-09 12:10:37 +02:00
"yiisoft/yii2-authclient" : "<2.2.15" ,
2019-10-26 16:51:04 +02:00
"yiisoft/yii2-bootstrap" : "<2.0.4" ,
2026-04-09 12:10:37 +02:00
"yiisoft/yii2-dev" : "<=2.0.45" ,
2019-10-26 16:51:04 +02:00
"yiisoft/yii2-elasticsearch" : "<2.0.5" ,
2026-04-09 12:10:37 +02:00
"yiisoft/yii2-gii" : "<=2.2.4" ,
2019-10-26 16:51:04 +02:00
"yiisoft/yii2-jui" : "<2.0.4" ,
2026-04-09 12:10:37 +02:00
"yiisoft/yii2-redis" : "<2.0.20" ,
"yikesinc/yikes-inc-easy-mailchimp-extender" : "<6.8.6" ,
"yoast-seo-for-typo3/yoast_seo" : "<7.2.3" ,
"yoast/duplicate-post" : "<=4.5" ,
"yourls/yourls" : "<=1.10.2" ,
"yuan1994/tpadmin" : "<=1.3.12" ,
"yungifez/skuul" : "<=2.6.5" ,
"z-push/z-push-dev" : "<2.7.6" ,
"zencart/zencart" : "<=1.5.7.0-beta" ,
"zendesk/zendesk_api_client_php" : "<2.2.11" ,
2019-10-26 16:51:04 +02: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" ,
2026-04-09 12:10:37 +02:00
"zendframework/zend-db" : "<2.2.10|>=2.3,<2.3.5" ,
2019-10-26 16:51:04 +02:00
"zendframework/zend-developer-tools" : ">=1.2.2,<1.2.3" ,
2026-04-09 12:10:37 +02:00
"zendframework/zend-diactoros" : "<1.8.4" ,
"zendframework/zend-feed" : "<2.10.3" ,
2019-10-26 16:51:04 +02:00
"zendframework/zend-form" : ">=2,<2.2.7|>=2.3,<2.3.1" ,
2026-04-09 12:10:37 +02:00
"zendframework/zend-http" : "<2.8.1" ,
2019-10-26 16:51:04 +02: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" ,
2026-04-09 12:10:37 +02:00
"zendframework/zend-mail" : "<2.4.11|>=2.5,<2.7.2" ,
2019-10-26 16:51:04 +02:00
"zendframework/zend-navigation" : ">=2,<2.2.7|>=2.3,<2.3.1" ,
2026-04-09 12:10:37 +02:00
"zendframework/zend-session" : ">=2,<2.2.9|>=2.3,<2.3.4" ,
2019-10-26 16:51:04 +02:00
"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" ,
2026-04-09 12:10:37 +02:00
"zendframework/zendframework" : "<=3" ,
2019-10-26 16:51:04 +02:00
"zendframework/zendframework1" : "<1.12.20" ,
2026-04-09 12:10:37 +02:00
"zendframework/zendopenid" : "<2.0.2" ,
"zendframework/zendrest" : "<2.0.2" ,
"zendframework/zendservice-amazon" : "<2.0.3" ,
"zendframework/zendservice-api" : "<1" ,
"zendframework/zendservice-audioscrobbler" : "<2.0.2" ,
"zendframework/zendservice-nirvanix" : "<2.0.2" ,
"zendframework/zendservice-slideshare" : "<2.0.2" ,
"zendframework/zendservice-technorati" : "<2.0.2" ,
"zendframework/zendservice-windowsazure" : "<2.0.2" ,
2019-10-26 16:51:04 +02:00
"zendframework/zendxml" : ">=1,<1.0.1" ,
2026-04-09 12:10:37 +02:00
"zenstruck/collection" : "<0.2.1" ,
2019-10-26 16:51:04 +02:00
"zetacomponents/mail" : "<1.8.2" ,
"zf-commons/zfc-user" : "<1.2.2" ,
"zfcampus/zf-apigility-doctrine" : ">=1,<1.0.3" ,
2026-04-09 12:10:37 +02:00
"zfr/zfr-oauth2-server-module" : "<0.1.2" ,
"zoujingli/thinkadmin" : "<=6.1.53" ,
"zumba/json-serializer" : "<3.2.3"
2019-10-26 16:51:04 +02:00
},
2026-04-21 17:56:04 +02:00
"type" : "metapackage" ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Marco Pivetta" ,
"email" : "ocramius@gmail.com" ,
"role" : "maintainer"
},
{
"name" : "Ilya Tribusean" ,
"email" : "slash3b@gmail.com" ,
"role" : "maintainer"
}
],
"description" : "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it" ,
"keywords" : [
"dev"
],
"support" : {
"issues" : "https://github.com/Roave/SecurityAdvisories/issues" ,
"source" : "https://github.com/Roave/SecurityAdvisories/tree/latest"
},
"funding" : [
{
"url" : "https://github.com/Ocramius" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/roave/security-advisories" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-07-24T23:00:42+00:00"
2026-04-21 17:56:04 +02:00
},
{
"name" : "sebastian/cli-parser" ,
"version" : "5.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/cli-parser.git" ,
"reference" : "48a4654fa5e48c1c81214e9930048a572d4b23ca"
},
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/48a4654fa5e48c1c81214e9930048a572d4b23ca" ,
"reference" : "48a4654fa5e48c1c81214e9930048a572d4b23ca" ,
"shasum" : ""
},
"require" : {
"php" : ">=8.4"
},
"require-dev" : {
"phpunit/phpunit" : "^13.0"
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "5.0-dev"
}
},
"autoload" : {
"classmap" : [
"src/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
],
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de" ,
"role" : "lead"
}
],
"description" : "Library for parsing CLI options" ,
"homepage" : "https://github.com/sebastianbergmann/cli-parser" ,
"support" : {
"issues" : "https://github.com/sebastianbergmann/cli-parser/issues" ,
"security" : "https://github.com/sebastianbergmann/cli-parser/security/policy" ,
"source" : "https://github.com/sebastianbergmann/cli-parser/tree/5.0.0"
},
"funding" : [
{
"url" : "https://github.com/sebastianbergmann" ,
"type" : "github"
},
{
"url" : "https://liberapay.com/sebastianbergmann" ,
"type" : "liberapay"
},
{
"url" : "https://thanks.dev/u/gh/sebastianbergmann" ,
"type" : "thanks_dev"
},
{
"url" : "https://tidelift.com/funding/github/packagist/sebastian/cli-parser" ,
"type" : "tidelift"
}
],
"time" : "2026-02-06T04:39:44+00:00"
},
{
"name" : "sebastian/comparator" ,
2026-07-27 18:35:42 +02:00
"version" : "8.3.0" ,
2026-04-21 17:56:04 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/comparator.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "c025fc7604afab3f195fab7cdaf72327331af241"
2026-04-21 17:56:04 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/sebastianbergmann/comparator/zipball/c025fc7604afab3f195fab7cdaf72327331af241" ,
"reference" : "c025fc7604afab3f195fab7cdaf72327331af241" ,
2026-04-21 17:56:04 +02:00
"shasum" : ""
},
"require" : {
"ext-dom" : "*" ,
"ext-mbstring" : "*" ,
"php" : ">=8.4" ,
2026-07-27 18:35:42 +02:00
"sebastian/diff" : "^9.0" ,
"sebastian/exporter" : "^8.1.0"
2026-04-21 17:56:04 +02:00
},
"require-dev" : {
2026-07-27 18:35:42 +02:00
"phpunit/phpunit" : "^13.2"
2026-04-21 17:56:04 +02:00
},
"suggest" : {
"ext-bcmath" : "For comparing BcMath\\Number objects"
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
2026-07-27 18:35:42 +02:00
"dev-main" : "8.3-dev"
2026-04-21 17:56:04 +02:00
}
},
"autoload" : {
"classmap" : [
"src/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
],
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de"
},
{
"name" : "Jeff Welch" ,
"email" : "whatthejeff@gmail.com"
},
{
"name" : "Volker Dusch" ,
"email" : "github@wallbash.com"
},
{
"name" : "Bernhard Schussek" ,
"email" : "bschussek@2bepublished.at"
}
],
"description" : "Provides the functionality to compare PHP values for equality" ,
"homepage" : "https://github.com/sebastianbergmann/comparator" ,
"keywords" : [
"comparator" ,
"compare" ,
"equality"
],
"support" : {
"issues" : "https://github.com/sebastianbergmann/comparator/issues" ,
"security" : "https://github.com/sebastianbergmann/comparator/security/policy" ,
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/sebastianbergmann/comparator/tree/8.3.0"
2026-04-21 17:56:04 +02:00
},
"funding" : [
{
"url" : "https://github.com/sebastianbergmann" ,
"type" : "github"
},
{
"url" : "https://liberapay.com/sebastianbergmann" ,
"type" : "liberapay"
},
{
"url" : "https://thanks.dev/u/gh/sebastianbergmann" ,
"type" : "thanks_dev"
},
{
"url" : "https://tidelift.com/funding/github/packagist/sebastian/comparator" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-06-05T03:06:45+00:00"
2026-04-21 17:56:04 +02:00
},
{
"name" : "sebastian/complexity" ,
"version" : "6.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/complexity.git" ,
"reference" : "c5651c795c98093480df79350cb050813fc7a2f3"
},
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/sebastianbergmann/complexity/zipball/c5651c795c98093480df79350cb050813fc7a2f3" ,
"reference" : "c5651c795c98093480df79350cb050813fc7a2f3" ,
"shasum" : ""
},
"require" : {
"nikic/php-parser" : "^5.0" ,
"php" : ">=8.4"
},
"require-dev" : {
"phpunit/phpunit" : "^13.0"
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "6.0-dev"
}
},
"autoload" : {
"classmap" : [
"src/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
],
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de" ,
"role" : "lead"
}
],
"description" : "Library for calculating the complexity of PHP code units" ,
"homepage" : "https://github.com/sebastianbergmann/complexity" ,
"support" : {
"issues" : "https://github.com/sebastianbergmann/complexity/issues" ,
"security" : "https://github.com/sebastianbergmann/complexity/security/policy" ,
"source" : "https://github.com/sebastianbergmann/complexity/tree/6.0.0"
},
"funding" : [
{
"url" : "https://github.com/sebastianbergmann" ,
"type" : "github"
},
{
"url" : "https://liberapay.com/sebastianbergmann" ,
"type" : "liberapay"
},
{
"url" : "https://thanks.dev/u/gh/sebastianbergmann" ,
"type" : "thanks_dev"
},
{
"url" : "https://tidelift.com/funding/github/packagist/sebastian/complexity" ,
"type" : "tidelift"
}
],
"time" : "2026-02-06T04:41:32+00:00"
},
{
"name" : "sebastian/diff" ,
2026-07-27 18:35:42 +02:00
"version" : "9.0.0" ,
2026-04-21 17:56:04 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/diff.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "a3fb6a298a265ff487a91bbea46e03cd01dbb226"
2026-04-21 17:56:04 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/sebastianbergmann/diff/zipball/a3fb6a298a265ff487a91bbea46e03cd01dbb226" ,
"reference" : "a3fb6a298a265ff487a91bbea46e03cd01dbb226" ,
2026-04-21 17:56:04 +02:00
"shasum" : ""
},
"require" : {
"php" : ">=8.4"
},
"require-dev" : {
2026-07-27 18:35:42 +02:00
"phpunit/phpunit" : "^13.2" ,
"symfony/process" : "^7.4.13"
2026-04-21 17:56:04 +02:00
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
2026-07-27 18:35:42 +02:00
"dev-main" : "9.0-dev"
2026-04-21 17:56:04 +02:00
}
},
"autoload" : {
"classmap" : [
"src/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
],
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de"
},
{
"name" : "Kore Nordmann" ,
"email" : "mail@kore-nordmann.de"
}
],
"description" : "Diff implementation" ,
"homepage" : "https://github.com/sebastianbergmann/diff" ,
"keywords" : [
"diff" ,
"udiff" ,
"unidiff" ,
"unified diff"
],
"support" : {
"issues" : "https://github.com/sebastianbergmann/diff/issues" ,
"security" : "https://github.com/sebastianbergmann/diff/security/policy" ,
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/sebastianbergmann/diff/tree/9.0.0"
2026-04-21 17:56:04 +02:00
},
"funding" : [
{
"url" : "https://github.com/sebastianbergmann" ,
"type" : "github"
},
{
"url" : "https://liberapay.com/sebastianbergmann" ,
"type" : "liberapay"
},
{
"url" : "https://thanks.dev/u/gh/sebastianbergmann" ,
"type" : "thanks_dev"
},
{
"url" : "https://tidelift.com/funding/github/packagist/sebastian/diff" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-06-05T03:04:51+00:00"
2026-04-21 17:56:04 +02:00
},
{
"name" : "sebastian/environment" ,
2026-06-01 22:36:19 +02:00
"version" : "9.3.2" ,
2026-04-21 17:56:04 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/environment.git" ,
2026-06-01 22:36:19 +02:00
"reference" : "6c9e487c9eb706a8d258102a1c0b0a3e53e86c2e"
2026-04-21 17:56:04 +02:00
},
"dist" : {
"type" : "zip" ,
2026-06-01 22:36:19 +02:00
"url" : "https://api.github.com/repos/sebastianbergmann/environment/zipball/6c9e487c9eb706a8d258102a1c0b0a3e53e86c2e" ,
"reference" : "6c9e487c9eb706a8d258102a1c0b0a3e53e86c2e" ,
2026-04-21 17:56:04 +02:00
"shasum" : ""
},
"require" : {
"php" : ">=8.4"
},
"require-dev" : {
2026-06-01 22:36:19 +02:00
"phpunit/phpunit" : "^13.1.11"
2026-04-21 17:56:04 +02:00
},
"suggest" : {
"ext-posix" : "*"
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "9.3-dev"
}
},
"autoload" : {
"classmap" : [
"src/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
],
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de"
}
],
"description" : "Provides functionality to handle HHVM/PHP environments" ,
"homepage" : "https://github.com/sebastianbergmann/environment" ,
"keywords" : [
"Xdebug" ,
"environment" ,
"hhvm"
],
"support" : {
"issues" : "https://github.com/sebastianbergmann/environment/issues" ,
"security" : "https://github.com/sebastianbergmann/environment/security/policy" ,
2026-06-01 22:36:19 +02:00
"source" : "https://github.com/sebastianbergmann/environment/tree/9.3.2"
2026-04-21 17:56:04 +02:00
},
"funding" : [
{
"url" : "https://github.com/sebastianbergmann" ,
"type" : "github"
},
{
"url" : "https://liberapay.com/sebastianbergmann" ,
"type" : "liberapay"
},
{
"url" : "https://thanks.dev/u/gh/sebastianbergmann" ,
"type" : "thanks_dev"
},
{
"url" : "https://tidelift.com/funding/github/packagist/sebastian/environment" ,
"type" : "tidelift"
}
],
2026-06-01 22:36:19 +02:00
"time" : "2026-05-25T13:41:38+00:00"
2026-04-21 17:56:04 +02:00
},
{
"name" : "sebastian/exporter" ,
2026-07-27 18:35:42 +02:00
"version" : "8.1.1" ,
2026-04-21 17:56:04 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/exporter.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "cfaa77c750dcad6f44c9bac8f62ac486e1c82c26"
2026-04-21 17:56:04 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/sebastianbergmann/exporter/zipball/cfaa77c750dcad6f44c9bac8f62ac486e1c82c26" ,
"reference" : "cfaa77c750dcad6f44c9bac8f62ac486e1c82c26" ,
2026-04-21 17:56:04 +02:00
"shasum" : ""
},
"require" : {
"ext-mbstring" : "*" ,
"php" : ">=8.4" ,
"sebastian/recursion-context" : "^8.0"
},
"require-dev" : {
2026-07-27 18:35:42 +02:00
"phpunit/phpunit" : "^13.2.4"
2026-04-21 17:56:04 +02:00
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
2026-06-01 22:36:19 +02:00
"dev-main" : "8.1-dev"
2026-04-21 17:56:04 +02:00
}
},
"autoload" : {
"classmap" : [
"src/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
],
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de"
},
{
"name" : "Jeff Welch" ,
"email" : "whatthejeff@gmail.com"
},
{
"name" : "Volker Dusch" ,
"email" : "github@wallbash.com"
},
{
"name" : "Adam Harvey" ,
"email" : "aharvey@php.net"
},
{
"name" : "Bernhard Schussek" ,
"email" : "bschussek@gmail.com"
}
],
"description" : "Provides the functionality to export PHP variables for visualization" ,
"homepage" : "https://www.github.com/sebastianbergmann/exporter" ,
"keywords" : [
"export" ,
"exporter"
],
"support" : {
"issues" : "https://github.com/sebastianbergmann/exporter/issues" ,
"security" : "https://github.com/sebastianbergmann/exporter/security/policy" ,
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/sebastianbergmann/exporter/tree/8.1.1"
2026-04-21 17:56:04 +02:00
},
"funding" : [
{
"url" : "https://github.com/sebastianbergmann" ,
"type" : "github"
},
{
"url" : "https://liberapay.com/sebastianbergmann" ,
"type" : "liberapay"
},
{
"url" : "https://thanks.dev/u/gh/sebastianbergmann" ,
"type" : "thanks_dev"
},
{
"url" : "https://tidelift.com/funding/github/packagist/sebastian/exporter" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-07-13T11:35:11+00:00"
},
{
"name" : "sebastian/file-filter" ,
"version" : "1.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/file-filter.git" ,
"reference" : "33a26f394330f6faa7684bb9cc73afb7727aae93"
},
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/sebastianbergmann/file-filter/zipball/33a26f394330f6faa7684bb9cc73afb7727aae93" ,
"reference" : "33a26f394330f6faa7684bb9cc73afb7727aae93" ,
"shasum" : ""
},
"require" : {
"php" : ">=8.4"
},
"require-dev" : {
"phpunit/phpunit" : "^13.0"
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "1.0-dev"
}
},
"autoload" : {
"classmap" : [
"src/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
],
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de" ,
"role" : "lead"
}
],
"description" : "Library for filtering files" ,
"homepage" : "https://github.com/sebastianbergmann/file-filter" ,
"support" : {
"issues" : "https://github.com/sebastianbergmann/file-filter/issues" ,
"security" : "https://github.com/sebastianbergmann/file-filter/security/policy" ,
"source" : "https://github.com/sebastianbergmann/file-filter/tree/1.0.0"
},
"funding" : [
{
"url" : "https://github.com/sebastianbergmann" ,
"type" : "github"
},
{
"url" : "https://liberapay.com/sebastianbergmann" ,
"type" : "liberapay"
},
{
"url" : "https://thanks.dev/u/gh/sebastianbergmann" ,
"type" : "thanks_dev"
},
{
"url" : "https://tidelift.com/funding/github/packagist/sebastian/file-filter" ,
"type" : "tidelift"
}
],
"time" : "2026-04-22T07:20:04+00:00"
2026-04-21 17:56:04 +02:00
},
{
"name" : "sebastian/git-state" ,
"version" : "1.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/git-state.git" ,
"reference" : "792a952e0eba55b6960a48aeceb9f371aad1f76b"
},
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/sebastianbergmann/git-state/zipball/792a952e0eba55b6960a48aeceb9f371aad1f76b" ,
"reference" : "792a952e0eba55b6960a48aeceb9f371aad1f76b" ,
"shasum" : ""
},
"require" : {
"php" : ">=8.4"
},
"require-dev" : {
"phpunit/phpunit" : "^13.0"
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "1.0-dev"
}
},
"autoload" : {
"classmap" : [
"src/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
],
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de" ,
"role" : "lead"
}
],
"description" : "Library for describing the state of a Git checkout" ,
"homepage" : "https://github.com/sebastianbergmann/git-state" ,
"support" : {
"issues" : "https://github.com/sebastianbergmann/git-state/issues" ,
"security" : "https://github.com/sebastianbergmann/git-state/security/policy" ,
"source" : "https://github.com/sebastianbergmann/git-state/tree/1.0.0"
},
"funding" : [
{
"url" : "https://github.com/sebastianbergmann" ,
"type" : "github"
},
{
"url" : "https://liberapay.com/sebastianbergmann" ,
"type" : "liberapay"
},
{
"url" : "https://thanks.dev/u/gh/sebastianbergmann" ,
"type" : "thanks_dev"
},
{
"url" : "https://tidelift.com/funding/github/packagist/sebastian/git-state" ,
"type" : "tidelift"
}
],
"time" : "2026-03-21T12:54:28+00:00"
},
{
"name" : "sebastian/global-state" ,
2026-06-01 22:36:19 +02:00
"version" : "9.0.1" ,
2026-04-21 17:56:04 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/global-state.git" ,
2026-06-01 22:36:19 +02:00
"reference" : "ba68ba79da690cf7eddefd3ce5b78b20b9ba9945"
2026-04-21 17:56:04 +02:00
},
"dist" : {
"type" : "zip" ,
2026-06-01 22:36:19 +02:00
"url" : "https://api.github.com/repos/sebastianbergmann/global-state/zipball/ba68ba79da690cf7eddefd3ce5b78b20b9ba9945" ,
"reference" : "ba68ba79da690cf7eddefd3ce5b78b20b9ba9945" ,
2026-04-21 17:56:04 +02:00
"shasum" : ""
},
"require" : {
"php" : ">=8.4" ,
"sebastian/object-reflector" : "^6.0" ,
"sebastian/recursion-context" : "^8.0"
},
"require-dev" : {
"ext-dom" : "*" ,
2026-06-01 22:36:19 +02:00
"phpunit/phpunit" : "^13.1.13"
2026-04-21 17:56:04 +02:00
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "9.0-dev"
}
},
"autoload" : {
"classmap" : [
"src/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
],
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de"
}
],
"description" : "Snapshotting of global state" ,
"homepage" : "https://www.github.com/sebastianbergmann/global-state" ,
"keywords" : [
"global state"
],
"support" : {
"issues" : "https://github.com/sebastianbergmann/global-state/issues" ,
"security" : "https://github.com/sebastianbergmann/global-state/security/policy" ,
2026-06-01 22:36:19 +02:00
"source" : "https://github.com/sebastianbergmann/global-state/tree/9.0.1"
2026-04-21 17:56:04 +02:00
},
"funding" : [
{
"url" : "https://github.com/sebastianbergmann" ,
"type" : "github"
},
{
"url" : "https://liberapay.com/sebastianbergmann" ,
"type" : "liberapay"
},
{
"url" : "https://thanks.dev/u/gh/sebastianbergmann" ,
"type" : "thanks_dev"
},
{
"url" : "https://tidelift.com/funding/github/packagist/sebastian/global-state" ,
"type" : "tidelift"
}
],
2026-06-01 22:36:19 +02:00
"time" : "2026-06-01T15:11:33+00:00"
2026-04-21 17:56:04 +02:00
},
{
"name" : "sebastian/lines-of-code" ,
2026-07-27 18:35:42 +02:00
"version" : "5.0.2" ,
2026-04-21 17:56:04 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/lines-of-code.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "d1b6f8fce682505dbd048977f1abedf1b8ad3ff8"
2026-04-21 17:56:04 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/d1b6f8fce682505dbd048977f1abedf1b8ad3ff8" ,
"reference" : "d1b6f8fce682505dbd048977f1abedf1b8ad3ff8" ,
2026-04-21 17:56:04 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"nikic/php-parser" : "^5.8.0" ,
2026-04-21 17:56:04 +02:00
"php" : ">=8.4"
},
"require-dev" : {
2026-07-27 18:35:42 +02:00
"phpunit/phpunit" : "^13.2.4"
2026-04-21 17:56:04 +02:00
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "5.0-dev"
}
},
"autoload" : {
"classmap" : [
"src/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
],
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de" ,
"role" : "lead"
}
],
"description" : "Library for counting the lines of code in PHP source code" ,
"homepage" : "https://github.com/sebastianbergmann/lines-of-code" ,
"support" : {
"issues" : "https://github.com/sebastianbergmann/lines-of-code/issues" ,
"security" : "https://github.com/sebastianbergmann/lines-of-code/security/policy" ,
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/sebastianbergmann/lines-of-code/tree/5.0.2"
2026-04-21 17:56:04 +02:00
},
"funding" : [
{
"url" : "https://github.com/sebastianbergmann" ,
"type" : "github"
},
{
"url" : "https://liberapay.com/sebastianbergmann" ,
"type" : "liberapay"
},
{
"url" : "https://thanks.dev/u/gh/sebastianbergmann" ,
"type" : "thanks_dev"
},
{
"url" : "https://tidelift.com/funding/github/packagist/sebastian/lines-of-code" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-07-09T08:42:34+00:00"
2026-04-21 17:56:04 +02:00
},
{
"name" : "sebastian/object-enumerator" ,
"version" : "8.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/object-enumerator.git" ,
"reference" : "b39ab125fd9a7434b0ecbc4202eebce11a98cfc5"
},
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/b39ab125fd9a7434b0ecbc4202eebce11a98cfc5" ,
"reference" : "b39ab125fd9a7434b0ecbc4202eebce11a98cfc5" ,
"shasum" : ""
},
"require" : {
"php" : ">=8.4" ,
"sebastian/object-reflector" : "^6.0" ,
"sebastian/recursion-context" : "^8.0"
},
"require-dev" : {
"phpunit/phpunit" : "^13.0"
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "8.0-dev"
}
},
"autoload" : {
"classmap" : [
"src/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
],
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de"
}
],
"description" : "Traverses array structures and object graphs to enumerate all referenced objects" ,
"homepage" : "https://github.com/sebastianbergmann/object-enumerator/" ,
"support" : {
"issues" : "https://github.com/sebastianbergmann/object-enumerator/issues" ,
"security" : "https://github.com/sebastianbergmann/object-enumerator/security/policy" ,
"source" : "https://github.com/sebastianbergmann/object-enumerator/tree/8.0.0"
},
"funding" : [
{
"url" : "https://github.com/sebastianbergmann" ,
"type" : "github"
},
{
"url" : "https://liberapay.com/sebastianbergmann" ,
"type" : "liberapay"
},
{
"url" : "https://thanks.dev/u/gh/sebastianbergmann" ,
"type" : "thanks_dev"
},
{
"url" : "https://tidelift.com/funding/github/packagist/sebastian/object-enumerator" ,
"type" : "tidelift"
}
],
"time" : "2026-02-06T04:46:36+00:00"
},
{
"name" : "sebastian/object-reflector" ,
"version" : "6.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/object-reflector.git" ,
"reference" : "3ca042c2c60b0eab094f8a1b6a7093f4d4c72200"
},
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/3ca042c2c60b0eab094f8a1b6a7093f4d4c72200" ,
"reference" : "3ca042c2c60b0eab094f8a1b6a7093f4d4c72200" ,
"shasum" : ""
},
"require" : {
"php" : ">=8.4"
},
"require-dev" : {
"phpunit/phpunit" : "^13.0"
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "6.0-dev"
}
},
"autoload" : {
"classmap" : [
"src/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
],
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de"
}
],
"description" : "Allows reflection of object attributes, including inherited and non-public ones" ,
"homepage" : "https://github.com/sebastianbergmann/object-reflector/" ,
"support" : {
"issues" : "https://github.com/sebastianbergmann/object-reflector/issues" ,
"security" : "https://github.com/sebastianbergmann/object-reflector/security/policy" ,
"source" : "https://github.com/sebastianbergmann/object-reflector/tree/6.0.0"
},
"funding" : [
{
"url" : "https://github.com/sebastianbergmann" ,
"type" : "github"
},
{
"url" : "https://liberapay.com/sebastianbergmann" ,
"type" : "liberapay"
},
{
"url" : "https://thanks.dev/u/gh/sebastianbergmann" ,
"type" : "thanks_dev"
},
{
"url" : "https://tidelift.com/funding/github/packagist/sebastian/object-reflector" ,
"type" : "tidelift"
}
],
"time" : "2026-02-06T04:47:13+00:00"
},
{
"name" : "sebastian/recursion-context" ,
"version" : "8.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/recursion-context.git" ,
"reference" : "74c5af21f6a5833e91767ca068c4d3dfec15317e"
},
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/74c5af21f6a5833e91767ca068c4d3dfec15317e" ,
"reference" : "74c5af21f6a5833e91767ca068c4d3dfec15317e" ,
"shasum" : ""
},
"require" : {
"php" : ">=8.4"
},
"require-dev" : {
"phpunit/phpunit" : "^13.0"
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "8.0-dev"
}
},
"autoload" : {
"classmap" : [
"src/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
],
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de"
},
{
"name" : "Jeff Welch" ,
"email" : "whatthejeff@gmail.com"
},
{
"name" : "Adam Harvey" ,
"email" : "aharvey@php.net"
}
],
"description" : "Provides functionality to recursively process PHP variables" ,
"homepage" : "https://github.com/sebastianbergmann/recursion-context" ,
"support" : {
"issues" : "https://github.com/sebastianbergmann/recursion-context/issues" ,
"security" : "https://github.com/sebastianbergmann/recursion-context/security/policy" ,
"source" : "https://github.com/sebastianbergmann/recursion-context/tree/8.0.0"
},
"funding" : [
{
"url" : "https://github.com/sebastianbergmann" ,
"type" : "github"
},
{
"url" : "https://liberapay.com/sebastianbergmann" ,
"type" : "liberapay"
},
{
"url" : "https://thanks.dev/u/gh/sebastianbergmann" ,
"type" : "thanks_dev"
},
{
"url" : "https://tidelift.com/funding/github/packagist/sebastian/recursion-context" ,
"type" : "tidelift"
}
],
"time" : "2026-02-06T04:51:28+00:00"
},
{
"name" : "sebastian/type" ,
2026-06-01 22:36:19 +02:00
"version" : "7.0.1" ,
2026-04-21 17:56:04 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/type.git" ,
2026-06-01 22:36:19 +02:00
"reference" : "fee0309275847fefd7636167085e379c1dbf6990"
2026-04-21 17:56:04 +02:00
},
"dist" : {
"type" : "zip" ,
2026-06-01 22:36:19 +02:00
"url" : "https://api.github.com/repos/sebastianbergmann/type/zipball/fee0309275847fefd7636167085e379c1dbf6990" ,
"reference" : "fee0309275847fefd7636167085e379c1dbf6990" ,
2026-04-21 17:56:04 +02:00
"shasum" : ""
},
"require" : {
"php" : ">=8.4"
},
"require-dev" : {
2026-06-01 22:36:19 +02:00
"phpunit/phpunit" : "^13.1.10"
2026-04-21 17:56:04 +02:00
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "7.0-dev"
}
},
"autoload" : {
"classmap" : [
"src/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
],
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de" ,
"role" : "lead"
}
],
"description" : "Collection of value objects that represent the types of the PHP type system" ,
"homepage" : "https://github.com/sebastianbergmann/type" ,
"support" : {
"issues" : "https://github.com/sebastianbergmann/type/issues" ,
"security" : "https://github.com/sebastianbergmann/type/security/policy" ,
2026-06-01 22:36:19 +02:00
"source" : "https://github.com/sebastianbergmann/type/tree/7.0.1"
2026-04-21 17:56:04 +02:00
},
"funding" : [
{
"url" : "https://github.com/sebastianbergmann" ,
"type" : "github"
},
{
"url" : "https://liberapay.com/sebastianbergmann" ,
"type" : "liberapay"
},
{
"url" : "https://thanks.dev/u/gh/sebastianbergmann" ,
"type" : "thanks_dev"
},
{
"url" : "https://tidelift.com/funding/github/packagist/sebastian/type" ,
"type" : "tidelift"
}
],
2026-06-01 22:36:19 +02:00
"time" : "2026-05-20T06:49:11+00:00"
2026-04-21 17:56:04 +02:00
},
{
"name" : "sebastian/version" ,
"version" : "7.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/version.git" ,
"reference" : "ad37a5552c8e2b88572249fdc19b6da7792e021b"
},
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/sebastianbergmann/version/zipball/ad37a5552c8e2b88572249fdc19b6da7792e021b" ,
"reference" : "ad37a5552c8e2b88572249fdc19b6da7792e021b" ,
"shasum" : ""
},
"require" : {
"php" : ">=8.4"
},
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "7.0-dev"
}
},
"autoload" : {
"classmap" : [
"src/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
],
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de" ,
"role" : "lead"
}
],
"description" : "Library that helps with managing the version number of Git-hosted PHP projects" ,
"homepage" : "https://github.com/sebastianbergmann/version" ,
"support" : {
"issues" : "https://github.com/sebastianbergmann/version/issues" ,
"security" : "https://github.com/sebastianbergmann/version/security/policy" ,
"source" : "https://github.com/sebastianbergmann/version/tree/7.0.0"
},
"funding" : [
{
"url" : "https://github.com/sebastianbergmann" ,
"type" : "github"
},
{
"url" : "https://liberapay.com/sebastianbergmann" ,
"type" : "liberapay"
},
{
"url" : "https://thanks.dev/u/gh/sebastianbergmann" ,
"type" : "thanks_dev"
},
{
"url" : "https://tidelift.com/funding/github/packagist/sebastian/version" ,
"type" : "tidelift"
}
],
"time" : "2026-02-06T04:52:52+00:00"
},
{
"name" : "staabm/side-effects-detector" ,
"version" : "1.0.5" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/staabm/side-effects-detector.git" ,
"reference" : "d8334211a140ce329c13726d4a715adbddd0a163"
},
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/staabm/side-effects-detector/zipball/d8334211a140ce329c13726d4a715adbddd0a163" ,
"reference" : "d8334211a140ce329c13726d4a715adbddd0a163" ,
"shasum" : ""
},
"require" : {
"ext-tokenizer" : "*" ,
"php" : "^7.4 || ^8.0"
},
"require-dev" : {
"phpstan/extension-installer" : "^1.4.3" ,
"phpstan/phpstan" : "^1.12.6" ,
"phpunit/phpunit" : "^9.6.21" ,
"symfony/var-dumper" : "^5.4.43" ,
"tomasvotruba/type-coverage" : "1.0.0" ,
"tomasvotruba/unused-public" : "1.0.0"
},
"type" : "library" ,
"autoload" : {
"classmap" : [
"lib/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"description" : "A static analysis tool to detect side effects in PHP code" ,
"keywords" : [
"static analysis"
],
"support" : {
"issues" : "https://github.com/staabm/side-effects-detector/issues" ,
"source" : "https://github.com/staabm/side-effects-detector/tree/1.0.5"
},
"funding" : [
{
"url" : "https://github.com/staabm" ,
"type" : "github"
}
],
"time" : "2024-10-20T05:08:20+00:00"
},
{
"name" : "symfony/browser-kit" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.1" ,
2026-04-21 17:56:04 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/browser-kit.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "f2ac86001ca9f487e8c6d0e11c8e33e6a9b8b2d5"
2026-04-21 17:56:04 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/browser-kit/zipball/f2ac86001ca9f487e8c6d0e11c8e33e6a9b8b2d5" ,
"reference" : "f2ac86001ca9f487e8c6d0e11c8e33e6a9b8b2d5" ,
2026-04-21 17:56:04 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1" ,
"symfony/dom-crawler" : "^7.4|^8.0"
2026-04-21 17:56:04 +02:00
},
"require-dev" : {
2026-07-27 18:35:42 +02:00
"symfony/css-selector" : "^7.4|^8.0" ,
"symfony/http-client" : "^7.4|^8.0" ,
"symfony/mime" : "^7.4|^8.0" ,
"symfony/process" : "^7.4|^8.0"
2026-04-21 17:56:04 +02:00
},
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Symfony\\Component\\BrowserKit\\" : ""
},
"exclude-from-classmap" : [
"/Tests/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
],
"description" : "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically" ,
"homepage" : "https://symfony.com" ,
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/browser-kit/tree/v8.1.1"
2026-04-21 17:56:04 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-06-09T10:54:51+00:00"
2026-04-21 17:56:04 +02:00
},
{
"name" : "symfony/css-selector" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.0" ,
2026-04-21 17:56:04 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/css-selector.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "dc0e2be45c9b5588c82414f02ac574b4b986abcd"
2026-04-21 17:56:04 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/css-selector/zipball/dc0e2be45c9b5588c82414f02ac574b4b986abcd" ,
"reference" : "dc0e2be45c9b5588c82414f02ac574b4b986abcd" ,
2026-04-21 17:56:04 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1"
2026-04-21 17:56:04 +02:00
},
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Symfony\\Component\\CssSelector\\" : ""
},
"exclude-from-classmap" : [
"/Tests/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
},
{
"name" : "Jean-François Simon" ,
"email" : "jeanfrancois.simon@sensiolabs.com"
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
],
"description" : "Converts CSS selectors to XPath expressions" ,
"homepage" : "https://symfony.com" ,
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/css-selector/tree/v8.1.0"
2026-04-21 17:56:04 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-05-29T05:06:50+00:00"
2026-04-21 17:56:04 +02:00
},
{
"name" : "symfony/dom-crawler" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.1" ,
2026-04-21 17:56:04 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/dom-crawler.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "1dfadd25537c8fcb6752cce5775f24647d976bdc"
2026-04-21 17:56:04 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/dom-crawler/zipball/1dfadd25537c8fcb6752cce5775f24647d976bdc" ,
"reference" : "1dfadd25537c8fcb6752cce5775f24647d976bdc" ,
2026-04-21 17:56:04 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1" ,
"symfony/polyfill-ctype" : "^1.8" ,
"symfony/polyfill-mbstring" : "^1.0"
2026-04-21 17:56:04 +02:00
},
"require-dev" : {
2026-07-27 18:35:42 +02:00
"symfony/css-selector" : "^7.4|^8.0"
2026-04-21 17:56:04 +02:00
},
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Symfony\\Component\\DomCrawler\\" : ""
},
"exclude-from-classmap" : [
"/Tests/"
]
},
2019-10-26 16:51:04 +02:00
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
2026-04-21 17:56:04 +02:00
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
2026-04-09 12:10:37 +02:00
},
{
2026-04-21 17:56:04 +02:00
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
2019-10-26 16:51:04 +02:00
}
],
2026-04-21 17:56:04 +02:00
"description" : "Eases DOM navigation for HTML and XML documents" ,
"homepage" : "https://symfony.com" ,
2026-04-09 12:10:37 +02:00
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/dom-crawler/tree/v8.1.1"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
2026-04-21 17:56:04 +02:00
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
2026-04-09 12:10:37 +02:00
"type" : "github"
},
{
2026-04-21 17:56:04 +02:00
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
2026-04-09 12:10:37 +02:00
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-06-05T06:23:12+00:00"
2019-10-26 16:51:04 +02:00
},
2016-09-22 13:56:57 +02:00
{
2019-10-26 18:07:36 +02:00
"name" : "symfony/dotenv" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.0" ,
2016-09-22 13:56:57 +02:00
"source" : {
"type" : "git" ,
2019-10-26 18:07:36 +02:00
"url" : "https://github.com/symfony/dotenv.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "7ed4e3a11e3c98235c70ded047d7ddf9e6ae854c"
2016-09-22 13:56:57 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/dotenv/zipball/7ed4e3a11e3c98235c70ded047d7ddf9e6ae854c" ,
"reference" : "7ed4e3a11e3c98235c70ded047d7ddf9e6ae854c" ,
2016-09-22 13:56:57 +02:00
"shasum" : ""
},
"require" : {
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1"
2016-09-22 13:56:57 +02:00
},
"require-dev" : {
2026-07-27 18:35:42 +02:00
"symfony/console" : "^7.4|^8.0" ,
"symfony/process" : "^7.4|^8.0"
2016-09-22 13:56:57 +02:00
},
2019-10-26 18:07:36 +02:00
"type" : "library" ,
2016-09-22 13:56:57 +02:00
"autoload" : {
"psr-4" : {
2019-10-26 18:07:36 +02:00
"Symfony\\Component\\Dotenv\\" : ""
2016-09-22 13:56:57 +02:00
},
"exclude-from-classmap" : [
"/Tests/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
2019-10-26 18:07:36 +02:00
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
2016-09-22 13:56:57 +02:00
}
],
2019-10-26 18:07:36 +02:00
"description" : "Registers environment variables from a .env file" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"dotenv" ,
"env" ,
"environment"
],
2026-04-09 12:10:37 +02:00
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/dotenv/tree/v8.1.0"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
2026-04-09 20:21:01 +02:00
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
2026-04-09 12:10:37 +02:00
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-05-29T05:06:50+00:00"
2016-09-22 13:56:57 +02:00
},
{
2019-10-26 18:07:36 +02:00
"name" : "symfony/maker-bundle" ,
2026-04-09 20:21:01 +02:00
"version" : "v1.67.0" ,
2016-09-22 13:56:57 +02:00
"source" : {
"type" : "git" ,
2019-10-26 18:07:36 +02:00
"url" : "https://github.com/symfony/maker-bundle.git" ,
2026-04-09 20:21:01 +02:00
"reference" : "6ce8b313845f16bcf385ee3cb31d8b24e30d5516"
2016-09-22 13:56:57 +02:00
},
"dist" : {
"type" : "zip" ,
2026-04-09 20:21:01 +02:00
"url" : "https://api.github.com/repos/symfony/maker-bundle/zipball/6ce8b313845f16bcf385ee3cb31d8b24e30d5516" ,
"reference" : "6ce8b313845f16bcf385ee3cb31d8b24e30d5516" ,
2016-09-22 13:56:57 +02:00
"shasum" : ""
},
"require" : {
2026-04-09 20:21:01 +02:00
"composer-runtime-api" : "^2.1" ,
2026-04-09 12:10:37 +02:00
"doctrine/inflector" : "^2.0" ,
2026-04-09 20:21:01 +02:00
"nikic/php-parser" : "^5.0" ,
"php" : ">=8.1" ,
"symfony/config" : "^6.4|^7.0|^8.0" ,
"symfony/console" : "^6.4|^7.0|^8.0" ,
"symfony/dependency-injection" : "^6.4|^7.0|^8.0" ,
2026-04-09 12:10:37 +02:00
"symfony/deprecation-contracts" : "^2.2|^3" ,
2026-04-09 20:21:01 +02:00
"symfony/filesystem" : "^6.4|^7.0|^8.0" ,
"symfony/finder" : "^6.4|^7.0|^8.0" ,
"symfony/framework-bundle" : "^6.4|^7.0|^8.0" ,
"symfony/http-kernel" : "^6.4|^7.0|^8.0" ,
"symfony/process" : "^6.4|^7.0|^8.0"
2026-04-09 12:10:37 +02:00
},
"conflict" : {
2026-04-09 20:21:01 +02:00
"doctrine/doctrine-bundle" : "<2.10" ,
"doctrine/orm" : "<2.15"
2019-10-26 18:07:36 +02:00
},
"require-dev" : {
2026-04-09 12:10:37 +02:00
"composer/semver" : "^3.0" ,
2026-04-09 20:21:01 +02:00
"doctrine/doctrine-bundle" : "^2.10|^3.0" ,
"doctrine/orm" : "^2.15|^3" ,
"doctrine/persistence" : "^3.1|^4.0" ,
"symfony/http-client" : "^6.4|^7.0|^8.0" ,
"symfony/phpunit-bridge" : "^6.4.1|^7.0|^8.0" ,
"symfony/security-core" : "^6.4|^7.0|^8.0" ,
"symfony/security-http" : "^6.4|^7.0|^8.0" ,
"symfony/yaml" : "^6.4|^7.0|^8.0" ,
"twig/twig" : "^3.0|^4.x-dev"
2019-10-26 18:07:36 +02:00
},
"type" : "symfony-bundle" ,
"extra" : {
"branch-alias" : {
2026-04-09 20:21:01 +02:00
"dev-main" : "1.x-dev"
2019-10-26 18:07:36 +02: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" ,
2026-04-09 12:10:37 +02:00
"dev" ,
2019-10-26 18:07:36 +02:00
"generator" ,
"scaffold" ,
"scaffolding"
],
2026-04-09 12:10:37 +02:00
"support" : {
"issues" : "https://github.com/symfony/maker-bundle/issues" ,
2026-04-09 20:21:01 +02:00
"source" : "https://github.com/symfony/maker-bundle/tree/v1.67.0"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
2026-04-09 20:21:01 +02:00
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
2026-04-09 12:10:37 +02:00
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-04-09 20:21:01 +02:00
"time" : "2026-03-18T13:39:06+00:00"
2019-10-26 18:07:36 +02:00
},
2026-04-21 17:56:04 +02:00
{
"name" : "symfony/polyfill-php81" ,
2026-06-01 22:36:19 +02:00
"version" : "v1.38.1" ,
2026-04-21 17:56:04 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-php81.git" ,
2026-06-01 22:36:19 +02:00
"reference" : "6bfb9c766cacffbc8e118cb87217d08ed84e5cd7"
2026-04-21 17:56:04 +02:00
},
"dist" : {
"type" : "zip" ,
2026-06-01 22:36:19 +02:00
"url" : "https://api.github.com/repos/symfony/polyfill-php81/zipball/6bfb9c766cacffbc8e118cb87217d08ed84e5cd7" ,
"reference" : "6bfb9c766cacffbc8e118cb87217d08ed84e5cd7" ,
2026-04-21 17:56:04 +02:00
"shasum" : ""
},
"require" : {
"php" : ">=7.2"
},
"type" : "library" ,
"extra" : {
"thanks" : {
"url" : "https://github.com/symfony/polyfill" ,
"name" : "symfony/polyfill"
}
},
"autoload" : {
"files" : [
"bootstrap.php"
],
"psr-4" : {
"Symfony\\Polyfill\\Php81\\" : ""
},
"classmap" : [
"Resources/stubs"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
},
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
],
"description" : "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"compatibility" ,
"polyfill" ,
"portable" ,
"shim"
],
"support" : {
2026-06-01 22:36:19 +02:00
"source" : "https://github.com/symfony/polyfill-php81/tree/v1.38.1"
2026-04-21 17:56:04 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-06-01 22:36:19 +02:00
"time" : "2026-05-26T12:45:58+00:00"
2026-04-21 17:56:04 +02:00
},
2019-10-26 18:07:36 +02:00
{
"name" : "symfony/web-profiler-bundle" ,
2026-07-27 18:35:42 +02:00
"version" : "v8.1.1" ,
2019-10-26 18:07:36 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/web-profiler-bundle.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "eb4cf71d8fc496d790ec85b1b684a7ac30d57a96"
2019-10-26 18:07:36 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/eb4cf71d8fc496d790ec85b1b684a7ac30d57a96" ,
"reference" : "eb4cf71d8fc496d790ec85b1b684a7ac30d57a96" ,
2019-10-26 18:07:36 +02:00
"shasum" : ""
},
"require" : {
2026-04-11 18:29:37 +02:00
"composer-runtime-api" : ">=2.1" ,
2026-07-27 18:35:42 +02:00
"php" : ">=8.4.1" ,
"symfony/config" : "^7.4|^8.0" ,
"symfony/framework-bundle" : "^7.4|^8.0" ,
"symfony/http-kernel" : "^8.1" ,
"symfony/routing" : "^7.4|^8.0" ,
"symfony/twig-bundle" : "^7.4|^8.0"
2019-10-26 18:07:36 +02:00
},
"conflict" : {
2026-07-27 18:35:42 +02:00
"symfony/serializer" : "<7.4" ,
"symfony/workflow" : "<7.4"
2019-10-26 18:07:36 +02:00
},
"require-dev" : {
2026-07-27 18:35:42 +02:00
"symfony/browser-kit" : "^7.4|^8.0" ,
"symfony/console" : "^7.4|^8.0" ,
"symfony/css-selector" : "^7.4|^8.0" ,
"symfony/runtime" : "^7.4|^8.0" ,
"symfony/stopwatch" : "^7.4|^8.0"
2019-10-26 18:07:36 +02: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"
}
],
2026-04-09 12:10:37 +02:00
"description" : "Provides a development tool that gives detailed information about the execution of any request" ,
2016-09-22 13:56:57 +02:00
"homepage" : "https://symfony.com" ,
2026-04-09 12:10:37 +02:00
"keywords" : [
"dev"
],
"support" : {
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/symfony/web-profiler-bundle/tree/v8.1.1"
2026-04-09 12:10:37 +02:00
},
"funding" : [
{
"url" : "https://symfony.com/sponsor" ,
"type" : "custom"
},
{
"url" : "https://github.com/fabpot" ,
"type" : "github"
},
2026-04-09 20:21:01 +02:00
{
"url" : "https://github.com/nicolas-grekas" ,
"type" : "github"
},
2026-04-09 12:10:37 +02:00
{
"url" : "https://tidelift.com/funding/github/packagist/symfony/symfony" ,
"type" : "tidelift"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-06-05T06:23:12+00:00"
2026-04-21 17:56:04 +02:00
},
{
"name" : "theseer/tokenizer" ,
"version" : "2.0.1" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/theseer/tokenizer.git" ,
"reference" : "7989e43bf381af0eac72e4f0ca5bcbfa81658be4"
},
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/theseer/tokenizer/zipball/7989e43bf381af0eac72e4f0ca5bcbfa81658be4" ,
"reference" : "7989e43bf381af0eac72e4f0ca5bcbfa81658be4" ,
"shasum" : ""
},
"require" : {
"ext-dom" : "*" ,
"ext-tokenizer" : "*" ,
"ext-xmlwriter" : "*" ,
"php" : "^8.1"
},
"type" : "library" ,
"autoload" : {
"classmap" : [
"src/"
]
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
],
"authors" : [
{
"name" : "Arne Blankerts" ,
"email" : "arne@blankerts.de" ,
"role" : "Developer"
}
],
"description" : "A small library for converting tokenized PHP source code into XML and potentially other formats" ,
"support" : {
"issues" : "https://github.com/theseer/tokenizer/issues" ,
"source" : "https://github.com/theseer/tokenizer/tree/2.0.1"
},
"funding" : [
{
"url" : "https://github.com/theseer" ,
"type" : "github"
}
],
"time" : "2025-12-08T11:19:18+00:00"
},
{
"name" : "zenstruck/assert" ,
"version" : "v1.7.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/zenstruck/assert.git" ,
"reference" : "1e32d48847d4e82c345112ca226b21a1a792af0a"
},
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/zenstruck/assert/zipball/1e32d48847d4e82c345112ca226b21a1a792af0a" ,
"reference" : "1e32d48847d4e82c345112ca226b21a1a792af0a" ,
"shasum" : ""
},
"require" : {
"php" : ">=8.1" ,
"symfony/polyfill-php81" : "^1.23" ,
"symfony/var-exporter" : "^5.4|^6.0|^7.0|^8.0"
},
"require-dev" : {
"phpstan/phpstan" : "^1.4" ,
"phpunit/phpunit" : "^9.5.21" ,
"symfony/phpunit-bridge" : "^6.3|^7.0|^8.0"
},
"type" : "library" ,
"autoload" : {
"psr-4" : {
"Zenstruck\\" : "src/"
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Kevin Bond" ,
"email" : "kevinbond@gmail.com"
}
],
"description" : "Standalone, lightweight, framework agnostic, test assertion library." ,
"homepage" : "https://github.com/zenstruck/assert" ,
"keywords" : [
"assertion" ,
"phpunit" ,
"test"
],
"support" : {
"issues" : "https://github.com/zenstruck/assert/issues" ,
"source" : "https://github.com/zenstruck/assert/tree/v1.7.0"
},
"funding" : [
{
"url" : "https://github.com/kbond" ,
"type" : "github"
},
{
"url" : "https://github.com/nikophil" ,
"type" : "github"
}
],
"time" : "2025-12-07T01:59:12+00:00"
},
{
"name" : "zenstruck/foundry" ,
2026-07-27 18:35:42 +02:00
"version" : "v2.10.3" ,
2026-04-21 17:56:04 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/zenstruck/foundry.git" ,
2026-07-27 18:35:42 +02:00
"reference" : "c30a800d5c8a2cf32813bfd89d3f16bbb40e582d"
2026-04-21 17:56:04 +02:00
},
"dist" : {
"type" : "zip" ,
2026-07-27 18:35:42 +02:00
"url" : "https://api.github.com/repos/zenstruck/foundry/zipball/c30a800d5c8a2cf32813bfd89d3f16bbb40e582d" ,
"reference" : "c30a800d5c8a2cf32813bfd89d3f16bbb40e582d" ,
2026-04-21 17:56:04 +02:00
"shasum" : ""
},
"require" : {
"fakerphp/faker" : "^1.24" ,
"php" : ">=8.1" ,
"symfony/deprecation-contracts" : "^2.2|^3.0" ,
"symfony/polyfill-php84" : "^1.32" ,
"symfony/polyfill-php85" : "^1.33" ,
"symfony/property-access" : "^6.4|^7.0|^8.0" ,
"symfony/property-info" : "^6.4|^7.0|^8.0" ,
"symfony/var-exporter" : "^6.4.9|~7.0.9|^7.1.2|^8.0" ,
"zenstruck/assert" : "^1.4"
},
"conflict" : {
"doctrine/cache" : "<1.12.1" ,
"doctrine/persistence" : "<2.0"
},
"require-dev" : {
"bamarni/composer-bin-plugin" : "^1.8" ,
"dama/doctrine-test-bundle" : "^8.0" ,
"doctrine/collections" : "^1.7|^2.0" ,
"doctrine/common" : "^3.2.2" ,
"doctrine/doctrine-bundle" : "^2.10|^3.0" ,
"doctrine/doctrine-migrations-bundle" : "^2.2|^3.0" ,
"doctrine/mongodb-odm" : "^2.4" ,
"doctrine/mongodb-odm-bundle" : "^4.6|^5.0" ,
"doctrine/orm" : "^2.16|^3.0" ,
"doctrine/persistence" : "^2.0|^3.0|^4.0" ,
2026-07-27 18:35:42 +02:00
"phpunit/phpunit" : "^9.5.0 || ^10.0 || ^11.0 || ^12.0 || ~13.1.0" ,
2026-04-21 17:56:04 +02:00
"symfony/browser-kit" : "^6.4|^7.0|^8.0" ,
"symfony/console" : "^6.4|^7.0|^8.0" ,
"symfony/dotenv" : "^6.4|^7.0|^8.0" ,
"symfony/event-dispatcher" : "^6.4|^7.0|^8.0" ,
"symfony/flex" : "^2.10" ,
"symfony/framework-bundle" : "^6.4|^7.0|^8.0" ,
"symfony/maker-bundle" : "^1.55" ,
"symfony/phpunit-bridge" : "^6.4.26|^7.0|^8.0" ,
"symfony/routing" : "^6.4|^7.0|^8.0" ,
"symfony/runtime" : "^6.4|^7.0|^8.0" ,
"symfony/translation-contracts" : "^3.4" ,
"symfony/uid" : "^6.4|^7.0|^8.0" ,
"symfony/var-dumper" : "^6.4|^7.0|^8.0" ,
"symfony/yaml" : "^6.4|^7.0|^8.0" ,
"webmozart/assert" : "^1.11"
},
"type" : "library" ,
"extra" : {
"psalm" : {
"pluginClass" : "Zenstruck\\Foundry\\Psalm\\FoundryPlugin"
},
"symfony" : {
"allow-contrib" : false
},
"bamarni-bin" : {
"bin-links" : true ,
"forward-command" : false ,
"target-directory" : "bin/tools"
}
},
"autoload" : {
"files" : [
"src/functions.php" ,
"src/Persistence/functions.php" ,
"src/symfony_console.php"
],
"psr-4" : {
"Zenstruck\\Foundry\\" : "src/" ,
"Zenstruck\\Foundry\\Psalm\\" : "utils/psalm" ,
"Zenstruck\\Foundry\\Utils\\Rector\\" : "utils/rector/src/"
}
},
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
],
"authors" : [
{
"name" : "Kevin Bond" ,
"email" : "kevinbond@gmail.com"
},
{
"name" : "Nicolas PHILIPPE" ,
"email" : "nikophil@gmail.com"
}
],
"description" : "A model factory library for creating expressive, auto-completable, on-demand dev/test fixtures with Symfony and Doctrine." ,
"homepage" : "https://github.com/zenstruck/foundry" ,
"keywords" : [
"Fixture" ,
"dev" ,
"doctrine" ,
"factory" ,
"faker" ,
"symfony" ,
"test"
],
"support" : {
"issues" : "https://github.com/zenstruck/foundry/issues" ,
2026-07-27 18:35:42 +02:00
"source" : "https://github.com/zenstruck/foundry/tree/v2.10.3"
2026-04-21 17:56:04 +02:00
},
"funding" : [
{
"url" : "https://github.com/kbond" ,
"type" : "github"
},
{
"url" : "https://github.com/nikophil" ,
"type" : "github"
}
],
2026-07-27 18:35:42 +02:00
"time" : "2026-07-20T16:59:23+00:00"
2016-09-22 13:56:57 +02:00
}
],
"aliases" : [],
2026-04-19 18:32:45 +02:00
"minimum-stability" : "dev" ,
2016-09-22 13:56:57 +02:00
"stability-flags" : {
2019-10-26 16:51:04 +02:00
"roave/security-advisories" : 20
2016-09-22 13:56:57 +02:00
},
2026-04-19 18:32:45 +02:00
"prefer-stable" : true ,
2016-09-22 13:56:57 +02:00
"prefer-lowest" : false ,
"platform" : {
2026-04-12 08:49:47 +02:00
"php" : ">=8.5" ,
2026-04-19 22:09:03 +02:00
"ext-gd" : "*" ,
2026-04-09 12:10:37 +02:00
"ext-iconv" : "*" ,
2026-04-19 22:09:03 +02:00
"ext-json" : "*"
2016-09-22 13:56:57 +02:00
},
2026-04-09 12:10:37 +02:00
"platform-dev" : {},
"plugin-api-version" : "2.9.0"
2016-09-22 13:56:57 +02:00
}