Files
e-cosplay/composer.lock

15191 lines
577 KiB
Plaintext
Raw Normal View History

2025-07-16 09:05:41 +02:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "8bdb67f55f7688464c0ac8ffc06fbbe5",
2025-07-16 09:05:41 +02:00
"packages": [
{
"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",
"version": "3.350.1",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "ec8ab6bc46a0a0c07e2c81fbcc8c9ec8cb0ab1b7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/ec8ab6bc46a0a0c07e2c81fbcc8c9ec8cb0ab1b7",
"reference": "ec8ab6bc46a0a0c07e2c81fbcc8c9ec8cb0ab1b7",
"shasum": ""
},
"require": {
"aws/aws-crt-php": "^1.2.3",
"ext-json": "*",
"ext-pcre": "*",
"ext-simplexml": "*",
"guzzlehttp/guzzle": "^7.4.5",
"guzzlehttp/promises": "^2.0",
"guzzlehttp/psr7": "^2.4.5",
"mtdowling/jmespath.php": "^2.8.0",
"php": ">=8.1",
"psr/http-message": "^2.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": "^0.4.0",
"doctrine/cache": "~1.4",
"ext-dom": "*",
"ext-openssl": "*",
"ext-pcntl": "*",
"ext-sockets": "*",
"phpunit/phpunit": "^5.6.3 || ^8.5 || ^9.5",
"psr/cache": "^2.0 || ^3.0",
"psr/simple-cache": "^2.0 || ^3.0",
"sebastian/comparator": "^1.2.3 || ^4.0 || ^5.0",
"symfony/filesystem": "^v6.4.0 || ^v7.1.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-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": "http://aws.amazon.com"
}
],
"description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
"homepage": "http://aws.amazon.com/sdkforphp",
"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",
"source": "https://github.com/aws/aws-sdk-php/tree/3.350.1"
},
"time": "2025-07-16T00:32:17+00:00"
},
{
"name": "bacon/bacon-qr-code",
"version": "v3.0.1",
"source": {
"type": "git",
"url": "https://github.com/Bacon/BaconQrCode.git",
"reference": "f9cc1f52b5a463062251d666761178dbdb6b544f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/f9cc1f52b5a463062251d666761178dbdb6b544f",
"reference": "f9cc1f52b5a463062251d666761178dbdb6b544f",
"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",
"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.0.1"
},
"time": "2024-10-01T13:55:55+00:00"
},
{
"name": "brick/math",
"version": "0.13.1",
"source": {
"type": "git",
"url": "https://github.com/brick/math.git",
"reference": "fc7ed316430118cc7836bf45faff18d5dfc8de04"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/brick/math/zipball/fc7ed316430118cc7836bf45faff18d5dfc8de04",
"reference": "fc7ed316430118cc7836bf45faff18d5dfc8de04",
"shasum": ""
},
"require": {
"php": "^8.1"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^10.1",
"vimeo/psalm": "6.8.8"
},
"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",
"source": "https://github.com/brick/math/tree/0.13.1"
},
"funding": [
{
"url": "https://github.com/BenMorel",
"type": "github"
}
],
"time": "2025-03-29T13:50:30+00:00"
},
{
"name": "chillerlan/php-qrcode",
"version": "5.0.3",
"source": {
"type": "git",
"url": "https://github.com/chillerlan/php-qrcode.git",
"reference": "42e215640e9ebdd857570c9e4e52245d1ee51de2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/chillerlan/php-qrcode/zipball/42e215640e9ebdd857570c9e4e52245d1ee51de2",
"reference": "42e215640e9ebdd857570c9e4e52245d1ee51de2",
"shasum": ""
},
"require": {
"chillerlan/php-settings-container": "^2.1.6 || ^3.2.1",
"ext-mbstring": "*",
"php": "^7.4 || ^8.0"
},
"require-dev": {
"chillerlan/php-authenticator": "^4.3.1 || ^5.2.1",
"ext-fileinfo": "*",
"phan/phan": "^5.4.5",
"phpcompatibility/php-compatibility": "10.x-dev",
"phpmd/phpmd": "^2.15",
"phpunit/phpunit": "^9.6",
"setasign/fpdf": "^1.8.2",
"slevomat/coding-standard": "^8.15",
"squizlabs/php_codesniffer": "^3.11"
},
"suggest": {
"chillerlan/php-authenticator": "Yet another Google authenticator! Also creates URIs for mobile apps.",
"setasign/fpdf": "Required to use the QR FPDF output.",
"simple-icons/simple-icons": "SVG icons that you can use to embed as logos in the QR Code"
},
"type": "library",
"autoload": {
"psr-4": {
"chillerlan\\QRCode\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT",
"Apache-2.0"
],
"authors": [
{
"name": "Kazuhiko Arase",
"homepage": "https://github.com/kazuhikoarase/qrcode-generator"
},
{
"name": "ZXing Authors",
"homepage": "https://github.com/zxing/zxing"
},
{
"name": "Ashot Khanamiryan",
"homepage": "https://github.com/khanamiryan/php-qrcode-detector-decoder"
},
{
"name": "Smiley",
"email": "smiley@chillerlan.net",
"homepage": "https://github.com/codemasher"
},
{
"name": "Contributors",
"homepage": "https://github.com/chillerlan/php-qrcode/graphs/contributors"
}
],
"description": "A QR Code generator and reader with a user-friendly API. PHP 7.4+",
"homepage": "https://github.com/chillerlan/php-qrcode",
"keywords": [
"phpqrcode",
"qr",
"qr code",
"qr-reader",
"qrcode",
"qrcode-generator",
"qrcode-reader"
],
"support": {
"docs": "https://php-qrcode.readthedocs.io",
"issues": "https://github.com/chillerlan/php-qrcode/issues",
"source": "https://github.com/chillerlan/php-qrcode"
},
"funding": [
{
"url": "https://ko-fi.com/codemasher",
"type": "Ko-Fi"
}
],
"time": "2024-11-21T16:12:34+00:00"
},
{
"name": "chillerlan/php-settings-container",
"version": "3.2.1",
"source": {
"type": "git",
"url": "https://github.com/chillerlan/php-settings-container.git",
"reference": "95ed3e9676a1d47cab2e3174d19b43f5dbf52681"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/chillerlan/php-settings-container/zipball/95ed3e9676a1d47cab2e3174d19b43f5dbf52681",
"reference": "95ed3e9676a1d47cab2e3174d19b43f5dbf52681",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": "^8.1"
},
"require-dev": {
"phpmd/phpmd": "^2.15",
"phpstan/phpstan": "^1.11",
"phpstan/phpstan-deprecation-rules": "^1.2",
"phpunit/phpunit": "^10.5",
"squizlabs/php_codesniffer": "^3.10"
},
"type": "library",
"autoload": {
"psr-4": {
"chillerlan\\Settings\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Smiley",
"email": "smiley@chillerlan.net",
"homepage": "https://github.com/codemasher"
}
],
"description": "A container class for immutable settings objects. Not a DI container.",
"homepage": "https://github.com/chillerlan/php-settings-container",
"keywords": [
"Settings",
"configuration",
"container",
"helper"
],
"support": {
"issues": "https://github.com/chillerlan/php-settings-container/issues",
"source": "https://github.com/chillerlan/php-settings-container"
},
"funding": [
{
"url": "https://www.paypal.com/donate?hosted_button_id=WLYUNAT9ZTJZ4",
"type": "custom"
},
{
"url": "https://ko-fi.com/codemasher",
"type": "ko_fi"
}
],
"time": "2024-07-16T11:13:48+00:00"
},
2025-07-16 09:05:41 +02:00
{
2025-07-16 09:05:52 +02:00
"name": "composer/semver",
"version": "3.4.3",
2025-07-16 09:05:41 +02:00
"source": {
"type": "git",
2025-07-16 09:05:52 +02:00
"url": "https://github.com/composer/semver.git",
"reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12"
2025-07-16 09:05:41 +02:00
},
"dist": {
"type": "zip",
2025-07-16 09:05:52 +02:00
"url": "https://api.github.com/repos/composer/semver/zipball/4313d26ada5e0c4edfbd1dc481a92ff7bff91f12",
"reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12",
2025-07-16 09:05:41 +02:00
"shasum": ""
},
"require": {
2025-07-16 09:05:52 +02:00
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
"phpstan/phpstan": "^1.11",
"symfony/phpunit-bridge": "^3 || ^7"
2025-07-16 09:05:41 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2025-07-16 09:05:52 +02:00
"dev-main": "3.x-dev"
2025-07-16 09:05:41 +02:00
}
},
"autoload": {
"psr-4": {
2025-07-16 09:05:52 +02:00
"Composer\\Semver\\": "src"
2025-07-16 09:05:41 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2025-07-16 09:05:52 +02:00
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
},
{
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
2025-07-16 09:05:41 +02:00
}
],
2025-07-16 09:05:52 +02:00
"description": "Semver library that offers utilities, version constraint parsing and validation.",
2025-07-16 09:05:41 +02:00
"keywords": [
2025-07-16 09:05:52 +02:00
"semantic",
"semver",
"validation",
"versioning"
2025-07-16 09:05:41 +02:00
],
"support": {
2025-07-16 09:05:52 +02:00
"irc": "ircs://irc.libera.chat:6697/composer",
"issues": "https://github.com/composer/semver/issues",
"source": "https://github.com/composer/semver/tree/3.4.3"
2025-07-16 09:05:41 +02:00
},
2025-07-16 09:05:52 +02:00
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2024-09-19T14:15:21+00:00"
2025-07-16 09:05:41 +02:00
},
{
"name": "dasprid/enum",
"version": "1.0.6",
"source": {
"type": "git",
"url": "https://github.com/DASPRiD/Enum.git",
"reference": "8dfd07c6d2cf31c8da90c53b83c026c7696dda90"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/DASPRiD/Enum/zipball/8dfd07c6d2cf31c8da90c53b83c026c7696dda90",
"reference": "8dfd07c6d2cf31c8da90c53b83c026c7696dda90",
"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.6"
},
"time": "2024-08-09T14:30:48+00:00"
},
2025-07-16 09:05:41 +02:00
{
2025-07-16 09:05:52 +02:00
"name": "doctrine/collections",
"version": "2.3.0",
2025-07-16 09:05:41 +02:00
"source": {
"type": "git",
2025-07-16 09:05:52 +02:00
"url": "https://github.com/doctrine/collections.git",
"reference": "2eb07e5953eed811ce1b309a7478a3b236f2273d"
2025-07-16 09:05:41 +02:00
},
"dist": {
"type": "zip",
2025-07-16 09:05:52 +02:00
"url": "https://api.github.com/repos/doctrine/collections/zipball/2eb07e5953eed811ce1b309a7478a3b236f2273d",
"reference": "2eb07e5953eed811ce1b309a7478a3b236f2273d",
2025-07-16 09:05:41 +02:00
"shasum": ""
},
"require": {
2025-07-16 09:05:52 +02:00
"doctrine/deprecations": "^1",
"php": "^8.1",
"symfony/polyfill-php84": "^1.30"
2025-07-16 09:05:41 +02:00
},
2025-07-16 09:05:52 +02:00
"require-dev": {
"doctrine/coding-standard": "^12",
"ext-json": "*",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^10.5"
2025-07-16 09:05:41 +02:00
},
2025-07-16 09:05:52 +02:00
"type": "library",
2025-07-16 09:05:41 +02:00
"autoload": {
"psr-4": {
2025-07-16 09:05:52 +02:00
"Doctrine\\Common\\Collections\\": "src"
2025-07-16 09:05:41 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2025-07-16 09:05:52 +02:00
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"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"
2025-07-16 09:05:41 +02:00
}
],
2025-07-16 09:05:52 +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",
2025-07-16 09:05:41 +02:00
"keywords": [
2025-07-16 09:05:52 +02:00
"array",
"collections",
"iterators",
"php"
2025-07-16 09:05:41 +02:00
],
"support": {
2025-07-16 09:05:52 +02:00
"issues": "https://github.com/doctrine/collections/issues",
"source": "https://github.com/doctrine/collections/tree/2.3.0"
2025-07-16 09:05:41 +02:00
},
2025-07-16 09:05:52 +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%2Fcollections",
"type": "tidelift"
}
],
"time": "2025-03-22T10:17:19+00:00"
2025-07-16 09:05:41 +02:00
},
{
2025-07-16 09:05:52 +02:00
"name": "doctrine/dbal",
"version": "3.10.0",
2025-07-16 09:05:41 +02:00
"source": {
"type": "git",
2025-07-16 09:05:52 +02:00
"url": "https://github.com/doctrine/dbal.git",
"reference": "1cf840d696373ea0d58ad0a8875c0fadcfc67214"
2025-07-16 09:05:41 +02:00
},
"dist": {
"type": "zip",
2025-07-16 09:05:52 +02:00
"url": "https://api.github.com/repos/doctrine/dbal/zipball/1cf840d696373ea0d58ad0a8875c0fadcfc67214",
"reference": "1cf840d696373ea0d58ad0a8875c0fadcfc67214",
2025-07-16 09:05:41 +02:00
"shasum": ""
},
"require": {
2025-07-16 09:05:52 +02:00
"composer-runtime-api": "^2",
"doctrine/deprecations": "^0.5.3|^1",
"doctrine/event-manager": "^1|^2",
"php": "^7.4 || ^8.0",
"psr/cache": "^1|^2|^3",
"psr/log": "^1|^2|^3"
2025-07-16 09:05:41 +02:00
},
2025-07-16 09:05:52 +02:00
"conflict": {
"doctrine/cache": "< 1.11"
},
"require-dev": {
"doctrine/cache": "^1.11|^2.0",
"doctrine/coding-standard": "13.0.0",
"fig/log-test": "^1",
"jetbrains/phpstorm-stubs": "2023.1",
"phpstan/phpstan": "2.1.17",
"phpstan/phpstan-strict-rules": "^2",
"phpunit/phpunit": "9.6.23",
"slevomat/coding-standard": "8.16.2",
"squizlabs/php_codesniffer": "3.13.1",
"symfony/cache": "^5.4|^6.0|^7.0",
"symfony/console": "^4.4|^5.4|^6.0|^7.0"
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
2025-07-16 09:05:41 +02:00
},
2025-07-16 09:05:52 +02:00
"bin": [
"bin/doctrine-dbal"
],
"type": "library",
2025-07-16 09:05:41 +02:00
"autoload": {
"psr-4": {
2025-07-16 09:05:52 +02:00
"Doctrine\\DBAL\\": "src"
2025-07-16 09:05:41 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2025-07-16 09:05:52 +02:00
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
2025-07-16 09:05:41 +02:00
}
],
2025-07-16 09:05:52 +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",
2025-07-16 09:05:41 +02:00
"keywords": [
2025-07-16 09:05:52 +02:00
"abstraction",
"database",
"db2",
"dbal",
"mariadb",
"mssql",
"mysql",
"oci8",
"oracle",
"pdo",
"pgsql",
"postgresql",
"queryobject",
"sasql",
"sql",
"sqlite",
"sqlserver",
"sqlsrv"
2025-07-16 09:05:41 +02:00
],
"support": {
2025-07-16 09:05:52 +02:00
"issues": "https://github.com/doctrine/dbal/issues",
"source": "https://github.com/doctrine/dbal/tree/3.10.0"
2025-07-16 09:05:41 +02:00
},
2025-07-16 09:05:52 +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"
}
],
"time": "2025-07-10T21:11:04+00:00"
2025-07-16 09:05:41 +02:00
},
{
2025-07-16 09:05:52 +02:00
"name": "doctrine/deprecations",
"version": "1.1.5",
2025-07-16 09:05:41 +02:00
"source": {
"type": "git",
2025-07-16 09:05:52 +02:00
"url": "https://github.com/doctrine/deprecations.git",
"reference": "459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38"
2025-07-16 09:05:41 +02:00
},
"dist": {
"type": "zip",
2025-07-16 09:05:52 +02:00
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38",
"reference": "459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38",
2025-07-16 09:05:41 +02:00
"shasum": ""
},
"require": {
2025-07-16 09:05:52 +02:00
"php": "^7.1 || ^8.0"
2025-07-16 09:05:41 +02:00
},
2025-07-16 09:05:52 +02:00
"conflict": {
"phpunit/phpunit": "<=7.5 || >=13"
},
"require-dev": {
"doctrine/coding-standard": "^9 || ^12 || ^13",
"phpstan/phpstan": "1.4.10 || 2.1.11",
"phpstan/phpstan-phpunit": "^1.0 || ^2",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.6 || ^10.5 || ^11.5 || ^12",
"psr/log": "^1 || ^2 || ^3"
2025-07-16 09:05:41 +02:00
},
2025-07-16 09:05:52 +02:00
"suggest": {
"psr/log": "Allows logging deprecations via PSR-3 logger implementation"
},
"type": "library",
2025-07-16 09:05:41 +02:00
"autoload": {
"psr-4": {
2025-07-16 09:05:52 +02:00
"Doctrine\\Deprecations\\": "src"
2025-07-16 09:05:41 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2025-07-16 09:05:52 +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/",
2025-07-16 09:05:41 +02:00
"support": {
2025-07-16 09:05:52 +02:00
"issues": "https://github.com/doctrine/deprecations/issues",
"source": "https://github.com/doctrine/deprecations/tree/1.1.5"
2025-07-16 09:05:41 +02:00
},
2025-07-16 09:05:52 +02:00
"time": "2025-04-07T20:06:18+00:00"
2025-07-16 09:05:41 +02:00
},
{
2025-07-16 09:05:52 +02:00
"name": "doctrine/doctrine-bundle",
"version": "2.15.0",
2025-07-16 09:05:41 +02:00
"source": {
"type": "git",
2025-07-16 09:05:52 +02:00
"url": "https://github.com/doctrine/DoctrineBundle.git",
"reference": "d88294521a1bca943240adca65fa19ca8a7288c6"
2025-07-16 09:05:41 +02:00
},
"dist": {
"type": "zip",
2025-07-16 09:05:52 +02:00
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/d88294521a1bca943240adca65fa19ca8a7288c6",
"reference": "d88294521a1bca943240adca65fa19ca8a7288c6",
2025-07-16 09:05:41 +02:00
"shasum": ""
},
"require": {
2025-07-16 09:05:52 +02:00
"doctrine/dbal": "^3.7.0 || ^4.0",
"doctrine/persistence": "^3.1 || ^4",
"doctrine/sql-formatter": "^1.0.1",
"php": "^8.1",
"symfony/cache": "^6.4 || ^7.0",
"symfony/config": "^6.4 || ^7.0",
"symfony/console": "^6.4 || ^7.0",
"symfony/dependency-injection": "^6.4 || ^7.0",
"symfony/deprecation-contracts": "^2.1 || ^3",
"symfony/doctrine-bridge": "^6.4.3 || ^7.0.3",
"symfony/framework-bundle": "^6.4 || ^7.0",
"symfony/service-contracts": "^2.5 || ^3"
2025-07-16 09:05:41 +02:00
},
"conflict": {
2025-07-16 09:05:52 +02:00
"doctrine/annotations": ">=3.0",
"doctrine/cache": "< 1.11",
"doctrine/orm": "<2.17 || >=4.0",
"symfony/var-exporter": "< 6.4.1 || 7.0.0",
"twig/twig": "<2.13 || >=3.0 <3.0.4"
2025-07-16 09:05:41 +02:00
},
"require-dev": {
2025-07-16 09:05:52 +02:00
"doctrine/annotations": "^1 || ^2",
"doctrine/cache": "^1.11 || ^2.0",
"doctrine/coding-standard": "^13",
"doctrine/deprecations": "^1.0",
"doctrine/orm": "^2.17 || ^3.1",
"friendsofphp/proxy-manager-lts": "^1.0",
"phpstan/phpstan": "2.1.1",
"phpstan/phpstan-phpunit": "2.0.3",
"phpstan/phpstan-strict-rules": "^2",
"phpunit/phpunit": "^9.6.22",
"psr/log": "^1.1.4 || ^2.0 || ^3.0",
"symfony/doctrine-messenger": "^6.4 || ^7.0",
"symfony/messenger": "^6.4 || ^7.0",
"symfony/phpunit-bridge": "^7.2",
"symfony/property-info": "^6.4 || ^7.0",
"symfony/security-bundle": "^6.4 || ^7.0",
"symfony/stopwatch": "^6.4 || ^7.0",
"symfony/string": "^6.4 || ^7.0",
"symfony/twig-bridge": "^6.4 || ^7.0",
"symfony/validator": "^6.4 || ^7.0",
"symfony/var-exporter": "^6.4.1 || ^7.0.1",
"symfony/web-profiler-bundle": "^6.4 || ^7.0",
"symfony/yaml": "^6.4 || ^7.0",
"twig/twig": "^2.13 || ^3.0.4"
2025-07-16 09:05:41 +02:00
},
2025-07-16 09:05:52 +02:00
"suggest": {
"doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
"ext-pdo": "*",
"symfony/web-profiler-bundle": "To use the data collector."
},
"type": "symfony-bundle",
2025-07-16 09:05:41 +02:00
"autoload": {
"psr-4": {
2025-07-16 09:05:52 +02:00
"Doctrine\\Bundle\\DoctrineBundle\\": "src"
}
2025-07-16 09:05:41 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2025-07-16 09:05:52 +02:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
2025-07-16 09:05:41 +02:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2025-07-16 09:05:52 +02:00
},
{
"name": "Doctrine Project",
"homepage": "https://www.doctrine-project.org/"
2025-07-16 09:05:41 +02:00
}
],
2025-07-16 09:05:52 +02:00
"description": "Symfony DoctrineBundle",
"homepage": "https://www.doctrine-project.org",
2025-07-16 09:05:41 +02:00
"keywords": [
2025-07-16 09:05:52 +02:00
"database",
"dbal",
"orm",
"persistence"
2025-07-16 09:05:41 +02:00
],
"support": {
2025-07-16 09:05:52 +02:00
"issues": "https://github.com/doctrine/DoctrineBundle/issues",
"source": "https://github.com/doctrine/DoctrineBundle/tree/2.15.0"
2025-07-16 09:05:41 +02:00
},
"funding": [
{
2025-07-16 09:05:52 +02:00
"url": "https://www.doctrine-project.org/sponsorship.html",
2025-07-16 09:05:41 +02:00
"type": "custom"
},
{
2025-07-16 09:05:52 +02:00
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
2025-07-16 09:05:41 +02:00
},
{
2025-07-16 09:05:52 +02:00
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-bundle",
2025-07-16 09:05:41 +02:00
"type": "tidelift"
}
],
2025-07-16 09:05:52 +02:00
"time": "2025-06-16T19:53:58+00:00"
2025-07-16 09:05:41 +02:00
},
{
2025-07-16 09:05:52 +02:00
"name": "doctrine/doctrine-migrations-bundle",
"version": "3.4.2",
2025-07-16 09:05:41 +02:00
"source": {
"type": "git",
2025-07-16 09:05:52 +02:00
"url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
"reference": "5a6ac7120c2924c4c070a869d08b11ccf9e277b9"
2025-07-16 09:05:41 +02:00
},
"dist": {
"type": "zip",
2025-07-16 09:05:52 +02:00
"url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/5a6ac7120c2924c4c070a869d08b11ccf9e277b9",
"reference": "5a6ac7120c2924c4c070a869d08b11ccf9e277b9",
2025-07-16 09:05:41 +02:00
"shasum": ""
},
"require": {
2025-07-16 09:05:52 +02:00
"doctrine/doctrine-bundle": "^2.4",
"doctrine/migrations": "^3.2",
"php": "^7.2 || ^8.0",
"symfony/deprecation-contracts": "^2.1 || ^3",
"symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0"
2025-07-16 09:05:41 +02:00
},
2025-07-16 09:05:52 +02:00
"require-dev": {
"composer/semver": "^3.0",
"doctrine/coding-standard": "^12",
"doctrine/orm": "^2.6 || ^3",
"phpstan/phpstan": "^1.4 || ^2",
"phpstan/phpstan-deprecation-rules": "^1 || ^2",
"phpstan/phpstan-phpunit": "^1 || ^2",
"phpstan/phpstan-strict-rules": "^1.1 || ^2",
"phpstan/phpstan-symfony": "^1.3 || ^2",
"phpunit/phpunit": "^8.5 || ^9.5",
"symfony/phpunit-bridge": "^6.3 || ^7",
"symfony/var-exporter": "^5.4 || ^6 || ^7"
2025-07-16 09:05:41 +02:00
},
2025-07-16 09:05:52 +02:00
"type": "symfony-bundle",
2025-07-16 09:05:41 +02:00
"autoload": {
"psr-4": {
2025-07-16 09:05:52 +02:00
"Doctrine\\Bundle\\MigrationsBundle\\": "src"
2025-07-16 09:05:41 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2025-07-16 09:05:52 +02:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Doctrine Project",
"homepage": "https://www.doctrine-project.org"
2025-07-16 09:05:41 +02:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2025-07-16 09:05:52 +02:00
"description": "Symfony DoctrineMigrationsBundle",
"homepage": "https://www.doctrine-project.org",
2025-07-16 09:05:41 +02:00
"keywords": [
2025-07-16 09:05:52 +02:00
"dbal",
"migrations",
"schema"
],
"support": {
"issues": "https://github.com/doctrine/DoctrineMigrationsBundle/issues",
"source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/3.4.2"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-migrations-bundle",
"type": "tidelift"
}
],
"time": "2025-03-11T17:36:26+00:00"
},
{
"name": "doctrine/event-manager",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/event-manager.git",
"reference": "b680156fa328f1dfd874fd48c7026c41570b9c6e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/b680156fa328f1dfd874fd48c7026c41570b9c6e",
"reference": "b680156fa328f1dfd874fd48c7026c41570b9c6e",
"shasum": ""
},
"require": {
"php": "^8.1"
},
"conflict": {
"doctrine/common": "<2.9"
},
"require-dev": {
"doctrine/coding-standard": "^12",
"phpstan/phpstan": "^1.8.8",
"phpunit/phpunit": "^10.5",
"vimeo/psalm": "^5.24"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Common\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
"description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
"homepage": "https://www.doctrine-project.org/projects/event-manager.html",
"keywords": [
"event",
"event dispatcher",
"event manager",
"event system",
"events"
],
"support": {
"issues": "https://github.com/doctrine/event-manager/issues",
"source": "https://github.com/doctrine/event-manager/tree/2.0.1"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
"type": "tidelift"
}
],
"time": "2024-05-22T20:47:39+00:00"
},
{
"name": "doctrine/inflector",
"version": "2.0.10",
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
"reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/5817d0659c5b50c9b950feb9af7b9668e2c436bc",
"reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^11.0",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-strict-rules": "^1.3",
"phpunit/phpunit": "^8.5 || ^9.5",
"vimeo/psalm": "^4.25 || ^5.4"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "PHP Doctrine 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",
"keywords": [
"inflection",
"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.0.10"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
"type": "tidelift"
}
],
"time": "2024-02-18T20:23:39+00:00"
},
{
"name": "doctrine/instantiator",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
"reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
"reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
"shasum": ""
},
"require": {
"php": "^8.1"
},
"require-dev": {
"doctrine/coding-standard": "^11",
"ext-pdo": "*",
"ext-phar": "*",
"phpbench/phpbench": "^1.2",
"phpstan/phpstan": "^1.9.4",
"phpstan/phpstan-phpunit": "^1.3",
"phpunit/phpunit": "^9.5.27",
"vimeo/psalm": "^5.4"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "https://ocramius.github.io/"
}
],
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
"keywords": [
"constructor",
"instantiate"
],
"support": {
"issues": "https://github.com/doctrine/instantiator/issues",
"source": "https://github.com/doctrine/instantiator/tree/2.0.0"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
"type": "tidelift"
}
],
"time": "2022-12-30T00:23:10+00:00"
},
{
"name": "doctrine/lexer",
"version": "3.0.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
"reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
"reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
"shasum": ""
},
"require": {
"php": "^8.1"
},
"require-dev": {
"doctrine/coding-standard": "^12",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^10.5",
"psalm/plugin-phpunit": "^0.18.3",
"vimeo/psalm": "^5.21"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Common\\Lexer\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"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",
"keywords": [
"annotations",
"docblock",
"lexer",
"parser",
"php"
],
"support": {
"issues": "https://github.com/doctrine/lexer/issues",
"source": "https://github.com/doctrine/lexer/tree/3.0.1"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
"type": "tidelift"
}
],
"time": "2024-02-05T11:56:58+00:00"
},
{
"name": "doctrine/migrations",
"version": "3.9.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/migrations.git",
"reference": "0f1e0c960ac29866d648a4f50142a74fe1cb6999"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/migrations/zipball/0f1e0c960ac29866d648a4f50142a74fe1cb6999",
"reference": "0f1e0c960ac29866d648a4f50142a74fe1cb6999",
"shasum": ""
},
"require": {
"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",
"symfony/stopwatch": "^5.4 || ^6.0 || ^7.0",
"symfony/var-exporter": "^6.2 || ^7.0"
},
"conflict": {
"doctrine/orm": "<2.12 || >=4"
},
"require-dev": {
"doctrine/coding-standard": "^12",
"doctrine/orm": "^2.13 || ^3",
"doctrine/persistence": "^2 || ^3 || ^4",
"doctrine/sql-formatter": "^1.0",
"ext-pdo_sqlite": "*",
"fig/log-test": "^1",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpstan/phpstan-phpunit": "^1.3",
"phpstan/phpstan-strict-rules": "^1.4",
"phpstan/phpstan-symfony": "^1.3",
"phpunit/phpunit": "^10.3",
"symfony/cache": "^5.4 || ^6.0 || ^7.0",
"symfony/process": "^5.4 || ^6.0 || ^7.0",
"symfony/yaml": "^5.4 || ^6.0 || ^7.0"
},
"suggest": {
"doctrine/sql-formatter": "Allows to generate formatted SQL with the diff command.",
"symfony/yaml": "Allows the use of yaml for migration configuration files."
},
"bin": [
"bin/doctrine-migrations"
],
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Migrations\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Michael Simonson",
"email": "contact@mikesimonson.com"
}
],
"description": "PHP Doctrine Migrations project offer additional functionality on top of the database abstraction layer (DBAL) for versioning your database schema and easily deploying changes to it. It is a very easy to use and a powerful tool.",
"homepage": "https://www.doctrine-project.org/projects/migrations.html",
"keywords": [
"database",
"dbal",
"migrations"
],
"support": {
"issues": "https://github.com/doctrine/migrations/issues",
"source": "https://github.com/doctrine/migrations/tree/3.9.1"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fmigrations",
"type": "tidelift"
}
],
"time": "2025-06-27T07:19:23+00:00"
},
{
"name": "doctrine/orm",
"version": "3.5.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/orm.git",
"reference": "6deec3655ba3e8f15280aac11e264225854d2369"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/orm/zipball/6deec3655ba3e8f15280aac11e264225854d2369",
"reference": "6deec3655ba3e8f15280aac11e264225854d2369",
"shasum": ""
},
"require": {
"composer-runtime-api": "^2",
"doctrine/collections": "^2.2",
"doctrine/dbal": "^3.8.2 || ^4",
"doctrine/deprecations": "^0.5.3 || ^1",
"doctrine/event-manager": "^1.2 || ^2",
"doctrine/inflector": "^1.4 || ^2.0",
"doctrine/instantiator": "^1.3 || ^2",
"doctrine/lexer": "^3",
"doctrine/persistence": "^3.3.1 || ^4",
"ext-ctype": "*",
"php": "^8.1",
"psr/cache": "^1 || ^2 || ^3",
"symfony/console": "^5.4 || ^6.0 || ^7.0",
"symfony/var-exporter": "^6.3.9 || ^7.0"
},
"require-dev": {
"doctrine/coding-standard": "^13.0",
"phpbench/phpbench": "^1.0",
"phpdocumentor/guides-cli": "^1.4",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "2.0.3",
"phpstan/phpstan-deprecation-rules": "^2",
"phpunit/phpunit": "^10.4.0",
"psr/log": "^1 || ^2 || ^3",
"squizlabs/php_codesniffer": "3.12.0",
"symfony/cache": "^5.4 || ^6.2 || ^7.0"
},
"suggest": {
"ext-dom": "Provides support for XSD validation for XML mapping files",
"symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\ORM\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
"description": "Object-Relational-Mapper for PHP",
"homepage": "https://www.doctrine-project.org/projects/orm.html",
"keywords": [
"database",
"orm"
],
"support": {
"issues": "https://github.com/doctrine/orm/issues",
"source": "https://github.com/doctrine/orm/tree/3.5.0"
},
"time": "2025-07-01T17:40:53+00:00"
},
{
"name": "doctrine/persistence",
"version": "4.0.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/persistence.git",
"reference": "45004aca79189474f113cbe3a53847c2115a55fa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/persistence/zipball/45004aca79189474f113cbe3a53847c2115a55fa",
"reference": "45004aca79189474f113cbe3a53847c2115a55fa",
"shasum": ""
},
"require": {
"doctrine/event-manager": "^1 || ^2",
"php": "^8.1",
"psr/cache": "^1.0 || ^2.0 || ^3.0"
},
"conflict": {
"doctrine/common": "<2.10"
},
"require-dev": {
"doctrine/coding-standard": "^12",
"phpstan/phpstan": "1.12.7",
"phpstan/phpstan-phpunit": "^1",
"phpstan/phpstan-strict-rules": "^1.1",
"phpunit/phpunit": "^9.6",
"symfony/cache": "^4.4 || ^5.4 || ^6.0 || ^7.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Persistence\\": "src/Persistence"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
"description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
"homepage": "https://www.doctrine-project.org/projects/persistence.html",
"keywords": [
"mapper",
"object",
"odm",
"orm",
"persistence"
],
"support": {
"issues": "https://github.com/doctrine/persistence/issues",
"source": "https://github.com/doctrine/persistence/tree/4.0.0"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence",
"type": "tidelift"
}
],
"time": "2024-11-01T21:49:07+00:00"
},
{
"name": "doctrine/sql-formatter",
"version": "1.5.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/sql-formatter.git",
"reference": "d6d00aba6fd2957fe5216fe2b7673e9985db20c8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/d6d00aba6fd2957fe5216fe2b7673e9985db20c8",
"reference": "d6d00aba6fd2957fe5216fe2b7673e9985db20c8",
"shasum": ""
},
"require": {
"php": "^8.1"
},
"require-dev": {
"doctrine/coding-standard": "^12",
"ergebnis/phpunit-slow-test-detector": "^2.14",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^10.5"
},
"bin": [
"bin/sql-formatter"
],
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\SqlFormatter\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jeremy Dorn",
"email": "jeremy@jeremydorn.com",
"homepage": "https://jeremydorn.com/"
}
],
"description": "a PHP SQL highlighting library",
"homepage": "https://github.com/doctrine/sql-formatter/",
"keywords": [
"highlight",
"sql"
],
"support": {
"issues": "https://github.com/doctrine/sql-formatter/issues",
"source": "https://github.com/doctrine/sql-formatter/tree/1.5.2"
},
"time": "2025-01-24T11:45:48+00:00"
},
{
"name": "docusealco/docuseal-php",
"version": "1.0.4",
"source": {
"type": "git",
"url": "https://github.com/docusealco/docuseal-php.git",
"reference": "3d2acade13b585a24a9bd3617807d9a008b50911"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/docusealco/docuseal-php/zipball/3d2acade13b585a24a9bd3617807d9a008b50911",
"reference": "3d2acade13b585a24a9bd3617807d9a008b50911",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-4": {
"Docuseal\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "DocuSeal"
}
],
"description": "PHP bindings for DocuSeal API",
"support": {
"issues": "https://github.com/docusealco/docuseal-php/issues",
"source": "https://github.com/docusealco/docuseal-php/tree/1.0.4"
},
"time": "2025-06-03T12:34:41+00:00"
},
2025-07-16 09:05:52 +02:00
{
"name": "egulias/email-validator",
"version": "4.0.4",
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",
"reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa",
"reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa",
"shasum": ""
},
"require": {
"doctrine/lexer": "^2.0 || ^3.0",
"php": ">=8.1",
"symfony/polyfill-intl-idn": "^1.26"
},
"require-dev": {
"phpunit/phpunit": "^10.2",
"vimeo/psalm": "^5.12"
},
"suggest": {
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Egulias\\EmailValidator\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Eduardo Gulias Davis"
}
],
"description": "A library for validating emails against several RFCs",
"homepage": "https://github.com/egulias/EmailValidator",
"keywords": [
"email",
"emailvalidation",
"emailvalidator",
"validation",
"validator"
],
"support": {
"issues": "https://github.com/egulias/EmailValidator/issues",
"source": "https://github.com/egulias/EmailValidator/tree/4.0.4"
},
"funding": [
{
"url": "https://github.com/egulias",
"type": "github"
}
],
"time": "2025-03-06T22:45:56+00:00"
},
{
"name": "endroid/qr-code",
"version": "6.0.9",
"source": {
"type": "git",
"url": "https://github.com/endroid/qr-code.git",
"reference": "21e888e8597440b2205e2e5c484b6c8e556bcd1a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/endroid/qr-code/zipball/21e888e8597440b2205e2e5c484b6c8e556bcd1a",
"reference": "21e888e8597440b2205e2e5c484b6c8e556bcd1a",
"shasum": ""
},
"require": {
"bacon/bacon-qr-code": "^3.0",
"php": "^8.2"
},
"require-dev": {
"endroid/quality": "dev-main",
"ext-gd": "*",
"khanamiryan/qrcode-detector-decoder": "^2.0.2",
"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.0.9"
},
"funding": [
{
"url": "https://github.com/endroid",
"type": "github"
}
],
"time": "2025-07-13T19:59:45+00:00"
},
{
"name": "firebase/php-jwt",
"version": "v6.11.1",
"source": {
"type": "git",
"url": "https://github.com/firebase/php-jwt.git",
"reference": "d1e91ecf8c598d073d0995afa8cd5c75c6e19e66"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/firebase/php-jwt/zipball/d1e91ecf8c598d073d0995afa8cd5c75c6e19e66",
"reference": "d1e91ecf8c598d073d0995afa8cd5c75c6e19e66",
"shasum": ""
},
"require": {
"php": "^8.0"
},
"require-dev": {
"guzzlehttp/guzzle": "^7.4",
"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",
"paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
},
"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.",
"homepage": "https://github.com/firebase/php-jwt",
"keywords": [
"jwt",
"php"
],
"support": {
"issues": "https://github.com/firebase/php-jwt/issues",
"source": "https://github.com/firebase/php-jwt/tree/v6.11.1"
},
"time": "2025-04-09T20:32:01+00:00"
},
{
"name": "fpdf/fpdf",
"version": "1.86.0",
"source": {
"type": "git",
"url": "https://github.com/coreydoughty/Fpdf.git",
"reference": "d2a0cbd9e4b5557b9c6c29ddc8eb2b36d8761e00"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/coreydoughty/Fpdf/zipball/d2a0cbd9e4b5557b9c6c29ddc8eb2b36d8761e00",
"reference": "d2a0cbd9e4b5557b9c6c29ddc8eb2b36d8761e00",
"shasum": ""
},
"require": {
"php": ">=5.6.0"
},
"type": "library",
"extra": {
"laravel": {
"aliases": {
"FPDF": "Fpdf\\Fpdf"
}
}
},
"autoload": {
"psr-4": {
"Fpdf\\": "src/Fpdf"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Corey Doughty",
"email": "corey@doughty.ca"
}
],
"description": "FPDF Composer Wrapper",
"homepage": "https://github.com/coreydoughty/Fpdf",
"keywords": [
"fpdf",
"pdf",
"wrapper"
],
"support": {
"issues": "https://github.com/coreydoughty/Fpdf/issues",
"source": "https://github.com/coreydoughty/Fpdf/tree/1.86.0"
},
"time": "2023-07-04T16:41:45+00:00"
},
{
"name": "google/auth",
"version": "v1.47.1",
"source": {
"type": "git",
"url": "https://github.com/googleapis/google-auth-library-php.git",
"reference": "d7a0a215ec42ca0c8cb40e9ae0c5960aa9a024b7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/d7a0a215ec42ca0c8cb40e9ae0c5960aa9a024b7",
"reference": "d7a0a215ec42ca0c8cb40e9ae0c5960aa9a024b7",
"shasum": ""
},
"require": {
"firebase/php-jwt": "^6.0",
"guzzlehttp/guzzle": "^7.4.5",
"guzzlehttp/psr7": "^2.4.5",
"php": "^8.0",
"psr/cache": "^2.0||^3.0",
"psr/http-message": "^1.1||^2.0",
"psr/log": "^3.0"
},
"require-dev": {
"guzzlehttp/promises": "^2.0",
"kelvinmo/simplejwt": "0.7.1",
"phpseclib/phpseclib": "^3.0.35",
"phpspec/prophecy-phpunit": "^2.1",
"phpunit/phpunit": "^9.6",
"sebastian/comparator": ">=1.2.3",
"squizlabs/php_codesniffer": "^3.5",
"symfony/process": "^6.0||^7.0",
"webmozart/assert": "^1.11"
},
"suggest": {
"phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
},
"type": "library",
"autoload": {
"psr-4": {
"Google\\Auth\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"description": "Google Auth Library for PHP",
"homepage": "https://github.com/google/google-auth-library-php",
"keywords": [
"Authentication",
"google",
"oauth2"
],
"support": {
"docs": "https://cloud.google.com/php/docs/reference/auth/latest",
"issues": "https://github.com/googleapis/google-auth-library-php/issues",
"source": "https://github.com/googleapis/google-auth-library-php/tree/v1.47.1"
},
"time": "2025-07-09T15:26:02+00:00"
},
{
"name": "google/cloud",
"version": "v0.296.0",
"source": {
"type": "git",
"url": "https://github.com/googleapis/google-cloud-php.git",
"reference": "96251a48c873b323531a06b0d1677af5b86b3e1a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/googleapis/google-cloud-php/zipball/96251a48c873b323531a06b0d1677af5b86b3e1a",
"reference": "96251a48c873b323531a06b0d1677af5b86b3e1a",
"shasum": ""
},
"require": {
"google/auth": "^1.42",
"google/gax": "^1.36.0",
"guzzlehttp/guzzle": "^7.4.5",
"guzzlehttp/psr7": "^2.6",
"monolog/monolog": "^2.9||^3.0",
"php": "^8.1",
"psr/http-message": "^1.0|^2.0",
"ramsey/uuid": "^4.0",
"rize/uri-template": "~0.3"
},
"replace": {
"google/access-context-manager": "1.0.4",
"google/analytics-admin": "0.29.1",
"google/analytics-data": "0.22.3",
"google/apps-chat": "0.11.2",
"google/apps-events-subscriptions": "0.3.1",
"google/apps-meet": "0.4.1",
"google/cloud-access-approval": "2.0.5",
"google/cloud-advisorynotifications": "1.1.1",
"google/cloud-ai-platform": "1.32.1",
"google/cloud-alloydb": "1.4.1",
"google/cloud-api-gateway": "2.0.4",
"google/cloud-api-keys": "1.0.5",
"google/cloud-apigee-connect": "2.0.5",
"google/cloud-apigee-registry": "1.0.4",
"google/cloud-apihub": "0.2.1",
"google/cloud-appengine-admin": "2.0.4",
"google/cloud-apphub": "0.3.1",
"google/cloud-artifact-registry": "1.2.1",
"google/cloud-asset": "2.2.3",
"google/cloud-assured-workloads": "1.0.5",
"google/cloud-automl": "2.0.5",
"google/cloud-backupdr": "0.6.2",
"google/cloud-bare-metal-solution": "1.0.5",
"google/cloud-batch": "1.2.2",
"google/cloud-beyondcorp-appconnections": "1.0.5",
"google/cloud-beyondcorp-appconnectors": "1.0.5",
"google/cloud-beyondcorp-appgateways": "1.0.5",
"google/cloud-beyondcorp-clientconnectorservices": "1.0.5",
"google/cloud-beyondcorp-clientgateways": "1.0.5",
"google/cloud-bigquery": "1.33.1",
"google/cloud-bigquery-analyticshub": "1.2.1",
"google/cloud-bigquery-connection": "2.0.5",
"google/cloud-bigquery-data-exchange": "0.5.2",
"google/cloud-bigquery-datapolicies": "1.0.5",
"google/cloud-bigquery-migration": "1.1.5",
"google/cloud-bigquery-reservation": "2.2.1",
"google/cloud-bigquery-storage": "2.1.5",
"google/cloud-bigquerydatatransfer": "2.1.5",
"google/cloud-bigtable": "2.15.0",
"google/cloud-billing": "2.1.3",
"google/cloud-billing-budgets": "2.0.5",
"google/cloud-binary-authorization": "1.0.5",
"google/cloud-build": "1.0.4",
"google/cloud-certificate-manager": "1.0.4",
"google/cloud-channel": "2.2.1",
"google/cloud-chronicle": "0.1.2",
"google/cloud-cloudcontrolspartner": "0.4.1",
"google/cloud-commerce-consumer-procurement": "1.2.2",
"google/cloud-common-protos": "0.8.1",
"google/cloud-compute": "1.32.0",
"google/cloud-confidentialcomputing": "1.4.1",
"google/cloud-config": "1.4.1",
"google/cloud-configdelivery": "0.2.0",
"google/cloud-contact-center-insights": "2.3.3",
"google/cloud-container": "2.5.0",
"google/cloud-container-analysis": "1.1.1",
"google/cloud-core": "1.64.1",
"google/cloud-data-catalog": "2.3.2",
"google/cloud-data-fusion": "1.0.5",
"google/cloud-datacatalog-lineage": "1.1.1",
"google/cloud-dataflow": "0.8.2",
"google/cloud-dataform": "0.8.1",
"google/cloud-datalabeling": "0.6.3",
"google/cloud-dataplex": "1.7.1",
"google/cloud-dataproc": "2.6.1",
"google/cloud-dataproc-metastore": "1.1.1",
"google/cloud-datastore": "1.33.1",
"google/cloud-datastore-admin": "1.0.4",
"google/cloud-datastream": "2.3.1",
"google/cloud-deploy": "1.5.7",
"google/cloud-developerconnect": "0.4.1",
"google/cloud-devicestreaming": "0.1.1",
"google/cloud-dialogflow": "2.1.2",
"google/cloud-dialogflow-cx": "0.8.1",
"google/cloud-discoveryengine": "1.6.1",
"google/cloud-dlp": "2.6.1",
"google/cloud-dms": "2.0.6",
"google/cloud-document-ai": "2.2.2",
"google/cloud-domains": "1.0.4",
"google/cloud-edgenetwork": "1.2.3",
"google/cloud-error-reporting": "0.23.1",
"google/cloud-essential-contacts": "1.0.5",
"google/cloud-eventarc": "2.1.5",
"google/cloud-eventarc-publishing": "1.1.6",
"google/cloud-filestore": "2.1.1",
"google/cloud-financialservices": "0.1.1",
"google/cloud-firestore": "1.52.0",
"google/cloud-functions": "2.0.6",
"google/cloud-geminidataanalytics": "0.1.0",
"google/cloud-gke-backup": "1.2.1",
"google/cloud-gke-connect-gateway": "1.0.2",
"google/cloud-gke-hub": "1.0.5",
"google/cloud-gke-multi-cloud": "1.2.2",
"google/cloud-gsuite-addons": "1.0.4",
"google/cloud-iam": "1.1.1",
"google/cloud-iam-credentials": "2.0.4",
"google/cloud-iap": "2.1.2",
"google/cloud-ids": "1.0.4",
"google/cloud-kms": "2.3.1",
"google/cloud-kms-inventory": "1.1.1",
"google/cloud-language": "1.0.1",
"google/cloud-life-sciences": "0.7.3",
"google/cloud-logging": "1.32.3",
"google/cloud-lustre": "0.2.0",
"google/cloud-managed-identities": "2.0.5",
"google/cloud-managedkafka": "0.6.1",
"google/cloud-managedkafka-schemaregistry": "0.1.1",
"google/cloud-media-translation": "0.5.2",
"google/cloud-memcache": "2.0.4",
"google/cloud-memorystore": "0.4.2",
"google/cloud-migrationcenter": "1.1.2",
"google/cloud-modelarmor": "0.3.1",
"google/cloud-monitoring": "2.1.2",
"google/cloud-netapp": "1.6.1",
"google/cloud-network-connectivity": "2.2.2",
"google/cloud-network-management": "2.4.2",
"google/cloud-network-security": "1.0.4",
"google/cloud-networkservices": "0.6.1",
"google/cloud-notebooks": "1.0.5",
"google/cloud-optimization": "1.0.5",
"google/cloud-oracledatabase": "0.6.1",
"google/cloud-orchestration-airflow": "2.1.8",
"google/cloud-org-policy": "1.2.2",
"google/cloud-osconfig": "2.0.5",
"google/cloud-oslogin": "2.0.5",
"google/cloud-parallelstore": "0.11.3",
"google/cloud-parametermanager": "0.4.1",
"google/cloud-policy-troubleshooter": "2.0.5",
"google/cloud-policysimulator": "1.1.1",
"google/cloud-policytroubleshooter-iam": "0.3.1",
"google/cloud-private-catalog": "0.5.3",
"google/cloud-privilegedaccessmanager": "0.2.1",
"google/cloud-profiler": "2.0.4",
"google/cloud-pubsub": "2.13.2",
"google/cloud-quotas": "1.4.1",
"google/cloud-rapidmigrationassessment": "1.1.2",
"google/cloud-recaptcha-enterprise": "2.1.3",
"google/cloud-recommendations-ai": "0.8.2",
"google/cloud-recommender": "2.0.5",
"google/cloud-redis": "2.1.6",
"google/cloud-redis-cluster": "0.5.1",
"google/cloud-resource-manager": "1.0.4",
"google/cloud-retail": "2.3.1",
"google/cloud-run": "1.8.0",
"google/cloud-scheduler": "2.0.5",
"google/cloud-secret-manager": "2.1.1",
"google/cloud-securesourcemanager": "1.4.1",
"google/cloud-security-center": "2.2.1",
"google/cloud-security-private-ca": "2.1.1",
"google/cloud-security-public-ca": "1.0.5",
"google/cloud-securitycentermanagement": "1.2.1",
"google/cloud-service-control": "2.0.4",
"google/cloud-service-directory": "2.0.6",
"google/cloud-service-management": "2.0.5",
"google/cloud-service-usage": "2.0.4",
"google/cloud-servicehealth": "0.3.1",
"google/cloud-shell": "2.0.5",
"google/cloud-spanner": "1.103.0",
"google/cloud-speech": "2.1.1",
"google/cloud-sql-admin": "1.2.6",
"google/cloud-storage": "1.48.2",
"google/cloud-storage-control": "1.4.1",
"google/cloud-storage-transfer": "2.2.1",
"google/cloud-storagebatchoperations": "0.1.2",
"google/cloud-storageinsights": "1.2.1",
"google/cloud-support": "1.2.1",
"google/cloud-talent": "2.1.3",
"google/cloud-tasks": "2.0.2",
"google/cloud-telcoautomation": "1.1.1",
"google/cloud-text-to-speech": "2.2.2",
"google/cloud-tpu": "2.1.2",
"google/cloud-trace": "1.8.10",
"google/cloud-translate": "2.0.3",
"google/cloud-video-live-stream": "1.2.1",
"google/cloud-video-stitcher": "1.0.4",
"google/cloud-video-transcoder": "1.1.0",
"google/cloud-videointelligence": "2.0.5",
"google/cloud-vision": "2.0.3",
"google/cloud-vm-migration": "1.0.5",
"google/cloud-vmware-engine": "1.1.4",
"google/cloud-vpc-access": "2.0.5",
"google/cloud-web-risk": "2.1.1",
"google/cloud-web-security-scanner": "1.0.5",
"google/cloud-workflows": "1.1.1",
"google/common-protos": "4.12.2",
"google/geo-common-protos": "0.2.1",
"google/grafeas": "1.2.2",
"google/longrunning": "0.4.7",
"google/maps-fleetengine": "0.4.1",
"google/maps-fleetengine-delivery": "0.4.1",
"google/maps-routeoptimization": "0.4.1",
"google/shopping-common-protos": "0.4.1",
"google/shopping-css": "0.6.2",
"google/shopping-merchant-accounts": "0.9.1",
"google/shopping-merchant-conversions": "0.2.1",
"google/shopping-merchant-datasources": "0.5.1",
"google/shopping-merchant-inventories": "0.6.1",
"google/shopping-merchant-lfp": "0.3.2",
"google/shopping-merchant-notifications": "0.2.1",
"google/shopping-merchant-ordertracking": "0.1.1",
"google/shopping-merchant-products": "0.6.1",
"google/shopping-merchant-promotions": "0.2.1",
"google/shopping-merchant-quota": "0.2.1",
"google/shopping-merchant-reports": "0.9.1",
"google/shopping-merchant-reviews": "0.3.1",
"googleads/ad-manager": "0.3.1",
"googleads/marketingplatform-admin": "0.2.1"
},
"require-dev": {
"dg/bypass-finals": "^1.7",
"erusev/parsedown": "^1.6",
"flix-tech/avro-php": "^5.0.0",
"google/cloud-tools": "^0.16.0",
"kreait/firebase-php": "^6.9",
"opis/closure": "^3.0",
"phpdocumentor/reflection": "^5.0||^6.0",
"phpseclib/phpseclib": "^3.0",
"phpspec/prophecy-phpunit": "^2.1",
"phpunit/phpunit": "^9.6",
"psr/log": "^2.0||^3.0"
},
"suggest": {
"opis/closure": "May be used to serialize closures to process jobs in the batch daemon. Please require version ^3.",
"phpseclib/phpseclib": "May be used in place of OpenSSL for creating signed Cloud Storage URLs. Please require version ^2."
},
"bin": [
"Core/bin/google-cloud-batch"
],
"type": "library",
"autoload": {
"files": [
"BigQueryStorage/metadata/descriptor_fix.php"
],
"psr-4": {
"Grafeas\\": "Grafeas/src",
"Google\\Api\\": "CommonProtos/src/Api",
"Google\\Geo\\": "GeoCommonProtos/src",
"Google\\Iam\\": "CommonProtos/src/Iam",
"Google\\Rpc\\": "CommonProtos/src/Rpc",
"Google\\Type\\": "CommonProtos/src/Type",
"Google\\Cloud\\": [
"CloudCommonProtos/src",
"CommonProtos/src/Cloud"
],
"Google\\Apps\\Card\\": "AppsChat/src/Card",
"Google\\Apps\\Chat\\": "AppsChat/src/Chat",
"Google\\Apps\\Meet\\": "AppsMeet/src",
"Google\\Cloud\\Dlp\\": "Dlp/src",
"Google\\Cloud\\Iam\\": "Iam/src",
"Google\\Cloud\\Iap\\": "Iap/src",
"Google\\Cloud\\Ids\\": "Ids/src",
"Google\\Cloud\\Kms\\": "Kms/src",
"Google\\Cloud\\Run\\": "Run/src",
"Google\\Cloud\\Sql\\": "SqlAdmin/src",
"Google\\Cloud\\Tpu\\": "Tpu/src",
"Google\\Cloud\\Core\\": "Core/src",
"Google\\Cloud\\Asset\\": "Asset/src",
"Google\\Cloud\\Batch\\": "Batch/src",
"Google\\Cloud\\Build\\": "Build/src",
"Google\\Cloud\\Redis\\": "Redis/src",
"Google\\Cloud\\Shell\\": "Shell/src",
"Google\\Cloud\\Tasks\\": "Tasks/src",
"Google\\Cloud\\Trace\\": "Trace/src",
"Google\\LongRunning\\": "LongRunning/src/LongRunning",
"GPBMetadata\\Grafeas\\": "Grafeas/metadata",
"Google\\Cloud\\ApiHub\\": "ApiHub/src",
"Google\\Cloud\\AppHub\\": "AppHub/src",
"Google\\Cloud\\AutoMl\\": "AutoMl/src",
"Google\\Cloud\\Config\\": "Config/src",
"Google\\Cloud\\Deploy\\": "Deploy/src",
"Google\\Cloud\\GkeHub\\": "GkeHub/src",
"Google\\Cloud\\Lustre\\": "Lustre/src",
"Google\\Cloud\\NetApp\\": "NetApp/src",
"Google\\Cloud\\PubSub\\": "PubSub/src",
"Google\\Cloud\\Retail\\": "Retail/src",
"Google\\Cloud\\Speech\\": "Speech/src",
"Google\\Cloud\\Talent\\": "Talent/src",
"Google\\Cloud\\Vision\\": "Vision/src",
"Google\\Shopping\\Css\\": "ShoppingCss/src",
"Google\\Ads\\AdManager\\": "AdsAdManager/src",
"Google\\Cloud\\AlloyDb\\": "AlloyDb/src",
"Google\\Cloud\\ApiKeys\\": "ApiKeys/src",
"Google\\Cloud\\Billing\\": "Billing/src",
"Google\\Cloud\\Channel\\": "Channel/src",
"Google\\Cloud\\Compute\\": "Compute/src",
"Google\\Cloud\\Domains\\": "Domains/src",
"Google\\Cloud\\Logging\\": "Logging/src",
"Google\\Cloud\\OsLogin\\": "OsLogin/src",
"Google\\Cloud\\Spanner\\": "Spanner/src",
"Google\\Cloud\\Storage\\": "Storage/src",
"Google\\Cloud\\Support\\": "Support/src",
"Google\\Cloud\\WebRisk\\": "WebRisk/src",
"Google\\Shopping\\Type\\": "ShoppingCommonProtos/src/Type",
"Google\\Analytics\\Data\\": "AnalyticsData/src",
"Google\\Cloud\\BackupDR\\": "BackupDr/src",
"Google\\Cloud\\BigQuery\\": "BigQuery/src",
"Google\\Cloud\\Bigtable\\": "Bigtable/src",
"Google\\Cloud\\CloudDms\\": "Dms/src",
"Google\\Cloud\\Dataflow\\": "Dataflow/src",
"Google\\Cloud\\Dataform\\": "Dataform/src",
"Google\\Cloud\\Dataplex\\": "Dataplex/src",
"Google\\Cloud\\Dataproc\\": "Dataproc/src",
"Google\\Cloud\\Eventarc\\": "Eventarc/src",
"Google\\Cloud\\Language\\": "Language/src",
"Google\\Cloud\\Memcache\\": "Memcache/src",
"Google\\Cloud\\OsConfig\\": "OsConfig/src",
"Google\\Cloud\\Profiler\\": "Profiler/src",
"GPBMetadata\\Google\\Api\\": "CommonProtos/metadata/Api",
"GPBMetadata\\Google\\Geo\\": "GeoCommonProtos/metadata",
"GPBMetadata\\Google\\Iam\\": [
"Iam/metadata",
"CommonProtos/metadata/Iam"
],
"GPBMetadata\\Google\\Rpc\\": [
"CloudCommonProtos/metadata/Rpc",
"CommonProtos/metadata/Rpc"
],
"Google\\Analytics\\Admin\\": "AnalyticsAdmin/src",
"Google\\Cloud\\AppEngine\\": "AppEngineAdmin/src",
"Google\\Cloud\\Chronicle\\": "Chronicle/src",
"Google\\Cloud\\Container\\": "Container/src",
"Google\\Cloud\\Datastore\\": "Datastore/src",
"Google\\Cloud\\Filestore\\": "Filestore/src",
"Google\\Cloud\\Firestore\\": "Firestore/src",
"Google\\Cloud\\Functions\\": "Functions/src",
"Google\\Cloud\\GkeBackup\\": "GkeBackup/src",
"Google\\Cloud\\Metastore\\": "DataprocMetastore/src",
"Google\\Cloud\\Notebooks\\": "Notebooks/src",
"Google\\Cloud\\OrgPolicy\\": [
"OrgPolicy/src",
"Asset/external/protos/Cloud/OrgPolicy"
],
"Google\\Cloud\\Scheduler\\": "Scheduler/src",
"Google\\Cloud\\Translate\\": "Translate/src",
"Google\\Cloud\\VpcAccess\\": "VpcAccess/src",
"Google\\Cloud\\Workflows\\": "Workflows/src",
"GPBMetadata\\Google\\Chat\\": "AppsChat/metadata/Chat",
"GPBMetadata\\Google\\Type\\": "CommonProtos/metadata/Type",
"Google\\Apps\\Script\\Type\\": "GSuiteAddOns/external/protos",
"Google\\Cloud\\AIPlatform\\": "AiPlatform/src",
"Google\\Cloud\\ApiGateway\\": "ApiGateway/src",
"Google\\Cloud\\DataFusion\\": "DataFusion/src",
"Google\\Cloud\\Datastream\\": "Datastream/src",
"Google\\Cloud\\Dialogflow\\": "Dialogflow/src",
"Google\\Cloud\\DocumentAI\\": "DocumentAi/src",
"Google\\Cloud\\ModelArmor\\": "ModelArmor/src",
"Google\\Cloud\\Monitoring\\": "Monitoring/src",
"Google\\Maps\\FleetEngine\\": "MapsFleetEngine/src",
"GPBMetadata\\Google\\Cloud\\": "CommonProtos/metadata/Cloud",
"Google\\Cloud\\CloudQuotas\\": "Quotas/src",
"Google\\Cloud\\DataCatalog\\": "DataCatalog/src",
"Google\\Cloud\\EdgeNetwork\\": "EdgeNetwork/src",
"Google\\Cloud\\Memorystore\\": "Memorystore/src",
"Google\\Cloud\\Recommender\\": "Recommender/src",
"Google\\Cloud\\VMMigration\\": "VmMigration/src",
"GPBMetadata\\Google\\Pubsub\\": "PubSub/metadata",
"Google\\Cloud\\DataLabeling\\": "DataLabeling/src",
"Google\\Cloud\\GSuiteAddOns\\": "GSuiteAddOns/src",
"Google\\Cloud\\LifeSciences\\": "LifeSciences/src",
"Google\\Cloud\\ManagedKafka\\": "ManagedKafka/src",
"Google\\Cloud\\Optimization\\": "Optimization/src",
"Google\\Cloud\\ServiceUsage\\": "ServiceUsage/src",
"Google\\Cloud\\TextToSpeech\\": "TextToSpeech/src",
"Google\\Cloud\\VmwareEngine\\": "VmwareEngine/src",
"GPBMetadata\\Google\\Logging\\": [
"Logging/metadata",
"CommonProtos/metadata/Logging"
],
"GPBMetadata\\Google\\Spanner\\": "Spanner/metadata",
"Google\\ApiCore\\LongRunning\\": "LongRunning/src/ApiCore/LongRunning",
"Google\\Cloud\\ApigeeConnect\\": "ApigeeConnect/src",
"Google\\Cloud\\Dialogflow\\Cx\\": "DialogflowCx/src",
"Google\\Cloud\\GkeMultiCloud\\": "GkeMultiCloud/src",
"Google\\Cloud\\Kms\\Inventory\\": "KmsInventory/src",
"Google\\Cloud\\Parallelstore\\": "Parallelstore/src",
"Google\\Cloud\\Redis\\Cluster\\": "RedisCluster/src",
"Google\\Cloud\\SecretManager\\": "SecretManager/src",
"Google\\Cloud\\ServiceHealth\\": "ServiceHealth/src",
"GPBMetadata\\Google\\Bigtable\\": "Bigtable/metadata",
"GPBMetadata\\Google\\Dataflow\\": "Dataflow/metadata",
"GPBMetadata\\Google\\Devtools\\": "CloudCommonProtos/metadata/Devtools",
"Google\\Cloud\\AccessApproval\\": "AccessApproval/src",
"Google\\Cloud\\ApigeeRegistry\\": "ApigeeRegistry/src",
"Google\\Cloud\\ConfigDelivery\\": "ConfigDelivery/src",
"Google\\Cloud\\ErrorReporting\\": "ErrorReporting/src",
"Google\\Cloud\\OracleDatabase\\": "OracleDatabase/src",
"Google\\Cloud\\PrivateCatalog\\": "PrivateCatalog/src",
"Google\\Cloud\\SecurityCenter\\": "SecurityCenter/src",
"Google\\Cloud\\ServiceControl\\": "ServiceControl/src",
"Google\\Cloud\\Video\\Stitcher\\": "VideoStitcher/src",
"GPBMetadata\\Google\\Appengine\\": "AppEngineAdmin/metadata",
"GPBMetadata\\Google\\Apps\\Card\\": "AppsChat/metadata/Card",
"GPBMetadata\\Google\\Apps\\Meet\\": "AppsMeet/metadata",
"GPBMetadata\\Google\\Cloud\\Iap\\": "Iap/metadata",
"GPBMetadata\\Google\\Cloud\\Ids\\": "Ids/metadata",
"GPBMetadata\\Google\\Cloud\\Kms\\": "Kms/metadata",
"GPBMetadata\\Google\\Cloud\\Run\\": "Run/metadata",
"GPBMetadata\\Google\\Cloud\\Sql\\": "SqlAdmin/metadata",
"GPBMetadata\\Google\\Cloud\\Tpu\\": "Tpu/metadata",
"GPBMetadata\\Google\\Container\\": "Container/metadata",
"GPBMetadata\\Google\\Datastore\\": "Datastore/metadata",
"GPBMetadata\\Google\\Firestore\\": "Firestore/metadata",
"Google\\Cloud\\Billing\\Budgets\\": "BillingBudgets/src",
"Google\\Cloud\\Datastore\\Admin\\": "DatastoreAdmin/src",
"Google\\Cloud\\DeviceStreaming\\": "DeviceStreaming/src",
"Google\\Cloud\\DiscoveryEngine\\": "DiscoveryEngine/src",
"Google\\Cloud\\Iam\\Credentials\\": "IamCredentials/src",
"Google\\Cloud\\MigrationCenter\\": "MigrationCenter/src",
"Google\\Cloud\\NetworkSecurity\\": "NetworkSecurity/src",
"Google\\Cloud\\NetworkServices\\": "NetworkServices/src",
"Google\\Cloud\\PolicySimulator\\": "PolicySimulator/src",
"Google\\Cloud\\ResourceManager\\": "ResourceManager/src",
"Google\\Cloud\\StorageInsights\\": "StorageInsights/src",
"Google\\Cloud\\StorageTransfer\\": "StorageTransfer/src",
"Google\\Cloud\\Storage\\Control\\": "StorageControl/src",
"Google\\Cloud\\TelcoAutomation\\": "TelcoAutomation/src",
"Google\\Shopping\\Merchant\\Lfp\\": "ShoppingMerchantLfp/src",
"GPBMetadata\\Google\\Monitoring\\": "Monitoring/metadata",
"Google\\Cloud\\ArtifactRegistry\\": "ArtifactRegistry/src",
"Google\\Cloud\\AssuredWorkloads\\": "AssuredWorkloads/src",
"Google\\Cloud\\BigQuery\\Storage\\": "BigQueryStorage/src",
"Google\\Cloud\\DeveloperConnect\\": "DeveloperConnect/src",
"Google\\Cloud\\MediaTranslation\\": "MediaTranslation/src",
"Google\\Cloud\\ParameterManager\\": "ParameterManager/src",
"Google\\Cloud\\ServiceDirectory\\": "ServiceDirectory/src",
"Google\\Cloud\\Video\\LiveStream\\": "VideoLiveStream/src",
"Google\\Cloud\\Video\\Transcoder\\": "VideoTranscoder/src",
"Google\\Maps\\RouteOptimization\\": "MapsRouteOptimization/src",
"GPBMetadata\\Google\\Api\\Apikeys\\": "ApiKeys/metadata",
"GPBMetadata\\Google\\Cloud\\Asset\\": "Asset/metadata",
"GPBMetadata\\Google\\Cloud\\Audit\\": "CloudCommonProtos/metadata/Audit",
"GPBMetadata\\Google\\Cloud\\Batch\\": "Batch/metadata",
"GPBMetadata\\Google\\Cloud\\Redis\\": "Redis/metadata",
"GPBMetadata\\Google\\Cloud\\Shell\\": "Shell/metadata",
"GPBMetadata\\Google\\Cloud\\Tasks\\": "Tasks/metadata",
"GPBMetadata\\Google\\Longrunning\\": "LongRunning/metadata/Longrunning",
"GPBMetadata\\Google\\Privacy\\Dlp\\": "Dlp/metadata",
"Google\\Cloud\\BareMetalSolution\\": "BareMetalSolution/src",
"Google\\Cloud\\ContainerAnalysis\\": "ContainerAnalysis/src",
"Google\\Cloud\\EssentialContacts\\": "EssentialContacts/src",
"Google\\Cloud\\FinancialServices\\": "FinancialServices/src",
"Google\\Cloud\\ManagedIdentities\\": "ManagedIdentities/src",
"Google\\Cloud\\NetworkManagement\\": "NetworkManagement/src",
"Google\\Cloud\\Security\\PublicCA\\": "SecurityPublicCA/src",
"Google\\Cloud\\ServiceManagement\\": "ServiceManagement/src",
"Google\\Cloud\\VideoIntelligence\\": "VideoIntelligence/src",
"Google\\Shopping\\Merchant\\Quota\\": "ShoppingMerchantQuota/src",
"GPBMetadata\\Google\\Cloud\\Apihub\\": "ApiHub/metadata",
"GPBMetadata\\Google\\Cloud\\Apphub\\": "AppHub/metadata",
"GPBMetadata\\Google\\Cloud\\Automl\\": "AutoMl/metadata",
"GPBMetadata\\Google\\Cloud\\Common\\": "CloudCommonProtos/metadata/Common",
"GPBMetadata\\Google\\Cloud\\Config\\": "Config/metadata",
"GPBMetadata\\Google\\Cloud\\Deploy\\": "Deploy/metadata",
"GPBMetadata\\Google\\Cloud\\Gkehub\\": "GkeHub/metadata",
"GPBMetadata\\Google\\Cloud\\Lustre\\": "Lustre/metadata",
"GPBMetadata\\Google\\Cloud\\Netapp\\": "NetApp/metadata",
"GPBMetadata\\Google\\Cloud\\Retail\\": "Retail/metadata",
"GPBMetadata\\Google\\Cloud\\Speech\\": "Speech/metadata",
"GPBMetadata\\Google\\Cloud\\Talent\\": "Talent/metadata",
"GPBMetadata\\Google\\Cloud\\Vision\\": "Vision/metadata",
"GPBMetadata\\Google\\Shopping\\Css\\": "ShoppingCss/metadata",
"Google\\Cloud\\BigQuery\\Migration\\": "BigQueryMigration/src",
"Google\\Cloud\\CertificateManager\\": "CertificateManager/src",
"Google\\Cloud\\GkeConnect\\Gateway\\": "GkeConnectGateway/src",
"Google\\Cloud\\Security\\PrivateCA\\": "SecurityPrivateCa/src",
"Google\\Cloud\\WebSecurityScanner\\": "WebSecurityScanner/src",
"GPBMetadata\\Google\\Ads\\Admanager\\": "AdsAdManager/metadata",
"GPBMetadata\\Google\\Cloud\\Alloydb\\": "AlloyDb/metadata",
"GPBMetadata\\Google\\Cloud\\Billing\\": "Billing/metadata",
"GPBMetadata\\Google\\Cloud\\Channel\\": "Channel/metadata",
"GPBMetadata\\Google\\Cloud\\Compute\\": "Compute/metadata",
"GPBMetadata\\Google\\Cloud\\Domains\\": "Domains/metadata",
"GPBMetadata\\Google\\Cloud\\Oslogin\\": "OsLogin/metadata",
"GPBMetadata\\Google\\Cloud\\Secrets\\": "SecretManager/metadata",
"GPBMetadata\\Google\\Cloud\\Support\\": "Support/metadata",
"GPBMetadata\\Google\\Cloud\\Webrisk\\": "WebRisk/metadata",
"GPBMetadata\\Google\\Shopping\\Type\\": "ShoppingCommonProtos/metadata/Type",
"Google\\Apps\\Events\\Subscriptions\\": "AppsEventsSubscriptions/src",
"Google\\Cloud\\BigQuery\\Connection\\": "BigQueryConnection/src",
"Google\\Cloud\\BinaryAuthorization\\": "BinaryAuthorization/src",
"Google\\Cloud\\DataCatalog\\Lineage\\": "DataCatalogLineage/src",
"Google\\Cloud\\Eventarc\\Publishing\\": "EventarcPublishing/src",
"Google\\Cloud\\GeminiDataAnalytics\\": "GeminiDataAnalytics/src",
"Google\\Cloud\\NetworkConnectivity\\": "NetworkConnectivity/src",
"Google\\Cloud\\RecaptchaEnterprise\\": "RecaptchaEnterprise/src",
"Google\\Cloud\\SecureSourceManager\\": "SecureSourceManager/src",
"Google\\Maps\\FleetEngine\\Delivery\\": "MapsFleetEngineDelivery/src",
"Google\\Shopping\\Merchant\\Reports\\": "ShoppingMerchantReports/src",
"Google\\Shopping\\Merchant\\Reviews\\": "ShoppingMerchantReviews/src",
"GPBMetadata\\Google\\Analytics\\Data\\": "AnalyticsData/metadata",
"GPBMetadata\\Google\\Cloud\\Backupdr\\": "BackupDr/metadata",
"GPBMetadata\\Google\\Cloud\\Clouddms\\": "Dms/metadata",
"GPBMetadata\\Google\\Cloud\\Dataform\\": "Dataform/metadata",
"GPBMetadata\\Google\\Cloud\\Dataplex\\": "Dataplex/metadata",
"GPBMetadata\\Google\\Cloud\\Dataproc\\": "Dataproc/metadata",
"GPBMetadata\\Google\\Cloud\\Eventarc\\": "Eventarc/metadata",
"GPBMetadata\\Google\\Cloud\\Language\\": "Language/metadata",
"GPBMetadata\\Google\\Cloud\\Memcache\\": "Memcache/metadata",
"GPBMetadata\\Google\\Cloud\\Osconfig\\": "OsConfig/metadata",
"GPBMetadata\\Google\\Devtools\\Build\\": "Build/metadata",
"Google\\Cloud\\BigQuery\\Reservation\\": "BigQueryReservation/src",
"Google\\Cloud\\CloudControlsPartner\\": "ControlsPartner/src",
"Google\\Cloud\\PolicyTroubleshooter\\": "PolicyTroubleshooter/src",
"Google\\Cloud\\RecommendationEngine\\": "RecommendationEngine/src",
"Google\\Shopping\\Merchant\\Accounts\\": "ShoppingMerchantAccounts/src",
"Google\\Shopping\\Merchant\\Products\\": "ShoppingMerchantProducts/src",
"GPBMetadata\\Google\\Analytics\\Admin\\": "AnalyticsAdmin/metadata",
"GPBMetadata\\Google\\Api\\Cloudquotas\\": "Quotas/metadata",
"GPBMetadata\\Google\\Cloud\\Chronicle\\": "Chronicle/metadata",
"GPBMetadata\\Google\\Cloud\\Filestore\\": "Filestore/metadata",
"GPBMetadata\\Google\\Cloud\\Functions\\": "Functions/metadata",
"GPBMetadata\\Google\\Cloud\\Gkebackup\\": "GkeBackup/metadata",
"GPBMetadata\\Google\\Cloud\\Metastore\\": "DataprocMetastore/metadata",
"GPBMetadata\\Google\\Cloud\\Notebooks\\": "Notebooks/metadata",
"GPBMetadata\\Google\\Cloud\\Orgpolicy\\": [
"OrgPolicy/metadata",
"Asset/external/metadata/Cloud/Orgpolicy"
],
"GPBMetadata\\Google\\Cloud\\Scheduler\\": "Scheduler/metadata",
"GPBMetadata\\Google\\Cloud\\Translate\\": "Translate/metadata",
"GPBMetadata\\Google\\Cloud\\Vpcaccess\\": "VpcAccess/metadata",
"GPBMetadata\\Google\\Cloud\\Workflows\\": "Workflows/metadata",
"GPBMetadata\\Google\\Datastore\\Admin\\": "DatastoreAdmin/metadata",
"GPBMetadata\\Google\\Iam\\Credentials\\": "IamCredentials/metadata",
"GPBMetadata\\Google\\Storage\\Control\\": "StorageControl/metadata",
"GPBMetadata\\Google\\Storagetransfer\\": "StorageTransfer/metadata",
"Google\\Ads\\MarketingPlatform\\Admin\\": "AdsMarketingPlatformAdmin/src",
"Google\\Cloud\\AdvisoryNotifications\\": "AdvisoryNotifications/src",
"Google\\Cloud\\BigQuery\\AnalyticsHub\\": "BigQueryAnalyticsHub/src",
"Google\\Cloud\\BigQuery\\DataExchange\\": "BigQueryDataExchange/src",
"Google\\Cloud\\BigQuery\\DataPolicies\\": "BigQueryDataPolicies/src",
"Google\\Cloud\\BigQuery\\DataTransfer\\": "BigQueryDataTransfer/src",
"Google\\Cloud\\ConfidentialComputing\\": "ConfidentialComputing/src",
"Google\\Cloud\\ContactCenterInsights\\": "ContactCenterInsights/src",
"GPBMetadata\\Google\\Api\\Serviceusage\\": "ServiceUsage/metadata",
"GPBMetadata\\Google\\Apps\\Script\\Type\\": "GSuiteAddOns/external/metadata",
"GPBMetadata\\Google\\Cloud\\Aiplatform\\": "AiPlatform/metadata",
"GPBMetadata\\Google\\Cloud\\Apigateway\\": "ApiGateway/metadata",
"GPBMetadata\\Google\\Cloud\\Datafusion\\": "DataFusion/metadata",
"GPBMetadata\\Google\\Cloud\\Datastream\\": "Datastream/metadata",
"GPBMetadata\\Google\\Cloud\\Dialogflow\\": "Dialogflow/metadata",
"GPBMetadata\\Google\\Cloud\\Documentai\\": "DocumentAi/metadata",
"GPBMetadata\\Google\\Cloud\\Modelarmor\\": "ModelArmor/metadata",
"GPBMetadata\\Google\\Maps\\Fleetengine\\": "MapsFleetEngine/metadata",
"Google\\Cloud\\BeyondCorp\\AppGateways\\": "BeyondCorpAppGateways/src",
"Google\\Cloud\\StorageBatchOperations\\": "StorageBatchOperations/src",
"Google\\Shopping\\Merchant\\Promotions\\": "ShoppingMerchantPromotions/src",
"GPBMetadata\\Google\\Cloud\\Datacatalog\\": "DataCatalog/metadata",
"GPBMetadata\\Google\\Cloud\\Edgenetwork\\": "EdgeNetwork/metadata",
"GPBMetadata\\Google\\Cloud\\Memorystore\\": "Memorystore/metadata",
"GPBMetadata\\Google\\Cloud\\Recommender\\": "Recommender/metadata",
"GPBMetadata\\Google\\Cloud\\Vmmigration\\": "VmMigration/metadata",
"Google\\Cloud\\PrivilegedAccessManager\\": "PrivilegedAccessManager/src",
"Google\\Identity\\AccessContextManager\\": "AccessContextManager/src",
"Google\\Shopping\\Merchant\\Conversions\\": "ShoppingMerchantConversions/src",
"Google\\Shopping\\Merchant\\DataSources\\": "ShoppingMerchantDataSources/src",
"Google\\Shopping\\Merchant\\Inventories\\": "ShoppingMerchantInventories/src",
"GPBMetadata\\Google\\Api\\Servicecontrol\\": "ServiceControl/metadata",
"GPBMetadata\\Google\\Cloud\\Datalabeling\\": "DataLabeling/metadata",
"GPBMetadata\\Google\\Cloud\\Gsuiteaddons\\": "GSuiteAddOns/metadata",
"GPBMetadata\\Google\\Cloud\\Lifesciences\\": "LifeSciences/metadata",
"GPBMetadata\\Google\\Cloud\\Managedkafka\\": "ManagedKafka/metadata",
"GPBMetadata\\Google\\Cloud\\Optimization\\": "Optimization/metadata",
"GPBMetadata\\Google\\Cloud\\Texttospeech\\": "TextToSpeech/metadata",
"GPBMetadata\\Google\\Cloud\\Vmwareengine\\": "VmwareEngine/metadata",
"Google\\Cloud\\BeyondCorp\\AppConnectors\\": "BeyondCorpAppConnectors/src",
"Google\\Cloud\\PolicyTroubleshooter\\Iam\\": "PolicyTroubleshooterIam/src",
"Google\\Cloud\\RapidMigrationAssessment\\": "RapidMigrationAssessment/src",
"Google\\Cloud\\SecurityCenterManagement\\": "SecurityCenterManagement/src",
"GPBMetadata\\Google\\Cloud\\Apigeeconnect\\": "ApigeeConnect/metadata",
"GPBMetadata\\Google\\Cloud\\Dialogflow\\Cx\\": "DialogflowCx/metadata",
"GPBMetadata\\Google\\Cloud\\Gkemulticloud\\": "GkeMultiCloud/metadata",
"GPBMetadata\\Google\\Cloud\\Kms\\Inventory\\": "KmsInventory/metadata",
"GPBMetadata\\Google\\Cloud\\Parallelstore\\": "Parallelstore/metadata",
"GPBMetadata\\Google\\Cloud\\Redis\\Cluster\\": "RedisCluster/metadata",
"GPBMetadata\\Google\\Cloud\\Secretmanager\\": "SecretManager/metadata",
"GPBMetadata\\Google\\Cloud\\Servicehealth\\": "ServiceHealth/metadata",
"GPBMetadata\\Google\\Devtools\\Cloudbuild\\": "Build/metadata",
"GPBMetadata\\Google\\Devtools\\Cloudtrace\\": "Trace/metadata",
"Google\\Cloud\\BeyondCorp\\AppConnections\\": "BeyondCorpAppConnections/src",
"Google\\Cloud\\BeyondCorp\\ClientGateways\\": "BeyondCorpClientGateways/src",
"Google\\Shopping\\Merchant\\Notifications\\": "ShoppingMerchantNotifications/src",
"Google\\Shopping\\Merchant\\OrderTracking\\": "ShoppingMerchantOrderTracking/src",
"GPBMetadata\\Google\\Cloud\\Accessapproval\\": "AccessApproval/metadata",
"GPBMetadata\\Google\\Cloud\\Apigeeregistry\\": "ApigeeRegistry/metadata",
"GPBMetadata\\Google\\Cloud\\Configdelivery\\": "ConfigDelivery/metadata",
"GPBMetadata\\Google\\Cloud\\Oracledatabase\\": "OracleDatabase/metadata",
"GPBMetadata\\Google\\Cloud\\Privatecatalog\\": "PrivateCatalog/metadata",
"GPBMetadata\\Google\\Cloud\\Securitycenter\\": "SecurityCenter/metadata",
"GPBMetadata\\Google\\Cloud\\Video\\Stitcher\\": "VideoStitcher/metadata",
"GPBMetadata\\Google\\Api\\Servicemanagement\\": "ServiceManagement/metadata",
"GPBMetadata\\Google\\Cloud\\Billing\\Budgets\\": "BillingBudgets/metadata",
"GPBMetadata\\Google\\Cloud\\Devicestreaming\\": "DeviceStreaming/metadata",
"GPBMetadata\\Google\\Cloud\\Discoveryengine\\": "DiscoveryEngine/metadata",
"GPBMetadata\\Google\\Cloud\\Migrationcenter\\": "MigrationCenter/metadata",
"GPBMetadata\\Google\\Cloud\\Networksecurity\\": "NetworkSecurity/metadata",
"GPBMetadata\\Google\\Cloud\\Networkservices\\": "NetworkServices/metadata",
"GPBMetadata\\Google\\Cloud\\Policysimulator\\": "PolicySimulator/metadata",
"GPBMetadata\\Google\\Cloud\\Resourcemanager\\": "ResourceManager/metadata",
"GPBMetadata\\Google\\Cloud\\Storageinsights\\": "StorageInsights/metadata",
"GPBMetadata\\Google\\Cloud\\Telcoautomation\\": "TelcoAutomation/metadata",
"GPBMetadata\\Google\\Shopping\\Merchant\\Lfp\\": "ShoppingMerchantLfp/metadata",
"Google\\Cloud\\ManagedKafka\\SchemaRegistry\\": "ManagedKafkaSchemaRegistry/src",
"GPBMetadata\\Google\\Cloud\\Assuredworkloads\\": "AssuredWorkloads/metadata",
"GPBMetadata\\Google\\Cloud\\Bigquery\\Storage\\": "BigQueryStorage/metadata",
"GPBMetadata\\Google\\Cloud\\Developerconnect\\": "DeveloperConnect/metadata",
"GPBMetadata\\Google\\Cloud\\Mediatranslation\\": "MediaTranslation/metadata",
"GPBMetadata\\Google\\Cloud\\Parametermanager\\": "ParameterManager/metadata",
"GPBMetadata\\Google\\Cloud\\Servicedirectory\\": "ServiceDirectory/metadata",
"GPBMetadata\\Google\\Cloud\\Video\\Livestream\\": "VideoLiveStream/metadata",
"GPBMetadata\\Google\\Cloud\\Video\\Transcoder\\": "VideoTranscoder/metadata",
"GPBMetadata\\Google\\Devtools\\Cloudprofiler\\": "Profiler/metadata",
"GPBMetadata\\Google\\Maps\\Routeoptimization\\": "MapsRouteOptimization/metadata",
"GPBMetadata\\Google\\Cloud\\Baremetalsolution\\": "BareMetalSolution/metadata",
"GPBMetadata\\Google\\Cloud\\Essentialcontacts\\": "EssentialContacts/metadata",
"GPBMetadata\\Google\\Cloud\\Financialservices\\": "FinancialServices/metadata",
"GPBMetadata\\Google\\Cloud\\Managedidentities\\": "ManagedIdentities/metadata",
"GPBMetadata\\Google\\Cloud\\Networkmanagement\\": "NetworkManagement/metadata",
"GPBMetadata\\Google\\Cloud\\Security\\Publicca\\": "SecurityPublicCA/metadata",
"GPBMetadata\\Google\\Cloud\\Videointelligence\\": "VideoIntelligence/metadata",
"GPBMetadata\\Google\\Marketingplatform\\Admin\\": "AdsMarketingPlatformAdmin/metadata",
"GPBMetadata\\Google\\Shopping\\Merchant\\Quota\\": "ShoppingMerchantQuota/metadata",
"Google\\Cloud\\Commerce\\Consumer\\Procurement\\": "CommerceConsumerProcurement/src",
"Google\\Cloud\\Orchestration\\Airflow\\Service\\": "OrchestrationAirflow/src",
"GPBMetadata\\Google\\Cloud\\Bigquery\\Migration\\": "BigQueryMigration/metadata",
"GPBMetadata\\Google\\Cloud\\Certificatemanager\\": "CertificateManager/metadata",
"GPBMetadata\\Google\\Cloud\\Gkeconnect\\Gateway\\": "GkeConnectGateway/metadata",
"GPBMetadata\\Google\\Cloud\\Security\\Privateca\\": "SecurityPrivateCa/metadata",
"GPBMetadata\\Google\\Cloud\\Websecurityscanner\\": "WebSecurityScanner/metadata",
"GPBMetadata\\Google\\Apps\\Events\\Subscriptions\\": "AppsEventsSubscriptions/metadata",
"GPBMetadata\\Google\\Cloud\\Bigquery\\Connection\\": "BigQueryConnection/metadata",
"GPBMetadata\\Google\\Cloud\\Binaryauthorization\\": "BinaryAuthorization/metadata",
"GPBMetadata\\Google\\Cloud\\Datacatalog\\Lineage\\": "DataCatalogLineage/metadata",
"GPBMetadata\\Google\\Cloud\\Eventarc\\Publishing\\": "EventarcPublishing/metadata",
"GPBMetadata\\Google\\Cloud\\Geminidataanalytics\\": "GeminiDataAnalytics/metadata",
"GPBMetadata\\Google\\Cloud\\Networkconnectivity\\": "NetworkConnectivity/metadata",
"GPBMetadata\\Google\\Cloud\\Recaptchaenterprise\\": "RecaptchaEnterprise/metadata",
"GPBMetadata\\Google\\Cloud\\Securesourcemanager\\": "SecureSourceManager/metadata",
"GPBMetadata\\Google\\Devtools\\Artifactregistry\\": "ArtifactRegistry/metadata",
"GPBMetadata\\Google\\Maps\\Fleetengine\\Delivery\\": "MapsFleetEngineDelivery/metadata",
"GPBMetadata\\Google\\Shopping\\Merchant\\Reports\\": "ShoppingMerchantReports/metadata",
"GPBMetadata\\Google\\Shopping\\Merchant\\Reviews\\": "ShoppingMerchantReviews/metadata",
"GPBMetadata\\Google\\Cloud\\Bigquery\\Reservation\\": "BigQueryReservation/metadata",
"GPBMetadata\\Google\\Cloud\\Cloudcontrolspartner\\": "ControlsPartner/metadata",
"GPBMetadata\\Google\\Cloud\\Policytroubleshooter\\": "PolicyTroubleshooter/metadata",
"GPBMetadata\\Google\\Cloud\\Recommendationengine\\": "RecommendationEngine/metadata",
"GPBMetadata\\Google\\Devtools\\Containeranalysis\\": "ContainerAnalysis/metadata",
"GPBMetadata\\Google\\Shopping\\Merchant\\Accounts\\": "ShoppingMerchantAccounts/metadata",
"GPBMetadata\\Google\\Shopping\\Merchant\\Products\\": "ShoppingMerchantProducts/metadata",
"GPBMetadata\\Google\\Cloud\\Advisorynotifications\\": "AdvisoryNotifications/metadata",
"GPBMetadata\\Google\\Cloud\\Bigquery\\Analyticshub\\": "BigQueryAnalyticsHub/metadata",
"GPBMetadata\\Google\\Cloud\\Bigquery\\Dataexchange\\": "BigQueryDataExchange/metadata",
"GPBMetadata\\Google\\Cloud\\Bigquery\\Datapolicies\\": "BigQueryDataPolicies/metadata",
"GPBMetadata\\Google\\Cloud\\Bigquery\\Datatransfer\\": "BigQueryDataTransfer/metadata",
"GPBMetadata\\Google\\Cloud\\Confidentialcomputing\\": "ConfidentialComputing/metadata",
"GPBMetadata\\Google\\Cloud\\Contactcenterinsights\\": "ContactCenterInsights/metadata",
"GPBMetadata\\Google\\Cloud\\Beyondcorp\\Appgateways\\": "BeyondCorpAppGateways/metadata",
"GPBMetadata\\Google\\Cloud\\Storagebatchoperations\\": "StorageBatchOperations/metadata",
"GPBMetadata\\Google\\Devtools\\Clouderrorreporting\\": "ErrorReporting/metadata",
"GPBMetadata\\Google\\Shopping\\Merchant\\Promotions\\": "ShoppingMerchantPromotions/metadata",
"Google\\Cloud\\BeyondCorp\\ClientConnectorServices\\": "BeyondCorpClientConnectorServices/src",
"GPBMetadata\\Google\\Cloud\\Privilegedaccessmanager\\": "PrivilegedAccessManager/metadata",
"GPBMetadata\\Google\\Identity\\Accesscontextmanager\\": "AccessContextManager/metadata",
"GPBMetadata\\Google\\Shopping\\Merchant\\Conversions\\": "ShoppingMerchantConversions/metadata",
"GPBMetadata\\Google\\Shopping\\Merchant\\Datasources\\": "ShoppingMerchantDataSources/metadata",
"GPBMetadata\\Google\\Shopping\\Merchant\\Inventories\\": "ShoppingMerchantInventories/metadata",
"GPBMetadata\\Google\\Cloud\\Beyondcorp\\Appconnectors\\": "BeyondCorpAppConnectors/metadata",
"GPBMetadata\\Google\\Cloud\\Policytroubleshooter\\Iam\\": "PolicyTroubleshooterIam/metadata",
"GPBMetadata\\Google\\Cloud\\Rapidmigrationassessment\\": "RapidMigrationAssessment/metadata",
"GPBMetadata\\Google\\Cloud\\Securitycentermanagement\\": "SecurityCenterManagement/metadata",
"GPBMetadata\\Google\\Cloud\\Beyondcorp\\Appconnections\\": "BeyondCorpAppConnections/metadata",
"GPBMetadata\\Google\\Cloud\\Beyondcorp\\Clientgateways\\": "BeyondCorpClientGateways/metadata",
"GPBMetadata\\Google\\Shopping\\Merchant\\Notifications\\": "ShoppingMerchantNotifications/metadata",
"GPBMetadata\\Google\\Shopping\\Merchant\\Ordertracking\\": "ShoppingMerchantOrderTracking/metadata",
"GPBMetadata\\Google\\Cloud\\Managedkafka\\Schemaregistry\\": "ManagedKafkaSchemaRegistry/metadata",
"GPBMetadata\\Google\\Cloud\\Commerce\\Consumer\\Procurement\\": "CommerceConsumerProcurement/metadata",
"GPBMetadata\\Google\\Cloud\\Orchestration\\Airflow\\Service\\": "OrchestrationAirflow/metadata",
"GPBMetadata\\Google\\Cloud\\Beyondcorp\\Clientconnectorservices\\": "BeyondCorpClientConnectorServices/metadata"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Dave Supplee",
"email": "dwsupplee@gmail.com"
},
{
"name": "John Pedrie",
"email": "john@pedrie.com"
}
],
"description": "Google Cloud Client Library",
"homepage": "http://github.com/googleapis/google-cloud-php",
"keywords": [
"Tasks",
"big query",
"bigquery",
"bigtable",
"cloud",
"datastore",
"gcs",
"google",
"google api",
"google api client",
"google apis",
"google apis client",
"google cloud",
"google cloud platform",
"kms",
"language",
"natural language",
"pub sub",
"pubsub",
"spanner",
"speech",
"stackdriver logging",
"storage",
"translate",
"translation",
"vision"
],
"support": {
"issues": "https://github.com/googleapis/google-cloud-php/issues",
"source": "https://github.com/googleapis/google-cloud-php/tree/v0.296.0"
},
"time": "2025-07-18T20:06:03+00:00"
},
{
"name": "google/gax",
"version": "v1.36.1",
"source": {
"type": "git",
"url": "https://github.com/googleapis/gax-php.git",
"reference": "afdac3bc38a3b17d70668115d7b1a97289ac4d72"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/googleapis/gax-php/zipball/afdac3bc38a3b17d70668115d7b1a97289ac4d72",
"reference": "afdac3bc38a3b17d70668115d7b1a97289ac4d72",
"shasum": ""
},
"require": {
"google/auth": "^1.45",
"google/common-protos": "^4.4",
"google/grpc-gcp": "^0.4",
"google/longrunning": "~0.4",
"google/protobuf": "^v3.25.3||^4.26.1",
"grpc/grpc": "^1.13",
"guzzlehttp/promises": "^2.0",
"guzzlehttp/psr7": "^2.0",
"php": "^8.0",
"ramsey/uuid": "^4.0"
},
"conflict": {
"ext-protobuf": "<3.7.0"
},
"require-dev": {
"phpspec/prophecy-phpunit": "^2.1",
"phpstan/phpstan": "^2.0",
"phpunit/phpunit": "^9.6",
"squizlabs/php_codesniffer": "3.*"
},
"type": "library",
"autoload": {
"psr-4": {
"Google\\ApiCore\\": "src",
"GPBMetadata\\ApiCore\\": "metadata/ApiCore"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Google API Core for PHP",
"homepage": "https://github.com/googleapis/gax-php",
"keywords": [
"google"
],
"support": {
"issues": "https://github.com/googleapis/gax-php/issues",
"source": "https://github.com/googleapis/gax-php/tree/v1.36.1"
},
"time": "2025-05-20T19:50:43+00:00"
},
{
"name": "google/grpc-gcp",
"version": "v0.4.1",
"source": {
"type": "git",
"url": "https://github.com/GoogleCloudPlatform/grpc-gcp-php.git",
"reference": "e585b7721bbe806ef45b5c52ae43dfc2bff89968"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/GoogleCloudPlatform/grpc-gcp-php/zipball/e585b7721bbe806ef45b5c52ae43dfc2bff89968",
"reference": "e585b7721bbe806ef45b5c52ae43dfc2bff89968",
"shasum": ""
},
"require": {
"google/auth": "^1.3",
"google/protobuf": "^v3.25.3||^4.26.1",
"grpc/grpc": "^v1.13.0",
"php": "^8.0",
"psr/cache": "^1.0.1||^2.0.0||^3.0.0"
},
"require-dev": {
"google/cloud-spanner": "^1.7",
"phpunit/phpunit": "^9.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Grpc\\Gcp\\": "src/"
},
"classmap": [
"src/generated/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"description": "gRPC GCP library for channel management",
"support": {
"issues": "https://github.com/GoogleCloudPlatform/grpc-gcp-php/issues",
"source": "https://github.com/GoogleCloudPlatform/grpc-gcp-php/tree/v0.4.1"
},
"time": "2025-02-19T21:53:22+00:00"
},
{
"name": "google/protobuf",
"version": "v4.31.1",
"source": {
"type": "git",
"url": "https://github.com/protocolbuffers/protobuf-php.git",
"reference": "2b028ce8876254e2acbeceea7d9b573faad41864"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/protocolbuffers/protobuf-php/zipball/2b028ce8876254e2acbeceea7d9b573faad41864",
"reference": "2b028ce8876254e2acbeceea7d9b573faad41864",
"shasum": ""
},
"require": {
"php": ">=7.0.0"
},
"require-dev": {
"phpunit/phpunit": ">=5.0.0"
},
"suggest": {
"ext-bcmath": "Need to support JSON deserialization"
},
"type": "library",
"autoload": {
"psr-4": {
"Google\\Protobuf\\": "src/Google/Protobuf",
"GPBMetadata\\Google\\Protobuf\\": "src/GPBMetadata/Google/Protobuf"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "proto library for PHP",
"homepage": "https://developers.google.com/protocol-buffers/",
"keywords": [
"proto"
],
"support": {
"source": "https://github.com/protocolbuffers/protobuf-php/tree/v4.31.1"
},
"time": "2025-05-28T18:52:35+00:00"
},
{
"name": "grpc/grpc",
"version": "1.57.0",
"source": {
"type": "git",
"url": "https://github.com/grpc/grpc-php.git",
"reference": "b610c42022ed3a22f831439cb93802f2a4502fdf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/grpc/grpc-php/zipball/b610c42022ed3a22f831439cb93802f2a4502fdf",
"reference": "b610c42022ed3a22f831439cb93802f2a4502fdf",
"shasum": ""
},
"require": {
"php": ">=7.0.0"
},
"require-dev": {
"google/auth": "^v1.3.0"
},
"suggest": {
"ext-protobuf": "For better performance, install the protobuf C extension.",
"google/protobuf": "To get started using grpc quickly, install the native protobuf library."
},
"type": "library",
"autoload": {
"psr-4": {
"Grpc\\": "src/lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"description": "gRPC library for PHP",
"homepage": "https://grpc.io",
"keywords": [
"rpc"
],
"support": {
"source": "https://github.com/grpc/grpc-php/tree/v1.57.0"
},
"time": "2023-08-14T23:57:54+00:00"
},
2025-07-16 09:05:52 +02:00
{
"name": "guzzlehttp/guzzle",
"version": "7.9.3",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
"reference": "7b2f29fe81dc4da0ca0ea7d42107a0845946ea77"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/7b2f29fe81dc4da0ca0ea7d42107a0845946ea77",
"reference": "7b2f29fe81dc4da0ca0ea7d42107a0845946ea77",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"ext-json": "*",
"guzzlehttp/promises": "^1.5.3 || ^2.0.3",
"guzzlehttp/psr7": "^2.7.0",
"php": "^7.2.5 || ^8.0",
"psr/http-client": "^1.0",
"symfony/deprecation-contracts": "^2.2 || ^3.0"
2025-07-16 09:05:52 +02:00
},
"provide": {
"psr/http-client-implementation": "1.0"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.2",
"ext-curl": "*",
"guzzle/client-integration-tests": "3.0.2",
"php-http/message-factory": "^1.1",
"phpunit/phpunit": "^8.5.39 || ^9.6.20",
"psr/log": "^1.1 || ^2.0 || ^3.0"
2025-07-16 09:05:52 +02:00
},
"suggest": {
"ext-curl": "Required for CURL handler support",
"ext-intl": "Required for Internationalized Domain Name (IDN) support",
"psr/log": "Required for using the Log middleware"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"extra": {
"bamarni-bin": {
"bin-links": true,
"forward-command": false
2025-07-16 09:05:52 +02:00
}
},
"autoload": {
"files": [
"src/functions_include.php"
],
2025-07-16 09:05:52 +02:00
"psr-4": {
"GuzzleHttp\\": "src/"
2025-07-16 09:05:52 +02:00
}
},
"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"
},
{
"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"
2025-07-16 09:05:52 +02:00
}
],
"description": "Guzzle is a PHP HTTP client library",
2025-07-16 09:05:52 +02:00
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
"psr-18",
"psr-7",
"rest",
"web service"
2025-07-16 09:05:52 +02:00
],
"support": {
"issues": "https://github.com/guzzle/guzzle/issues",
"source": "https://github.com/guzzle/guzzle/tree/7.9.3"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
2025-07-16 09:05:52 +02:00
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
2025-07-16 09:05:52 +02:00
"type": "tidelift"
}
],
"time": "2025-03-27T13:37:11+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "guzzlehttp/promises",
"version": "2.2.0",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
"reference": "7c69f28996b0a6920945dd20b3857e499d9ca96c"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/promises/zipball/7c69f28996b0a6920945dd20b3857e499d9ca96c",
"reference": "7c69f28996b0a6920945dd20b3857e499d9ca96c",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": "^7.2.5 || ^8.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.2",
"phpunit/phpunit": "^8.5.39 || ^9.6.20"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"extra": {
"bamarni-bin": {
"bin-links": true,
"forward-command": false
}
},
2025-07-16 09:05:52 +02:00
"autoload": {
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
2025-07-16 09:05:52 +02:00
}
},
"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"
},
{
"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"
}
],
"description": "Guzzle promises library",
2025-07-16 09:05:52 +02:00
"keywords": [
"promise"
2025-07-16 09:05:52 +02:00
],
"support": {
"issues": "https://github.com/guzzle/promises/issues",
"source": "https://github.com/guzzle/promises/tree/2.2.0"
2025-07-16 09:05:52 +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/promises",
"type": "tidelift"
}
],
"time": "2025-03-27T13:27:01+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "guzzlehttp/psr7",
"version": "2.7.1",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
"reference": "c2270caaabe631b3b44c85f99e5a04bbb8060d16"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/c2270caaabe631b3b44c85f99e5a04bbb8060d16",
"reference": "c2270caaabe631b3b44c85f99e5a04bbb8060d16",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": "^7.2.5 || ^8.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.1 || ^2.0",
"ralouphie/getallheaders": "^3.0"
},
"provide": {
"psr/http-factory-implementation": "1.0",
"psr/http-message-implementation": "1.0"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.2",
"http-interop/http-factory-tests": "0.9.0",
"phpunit/phpunit": "^8.5.39 || ^9.6.20"
},
"suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"extra": {
"bamarni-bin": {
"bin-links": true,
"forward-command": false
2025-07-16 09:05:52 +02:00
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
2025-07-16 09:05:52 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2025-07-16 09:05:52 +02:00
],
"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"
},
{
"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"
2025-07-16 09:05:52 +02:00
}
],
"description": "PSR-7 message implementation that also provides common utility methods",
"keywords": [
"http",
"message",
"psr-7",
"request",
"response",
"stream",
"uri",
"url"
],
2025-07-16 09:05:52 +02:00
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
"source": "https://github.com/guzzle/psr7/tree/2.7.1"
2025-07-16 09:05:52 +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"
}
],
"time": "2025-03-27T12:30:47+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "imagine/imagine",
"version": "1.5.0",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/php-imagine/Imagine.git",
"reference": "80ab21434890dee9ba54969d31c51ac8d4d551e0"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-imagine/Imagine/zipball/80ab21434890dee9ba54969d31c51ac8d4d551e0",
"reference": "80ab21434890dee9ba54969d31c51ac8d4d551e0",
2025-07-16 09:05:52 +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"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-develop": "1.x-dev"
2025-07-16 09:05:52 +02:00
}
},
"autoload": {
"psr-4": {
"Imagine\\": "src/"
}
2025-07-16 09:05:52 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2025-07-16 09:05:52 +02:00
],
"authors": [
{
"name": "Bulat Shakirzyanov",
"email": "mallluhuct@gmail.com",
"homepage": "http://avalanche123.com"
2025-07-16 09:05:52 +02:00
}
],
"description": "Image processing for PHP",
"homepage": "http://imagine.readthedocs.org/",
"keywords": [
"drawing",
"graphics",
"image manipulation",
"image processing"
],
2025-07-16 09:05:52 +02:00
"support": {
"issues": "https://github.com/php-imagine/Imagine/issues",
"source": "https://github.com/php-imagine/Imagine/tree/1.5.0"
2025-07-16 09:05:52 +02:00
},
"time": "2024-12-03T14:37:55+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "intervention/image",
"version": "2.7.2",
"source": {
"type": "git",
"url": "https://github.com/Intervention/image.git",
"reference": "04be355f8d6734c826045d02a1079ad658322dad"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Intervention/image/zipball/04be355f8d6734c826045d02a1079ad658322dad",
"reference": "04be355f8d6734c826045d02a1079ad658322dad",
"shasum": ""
},
"require": {
"ext-fileinfo": "*",
"guzzlehttp/psr7": "~1.1 || ^2.0",
"php": ">=5.4.0"
},
"require-dev": {
"mockery/mockery": "~0.9.2",
"phpunit/phpunit": "^4.8 || ^5.7 || ^7.5.15"
},
"suggest": {
"ext-gd": "to use GD library based image processing.",
"ext-imagick": "to use Imagick based image processing.",
"intervention/imagecache": "Caching extension for the Intervention Image library"
},
"type": "library",
"extra": {
"laravel": {
"aliases": {
"Image": "Intervention\\Image\\Facades\\Image"
},
"providers": [
"Intervention\\Image\\ImageServiceProvider"
]
},
"branch-alias": {
"dev-master": "2.4-dev"
}
},
"autoload": {
"psr-4": {
"Intervention\\Image\\": "src/Intervention/Image"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Oliver Vogel",
"email": "oliver@intervention.io",
"homepage": "https://intervention.io/"
}
],
"description": "Image handling and manipulation library with support for Laravel integration",
"homepage": "http://image.intervention.io/",
"keywords": [
"gd",
"image",
"imagick",
"laravel",
"thumbnail",
"watermark"
],
"support": {
"issues": "https://github.com/Intervention/image/issues",
"source": "https://github.com/Intervention/image/tree/2.7.2"
},
"funding": [
{
"url": "https://paypal.me/interventionio",
"type": "custom"
},
{
"url": "https://github.com/Intervention",
"type": "github"
}
],
"time": "2022-05-21T17:30:32+00:00"
},
2025-07-16 09:05:52 +02:00
{
"name": "jean85/pretty-package-versions",
"version": "2.1.1",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/Jean85/pretty-package-versions.git",
"reference": "4d7aa5dab42e2a76d99559706022885de0e18e1a"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/4d7aa5dab42e2a76d99559706022885de0e18e1a",
"reference": "4d7aa5dab42e2a76d99559706022885de0e18e1a",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"composer-runtime-api": "^2.1.0",
"php": "^7.4|^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.2",
"jean85/composer-provided-replaced-stub-package": "^1.0",
"phpstan/phpstan": "^2.0",
"phpunit/phpunit": "^7.5|^8.5|^9.6",
"rector/rector": "^2.0",
"vimeo/psalm": "^4.3 || ^5.0"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
2025-07-16 09:05:52 +02:00
"autoload": {
"psr-4": {
"Jean85\\": "src/"
}
2025-07-16 09:05:52 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2025-07-16 09:05:52 +02:00
],
"authors": [
{
"name": "Alessandro Lai",
"email": "alessandro.lai85@gmail.com"
}
],
"description": "A library to get pretty versions strings of installed dependencies",
"keywords": [
"composer",
"package",
"release",
"versions"
],
2025-07-16 09:05:52 +02:00
"support": {
"issues": "https://github.com/Jean85/pretty-package-versions/issues",
"source": "https://github.com/Jean85/pretty-package-versions/tree/2.1.1"
2025-07-16 09:05:52 +02:00
},
"time": "2025-03-19T14:43:43+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "jms/metadata",
"version": "2.8.0",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/metadata.git",
"reference": "7ca240dcac0c655eb15933ee55736ccd2ea0d7a6"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/schmittjoh/metadata/zipball/7ca240dcac0c655eb15933ee55736ccd2ea0d7a6",
"reference": "7ca240dcac0c655eb15933ee55736ccd2ea0d7a6",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": "^7.2|^8.0"
},
"require-dev": {
"doctrine/cache": "^1.0",
"doctrine/coding-standard": "^8.0",
"mikey179/vfsstream": "^1.6.7",
"phpunit/phpunit": "^8.5|^9.0",
"psr/container": "^1.0|^2.0",
"symfony/cache": "^3.1|^4.0|^5.0",
"symfony/dependency-injection": "^3.1|^4.0|^5.0"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
2025-07-16 09:05:52 +02:00
}
},
"autoload": {
"psr-4": {
"Metadata\\": "src/"
2025-07-16 09:05:52 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Johannes M. Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Asmir Mustafic",
"email": "goetas@gmail.com"
2025-07-16 09:05:52 +02:00
}
],
"description": "Class/method/property metadata management in PHP",
2025-07-16 09:05:52 +02:00
"keywords": [
"annotations",
"metadata",
"xml",
"yaml"
2025-07-16 09:05:52 +02:00
],
"support": {
"issues": "https://github.com/schmittjoh/metadata/issues",
"source": "https://github.com/schmittjoh/metadata/tree/2.8.0"
2025-07-16 09:05:52 +02:00
},
"time": "2023-02-15T13:44:18+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "knplabs/knp-components",
"version": "v5.2.0",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/KnpLabs/knp-components.git",
"reference": "eabf39263fff305c0024820c3736e5b03e7edf50"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/KnpLabs/knp-components/zipball/eabf39263fff305c0024820c3736e5b03e7edf50",
"reference": "eabf39263fff305c0024820c3736e5b03e7edf50",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": "^8.1",
"symfony/event-dispatcher-contracts": "^3.0"
},
"conflict": {
"doctrine/dbal": "<3.8"
},
"require-dev": {
"doctrine/dbal": "^3.8 || ^4.0",
"doctrine/mongodb-odm": "^2.5.5",
"doctrine/orm": "^2.13 || ^3.0",
"doctrine/phpcr-odm": "^1.8 || ^2.0",
"ext-pdo_sqlite": "*",
"jackalope/jackalope-doctrine-dbal": "^1.12 || ^2.0",
"phpunit/phpunit": "^10.5 || ^11.3",
"propel/propel1": "^1.7",
"ruflin/elastica": "^7.0",
"solarium/solarium": "^6.0",
"symfony/http-foundation": "^5.4.38 || ^6.4.4 || ^7.0",
"symfony/http-kernel": "^5.4.38 || ^6.4.4 || ^7.0",
"symfony/property-access": "^5.4.38 || ^6.4.4 || ^7.0"
},
"suggest": {
"doctrine/common": "to allow usage pagination with Doctrine ArrayCollection",
"doctrine/mongodb-odm": "to allow usage pagination with Doctrine ODM MongoDB",
"doctrine/orm": "to allow usage pagination with Doctrine ORM",
"doctrine/phpcr-odm": "to allow usage pagination with Doctrine ODM PHPCR",
"propel/propel1": "to allow usage pagination with Propel ORM",
"ruflin/elastica": "to allow usage pagination with ElasticSearch Client",
"solarium/solarium": "to allow usage pagination with Solarium Client",
"symfony/http-foundation": "to retrieve arguments from Request",
"symfony/property-access": "to allow sorting arrays"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.x-dev"
}
},
2025-07-16 09:05:52 +02:00
"autoload": {
"psr-4": {
"Knp\\Component\\": "src/Knp/Component"
2025-07-16 09:05:52 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "KnpLabs Team",
"homepage": "https://knplabs.com"
},
{
"name": "Symfony Community",
"homepage": "https://github.com/KnpLabs/knp-components/contributors"
2025-07-16 09:05:52 +02:00
}
],
"description": "Knplabs component library",
"homepage": "https://github.com/KnpLabs/knp-components",
"keywords": [
"components",
"knp",
"knplabs",
"pager",
"paginator"
],
2025-07-16 09:05:52 +02:00
"support": {
"issues": "https://github.com/KnpLabs/knp-components/issues",
"source": "https://github.com/KnpLabs/knp-components/tree/v5.2.0"
2025-07-16 09:05:52 +02:00
},
"time": "2025-03-20T07:35:37+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "knplabs/knp-paginator-bundle",
"version": "v6.8.1",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/KnpLabs/KnpPaginatorBundle.git",
"reference": "038c50cf7d5da5e55533f6e803aeae73eb8b8d45"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/KnpLabs/KnpPaginatorBundle/zipball/038c50cf7d5da5e55533f6e803aeae73eb8b8d45",
"reference": "038c50cf7d5da5e55533f6e803aeae73eb8b8d45",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"knplabs/knp-components": "^4.4 || ^5.0",
"php": "^8.1",
"symfony/config": "^6.4 || ^7.0",
"symfony/dependency-injection": "^6.4 || ^7.0",
"symfony/event-dispatcher": "^6.4 || ^7.0",
"symfony/http-foundation": "^6.4 || ^7.0",
"symfony/http-kernel": "^6.4 || ^7.0",
"symfony/routing": "^6.4 || ^7.0",
"symfony/translation": "^6.4 || ^7.0",
"twig/twig": "^3.0"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"phpstan/phpstan": "^1.12",
"phpunit/phpunit": "^10.5 || ^11.5 || ^12.0",
"symfony/expression-language": "^6.4 || ^7.0",
"symfony/templating": "^6.4 || ^7.0"
},
"type": "symfony-bundle",
2025-07-16 09:05:52 +02:00
"extra": {
"branch-alias": {
"dev-master": "6.x-dev"
2025-07-16 09:05:52 +02:00
}
},
"autoload": {
"psr-4": {
"Knp\\Bundle\\PaginatorBundle\\": "src"
2025-07-16 09:05:52 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "KnpLabs Team",
"homepage": "https://knplabs.com"
},
{
"name": "Symfony Community",
"homepage": "https://github.com/KnpLabs/KnpPaginatorBundle/contributors"
2025-07-16 09:05:52 +02:00
}
],
"description": "Paginator bundle for Symfony to automate pagination and simplify sorting and other features",
"homepage": "https://github.com/KnpLabs/KnpPaginatorBundle",
"keywords": [
"bundle",
"knp",
"knplabs",
"pager",
"pagination",
"paginator",
"symfony"
],
2025-07-16 09:05:52 +02:00
"support": {
"issues": "https://github.com/KnpLabs/KnpPaginatorBundle/issues",
"source": "https://github.com/KnpLabs/KnpPaginatorBundle/tree/v6.8.1"
2025-07-16 09:05:52 +02:00
},
"time": "2025-05-20T07:07:41+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "lasserafn/php-initial-avatar-generator",
"version": "4.4",
"source": {
"type": "git",
"url": "https://github.com/LasseRafn/php-initial-avatar-generator.git",
"reference": "149fb4e3d8c7009aa131eeac86ffc4b0e9d0a2b8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/LasseRafn/php-initial-avatar-generator/zipball/149fb4e3d8c7009aa131eeac86ffc4b0e9d0a2b8",
"reference": "149fb4e3d8c7009aa131eeac86ffc4b0e9d0a2b8",
"shasum": ""
},
"require": {
"ext-json": "*",
"intervention/image": "^2.3",
"lasserafn/php-initials": "^3.0",
"lasserafn/php-string-script-language": "^0.4",
"meyfa/php-svg": "^0.9.0",
"overtrue/pinyin": "^4.0",
"php": "^7.0|^7.1|^7.2|^7.3|^7.4|^8.0|^8.1|^8.2"
},
"require-dev": {
"phpunit/phpunit": "^8.5"
},
"type": "library",
"autoload": {
"psr-4": {
"LasseRafn\\InitialAvatarGenerator\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Lasse Rafn",
"email": "lasserafn@gmail.com"
}
],
"description": "A package to generate avatars with initials for PHP",
"keywords": [
"Initials",
"avatar",
"image",
"svg"
],
"support": {
"issues": "https://github.com/LasseRafn/php-initial-avatar-generator/issues",
"source": "https://github.com/LasseRafn/php-initial-avatar-generator/tree/4.4"
},
"funding": [
{
"url": "https://opencollective.com/ui-avatars",
"type": "open_collective"
}
],
"time": "2024-11-04T11:12:44+00:00"
},
{
"name": "lasserafn/php-initials",
"version": "3.1",
"source": {
"type": "git",
"url": "https://github.com/LasseRafn/php-initials.git",
"reference": "d287e1542687390eb68de779949bc0adc49e2d52"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/LasseRafn/php-initials/zipball/d287e1542687390eb68de779949bc0adc49e2d52",
"reference": "d287e1542687390eb68de779949bc0adc49e2d52",
"shasum": ""
},
"require": {
"php": "^5.6|^7.0|^7.1|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"satooshi/php-coveralls": "^1.0"
},
"type": "library",
"autoload": {
"psr-4": {
"LasseRafn\\Initials\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Lasse Rafn",
"email": "lasserafn@gmail.com"
}
],
"description": "A package to generate initials in PHP",
"keywords": [
"Initials",
"php"
],
"support": {
"issues": "https://github.com/LasseRafn/php-initials/issues",
"source": "https://github.com/LasseRafn/php-initials/tree/3.1"
},
"time": "2020-12-24T12:25:51+00:00"
},
{
"name": "lasserafn/php-string-script-language",
"version": "0.4",
"source": {
"type": "git",
"url": "https://github.com/LasseRafn/php-string-script-language.git",
"reference": "cab5612d4382067de855fcecc7c09108dca77fb5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/LasseRafn/php-string-script-language/zipball/cab5612d4382067de855fcecc7c09108dca77fb5",
"reference": "cab5612d4382067de855fcecc7c09108dca77fb5",
"shasum": ""
},
"require": {
"php": "^5.6|^7.0|^7.1|^8.0|^8.1|^8.2"
},
"require-dev": {
"doctrine/instantiator": "1.0.5",
"phpunit/phpunit": "^5.6",
"phpunit/phpunit-mock-objects": "3.2.4",
"satooshi/php-coveralls": "^1.0",
"sebastian/exporter": "^1.2"
},
"type": "library",
"autoload": {
"psr-4": {
"LasseRafn\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Lasse Rafn",
"email": "lasserafn@gmail.com"
}
],
"description": "Detect language/encoding of a string in PHP",
"keywords": [
"language",
"php",
"string"
],
"support": {
"issues": "https://github.com/LasseRafn/php-string-script-language/issues",
"source": "https://github.com/LasseRafn/php-string-script-language/tree/0.4"
},
"time": "2023-07-26T07:23:39+00:00"
},
2025-07-16 09:05:52 +02:00
{
"name": "league/flysystem",
"version": "3.30.0",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
"reference": "2203e3151755d874bb2943649dae1eb8533ac93e"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/2203e3151755d874bb2943649dae1eb8533ac93e",
"reference": "2203e3151755d874bb2943649dae1eb8533ac93e",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"league/flysystem-local": "^3.0.0",
"league/mime-type-detection": "^1.0.0",
"php": "^8.0.2"
2025-07-16 09:05:52 +02:00
},
"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",
2025-07-16 09:05:52 +02:00
"autoload": {
"psr-4": {
"League\\Flysystem\\": "src"
2025-07-16 09:05:52 +02:00
}
},
"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",
"source": "https://github.com/thephpleague/flysystem/tree/3.30.0"
},
"time": "2025-06-25T13:29:59+00:00"
},
{
"name": "league/flysystem-aws-s3-v3",
"version": "3.29.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git",
"reference": "c6ff6d4606e48249b63f269eba7fabdb584e76a9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/c6ff6d4606e48249b63f269eba7fabdb584e76a9",
"reference": "c6ff6d4606e48249b63f269eba7fabdb584e76a9",
"shasum": ""
},
"require": {
"aws/aws-sdk-php": "^3.295.10",
"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": {
"source": "https://github.com/thephpleague/flysystem-aws-s3-v3/tree/3.29.0"
},
"time": "2024-08-17T13:10:48+00:00"
},
{
"name": "league/flysystem-bundle",
"version": "3.4.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem-bundle.git",
"reference": "6493f7f2ab49bc5817e4b064b9b971d93faabc12"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem-bundle/zipball/6493f7f2ab49bc5817e4b064b9b971d93faabc12",
"reference": "6493f7f2ab49bc5817e4b064b9b971d93faabc12",
"shasum": ""
},
"require": {
"league/flysystem": "^3.0",
"php": ">=8.0",
"symfony/config": "^5.4 || ^6.0 || ^7.0",
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
"symfony/deprecation-contracts": "^2.1 || ^3",
"symfony/http-kernel": "^5.4 || ^6.0 || ^7.0",
"symfony/options-resolver": "^5.4 || ^6.0 || ^7.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",
"symfony/dotenv": "^5.4 || ^6.0 || ^7.0",
"symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0",
"symfony/phpunit-bridge": "^5.4 || ^6.0 || ^7.0",
"symfony/var-dumper": "^5.4 || ^6.0 || ^7.0",
"symfony/yaml": "^5.4 || ^6.0 || ^7.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",
"source": "https://github.com/thephpleague/flysystem-bundle/tree/3.4.0"
},
"time": "2025-01-23T18:07:31+00:00"
},
{
"name": "league/flysystem-local",
"version": "3.30.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem-local.git",
"reference": "6691915f77c7fb69adfb87dcd550052dc184ee10"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/6691915f77c7fb69adfb87dcd550052dc184ee10",
"reference": "6691915f77c7fb69adfb87dcd550052dc184ee10",
"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.30.0"
},
"time": "2025-05-21T10:34:19+00:00"
},
{
"name": "league/mime-type-detection",
"version": "1.16.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/mime-type-detection.git",
"reference": "2d6702ff215bf922936ccc1ad31007edc76451b9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/2d6702ff215bf922936ccc1ad31007edc76451b9",
"reference": "2d6702ff215bf922936ccc1ad31007edc76451b9",
"shasum": ""
},
"require": {
"ext-fileinfo": "*",
"php": "^7.4 || ^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.2",
"phpstan/phpstan": "^0.12.68",
"phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0"
},
"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",
"source": "https://github.com/thephpleague/mime-type-detection/tree/1.16.0"
},
"funding": [
{
"url": "https://github.com/frankdejonge",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/league/flysystem",
"type": "tidelift"
}
],
"time": "2024-09-21T08:32:55+00:00"
},
{
"name": "league/oauth2-client",
"version": "2.8.1",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/oauth2-client.git",
"reference": "9df2924ca644736c835fc60466a3a60390d334f9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/9df2924ca644736c835fc60466a3a60390d334f9",
"reference": "9df2924ca644736c835fc60466a3a60390d334f9",
"shasum": ""
},
"require": {
"ext-json": "*",
"guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
"php": "^7.1 || >=8.0.0 <8.5.0"
},
"require-dev": {
"mockery/mockery": "^1.3.5",
"php-parallel-lint/php-parallel-lint": "^1.4",
"phpunit/phpunit": "^7 || ^8 || ^9 || ^10 || ^11",
"squizlabs/php_codesniffer": "^3.11"
},
"type": "library",
"autoload": {
"psr-4": {
"League\\OAuth2\\Client\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Alex Bilbie",
"email": "hello@alexbilbie.com",
"homepage": "http://www.alexbilbie.com",
"role": "Developer"
},
{
"name": "Woody Gilk",
"homepage": "https://github.com/shadowhand",
"role": "Contributor"
}
],
"description": "OAuth 2.0 Client Library",
"keywords": [
"Authentication",
"SSO",
"authorization",
"identity",
"idp",
"oauth",
"oauth2",
"single sign on"
],
"support": {
"issues": "https://github.com/thephpleague/oauth2-client/issues",
"source": "https://github.com/thephpleague/oauth2-client/tree/2.8.1"
},
"time": "2025-02-26T04:37:30+00:00"
},
{
"name": "liip/imagine-bundle",
"version": "2.13.3",
"source": {
"type": "git",
"url": "https://github.com/liip/LiipImagineBundle.git",
"reference": "3faccde327f91368e51d05ecad49a9cd915abd81"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/3faccde327f91368e51d05ecad49a9cd915abd81",
"reference": "3faccde327f91368e51d05ecad49a9cd915abd81",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"imagine/imagine": "^1.3.2",
"php": "^7.2|^8.0",
"symfony/filesystem": "^3.4|^4.4|^5.3|^6.0|^7.0",
"symfony/finder": "^3.4|^4.4|^5.3|^6.0|^7.0",
"symfony/framework-bundle": "^3.4.23|^4.4|^5.3|^6.0|^7.0",
"symfony/mime": "^4.4|^5.3|^6.0|^7.0",
"symfony/options-resolver": "^3.4|^4.4|^5.3|^6.0|^7.0",
"symfony/process": "^3.4|^4.4|^5.3|^6.0|^7.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": "^3.4|^4.4|^5.3|^6.0|^7.0",
"symfony/browser-kit": "^3.4|^4.4|^5.3|^6.0|^7.0",
"symfony/cache": "^3.4|^4.4|^5.3|^6.0|^7.0",
"symfony/console": "^3.4|^4.4|^5.3|^6.0|^7.0",
"symfony/dependency-injection": "^3.4|^4.4|^5.3|^6.0|^7.0",
"symfony/form": "^3.4|^4.4|^5.3|^6.0|^7.0",
"symfony/messenger": "^4.4|^5.3|^6.0|^7.0",
"symfony/phpunit-bridge": "^7.0.2",
"symfony/templating": "^3.4|^4.4|^5.3|^6.0",
"symfony/validator": "^3.4|^4.4|^5.3|^6.0|^7.0",
"symfony/yaml": "^3.4|^4.4|^5.3|^6.0|^7.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.13.3"
},
"time": "2024-12-12T09:38:23+00:00"
},
{
"name": "lufiipe/insee-sierene",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/lufiipe/insee-sierene.git",
"reference": "f57e66770c379cb66a224984bfe57e303b02683f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/lufiipe/insee-sierene/zipball/f57e66770c379cb66a224984bfe57e303b02683f",
"reference": "f57e66770c379cb66a224984bfe57e303b02683f",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^7.0",
"lufiipe/simplevent": "^1.0",
"php": "^7.4|^8.0"
},
"require-dev": {
"phpstan/phpstan": "^2.1",
"phpunit/phpunit": "^9.0|^10.0|^11.0"
},
"type": "library",
"autoload": {
"psr-4": {
"LuFiipe\\InseeSierene\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Luis-Filipe ANTUNES",
"email": "lf.antunes.dasilva@gmail.com"
}
],
"description": "A PHP package for retrieving company information from the INSEE Sirene API",
"keywords": [
"INSEE",
"Siren",
"Siret",
"php",
"sirene"
],
"support": {
"issues": "https://github.com/lufiipe/insee-sierene/issues",
"source": "https://github.com/lufiipe/insee-sierene/tree/1.0.0"
},
"time": "2025-06-26T08:05:48+00:00"
},
{
"name": "lufiipe/simplevent",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/lufiipe/simplevent.git",
"reference": "b9b6899cf8ee9220cd3c64e1b1d57ca7ffbfcd95"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/lufiipe/simplevent/zipball/b9b6899cf8ee9220cd3c64e1b1d57ca7ffbfcd95",
"reference": "b9b6899cf8ee9220cd3c64e1b1d57ca7ffbfcd95",
"shasum": ""
},
"require": {
"php": "^7.4|^8.0"
},
"require-dev": {
"phpstan/phpstan": "^2.0",
"phpunit/phpunit": "^9.0|^10.0|^11.0"
},
"type": "library",
"autoload": {
"psr-4": {
"LuFiipe\\SimplEvent\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Luis-Filipe ANTUNES",
"email": "lf.antunes.dasilva@gmail.com"
}
],
"description": "Simple PHP event listener library",
"keywords": [
"emitter",
"event",
"listener",
"php"
],
"support": {
"issues": "https://github.com/lufiipe/simplevent/issues",
"source": "https://github.com/lufiipe/simplevent/tree/1.0.0"
},
"time": "2025-06-26T07:49:55+00:00"
},
{
"name": "meyfa/php-svg",
"version": "v0.9.1",
"source": {
"type": "git",
"url": "https://github.com/meyfa/php-svg.git",
"reference": "34401edef1f724898f468f71b85505fbcc8351bb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/meyfa/php-svg/zipball/34401edef1f724898f468f71b85505fbcc8351bb",
"reference": "34401edef1f724898f468f71b85505fbcc8351bb",
"shasum": ""
},
"require": {
"ext-gd": "*",
"ext-simplexml": "*",
"php": ">=5.3.3"
},
"require-dev": {
"meyfa/phpunit-assert-gd": "^1.1",
"phpunit/phpunit": "^4.8"
},
"type": "library",
"autoload": {
"psr-4": {
"SVG\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabian Meyer",
"homepage": "http://meyfa.net"
}
],
"description": "Read, edit, write, and render SVG files with PHP",
"homepage": "https://github.com/meyfa/php-svg",
"keywords": [
"svg"
],
"support": {
"issues": "https://github.com/meyfa/php-svg/issues",
"source": "https://github.com/meyfa/php-svg/tree/v0.9.1"
},
"time": "2019-07-30T18:41:25+00:00"
},
{
"name": "minishlink/web-push",
"version": "v9.0.2",
"source": {
"type": "git",
"url": "https://github.com/web-push-libs/web-push-php.git",
"reference": "9c9623bf2f455015cb03f21f175cd42345e039a0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/web-push-libs/web-push-php/zipball/9c9623bf2f455015cb03f21f175cd42345e039a0",
"reference": "9c9623bf2f455015cb03f21f175cd42345e039a0",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"guzzlehttp/guzzle": "^7.4.5",
"php": ">=8.1",
"spomky-labs/base64url": "^2.0.4",
"web-token/jwt-library": "^3.3.0|^4.0.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^v3.68.3",
"phpstan/phpstan": "^1.10.57",
"phpunit/phpunit": "^10.5.9"
},
"suggest": {
"ext-bcmath": "Optional for performance.",
"ext-gmp": "Optional for performance."
},
"type": "library",
"autoload": {
"psr-4": {
"Minishlink\\WebPush\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Louis Lagrange",
"email": "lagrange.louis@gmail.com",
"homepage": "https://github.com/Minishlink"
}
],
"description": "Web Push library for PHP",
"homepage": "https://github.com/web-push-libs/web-push-php",
"keywords": [
"Push API",
"WebPush",
"notifications",
"push",
"web"
],
"support": {
"issues": "https://github.com/web-push-libs/web-push-php/issues",
"source": "https://github.com/web-push-libs/web-push-php/tree/v9.0.2"
},
"time": "2025-01-29T17:44:07+00:00"
},
{
"name": "mittwald/vault-php",
"version": "3.0.2",
"source": {
"type": "git",
"url": "https://github.com/mittwald/vaultPHP.git",
"reference": "d0ff18d8fc3a2959773b23e8d3c316dcb5737b6f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mittwald/vaultPHP/zipball/d0ff18d8fc3a2959773b23e8d3c316dcb5737b6f",
"reference": "d0ff18d8fc3a2959773b23e8d3c316dcb5737b6f",
"shasum": ""
},
"require": {
"ext-json": "*",
"guzzlehttp/psr7": "^2.7.1",
"php": ">=8.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^v3.75.0",
"php-http/mock-client": "^1.6.1",
"phpunit/phpunit": "^12.1.5",
"vimeo/psalm": "^6.10.3"
},
"suggest": {
"guzzlehttp/guzzle": "HTTP Client Adapter"
},
"type": "library",
"autoload": {
"psr-4": {
"VaultPHP\\": "src\\VaultPHP\\"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Rieger",
"email": "m.rieger@mittwald.de"
}
],
"description": "A PHP client library for 'Vault by HashiCorp'",
"homepage": "https://www.mittwald.de/",
"support": {
"issues": "https://github.com/mittwald/vaultPHP/issues",
"source": "https://github.com/mittwald/vaultPHP/tree/3.0.2"
},
"time": "2025-06-24T13:12:56+00:00"
},
{
"name": "monolog/monolog",
"version": "3.9.0",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
"reference": "10d85740180ecba7896c87e06a166e0c95a0e3b6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/10d85740180ecba7896c87e06a166e0c95a0e3b6",
"reference": "10d85740180ecba7896c87e06a166e0c95a0e3b6",
"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",
"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.9.0"
},
"funding": [
{
"url": "https://github.com/Seldaek",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
"type": "tidelift"
}
],
"time": "2025-03-24T10:02:05+00:00"
},
{
"name": "mtdowling/jmespath.php",
"version": "2.8.0",
"source": {
"type": "git",
"url": "https://github.com/jmespath/jmespath.php.git",
"reference": "a2a865e05d5f420b50cc2f85bb78d565db12a6bc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/a2a865e05d5f420b50cc2f85bb78d565db12a6bc",
"reference": "a2a865e05d5f420b50cc2f85bb78d565db12a6bc",
"shasum": ""
},
"require": {
"php": "^7.2.5 || ^8.0",
"symfony/polyfill-mbstring": "^1.17"
},
"require-dev": {
"composer/xdebug-handler": "^3.0.3",
"phpunit/phpunit": "^8.5.33"
},
"bin": [
"bin/jp.php"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.8-dev"
}
},
"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",
"source": "https://github.com/jmespath/jmespath.php/tree/2.8.0"
},
"time": "2024-09-04T18:46:31+00:00"
},
{
"name": "nelmio/api-doc-bundle",
"version": "v5.4.0",
"source": {
"type": "git",
"url": "https://github.com/nelmio/NelmioApiDocBundle.git",
"reference": "49098f9e3f5e7a466b95b1d108d45857ba533c96"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/49098f9e3f5e7a466b95b1d108d45857ba533c96",
"reference": "49098f9e3f5e7a466b95b1d108d45857ba533c96",
"shasum": ""
},
"require": {
"php": ">=8.1",
"phpdocumentor/reflection-docblock": "^5.0",
"phpdocumentor/type-resolver": "^1.8.2",
"psr/cache": "^1.0 || ^2.0 || ^3.0",
"psr/container": "^1.0 || ^2.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"symfony/config": "^6.4 || ^7.1",
"symfony/console": "^6.4 || ^7.1",
"symfony/dependency-injection": "^6.4 || ^7.1",
"symfony/deprecation-contracts": "^2.1 || ^3",
"symfony/framework-bundle": "^6.4 || ^7.1",
"symfony/http-foundation": "^6.4 || ^7.1",
"symfony/http-kernel": "^6.4 || ^7.1",
"symfony/options-resolver": "^6.4 || ^7.1",
"symfony/property-info": "^6.4 || ^7.1",
"symfony/routing": "^6.4 || ^7.1",
"zircote/swagger-php": "^4.11.1 || ^5.0"
},
"conflict": {
"zircote/swagger-php": "4.8.7"
},
"require-dev": {
"api-platform/core": "^3.2",
"friendsofphp/php-cs-fixer": "^3.52",
"friendsofsymfony/rest-bundle": "^3.2.0",
"jms/serializer": "^3.32",
"jms/serializer-bundle": "^5.5",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-phpunit": "^1.3",
"phpstan/phpstan-strict-rules": "^1.5",
"phpstan/phpstan-symfony": "^1.3",
"phpunit/phpunit": "^10.5",
"symfony/asset": "^6.4 || ^7.1",
"symfony/browser-kit": "^6.4 || ^7.1",
"symfony/cache": "^6.4 || ^7.1",
"symfony/dom-crawler": "^6.4 || ^7.1",
"symfony/expression-language": "^6.4 || ^7.1",
"symfony/finder": "^6.4 || ^7.1",
"symfony/form": "^6.4 || ^7.1",
"symfony/phpunit-bridge": "^6.4 || ^7.1",
"symfony/property-access": "^6.4 || ^7.1",
"symfony/security-csrf": "^6.4 || ^7.1",
"symfony/security-http": "^6.4 || ^7.1",
"symfony/serializer": "^6.4 || ^7.1",
"symfony/stopwatch": "^6.4 || ^7.1",
"symfony/templating": "^6.4 || ^7.1",
"symfony/translation": "^6.4 || ^7.1",
"symfony/twig-bundle": "^6.4 || ^7.1",
"symfony/uid": "^6.4 || ^7.1",
"symfony/validator": "^6.4 || ^7.1",
"willdurand/hateoas-bundle": "^2.7",
"willdurand/negotiation": "^3.0"
},
"suggest": {
"api-platform/core": "For using an API oriented framework.",
"friendsofsymfony/rest-bundle": "For using the parameters annotations.",
"jms/serializer-bundle": "For describing your models.",
"symfony/asset": "For using the Swagger UI.",
"symfony/cache": "For using a PSR-6 compatible cache implementation with the API doc generator.",
"symfony/form": "For describing your form type models.",
"symfony/monolog-bundle": "For using a PSR-3 compatible logger implementation with the API PHP describer.",
"symfony/security-csrf": "For using csrf protection tokens in forms.",
"symfony/serializer": "For describing your models.",
"symfony/twig-bundle": "For using the Swagger UI.",
"symfony/validator": "For describing the validation constraints in your models.",
"willdurand/hateoas-bundle": "For extracting HATEOAS metadata."
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-4.x": "4.x-dev",
"dev-5.x": "5.x-dev"
}
},
"autoload": {
"psr-4": {
"Nelmio\\ApiDocBundle\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
}
],
"description": "Generates documentation for your REST API from attributes",
"keywords": [
"api",
"doc",
"documentation",
"rest"
],
"support": {
"issues": "https://github.com/nelmio/NelmioApiDocBundle/issues",
"source": "https://github.com/nelmio/NelmioApiDocBundle/tree/v5.4.0"
},
"funding": [
{
"url": "https://github.com/DjordyKoert",
"type": "github"
}
],
"time": "2025-06-26T15:03:21+00:00"
},
{
"name": "nelmio/cors-bundle",
"version": "2.5.0",
"source": {
"type": "git",
"url": "https://github.com/nelmio/NelmioCorsBundle.git",
"reference": "3a526fe025cd20e04a6a11370cf5ab28dbb5a544"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/3a526fe025cd20e04a6a11370cf5ab28dbb5a544",
"reference": "3a526fe025cd20e04a6a11370cf5ab28dbb5a544",
"shasum": ""
},
"require": {
"psr/log": "^1.0 || ^2.0 || ^3.0",
"symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0"
},
"require-dev": {
"mockery/mockery": "^1.3.6",
"symfony/phpunit-bridge": "^5.4 || ^6.0 || ^7.0"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"Nelmio\\CorsBundle\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nelmio",
"homepage": "http://nelm.io"
},
{
"name": "Symfony Community",
"homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
}
],
"description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony application",
"keywords": [
"api",
"cors",
"crossdomain"
],
"support": {
"issues": "https://github.com/nelmio/NelmioCorsBundle/issues",
"source": "https://github.com/nelmio/NelmioCorsBundle/tree/2.5.0"
},
"time": "2024-06-24T21:25:28+00:00"
},
{
"name": "nikic/php-parser",
"version": "v5.5.0",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "ae59794362fe85e051a58ad36b289443f57be7a9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/ae59794362fe85e051a58ad36b289443f57be7a9",
"reference": "ae59794362fe85e051a58ad36b289443f57be7a9",
"shasum": ""
},
"require": {
"ext-ctype": "*",
"ext-json": "*",
"ext-tokenizer": "*",
"php": ">=7.4"
},
"require-dev": {
"ircmaxell/php-yacc": "^0.0.7",
"phpunit/phpunit": "^9.0"
},
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.0-dev"
}
},
"autoload": {
"psr-4": {
"PhpParser\\": "lib/PhpParser"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov"
}
],
"description": "A PHP parser written in PHP",
"keywords": [
"parser",
"php"
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
"source": "https://github.com/nikic/PHP-Parser/tree/v5.5.0"
},
"time": "2025-05-31T08:24:38+00:00"
},
{
"name": "overtrue/pinyin",
"version": "4.1.0",
"source": {
"type": "git",
"url": "https://github.com/overtrue/pinyin.git",
"reference": "4d0fb4f27f0c79e81c9489e0c0ae4a4f8837eae7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/overtrue/pinyin/zipball/4d0fb4f27f0c79e81c9489e0c0ae4a4f8837eae7",
"reference": "4d0fb4f27f0c79e81c9489e0c0ae4a4f8837eae7",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"require-dev": {
"brainmaestro/composer-git-hooks": "^2.7",
"friendsofphp/php-cs-fixer": "^2.16",
"phpunit/phpunit": "~8.0"
},
"type": "library",
"extra": {
"hooks": {
"pre-push": [
"composer test",
"composer check-style"
],
"pre-commit": [
"composer test",
"composer fix-style"
]
}
},
"autoload": {
"files": [
"src/const.php"
],
"psr-4": {
"Overtrue\\Pinyin\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "overtrue",
"email": "anzhengchao@gmail.com",
"homepage": "http://github.com/overtrue"
}
],
"description": "Chinese to pinyin translator.",
"homepage": "https://github.com/overtrue/pinyin",
"keywords": [
"Chinese",
"Pinyin",
"cn2pinyin"
],
"support": {
"issues": "https://github.com/overtrue/pinyin/issues",
"source": "https://github.com/overtrue/pinyin/tree/4.1.0"
},
"funding": [
{
"url": "https://github.com/overtrue",
"type": "github"
}
],
"time": "2023-04-27T10:17:12+00:00"
},
{
"name": "ovh/ovh",
"version": "v3.5.0",
"source": {
"type": "git",
"url": "https://github.com/ovh/php-ovh.git",
"reference": "917ae0332cb6e2559d3b5045ef9107b32e07cd2d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ovh/php-ovh/zipball/917ae0332cb6e2559d3b5045ef9107b32e07cd2d",
"reference": "917ae0332cb6e2559d3b5045ef9107b32e07cd2d",
"shasum": ""
},
"require": {
"ext-json": "*",
"guzzlehttp/guzzle": "^6.0||^7.0",
"league/oauth2-client": "^2.7",
"php": ">=7.4"
},
"require-dev": {
"php-parallel-lint/php-parallel-lint": "^1.3.1",
"phpdocumentor/shim": "^3",
"phpunit/phpunit": "^10.5",
"squizlabs/php_codesniffer": "^3.6"
},
"type": "library",
"autoload": {
"psr-4": {
"Ovh\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Wrapper for OVHcloud APIs",
"keywords": [
"api",
"authorisation",
"authorization",
"client",
"ovh",
"ovhcloud"
],
"support": {
"issues": "https://github.com/ovh/php-ovh/issues",
"source": "https://github.com/ovh/php-ovh/tree/v3.5.0"
},
"time": "2025-01-02T16:09:40+00: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",
"version": "5.6.2",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
"reference": "92dde6a5919e34835c506ac8c523ef095a95ed62"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/92dde6a5919e34835c506ac8c523ef095a95ed62",
"reference": "92dde6a5919e34835c506ac8c523ef095a95ed62",
"shasum": ""
},
"require": {
"doctrine/deprecations": "^1.1",
"ext-filter": "*",
"php": "^7.4 || ^8.0",
"phpdocumentor/reflection-common": "^2.2",
"phpdocumentor/type-resolver": "^1.7",
"phpstan/phpdoc-parser": "^1.7|^2.0",
"webmozart/assert": "^1.9.1"
},
"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",
"psalm/phar": "^5.26"
},
"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",
"source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.6.2"
},
"time": "2025-04-13T19:20:35+00:00"
},
{
"name": "phpdocumentor/type-resolver",
"version": "1.10.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
"reference": "679e3ce485b99e84c775d28e2e96fade9a7fb50a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/679e3ce485b99e84c775d28e2e96fade9a7fb50a",
"reference": "679e3ce485b99e84c775d28e2e96fade9a7fb50a",
"shasum": ""
},
"require": {
"doctrine/deprecations": "^1.0",
"php": "^7.3 || ^8.0",
"phpdocumentor/reflection-common": "^2.0",
"phpstan/phpdoc-parser": "^1.18|^2.0"
},
"require-dev": {
"ext-tokenizer": "*",
"phpbench/phpbench": "^1.2",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-phpunit": "^1.1",
"phpunit/phpunit": "^9.5",
"rector/rector": "^0.13.9",
"vimeo/psalm": "^4.25"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-1.x": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
}
],
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
"support": {
"issues": "https://github.com/phpDocumentor/TypeResolver/issues",
"source": "https://github.com/phpDocumentor/TypeResolver/tree/1.10.0"
},
"time": "2024-11-09T15:12:26+00:00"
},
{
"name": "phpstan/phpdoc-parser",
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git",
"reference": "b9e61a61e39e02dd90944e9115241c7f7e76bfd8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/b9e61a61e39e02dd90944e9115241c7f7e76bfd8",
"reference": "b9e61a61e39e02dd90944e9115241c7f7e76bfd8",
"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",
"source": "https://github.com/phpstan/phpdoc-parser/tree/2.2.0"
},
"time": "2025-07-13T07:04:09+00:00"
},
{
"name": "presta/sitemap-bundle",
"version": "v4.1.3",
"source": {
"type": "git",
"url": "https://github.com/prestaconcept/PrestaSitemapBundle.git",
"reference": "296be93025405ae98fc5c803bdc8b2dc8638a85a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/prestaconcept/PrestaSitemapBundle/zipball/296be93025405ae98fc5c803bdc8b2dc8638a85a",
"reference": "296be93025405ae98fc5c803bdc8b2dc8638a85a",
"shasum": ""
},
"require": {
"ext-simplexml": "*",
"php": ">=7.2.5|>=8.0.2",
"symfony/console": "^5.4|^6.0|^7.0",
"symfony/framework-bundle": "^5.4|^6.0|^7.0"
},
"require-dev": {
"doctrine/annotations": "^1.0",
"phpstan/phpstan": "^1.4",
"phpunit/phpunit": "^7.5|^8.0",
"squizlabs/php_codesniffer": "^3.5",
"symfony/browser-kit": "^5.4|^6.0|^7.0",
"symfony/messenger": "^5.4|^6.0|^7.0",
"symfony/phpunit-bridge": "^5.4|^6.0|^7.0",
"symfony/yaml": "^5.4|^6.0|^7.0"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"1.x": "1.x-dev",
"2.x": "2.x-dev",
"3.x": "3.x-dev",
"4.x": "4.x-dev"
}
},
"autoload": {
"psr-4": {
"Presta\\SitemapBundle\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Prestaconcept",
"homepage": "http://www.prestaconcept.net/"
}
],
"description": "A Symfony bundle that provides tools to build your application sitemap.",
"keywords": [
"Sitemap",
"bundle",
"prestaconcept",
"symfony",
"xml"
],
"support": {
"issues": "https://github.com/prestaconcept/PrestaSitemapBundle/issues",
"source": "https://github.com/prestaconcept/PrestaSitemapBundle/tree/v4.1.3"
},
"time": "2025-01-10T10:30:15+00:00"
},
{
"name": "psr/cache",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/cache.git",
"reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
"reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
"shasum": ""
},
"require": {
"php": ">=8.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
"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"
},
{
"name": "psr/event-dispatcher",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/event-dispatcher.git",
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
"shasum": ""
},
"require": {
"php": ">=7.2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\EventDispatcher\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Standard interfaces for event handling.",
"keywords": [
"events",
"psr",
"psr-14"
],
"support": {
"issues": "https://github.com/php-fig/event-dispatcher/issues",
"source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
},
"time": "2019-01-08T18:20:26+00:00"
},
{
"name": "psr/http-client",
"version": "1.0.3",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-client.git",
"reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
"reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
"shasum": ""
},
"require": {
"php": "^7.0 || ^8.0",
"psr/http-message": "^1.0 || ^2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Client\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for HTTP clients",
"homepage": "https://github.com/php-fig/http-client",
"keywords": [
"http",
"http-client",
"psr",
"psr-18"
],
"support": {
"source": "https://github.com/php-fig/http-client"
},
"time": "2023-09-23T14:17:50+00:00"
},
{
"name": "psr/http-factory",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-factory.git",
"reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
"reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
"shasum": ""
},
"require": {
"php": ">=7.1",
"psr/http-message": "^1.0 || ^2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
"keywords": [
"factory",
"http",
"message",
"psr",
"psr-17",
"psr-7",
"request",
"response"
],
"support": {
"source": "https://github.com/php-fig/http-factory"
},
"time": "2024-04-15T12:06:14+00:00"
},
{
"name": "psr/http-message",
"version": "2.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
"reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
"reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for HTTP messages",
"homepage": "https://github.com/php-fig/http-message",
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
"support": {
"source": "https://github.com/php-fig/http-message/tree/2.0"
},
"time": "2023-04-04T09:54:51+00:00"
},
{
"name": "psr/link",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/link.git",
"reference": "84b159194ecfd7eaa472280213976e96415433f7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/link/zipball/84b159194ecfd7eaa472280213976e96415433f7",
"reference": "84b159194ecfd7eaa472280213976e96415433f7",
"shasum": ""
},
"require": {
"php": ">=8.0.0"
},
"suggest": {
"fig/link-util": "Provides some useful PSR-13 utilities"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Link\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interfaces for HTTP links",
"homepage": "https://github.com/php-fig/link",
"keywords": [
"http",
"http-link",
"link",
"psr",
"psr-13",
"rest"
],
"support": {
"source": "https://github.com/php-fig/link/tree/2.0.1"
},
"time": "2021-03-11T23:00:27+00:00"
},
{
"name": "psr/log",
"version": "3.0.2",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
"reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
"shasum": ""
},
"require": {
"php": ">=8.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Log\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
"support": {
"source": "https://github.com/php-fig/log/tree/3.0.2"
},
"time": "2024-09-11T13:17:53+00:00"
},
{
"name": "ralouphie/getallheaders",
"version": "3.0.3",
"source": {
"type": "git",
"url": "https://github.com/ralouphie/getallheaders.git",
"reference": "120b605dfeb996808c31b6477290a714d356e822"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
"reference": "120b605dfeb996808c31b6477290a714d356e822",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^5 || ^6.5"
},
"type": "library",
"autoload": {
"files": [
"src/getallheaders.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ralph Khattar",
"email": "ralph.khattar@gmail.com"
}
],
"description": "A polyfill for getallheaders.",
"support": {
"issues": "https://github.com/ralouphie/getallheaders/issues",
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
},
"time": "2019-03-08T08:55:37+00:00"
},
{
"name": "ramsey/collection",
"version": "2.1.1",
"source": {
"type": "git",
"url": "https://github.com/ramsey/collection.git",
"reference": "344572933ad0181accbf4ba763e85a0306a8c5e2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ramsey/collection/zipball/344572933ad0181accbf4ba763e85a0306a8c5e2",
"reference": "344572933ad0181accbf4ba763e85a0306a8c5e2",
"shasum": ""
},
"require": {
"php": "^8.1"
},
"require-dev": {
"captainhook/plugin-composer": "^5.3",
"ergebnis/composer-normalize": "^2.45",
"fakerphp/faker": "^1.24",
"hamcrest/hamcrest-php": "^2.0",
"jangregor/phpstan-prophecy": "^2.1",
"mockery/mockery": "^1.6",
"php-parallel-lint/php-console-highlighter": "^1.0",
"php-parallel-lint/php-parallel-lint": "^1.4",
"phpspec/prophecy-phpunit": "^2.3",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "^2.1",
"phpstan/phpstan-mockery": "^2.0",
"phpstan/phpstan-phpunit": "^2.0",
"phpunit/phpunit": "^10.5",
"ramsey/coding-standard": "^2.3",
"ramsey/conventional-commits": "^1.6",
"roave/security-advisories": "dev-latest"
},
"type": "library",
"extra": {
"captainhook": {
"force-install": true
},
"ramsey/conventional-commits": {
"configFile": "conventional-commits.json"
}
},
"autoload": {
"psr-4": {
"Ramsey\\Collection\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ben Ramsey",
"email": "ben@benramsey.com",
"homepage": "https://benramsey.com"
}
],
"description": "A PHP library for representing and manipulating collections.",
"keywords": [
"array",
"collection",
"hash",
"map",
"queue",
"set"
],
"support": {
"issues": "https://github.com/ramsey/collection/issues",
"source": "https://github.com/ramsey/collection/tree/2.1.1"
},
"time": "2025-03-22T05:38:12+00:00"
},
{
"name": "ramsey/uuid",
"version": "4.9.0",
"source": {
"type": "git",
"url": "https://github.com/ramsey/uuid.git",
"reference": "4e0e23cc785f0724a0e838279a9eb03f28b092a0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ramsey/uuid/zipball/4e0e23cc785f0724a0e838279a9eb03f28b092a0",
"reference": "4e0e23cc785f0724a0e838279a9eb03f28b092a0",
"shasum": ""
},
"require": {
"brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12 || ^0.13",
"php": "^8.0",
"ramsey/collection": "^1.2 || ^2.0"
},
"replace": {
"rhumsaa/uuid": "self.version"
},
"require-dev": {
"captainhook/captainhook": "^5.25",
"captainhook/plugin-composer": "^5.3",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"ergebnis/composer-normalize": "^2.47",
"mockery/mockery": "^1.6",
"paragonie/random-lib": "^2",
"php-mock/php-mock": "^2.6",
"php-mock/php-mock-mockery": "^1.5",
"php-parallel-lint/php-parallel-lint": "^1.4.0",
"phpbench/phpbench": "^1.2.14",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "^2.1",
"phpstan/phpstan-mockery": "^2.0",
"phpstan/phpstan-phpunit": "^2.0",
"phpunit/phpunit": "^9.6",
"slevomat/coding-standard": "^8.18",
"squizlabs/php_codesniffer": "^3.13"
},
"suggest": {
"ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
"ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
"ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
"paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
"ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
},
"type": "library",
"extra": {
"captainhook": {
"force-install": true
}
},
"autoload": {
"files": [
"src/functions.php"
],
"psr-4": {
"Ramsey\\Uuid\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
"keywords": [
"guid",
"identifier",
"uuid"
],
"support": {
"issues": "https://github.com/ramsey/uuid/issues",
"source": "https://github.com/ramsey/uuid/tree/4.9.0"
},
"time": "2025-06-25T14:20:11+00:00"
},
{
"name": "rize/uri-template",
"version": "0.4.0",
"source": {
"type": "git",
"url": "https://github.com/rize/UriTemplate.git",
"reference": "56f374a9a42c7c3998f8b55b6b21b224de90c58b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rize/UriTemplate/zipball/56f374a9a42c7c3998f8b55b6b21b224de90c58b",
"reference": "56f374a9a42c7c3998f8b55b6b21b224de90c58b",
"shasum": ""
},
"require": {
"php": ">=8.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.63",
"phpstan/phpstan": "^1.12",
"phpunit/phpunit": "~10.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Rize\\": "src/Rize"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marut K",
"homepage": "http://twitter.com/rezigned"
}
],
"description": "PHP URI Template (RFC 6570) supports both expansion & extraction",
"keywords": [
"RFC 6570",
"template",
"uri"
],
"support": {
"issues": "https://github.com/rize/UriTemplate/issues",
"source": "https://github.com/rize/UriTemplate/tree/0.4.0"
},
"funding": [
{
"url": "https://www.paypal.me/rezigned",
"type": "custom"
},
{
"url": "https://github.com/rezigned",
"type": "github"
},
{
"url": "https://opencollective.com/rize-uri-template",
"type": "open_collective"
}
],
"time": "2024-11-27T12:13:42+00:00"
},
{
"name": "sentry/sentry",
"version": "4.14.1",
"source": {
"type": "git",
"url": "https://github.com/getsentry/sentry-php.git",
"reference": "a28c4a6f5fda2bf730789a638501d7a737a64eda"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/getsentry/sentry-php/zipball/a28c4a6f5fda2bf730789a638501d7a737a64eda",
"reference": "a28c4a6f5fda2bf730789a638501d7a737a64eda",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"guzzlehttp/psr7": "^1.8.4|^2.1.1",
"jean85/pretty-package-versions": "^1.5|^2.0.4",
"php": "^7.2|^8.0",
"psr/log": "^1.0|^2.0|^3.0",
"symfony/options-resolver": "^4.4.30|^5.0.11|^6.0|^7.0"
},
"conflict": {
"raven/raven": "*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.4",
"guzzlehttp/promises": "^2.0.3",
"guzzlehttp/psr7": "^1.8.4|^2.1.1",
"monolog/monolog": "^1.6|^2.0|^3.0",
"phpbench/phpbench": "^1.0",
"phpstan/phpstan": "^1.3",
"phpunit/phpunit": "^8.5|^9.6",
"symfony/phpunit-bridge": "^5.2|^6.0|^7.0",
"vimeo/psalm": "^4.17"
},
"suggest": {
"monolog/monolog": "Allow sending log messages to Sentry by using the included Monolog handler."
},
"type": "library",
"autoload": {
"files": [
"src/functions.php"
],
"psr-4": {
"Sentry\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Sentry",
"email": "accounts@sentry.io"
}
],
"description": "PHP SDK for Sentry (http://sentry.io)",
"homepage": "http://sentry.io",
"keywords": [
"crash-reporting",
"crash-reports",
"error-handler",
"error-monitoring",
"log",
"logging",
"profiling",
"sentry",
"tracing"
],
"support": {
"issues": "https://github.com/getsentry/sentry-php/issues",
"source": "https://github.com/getsentry/sentry-php/tree/4.14.1"
},
"funding": [
{
"url": "https://sentry.io/",
"type": "custom"
},
{
"url": "https://sentry.io/pricing/",
"type": "custom"
}
],
"time": "2025-06-23T15:25:52+00:00"
},
{
"name": "sentry/sentry-symfony",
"version": "5.3.0",
"source": {
"type": "git",
"url": "https://github.com/getsentry/sentry-symfony.git",
"reference": "5081e7d842424ec09a96e3c79c5b48b89d1195b2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/getsentry/sentry-symfony/zipball/5081e7d842424ec09a96e3c79c5b48b89d1195b2",
"reference": "5081e7d842424ec09a96e3c79c5b48b89d1195b2",
"shasum": ""
},
"require": {
"guzzlehttp/psr7": "^2.1.1",
"jean85/pretty-package-versions": "^1.5||^2.0",
"php": "^7.2||^8.0",
"sentry/sentry": "^4.14.1",
"symfony/cache-contracts": "^1.1||^2.4||^3.0",
"symfony/config": "^4.4.20||^5.0.11||^6.0||^7.0",
"symfony/console": "^4.4.20||^5.0.11||^6.0||^7.0",
"symfony/dependency-injection": "^4.4.20||^5.0.11||^6.0||^7.0",
"symfony/event-dispatcher": "^4.4.20||^5.0.11||^6.0||^7.0",
"symfony/http-kernel": "^4.4.20||^5.0.11||^6.0||^7.0",
"symfony/polyfill-php80": "^1.22",
"symfony/psr-http-message-bridge": "^1.2||^2.0||^6.4||^7.0"
},
"require-dev": {
"doctrine/dbal": "^2.13||^3.3||^4.0",
"doctrine/doctrine-bundle": "^2.6",
"friendsofphp/php-cs-fixer": "^2.19||^3.40",
"masterminds/html5": "^2.8",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "1.12.5",
"phpstan/phpstan-phpunit": "1.4.0",
"phpstan/phpstan-symfony": "1.4.10",
"phpunit/phpunit": "^8.5.40||^9.6.21",
"symfony/browser-kit": "^4.4.20||^5.0.11||^6.0||^7.0",
"symfony/cache": "^4.4.20||^5.0.11||^6.0||^7.0",
"symfony/dom-crawler": "^4.4.20||^5.0.11||^6.0||^7.0",
"symfony/framework-bundle": "^4.4.20||^5.0.11||^6.0||^7.0",
"symfony/http-client": "^4.4.20||^5.0.11||^6.0||^7.0",
"symfony/messenger": "^4.4.20||^5.0.11||^6.0||^7.0",
"symfony/monolog-bundle": "^3.4",
"symfony/phpunit-bridge": "^5.2.6||^6.0||^7.0",
"symfony/process": "^4.4.20||^5.0.11||^6.0||^7.0",
"symfony/security-core": "^4.4.20||^5.0.11||^6.0||^7.0",
"symfony/security-http": "^4.4.20||^5.0.11||^6.0||^7.0",
"symfony/twig-bundle": "^4.4.20||^5.0.11||^6.0||^7.0",
"symfony/yaml": "^4.4.20||^5.0.11||^6.0||^7.0",
"vimeo/psalm": "^4.3||^5.16.0"
},
"suggest": {
"doctrine/doctrine-bundle": "Allow distributed tracing of database queries using Sentry.",
"monolog/monolog": "Allow sending log messages to Sentry by using the included Monolog handler.",
"symfony/cache": "Allow distributed tracing of cache pools using Sentry.",
"symfony/twig-bundle": "Allow distributed tracing of Twig template rendering using Sentry."
},
"type": "symfony-bundle",
"autoload": {
"files": [
"src/aliases.php"
],
"psr-4": {
"Sentry\\SentryBundle\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Sentry",
"email": "accounts@sentry.io"
}
],
"description": "Symfony integration for Sentry (http://getsentry.com)",
"homepage": "http://getsentry.com",
"keywords": [
"errors",
"logging",
"sentry",
"symfony"
],
"support": {
"issues": "https://github.com/getsentry/sentry-symfony/issues",
"source": "https://github.com/getsentry/sentry-symfony/tree/5.3.0"
},
"funding": [
{
"url": "https://sentry.io/",
"type": "custom"
},
{
"url": "https://sentry.io/pricing/",
"type": "custom"
}
],
"time": "2025-07-07T14:14:08+00:00"
},
{
"name": "setasign/fpdi",
"version": "v2.6.3",
"source": {
"type": "git",
"url": "https://github.com/Setasign/FPDI.git",
"reference": "67c31f5e50c93c20579ca9e23035d8c540b51941"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Setasign/FPDI/zipball/67c31f5e50c93c20579ca9e23035d8c540b51941",
"reference": "67c31f5e50c93c20579ca9e23035d8c540b51941",
"shasum": ""
},
"require": {
"ext-zlib": "*",
"php": "^7.1 || ^8.0"
},
"conflict": {
"setasign/tfpdf": "<1.31"
},
"require-dev": {
"phpunit/phpunit": "^7",
"setasign/fpdf": "~1.8.6",
"setasign/tfpdf": "~1.33",
"squizlabs/php_codesniffer": "^3.5",
"tecnickcom/tcpdf": "^6.2"
},
"suggest": {
"setasign/fpdf": "FPDI will extend this class but as it is also possible to use TCPDF or tFPDF as an alternative. There's no fixed dependency configured."
},
"type": "library",
"autoload": {
"psr-4": {
"setasign\\Fpdi\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jan Slabon",
"email": "jan.slabon@setasign.com",
"homepage": "https://www.setasign.com"
},
{
"name": "Maximilian Kresse",
"email": "maximilian.kresse@setasign.com",
"homepage": "https://www.setasign.com"
}
],
"description": "FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.",
"homepage": "https://www.setasign.com/fpdi",
"keywords": [
"fpdf",
"fpdi",
"pdf"
],
"support": {
"issues": "https://github.com/Setasign/FPDI/issues",
"source": "https://github.com/Setasign/FPDI/tree/v2.6.3"
},
"funding": [
{
"url": "https://tidelift.com/funding/github/packagist/setasign/fpdi",
"type": "tidelift"
}
],
"time": "2025-02-05T13:22:35+00:00"
},
{
"name": "spatie/mjml-php",
"version": "1.2.5",
"source": {
"type": "git",
"url": "https://github.com/spatie/mjml-php.git",
"reference": "0af0b3944617889df7bed69faca3819a0399feff"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/mjml-php/zipball/0af0b3944617889df7bed69faca3819a0399feff",
"reference": "0af0b3944617889df7bed69faca3819a0399feff",
"shasum": ""
},
"require": {
"php": "^8.1",
"symfony/process": "^6.3.2|^7.0"
},
"require-dev": {
"laravel/pint": "^1.11",
"pestphp/pest": "^2.16",
"spatie/ray": "^1.37.2"
},
"suggest": {
"spatie/mjml-sidecar": "When you want to run MJML compilation through Sidecar in a Laravel project"
},
"type": "library",
"autoload": {
"psr-4": {
"Spatie\\Mjml\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"role": "Developer"
}
],
"description": "Convert MJML to HTML using PHP",
"homepage": "https://github.com/spatie/mjml-php",
"keywords": [
"mjml-php",
"spatie"
],
"support": {
"issues": "https://github.com/spatie/mjml-php/issues",
"source": "https://github.com/spatie/mjml-php/tree/1.2.5"
},
"funding": [
{
"url": "https://github.com/spatie",
"type": "github"
}
],
"time": "2025-03-17T19:50:19+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "spomky-labs/base64url",
"version": "v2.0.4",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/Spomky-Labs/base64url.git",
"reference": "7752ce931ec285da4ed1f4c5aa27e45e097be61d"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Spomky-Labs/base64url/zipball/7752ce931ec285da4ed1f4c5aa27e45e097be61d",
"reference": "7752ce931ec285da4ed1f4c5aa27e45e097be61d",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=7.1"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.11|^0.12",
"phpstan/phpstan-beberlei-assert": "^0.11|^0.12",
"phpstan/phpstan-deprecation-rules": "^0.11|^0.12",
"phpstan/phpstan-phpunit": "^0.11|^0.12",
"phpstan/phpstan-strict-rules": "^0.11|^0.12"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Base64Url\\": "src/"
}
2025-07-16 09:05:52 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2025-07-16 09:05:52 +02:00
],
"authors": [
{
"name": "Florent Morselli",
"homepage": "https://github.com/Spomky-Labs/base64url/contributors"
2025-07-16 09:05:52 +02:00
}
],
"description": "Base 64 URL Safe Encoding/Decoding PHP Library",
"homepage": "https://github.com/Spomky-Labs/base64url",
2025-07-16 09:05:52 +02:00
"keywords": [
"base64",
"rfc4648",
"safe",
"url"
2025-07-16 09:05:52 +02:00
],
"support": {
"issues": "https://github.com/Spomky-Labs/base64url/issues",
"source": "https://github.com/Spomky-Labs/base64url/tree/v2.0.4"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://github.com/Spomky",
"type": "github"
},
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
"time": "2020-11-03T09:10:25+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "spomky-labs/pki-framework",
"version": "1.3.0",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/Spomky-Labs/pki-framework.git",
"reference": "eced5b5ce70518b983ff2be486e902bbd15135ae"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Spomky-Labs/pki-framework/zipball/eced5b5ce70518b983ff2be486e902bbd15135ae",
"reference": "eced5b5ce70518b983ff2be486e902bbd15135ae",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"brick/math": "^0.10|^0.11|^0.12|^0.13",
"ext-mbstring": "*",
"php": ">=8.1"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"ekino/phpstan-banned-code": "^1.0|^2.0|^3.0",
"ext-gmp": "*",
"ext-openssl": "*",
"infection/infection": "^0.28|^0.29",
"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",
"phpunit/phpunit": "^10.1|^11.0|^12.0",
"rector/rector": "^1.0|^2.0",
"roave/security-advisories": "dev-latest",
"symfony/string": "^6.4|^7.0",
"symfony/var-dumper": "^6.4|^7.0",
"symplify/easy-coding-standard": "^12.0"
},
"suggest": {
"ext-bcmath": "For better performance (or GMP)",
"ext-gmp": "For better performance (or BCMath)",
"ext-openssl": "For OpenSSL based cyphering"
2025-07-16 09:05:52 +02:00
},
"type": "library",
2025-07-16 09:05:52 +02:00
"autoload": {
"psr-4": {
"SpomkyLabs\\Pki\\": "src/"
}
2025-07-16 09:05:52 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2025-07-16 09:05:52 +02:00
],
"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"
2025-07-16 09:05:52 +02:00
}
],
"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",
2025-07-16 09:05:52 +02:00
"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"
2025-07-16 09:05:52 +02:00
],
"support": {
"issues": "https://github.com/Spomky-Labs/pki-framework/issues",
"source": "https://github.com/Spomky-Labs/pki-framework/tree/1.3.0"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://github.com/Spomky",
"type": "github"
},
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
"time": "2025-06-13T08:35:04+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "stancer/stancer",
"version": "v2.0.1",
"source": {
"type": "git",
"url": "https://gitlab.com/wearestancer/library/lib-php.git",
"reference": "91ca640ae1e40167fd05a70c8970ece9157ad4bd"
},
"dist": {
"type": "zip",
"url": "https://gitlab.com/api/v4/projects/wearestancer%2Flibrary%2Flib-php/repository/archive.zip?sha=91ca640ae1e40167fd05a70c8970ece9157ad4bd",
"reference": "91ca640ae1e40167fd05a70c8970ece9157ad4bd",
"shasum": ""
},
"require": {
"php": ">=8.1",
"psr/http-message": "^2.0",
"psr/log": "^3.0"
},
"require-dev": {
"atoum/atoum": "^4.2",
"atoum/stubs": "^2.6",
"atoum/visibility-extension": "^2.0",
"fakerphp/faker": "^1.13",
"guzzlehttp/guzzle": "^7.2",
"jdslv/atoum-report-cobertura": "^1.1",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^1.2",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-strict-rules": "^1.0",
"satesh/phpcs-gitlab-report": "^1.0",
"squizlabs/php_codesniffer": "^3.3"
},
"suggest": {
"monolog/monolog": "Allows to log interaction with the API"
},
"type": "library",
"autoload": {
"files": [
"src/polyfill.php"
],
"psr-4": {
"Stancer\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Stancer PHP library",
"homepage": "https://stancer.com",
"keywords": [
"card",
"payment solution",
"payments",
"sepa"
],
"support": {
"docs": "https://stancer.com/documentation/api/",
"issues": "https://gitlab.com/wearestancer/library/lib-php/-/issues",
"source": "https://gitlab.com/wearestancer/library/lib-php"
},
"time": "2024-11-15T17:47:59+00:00"
},
2025-07-16 09:05:52 +02:00
{
"name": "symfony/asset",
"version": "v7.3.0",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/asset.git",
"reference": "56c4d9f759247c4e07d8549e3baf7493cb9c3e4b"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/asset/zipball/56c4d9f759247c4e07d8549e3baf7493cb9c3e4b",
"reference": "56c4d9f759247c4e07d8549e3baf7493cb9c3e4b",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.2"
2025-07-16 09:05:52 +02:00
},
"conflict": {
"symfony/http-foundation": "<6.4"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"symfony/http-client": "^6.4|^7.0",
"symfony/http-foundation": "^6.4|^7.0",
"symfony/http-kernel": "^6.4|^7.0"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Asset\\": ""
},
"exclude-from-classmap": [
"/Tests/"
2025-07-16 09:05:52 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2025-07-16 09:05:52 +02:00
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2025-07-16 09:05:52 +02:00
}
],
"description": "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files",
"homepage": "https://symfony.com",
2025-07-16 09:05:52 +02:00
"support": {
"source": "https://github.com/symfony/asset/tree/v7.3.0"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
2025-07-16 09:05:52 +02:00
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2025-07-16 09:05:52 +02:00
}
],
"time": "2025-03-05T10:15:41+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/asset-mapper",
"version": "v7.3.0",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/asset-mapper.git",
"reference": "6516f38868b75c4902ea72a9fa44967628375ae7"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/asset-mapper/zipball/6516f38868b75c4902ea72a9fa44967628375ae7",
"reference": "6516f38868b75c4902ea72a9fa44967628375ae7",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"composer/semver": "^3.0",
"php": ">=8.2",
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/filesystem": "^7.1",
"symfony/http-client": "^6.4|^7.0"
},
"conflict": {
"symfony/framework-bundle": "<6.4"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"symfony/asset": "^6.4|^7.0",
"symfony/browser-kit": "^6.4|^7.0",
"symfony/console": "^6.4|^7.0",
"symfony/event-dispatcher-contracts": "^3.0",
"symfony/finder": "^6.4|^7.0",
"symfony/framework-bundle": "^6.4|^7.0",
"symfony/http-foundation": "^6.4|^7.0",
"symfony/http-kernel": "^6.4|^7.0",
"symfony/process": "^6.4|^7.0",
"symfony/web-link": "^6.4|^7.0"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\AssetMapper\\": ""
},
"exclude-from-classmap": [
"/Tests/"
2025-07-16 09:05:52 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2025-07-16 09:05:52 +02:00
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2025-07-16 09:05:52 +02:00
}
],
"description": "Maps directories of assets & makes them available in a public directory with versioned filenames.",
"homepage": "https://symfony.com",
2025-07-16 09:05:52 +02:00
"support": {
"source": "https://github.com/symfony/asset-mapper/tree/v7.3.0"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
2025-07-16 09:05:52 +02:00
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2025-07-16 09:05:52 +02:00
}
],
"time": "2025-05-24T14:05:12+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/cache",
"version": "v7.3.1",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/cache.git",
"reference": "a7c6caa9d6113cebfb3020b427bcb021ebfdfc9e"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/cache/zipball/a7c6caa9d6113cebfb3020b427bcb021ebfdfc9e",
"reference": "a7c6caa9d6113cebfb3020b427bcb021ebfdfc9e",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.2",
"psr/cache": "^2.0|^3.0",
"psr/log": "^1.1|^2|^3",
"symfony/cache-contracts": "^3.6",
"symfony/deprecation-contracts": "^2.5|^3.0",
"symfony/service-contracts": "^2.5|^3",
"symfony/var-exporter": "^6.4|^7.0"
},
"conflict": {
"doctrine/dbal": "<3.6",
"symfony/dependency-injection": "<6.4",
"symfony/http-kernel": "<6.4",
"symfony/var-dumper": "<6.4"
},
"provide": {
"psr/cache-implementation": "2.0|3.0",
"psr/simple-cache-implementation": "1.0|2.0|3.0",
"symfony/cache-implementation": "1.1|2.0|3.0"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"cache/integration-tests": "dev-master",
"doctrine/dbal": "^3.6|^4",
"predis/predis": "^1.1|^2.0",
"psr/simple-cache": "^1.0|^2.0|^3.0",
"symfony/clock": "^6.4|^7.0",
"symfony/config": "^6.4|^7.0",
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/filesystem": "^6.4|^7.0",
"symfony/http-kernel": "^6.4|^7.0",
"symfony/messenger": "^6.4|^7.0",
"symfony/var-dumper": "^6.4|^7.0"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Cache\\": ""
},
2025-07-16 09:05:52 +02:00
"classmap": [
"Traits/ValueWrapper.php"
],
"exclude-from-classmap": [
"/Tests/"
2025-07-16 09:05:52 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2025-07-16 09:05:52 +02:00
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2025-07-16 09:05:52 +02:00
}
],
"description": "Provides extended PSR-6, PSR-16 (and tags) implementations",
"homepage": "https://symfony.com",
2025-07-16 09:05:52 +02:00
"keywords": [
"caching",
"psr6"
2025-07-16 09:05:52 +02:00
],
"support": {
"source": "https://github.com/symfony/cache/tree/v7.3.1"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
2025-07-16 09:05:52 +02:00
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2025-07-16 09:05:52 +02:00
}
],
"time": "2025-06-27T19:55:54+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/cache-contracts",
"version": "v3.6.0",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/cache-contracts.git",
"reference": "5d68a57d66910405e5c0b63d6f0af941e66fc868"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/cache-contracts/zipball/5d68a57d66910405e5c0b63d6f0af941e66fc868",
"reference": "5d68a57d66910405e5c0b63d6f0af941e66fc868",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.1",
"psr/cache": "^3.0"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"extra": {
"thanks": {
"url": "https://github.com/symfony/contracts",
"name": "symfony/contracts"
},
2025-07-16 09:05:52 +02:00
"branch-alias": {
"dev-main": "3.6-dev"
2025-07-16 09:05:52 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Cache\\": ""
}
2025-07-16 09:05:52 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2025-07-16 09:05:52 +02:00
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2025-07-16 09:05:52 +02:00
}
],
"description": "Generic abstractions related to caching",
"homepage": "https://symfony.com",
2025-07-16 09:05:52 +02:00
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
2025-07-16 09:05:52 +02:00
],
"support": {
"source": "https://github.com/symfony/cache-contracts/tree/v3.6.0"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
2025-07-16 09:05:52 +02:00
"type": "custom"
},
{
"url": "https://github.com/fabpot",
2025-07-16 09:05:52 +02:00
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2025-07-16 09:05:52 +02:00
"type": "tidelift"
}
],
"time": "2025-03-13T15:25:07+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/clock",
"version": "v7.3.0",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/clock.git",
"reference": "b81435fbd6648ea425d1ee96a2d8e68f4ceacd24"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/clock/zipball/b81435fbd6648ea425d1ee96a2d8e68f4ceacd24",
"reference": "b81435fbd6648ea425d1ee96a2d8e68f4ceacd24",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.2",
"psr/clock": "^1.0",
"symfony/polyfill-php83": "^1.28"
},
"provide": {
"psr/clock-implementation": "1.0"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"autoload": {
"files": [
"Resources/now.php"
],
2025-07-16 09:05:52 +02:00
"psr-4": {
"Symfony\\Component\\Clock\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2025-07-16 09:05:52 +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"
2025-07-16 09:05:52 +02:00
}
],
"description": "Decouples applications from the system clock",
"homepage": "https://symfony.com",
2025-07-16 09:05:52 +02:00
"keywords": [
"clock",
"psr20",
"time"
2025-07-16 09:05:52 +02:00
],
"support": {
"source": "https://github.com/symfony/clock/tree/v7.3.0"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-09-25T14:21:43+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/config",
"version": "v7.3.0",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
"reference": "ba62ae565f1327c2f6366726312ed828c85853bc"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/ba62ae565f1327c2f6366726312ed828c85853bc",
"reference": "ba62ae565f1327c2f6366726312ed828c85853bc",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.2",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/filesystem": "^7.1",
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
"symfony/finder": "<6.4",
"symfony/service-contracts": "<2.5"
},
"require-dev": {
"symfony/event-dispatcher": "^6.4|^7.0",
"symfony/finder": "^6.4|^7.0",
"symfony/messenger": "^6.4|^7.0",
"symfony/service-contracts": "^2.5|^3",
"symfony/yaml": "^6.4|^7.0"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Config\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2025-07-16 09:05:52 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2025-07-16 09:05:52 +02:00
}
],
"description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
"homepage": "https://symfony.com",
2025-07-16 09:05:52 +02:00
"support": {
"source": "https://github.com/symfony/config/tree/v7.3.0"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2025-05-15T09:04:05+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/console",
"version": "v7.3.1",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "9e27aecde8f506ba0fd1d9989620c04a87697101"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/9e27aecde8f506ba0fd1d9989620c04a87697101",
"reference": "9e27aecde8f506ba0fd1d9989620c04a87697101",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.2",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/service-contracts": "^2.5|^3",
"symfony/string": "^7.2"
2025-07-16 09:05:52 +02:00
},
"conflict": {
"symfony/dependency-injection": "<6.4",
"symfony/dotenv": "<6.4",
"symfony/event-dispatcher": "<6.4",
"symfony/lock": "<6.4",
"symfony/process": "<6.4"
},
"provide": {
"psr/log-implementation": "1.0|2.0|3.0"
},
"require-dev": {
"psr/log": "^1|^2|^3",
"symfony/config": "^6.4|^7.0",
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/event-dispatcher": "^6.4|^7.0",
"symfony/http-foundation": "^6.4|^7.0",
"symfony/http-kernel": "^6.4|^7.0",
"symfony/lock": "^6.4|^7.0",
"symfony/messenger": "^6.4|^7.0",
"symfony/process": "^6.4|^7.0",
"symfony/stopwatch": "^6.4|^7.0",
"symfony/var-dumper": "^6.4|^7.0"
2025-07-16 09:05:52 +02:00
},
"type": "library",
2025-07-16 09:05:52 +02:00
"autoload": {
"psr-4": {
"Symfony\\Component\\Console\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2025-07-16 09:05:52 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2025-07-16 09:05:52 +02:00
}
],
"description": "Eases the creation of beautiful and testable command line interfaces",
"homepage": "https://symfony.com",
2025-07-16 09:05:52 +02:00
"keywords": [
"cli",
"command-line",
"console",
"terminal"
2025-07-16 09:05:52 +02:00
],
"support": {
"source": "https://github.com/symfony/console/tree/v7.3.1"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2025-06-27T19:55:54+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/dependency-injection",
"version": "v7.3.1",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
"reference": "8656c4848b48784c4bb8c4ae50d2b43f832cead8"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/8656c4848b48784c4bb8c4ae50d2b43f832cead8",
"reference": "8656c4848b48784c4bb8c4ae50d2b43f832cead8",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.2",
"psr/container": "^1.1|^2.0",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/service-contracts": "^3.5",
"symfony/var-exporter": "^6.4.20|^7.2.5"
2025-07-16 09:05:52 +02:00
},
"conflict": {
"ext-psr": "<1.1|>=2",
"symfony/config": "<6.4",
"symfony/finder": "<6.4",
"symfony/yaml": "<6.4"
},
"provide": {
"psr/container-implementation": "1.1|2.0",
"symfony/service-implementation": "1.1|2.0|3.0"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"symfony/config": "^6.4|^7.0",
"symfony/expression-language": "^6.4|^7.0",
"symfony/yaml": "^6.4|^7.0"
},
"type": "library",
2025-07-16 09:05:52 +02:00
"autoload": {
"psr-4": {
"Symfony\\Component\\DependencyInjection\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2025-07-16 09:05:52 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2025-07-16 09:05:52 +02:00
}
],
"description": "Allows you to standardize and centralize the way objects are constructed in your application",
"homepage": "https://symfony.com",
2025-07-16 09:05:52 +02:00
"support": {
"source": "https://github.com/symfony/dependency-injection/tree/v7.3.1"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2025-06-24T04:04:43+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/deprecation-contracts",
"version": "v3.6.0",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
"reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62",
"reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.1"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"extra": {
"thanks": {
"url": "https://github.com/symfony/contracts",
"name": "symfony/contracts"
},
2025-07-16 09:05:52 +02:00
"branch-alias": {
"dev-main": "3.6-dev"
2025-07-16 09:05:52 +02:00
}
},
"autoload": {
"files": [
"function.php"
]
2025-07-16 09:05:52 +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"
2025-07-16 09:05:52 +02:00
}
],
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
2025-07-16 09:05:52 +02:00
"support": {
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.0"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-09-25T14:21:43+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/doctrine-bridge",
"version": "v7.3.1",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/doctrine-bridge.git",
"reference": "6c0acb248c46452ae2c15752dc71e72f3335403f"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/6c0acb248c46452ae2c15752dc71e72f3335403f",
"reference": "6c0acb248c46452ae2c15752dc71e72f3335403f",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"doctrine/event-manager": "^2",
"doctrine/persistence": "^3.1|^4",
"php": ">=8.2",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.0",
"symfony/service-contracts": "^2.5|^3"
2025-07-16 09:05:52 +02:00
},
"conflict": {
"doctrine/collections": "<1.8",
"doctrine/dbal": "<3.6",
"doctrine/lexer": "<1.1",
"doctrine/orm": "<2.15",
"symfony/cache": "<6.4",
"symfony/dependency-injection": "<6.4",
"symfony/form": "<6.4.6|>=7,<7.0.6",
"symfony/http-foundation": "<6.4",
"symfony/http-kernel": "<6.4",
"symfony/lock": "<6.4",
"symfony/messenger": "<6.4",
"symfony/property-info": "<6.4",
"symfony/security-bundle": "<6.4",
"symfony/security-core": "<6.4",
"symfony/validator": "<6.4"
},
"require-dev": {
"doctrine/collections": "^1.8|^2.0",
"doctrine/data-fixtures": "^1.1|^2",
"doctrine/dbal": "^3.6|^4",
"doctrine/orm": "^2.15|^3",
"psr/log": "^1|^2|^3",
"symfony/cache": "^6.4|^7.0",
"symfony/config": "^6.4|^7.0",
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/doctrine-messenger": "^6.4|^7.0",
"symfony/expression-language": "^6.4|^7.0",
"symfony/form": "^6.4.6|^7.0.6",
"symfony/http-kernel": "^6.4|^7.0",
"symfony/lock": "^6.4|^7.0",
"symfony/messenger": "^6.4|^7.0",
"symfony/property-access": "^6.4|^7.0",
"symfony/property-info": "^6.4|^7.0",
"symfony/security-core": "^6.4|^7.0",
"symfony/stopwatch": "^6.4|^7.0",
"symfony/translation": "^6.4|^7.0",
"symfony/type-info": "^7.1",
"symfony/uid": "^6.4|^7.0",
"symfony/validator": "^6.4|^7.0",
"symfony/var-dumper": "^6.4|^7.0"
2025-07-16 09:05:52 +02:00
},
"type": "symfony-bridge",
2025-07-16 09:05:52 +02:00
"autoload": {
"psr-4": {
"Symfony\\Bridge\\Doctrine\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2025-07-16 09:05:52 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2025-07-16 09:05:52 +02:00
}
],
"description": "Provides integration for Doctrine with various Symfony components",
"homepage": "https://symfony.com",
2025-07-16 09:05:52 +02:00
"support": {
"source": "https://github.com/symfony/doctrine-bridge/tree/v7.3.1"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2025-06-26T13:02:59+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/doctrine-messenger",
"version": "v7.3.0",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/doctrine-messenger.git",
"reference": "099d9cd03f889c31c90d406fed07f25dc3732487"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/doctrine-messenger/zipball/099d9cd03f889c31c90d406fed07f25dc3732487",
"reference": "099d9cd03f889c31c90d406fed07f25dc3732487",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"doctrine/dbal": "^3.6|^4",
"php": ">=8.2",
"symfony/messenger": "^7.2",
"symfony/service-contracts": "^2.5|^3"
2025-07-16 09:05:52 +02:00
},
"conflict": {
"doctrine/persistence": "<1.3"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"doctrine/persistence": "^1.3|^2|^3",
"symfony/property-access": "^6.4|^7.0",
"symfony/serializer": "^6.4|^7.0"
2025-07-16 09:05:52 +02:00
},
"type": "symfony-messenger-bridge",
2025-07-16 09:05:52 +02:00
"autoload": {
"psr-4": {
"Symfony\\Component\\Messenger\\Bridge\\Doctrine\\": ""
},
"exclude-from-classmap": [
"/Tests/"
2025-07-16 09:05:52 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2025-07-16 09:05:52 +02:00
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2025-07-16 09:05:52 +02:00
}
],
"description": "Symfony Doctrine Messenger Bridge",
"homepage": "https://symfony.com",
2025-07-16 09:05:52 +02:00
"support": {
"source": "https://github.com/symfony/doctrine-messenger/tree/v7.3.0"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
2025-07-16 09:05:52 +02:00
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2025-07-16 09:05:52 +02:00
}
],
"time": "2025-03-26T11:30:13+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/dotenv",
"version": "v7.3.0",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/dotenv.git",
"reference": "28347a897771d0c28e99b75166dd2689099f3045"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dotenv/zipball/28347a897771d0c28e99b75166dd2689099f3045",
"reference": "28347a897771d0c28e99b75166dd2689099f3045",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.2"
2025-07-16 09:05:52 +02:00
},
"conflict": {
"symfony/console": "<6.4",
"symfony/process": "<6.4"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"symfony/console": "^6.4|^7.0",
"symfony/process": "^6.4|^7.0"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Dotenv\\": ""
},
"exclude-from-classmap": [
"/Tests/"
2025-07-16 09:05:52 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2025-07-16 09:05:52 +02:00
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2025-07-16 09:05:52 +02:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2025-07-16 09:05:52 +02:00
}
],
"description": "Registers environment variables from a .env file",
"homepage": "https://symfony.com",
2025-07-16 09:05:52 +02:00
"keywords": [
"dotenv",
"env",
"environment"
2025-07-16 09:05:52 +02:00
],
"support": {
"source": "https://github.com/symfony/dotenv/tree/v7.3.0"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
2025-07-16 09:05:52 +02:00
},
{
"url": "https://github.com/fabpot",
"type": "github"
2025-07-16 09:05:52 +02:00
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2025-07-16 09:05:52 +02:00
"type": "tidelift"
}
],
"time": "2024-11-27T11:18:42+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/error-handler",
"version": "v7.3.1",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
"reference": "35b55b166f6752d6aaf21aa042fc5ed280fce235"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/35b55b166f6752d6aaf21aa042fc5ed280fce235",
"reference": "35b55b166f6752d6aaf21aa042fc5ed280fce235",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.2",
"psr/log": "^1|^2|^3",
"symfony/var-dumper": "^6.4|^7.0"
},
"conflict": {
"symfony/deprecation-contracts": "<2.5",
"symfony/http-kernel": "<6.4"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"symfony/console": "^6.4|^7.0",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/http-kernel": "^6.4|^7.0",
"symfony/serializer": "^6.4|^7.0",
"symfony/webpack-encore-bundle": "^1.0|^2.0"
2025-07-16 09:05:52 +02:00
},
"bin": [
"Resources/bin/patch-type-declarations"
],
2025-07-16 09:05:52 +02:00
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\ErrorHandler\\": ""
},
"exclude-from-classmap": [
"/Tests/"
2025-07-16 09:05:52 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2025-07-16 09:05:52 +02:00
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2025-07-16 09:05:52 +02:00
}
],
"description": "Provides tools to manage errors and ease debugging PHP code",
"homepage": "https://symfony.com",
2025-07-16 09:05:52 +02:00
"support": {
"source": "https://github.com/symfony/error-handler/tree/v7.3.1"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
2025-07-16 09:05:52 +02:00
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2025-07-16 09:05:52 +02:00
}
],
"time": "2025-06-13T07:48:40+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/event-dispatcher",
"version": "v7.3.0",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "497f73ac996a598c92409b44ac43b6690c4f666d"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/497f73ac996a598c92409b44ac43b6690c4f666d",
"reference": "497f73ac996a598c92409b44ac43b6690c4f666d",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.2",
"symfony/event-dispatcher-contracts": "^2.5|^3"
},
"conflict": {
"symfony/dependency-injection": "<6.4",
"symfony/service-contracts": "<2.5"
},
"provide": {
"psr/event-dispatcher-implementation": "1.0",
"symfony/event-dispatcher-implementation": "2.0|3.0"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"psr/log": "^1|^2|^3",
"symfony/config": "^6.4|^7.0",
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/error-handler": "^6.4|^7.0",
"symfony/expression-language": "^6.4|^7.0",
"symfony/http-foundation": "^6.4|^7.0",
"symfony/service-contracts": "^2.5|^3",
"symfony/stopwatch": "^6.4|^7.0"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\EventDispatcher\\": ""
},
"exclude-from-classmap": [
"/Tests/"
2025-07-16 09:05:52 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2025-07-16 09:05:52 +02:00
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2025-07-16 09:05:52 +02:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2025-07-16 09:05:52 +02:00
}
],
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com",
2025-07-16 09:05:52 +02:00
"support": {
"source": "https://github.com/symfony/event-dispatcher/tree/v7.3.0"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
2025-07-16 09:05:52 +02:00
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2025-07-16 09:05:52 +02:00
}
],
"time": "2025-04-22T09:11:45+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/event-dispatcher-contracts",
"version": "v3.6.0",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
"reference": "59eb412e93815df44f05f342958efa9f46b1e586"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/59eb412e93815df44f05f342958efa9f46b1e586",
"reference": "59eb412e93815df44f05f342958efa9f46b1e586",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.1",
"psr/event-dispatcher": "^1"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"extra": {
"thanks": {
"url": "https://github.com/symfony/contracts",
"name": "symfony/contracts"
},
2025-07-16 09:05:52 +02:00
"branch-alias": {
"dev-main": "3.6-dev"
2025-07-16 09:05:52 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\EventDispatcher\\": ""
}
2025-07-16 09:05:52 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2025-07-16 09:05:52 +02:00
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2025-07-16 09:05:52 +02:00
}
],
"description": "Generic abstractions related to dispatching event",
"homepage": "https://symfony.com",
2025-07-16 09:05:52 +02:00
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
2025-07-16 09:05:52 +02:00
],
"support": {
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.6.0"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
2025-07-16 09:05:52 +02:00
},
{
"url": "https://github.com/fabpot",
"type": "github"
2025-07-16 09:05:52 +02:00
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2025-07-16 09:05:52 +02:00
"type": "tidelift"
}
],
"time": "2024-09-25T14:21:43+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/expression-language",
"version": "v7.3.0",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/expression-language.git",
"reference": "26f4884a455e755e630a5fc372df124a3578da2e"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/expression-language/zipball/26f4884a455e755e630a5fc372df124a3578da2e",
"reference": "26f4884a455e755e630a5fc372df124a3578da2e",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.2",
"symfony/cache": "^6.4|^7.0",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/service-contracts": "^2.5|^3"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\ExpressionLanguage\\": ""
},
"exclude-from-classmap": [
"/Tests/"
2025-07-16 09:05:52 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2025-07-16 09:05:52 +02:00
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2025-07-16 09:05:52 +02:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2025-07-16 09:05:52 +02:00
}
],
"description": "Provides an engine that can compile and evaluate expressions",
"homepage": "https://symfony.com",
2025-07-16 09:05:52 +02:00
"support": {
"source": "https://github.com/symfony/expression-language/tree/v7.3.0"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
2025-07-16 09:05:52 +02:00
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2025-07-16 09:05:52 +02:00
}
],
"time": "2024-10-15T11:52:45+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/filesystem",
"version": "v7.3.0",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
"reference": "b8dce482de9d7c9fe2891155035a7248ab5c7fdb"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/b8dce482de9d7c9fe2891155035a7248ab5c7fdb",
"reference": "b8dce482de9d7c9fe2891155035a7248ab5c7fdb",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.2",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.8"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"symfony/process": "^6.4|^7.0"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Filesystem\\": ""
},
"exclude-from-classmap": [
"/Tests/"
2025-07-16 09:05:52 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2025-07-16 09:05:52 +02:00
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2025-07-16 09:05:52 +02:00
}
],
"description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
2025-07-16 09:05:52 +02:00
"support": {
"source": "https://github.com/symfony/filesystem/tree/v7.3.0"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
2025-07-16 09:05:52 +02:00
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2025-07-16 09:05:52 +02:00
}
],
"time": "2024-10-25T15:15:23+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/finder",
"version": "v7.3.0",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
"reference": "ec2344cf77a48253bbca6939aa3d2477773ea63d"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/ec2344cf77a48253bbca6939aa3d2477773ea63d",
"reference": "ec2344cf77a48253bbca6939aa3d2477773ea63d",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.2"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"symfony/filesystem": "^6.4|^7.0"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Finder\\": ""
},
"exclude-from-classmap": [
"/Tests/"
2025-07-16 09:05:52 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2025-07-16 09:05:52 +02:00
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2025-07-16 09:05:52 +02:00
}
],
"description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
2025-07-16 09:05:52 +02:00
"support": {
"source": "https://github.com/symfony/finder/tree/v7.3.0"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
2025-07-16 09:05:52 +02:00
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2025-07-16 09:05:52 +02:00
}
],
"time": "2024-12-30T19:00:26+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/flex",
"version": "v2.8.1",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/flex.git",
"reference": "423c36e369361003dc31ef11c5f15fb589e52c01"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/flex/zipball/423c36e369361003dc31ef11c5f15fb589e52c01",
"reference": "423c36e369361003dc31ef11c5f15fb589e52c01",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"composer-plugin-api": "^2.1",
"php": ">=8.0"
},
"conflict": {
"composer/semver": "<1.7.2"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"composer/composer": "^2.1",
"symfony/dotenv": "^5.4|^6.0",
"symfony/filesystem": "^5.4|^6.0",
"symfony/phpunit-bridge": "^5.4|^6.0",
"symfony/process": "^5.4|^6.0"
2025-07-16 09:05:52 +02:00
},
"type": "composer-plugin",
2025-07-16 09:05:52 +02:00
"extra": {
"class": "Symfony\\Flex\\Flex"
2025-07-16 09:05:52 +02:00
},
"autoload": {
"psr-4": {
"Symfony\\Flex\\": "src"
}
2025-07-16 09:05:52 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2025-07-16 09:05:52 +02:00
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien.potencier@gmail.com"
2025-07-16 09:05:52 +02:00
}
],
"description": "Composer plugin for Symfony",
2025-07-16 09:05:52 +02:00
"support": {
"issues": "https://github.com/symfony/flex/issues",
"source": "https://github.com/symfony/flex/tree/v2.8.1"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
2025-07-16 09:05:52 +02:00
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2025-07-16 09:05:52 +02:00
}
],
"time": "2025-07-05T07:45:19+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/form",
"version": "v7.3.1",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/form.git",
"reference": "e06b02dd21b33b0cd7bb942c7e446ef7b22a2a5a"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/form/zipball/e06b02dd21b33b0cd7bb942c7e446ef7b22a2a5a",
"reference": "e06b02dd21b33b0cd7bb942c7e446ef7b22a2a5a",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.2",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/event-dispatcher": "^6.4|^7.0",
"symfony/options-resolver": "^7.3",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-intl-icu": "^1.21",
"symfony/polyfill-mbstring": "~1.0",
"symfony/property-access": "^6.4|^7.0",
"symfony/service-contracts": "^2.5|^3"
},
"conflict": {
"symfony/console": "<6.4",
"symfony/dependency-injection": "<6.4",
"symfony/doctrine-bridge": "<6.4",
"symfony/error-handler": "<6.4",
"symfony/framework-bundle": "<6.4",
"symfony/http-kernel": "<6.4",
"symfony/translation": "<6.4.3|>=7.0,<7.0.3",
"symfony/translation-contracts": "<2.5",
"symfony/twig-bridge": "<6.4"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"doctrine/collections": "^1.0|^2.0",
"symfony/config": "^6.4|^7.0",
"symfony/console": "^6.4|^7.0",
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/expression-language": "^6.4|^7.0",
"symfony/html-sanitizer": "^6.4|^7.0",
"symfony/http-foundation": "^6.4|^7.0",
"symfony/http-kernel": "^6.4|^7.0",
"symfony/intl": "^6.4|^7.0",
"symfony/security-core": "^6.4|^7.0",
"symfony/security-csrf": "^6.4|^7.0",
"symfony/translation": "^6.4.3|^7.0.3",
"symfony/uid": "^6.4|^7.0",
"symfony/validator": "^6.4|^7.0",
"symfony/var-dumper": "^6.4|^7.0"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Form\\": ""
},
"exclude-from-classmap": [
"/Tests/"
2025-07-16 09:05:52 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2025-07-16 09:05:52 +02:00
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2025-07-16 09:05:52 +02:00
}
],
"description": "Allows to easily create, process and reuse HTML forms",
"homepage": "https://symfony.com",
2025-07-16 09:05:52 +02:00
"support": {
"source": "https://github.com/symfony/form/tree/v7.3.1"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
2025-07-16 09:05:52 +02:00
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2025-07-16 09:05:52 +02:00
}
],
"time": "2025-06-13T07:48:40+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/framework-bundle",
"version": "v7.3.1",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/framework-bundle.git",
"reference": "91905f22f26aa350a33b3b9690bdf94976b0d0ab"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/framework-bundle/zipball/91905f22f26aa350a33b3b9690bdf94976b0d0ab",
"reference": "91905f22f26aa350a33b3b9690bdf94976b0d0ab",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"composer-runtime-api": ">=2.1",
"ext-xml": "*",
"php": ">=8.2",
"symfony/cache": "^6.4|^7.0",
"symfony/config": "^7.3",
"symfony/dependency-injection": "^7.2",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/error-handler": "^7.3",
"symfony/event-dispatcher": "^6.4|^7.0",
"symfony/filesystem": "^7.1",
"symfony/finder": "^6.4|^7.0",
"symfony/http-foundation": "^7.3",
"symfony/http-kernel": "^7.2",
"symfony/polyfill-mbstring": "~1.0",
"symfony/routing": "^6.4|^7.0"
2025-07-16 09:05:52 +02:00
},
"conflict": {
"doctrine/persistence": "<1.3",
"phpdocumentor/reflection-docblock": "<3.2.2",
"phpdocumentor/type-resolver": "<1.4.0",
"symfony/asset": "<6.4",
"symfony/asset-mapper": "<6.4",
"symfony/clock": "<6.4",
"symfony/console": "<6.4",
"symfony/dom-crawler": "<6.4",
"symfony/dotenv": "<6.4",
"symfony/form": "<6.4",
"symfony/http-client": "<6.4",
"symfony/json-streamer": ">=7.4",
"symfony/lock": "<6.4",
"symfony/mailer": "<6.4",
"symfony/messenger": "<6.4",
"symfony/mime": "<6.4",
"symfony/object-mapper": ">=7.4",
"symfony/property-access": "<6.4",
"symfony/property-info": "<6.4",
"symfony/runtime": "<6.4.13|>=7.0,<7.1.6",
"symfony/scheduler": "<6.4.4|>=7.0.0,<7.0.4",
"symfony/security-core": "<6.4",
"symfony/security-csrf": "<7.2",
"symfony/serializer": "<7.2.5",
"symfony/stopwatch": "<6.4",
"symfony/translation": "<7.3",
"symfony/twig-bridge": "<6.4",
"symfony/twig-bundle": "<6.4",
"symfony/validator": "<6.4",
"symfony/web-profiler-bundle": "<6.4",
"symfony/webhook": "<7.2",
"symfony/workflow": "<7.3.0-beta2"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"doctrine/persistence": "^1.3|^2|^3",
"dragonmantank/cron-expression": "^3.1",
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
"seld/jsonlint": "^1.10",
"symfony/asset": "^6.4|^7.0",
"symfony/asset-mapper": "^6.4|^7.0",
"symfony/browser-kit": "^6.4|^7.0",
"symfony/clock": "^6.4|^7.0",
"symfony/console": "^6.4|^7.0",
"symfony/css-selector": "^6.4|^7.0",
"symfony/dom-crawler": "^6.4|^7.0",
"symfony/dotenv": "^6.4|^7.0",
"symfony/expression-language": "^6.4|^7.0",
"symfony/form": "^6.4|^7.0",
"symfony/html-sanitizer": "^6.4|^7.0",
"symfony/http-client": "^6.4|^7.0",
"symfony/json-streamer": "7.3.*",
"symfony/lock": "^6.4|^7.0",
"symfony/mailer": "^6.4|^7.0",
"symfony/messenger": "^6.4|^7.0",
"symfony/mime": "^6.4|^7.0",
"symfony/notifier": "^6.4|^7.0",
"symfony/object-mapper": "^v7.3.0-beta2",
"symfony/polyfill-intl-icu": "~1.0",
"symfony/process": "^6.4|^7.0",
"symfony/property-info": "^6.4|^7.0",
"symfony/rate-limiter": "^6.4|^7.0",
"symfony/scheduler": "^6.4.4|^7.0.4",
"symfony/security-bundle": "^6.4|^7.0",
"symfony/semaphore": "^6.4|^7.0",
"symfony/serializer": "^7.2.5",
"symfony/stopwatch": "^6.4|^7.0",
"symfony/string": "^6.4|^7.0",
"symfony/translation": "^7.3",
"symfony/twig-bundle": "^6.4|^7.0",
"symfony/type-info": "^7.1",
"symfony/uid": "^6.4|^7.0",
"symfony/validator": "^6.4|^7.0",
"symfony/web-link": "^6.4|^7.0",
"symfony/webhook": "^7.2",
"symfony/workflow": "^7.3",
"symfony/yaml": "^6.4|^7.0",
"twig/twig": "^3.12"
2025-07-16 09:05:52 +02:00
},
"type": "symfony-bundle",
2025-07-16 09:05:52 +02:00
"autoload": {
"psr-4": {
"Symfony\\Bundle\\FrameworkBundle\\": ""
},
"exclude-from-classmap": [
"/Tests/"
2025-07-16 09:05:52 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2025-07-16 09:05:52 +02:00
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2025-07-16 09:05:52 +02:00
}
],
"description": "Provides a tight integration between Symfony components and the Symfony full-stack framework",
"homepage": "https://symfony.com",
2025-07-16 09:05:52 +02:00
"support": {
"source": "https://github.com/symfony/framework-bundle/tree/v7.3.1"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
2025-07-16 09:05:52 +02:00
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2025-07-16 09:05:52 +02:00
}
],
"time": "2025-06-27T19:55:54+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/http-client",
"version": "v7.3.1",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client.git",
"reference": "4403d87a2c16f33345dca93407a8714ee8c05a64"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-client/zipball/4403d87a2c16f33345dca93407a8714ee8c05a64",
"reference": "4403d87a2c16f33345dca93407a8714ee8c05a64",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.2",
"psr/log": "^1|^2|^3",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/http-client-contracts": "~3.4.4|^3.5.2",
"symfony/service-contracts": "^2.5|^3"
2025-07-16 09:05:52 +02:00
},
"conflict": {
"amphp/amp": "<2.5",
"amphp/socket": "<1.1",
"php-http/discovery": "<1.15",
"symfony/http-foundation": "<6.4"
2025-07-16 09:05:52 +02:00
},
"provide": {
"php-http/async-client-implementation": "*",
"php-http/client-implementation": "*",
"psr/http-client-implementation": "1.0",
"symfony/http-client-implementation": "3.0"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"amphp/http-client": "^4.2.1|^5.0",
"amphp/http-tunnel": "^1.0|^2.0",
"guzzlehttp/promises": "^1.4|^2.0",
"nyholm/psr7": "^1.0",
"php-http/httplug": "^1.0|^2.0",
"psr/http-client": "^1.0",
"symfony/amphp-http-client-meta": "^1.0|^2.0",
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/http-kernel": "^6.4|^7.0",
"symfony/messenger": "^6.4|^7.0",
"symfony/process": "^6.4|^7.0",
"symfony/rate-limiter": "^6.4|^7.0",
"symfony/stopwatch": "^6.4|^7.0"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\HttpClient\\": ""
},
"exclude-from-classmap": [
"/Tests/"
2025-07-16 09:05:52 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
"homepage": "https://symfony.com",
2025-07-16 09:05:52 +02:00
"keywords": [
"http"
2025-07-16 09:05:52 +02:00
],
"support": {
"source": "https://github.com/symfony/http-client/tree/v7.3.1"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
2025-07-16 09:05:52 +02:00
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2025-07-16 09:05:52 +02:00
}
],
"time": "2025-06-28T07:58:39+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/http-client-contracts",
"version": "v3.6.0",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client-contracts.git",
"reference": "75d7043853a42837e68111812f4d964b01e5101c"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/75d7043853a42837e68111812f4d964b01e5101c",
"reference": "75d7043853a42837e68111812f4d964b01e5101c",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.1"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"extra": {
"thanks": {
"url": "https://github.com/symfony/contracts",
"name": "symfony/contracts"
},
"branch-alias": {
"dev-main": "3.6-dev"
}
},
2025-07-16 09:05:52 +02:00
"autoload": {
"psr-4": {
"Symfony\\Contracts\\HttpClient\\": ""
2025-07-16 09:05:52 +02:00
},
"exclude-from-classmap": [
"/Test/"
2025-07-16 09:05:52 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2025-07-16 09:05:52 +02:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to HTTP clients",
2025-07-16 09:05:52 +02:00
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2025-07-16 09:05:52 +02:00
"support": {
"source": "https://github.com/symfony/http-client-contracts/tree/v3.6.0"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2025-04-29T11:18:49+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/http-foundation",
"version": "v7.3.1",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
"reference": "23dd60256610c86a3414575b70c596e5deff6ed9"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/23dd60256610c86a3414575b70c596e5deff6ed9",
"reference": "23dd60256610c86a3414575b70c596e5deff6ed9",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.2",
"symfony/deprecation-contracts": "^2.5|^3.0",
"symfony/polyfill-mbstring": "~1.1",
"symfony/polyfill-php83": "^1.27"
2025-07-16 09:05:52 +02:00
},
"conflict": {
"doctrine/dbal": "<3.6",
"symfony/cache": "<6.4.12|>=7.0,<7.1.5"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"doctrine/dbal": "^3.6|^4",
"predis/predis": "^1.1|^2.0",
"symfony/cache": "^6.4.12|^7.1.5",
"symfony/clock": "^6.4|^7.0",
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/expression-language": "^6.4|^7.0",
2025-07-16 09:05:52 +02:00
"symfony/http-kernel": "^6.4|^7.0",
"symfony/mime": "^6.4|^7.0",
"symfony/rate-limiter": "^6.4|^7.0"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\HttpFoundation\\": ""
2025-07-16 09:05:52 +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"
}
],
"description": "Defines an object-oriented layer for the HTTP specification",
2025-07-16 09:05:52 +02:00
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/http-foundation/tree/v7.3.1"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2025-06-23T15:07:14+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/http-kernel",
"version": "v7.3.1",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
"reference": "1644879a66e4aa29c36fe33dfa6c54b450ce1831"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/1644879a66e4aa29c36fe33dfa6c54b450ce1831",
"reference": "1644879a66e4aa29c36fe33dfa6c54b450ce1831",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.2",
"psr/log": "^1|^2|^3",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/error-handler": "^6.4|^7.0",
"symfony/event-dispatcher": "^7.3",
"symfony/http-foundation": "^7.3",
"symfony/polyfill-ctype": "^1.8"
},
"conflict": {
"symfony/browser-kit": "<6.4",
"symfony/cache": "<6.4",
"symfony/config": "<6.4",
"symfony/console": "<6.4",
"symfony/dependency-injection": "<6.4",
"symfony/doctrine-bridge": "<6.4",
"symfony/form": "<6.4",
"symfony/http-client": "<6.4",
"symfony/http-client-contracts": "<2.5",
"symfony/mailer": "<6.4",
"symfony/messenger": "<6.4",
"symfony/translation": "<6.4",
"symfony/translation-contracts": "<2.5",
"symfony/twig-bridge": "<6.4",
"symfony/validator": "<6.4",
"symfony/var-dumper": "<6.4",
"twig/twig": "<3.12"
},
"provide": {
"psr/log-implementation": "1.0|2.0|3.0"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"psr/cache": "^1.0|^2.0|^3.0",
"symfony/browser-kit": "^6.4|^7.0",
"symfony/clock": "^6.4|^7.0",
"symfony/config": "^6.4|^7.0",
"symfony/console": "^6.4|^7.0",
2025-07-16 09:05:52 +02:00
"symfony/css-selector": "^6.4|^7.0",
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/dom-crawler": "^6.4|^7.0",
"symfony/expression-language": "^6.4|^7.0",
"symfony/finder": "^6.4|^7.0",
"symfony/http-client-contracts": "^2.5|^3",
"symfony/process": "^6.4|^7.0",
"symfony/property-access": "^7.1",
"symfony/routing": "^6.4|^7.0",
"symfony/serializer": "^7.1",
"symfony/stopwatch": "^6.4|^7.0",
"symfony/translation": "^6.4|^7.0",
"symfony/translation-contracts": "^2.5|^3",
"symfony/uid": "^6.4|^7.0",
"symfony/validator": "^6.4|^7.0",
"symfony/var-dumper": "^6.4|^7.0",
"symfony/var-exporter": "^6.4|^7.0",
"twig/twig": "^3.12"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\HttpKernel\\": ""
2025-07-16 09:05:52 +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"
}
],
"description": "Provides a structured process for converting a Request into a Response",
2025-07-16 09:05:52 +02:00
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/http-kernel/tree/v7.3.1"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2025-06-28T08:24:55+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/intl",
2025-07-16 09:05:52 +02:00
"version": "v7.3.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/intl.git",
"reference": "bd50940329ac1cfc4af0491cc4468f477d967e45"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/intl/zipball/bd50940329ac1cfc4af0491cc4468f477d967e45",
"reference": "bd50940329ac1cfc4af0491cc4468f477d967e45",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.2",
"symfony/deprecation-contracts": "^2.5|^3"
2025-07-16 09:05:52 +02:00
},
"conflict": {
"symfony/string": "<7.1"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"symfony/filesystem": "^6.4|^7.0",
"symfony/var-exporter": "^6.4|^7.0"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Intl\\": ""
2025-07-16 09:05:52 +02:00
},
"exclude-from-classmap": [
"/Tests/",
"/Resources/data/"
2025-07-16 09:05:52 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
},
{
"name": "Eriksen Costa",
"email": "eriksen.costa@infranology.com.br"
},
{
"name": "Igor Wiedler",
"email": "igor@wiedler.ch"
2025-07-16 09:05:52 +02:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides access to the localization data of the ICU library",
2025-07-16 09:05:52 +02:00
"homepage": "https://symfony.com",
"keywords": [
"i18n",
"icu",
"internationalization",
"intl",
"l10n",
"localization"
2025-07-16 09:05:52 +02:00
],
"support": {
"source": "https://github.com/symfony/intl/tree/v7.3.1"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2025-06-06T16:10:07+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/mailer",
"version": "v7.3.1",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/mailer.git",
"reference": "b5db5105b290bdbea5ab27b89c69effcf1cb3368"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/mailer/zipball/b5db5105b290bdbea5ab27b89c69effcf1cb3368",
"reference": "b5db5105b290bdbea5ab27b89c69effcf1cb3368",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"egulias/email-validator": "^2.1.10|^3|^4",
"php": ">=8.2",
"psr/event-dispatcher": "^1",
"psr/log": "^1|^2|^3",
"symfony/event-dispatcher": "^6.4|^7.0",
"symfony/mime": "^7.2",
"symfony/service-contracts": "^2.5|^3"
2025-07-16 09:05:52 +02:00
},
"conflict": {
"symfony/http-client-contracts": "<2.5",
"symfony/http-kernel": "<6.4",
"symfony/messenger": "<6.4",
"symfony/mime": "<6.4",
"symfony/twig-bridge": "<6.4"
},
"require-dev": {
"symfony/console": "^6.4|^7.0",
"symfony/http-client": "^6.4|^7.0",
"symfony/messenger": "^6.4|^7.0",
"symfony/twig-bridge": "^6.4|^7.0"
2025-07-16 09:05:52 +02:00
},
"type": "library",
2025-07-16 09:05:52 +02:00
"autoload": {
"psr-4": {
"Symfony\\Component\\Mailer\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2025-07-16 09:05:52 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2025-07-16 09:05:52 +02:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Helps sending emails",
2025-07-16 09:05:52 +02:00
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/mailer/tree/v7.3.1"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2025-06-27T19:55:54+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/messenger",
"version": "v7.3.1",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/messenger.git",
"reference": "716c89b86ce58c4946d436d862694971c999d1aa"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/messenger/zipball/716c89b86ce58c4946d436d862694971c999d1aa",
"reference": "716c89b86ce58c4946d436d862694971c999d1aa",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.2",
"psr/log": "^1|^2|^3",
"symfony/clock": "^6.4|^7.0",
"symfony/deprecation-contracts": "^2.5|^3"
2025-07-16 09:05:52 +02:00
},
"conflict": {
"symfony/console": "<7.2",
"symfony/event-dispatcher": "<6.4",
"symfony/event-dispatcher-contracts": "<2.5",
"symfony/framework-bundle": "<6.4",
"symfony/http-kernel": "<6.4",
"symfony/lock": "<6.4",
"symfony/serializer": "<6.4"
},
"require-dev": {
"psr/cache": "^1.0|^2.0|^3.0",
"symfony/console": "^7.2",
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/event-dispatcher": "^6.4|^7.0",
"symfony/http-kernel": "^6.4|^7.0",
"symfony/lock": "^6.4|^7.0",
"symfony/process": "^6.4|^7.0",
"symfony/property-access": "^6.4|^7.0",
"symfony/rate-limiter": "^6.4|^7.0",
"symfony/routing": "^6.4|^7.0",
"symfony/serializer": "^6.4|^7.0",
"symfony/service-contracts": "^2.5|^3",
"symfony/stopwatch": "^6.4|^7.0",
"symfony/validator": "^6.4|^7.0"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Messenger\\": ""
2025-07-16 09:05:52 +02:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Samuel Roze",
"email": "samuel.roze@gmail.com"
2025-07-16 09:05:52 +02:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Helps applications send and receive messages to/from other applications or via message queues",
2025-07-16 09:05:52 +02:00
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/messenger/tree/v7.3.1"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2025-06-27T19:55:54+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/mime",
2025-07-16 09:05:52 +02:00
"version": "v7.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
"reference": "0e7b19b2f399c31df0cdbe5d8cbf53f02f6cfcd9"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/mime/zipball/0e7b19b2f399c31df0cdbe5d8cbf53f02f6cfcd9",
"reference": "0e7b19b2f399c31df0cdbe5d8cbf53f02f6cfcd9",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.2",
"symfony/polyfill-intl-idn": "^1.10",
"symfony/polyfill-mbstring": "^1.0"
2025-07-16 09:05:52 +02:00
},
"conflict": {
"egulias/email-validator": "~3.0.0",
"phpdocumentor/reflection-docblock": "<3.2.2",
"phpdocumentor/type-resolver": "<1.4.0",
"symfony/mailer": "<6.4",
"symfony/serializer": "<6.4.3|>7.0,<7.0.3"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"egulias/email-validator": "^2.1.10|^3.1|^4",
"league/html-to-markdown": "^5.0",
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/process": "^6.4|^7.0",
"symfony/property-access": "^6.4|^7.0",
"symfony/property-info": "^6.4|^7.0",
"symfony/serializer": "^6.4.3|^7.0.3"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Mime\\": ""
2025-07-16 09:05:52 +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"
}
],
"description": "Allows manipulating MIME messages",
2025-07-16 09:05:52 +02:00
"homepage": "https://symfony.com",
"keywords": [
"mime",
"mime-type"
],
2025-07-16 09:05:52 +02:00
"support": {
"source": "https://github.com/symfony/mime/tree/v7.3.0"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2025-02-19T08:51:26+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/monolog-bridge",
"version": "v7.3.0",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/monolog-bridge.git",
"reference": "1b188c8abbbef25b111da878797514b7a8d33990"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/1b188c8abbbef25b111da878797514b7a8d33990",
"reference": "1b188c8abbbef25b111da878797514b7a8d33990",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"monolog/monolog": "^3",
2025-07-16 09:05:52 +02:00
"php": ">=8.2",
"symfony/http-kernel": "^6.4|^7.0",
"symfony/service-contracts": "^2.5|^3"
2025-07-16 09:05:52 +02:00
},
"conflict": {
"symfony/console": "<6.4",
"symfony/http-foundation": "<6.4",
"symfony/security-core": "<6.4"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"symfony/console": "^6.4|^7.0",
"symfony/http-client": "^6.4|^7.0",
"symfony/mailer": "^6.4|^7.0",
2025-07-16 09:05:52 +02:00
"symfony/messenger": "^6.4|^7.0",
"symfony/mime": "^6.4|^7.0",
"symfony/security-core": "^6.4|^7.0",
2025-07-16 09:05:52 +02:00
"symfony/var-dumper": "^6.4|^7.0"
},
"type": "symfony-bridge",
2025-07-16 09:05:52 +02:00
"autoload": {
"psr-4": {
"Symfony\\Bridge\\Monolog\\": ""
2025-07-16 09:05:52 +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"
}
],
"description": "Provides integration for Monolog with various Symfony components",
2025-07-16 09:05:52 +02:00
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/monolog-bridge/tree/v7.3.0"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2025-03-21T12:17:46+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/monolog-bundle",
"version": "v3.10.0",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/monolog-bundle.git",
"reference": "414f951743f4aa1fd0f5bf6a0e9c16af3fe7f181"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/414f951743f4aa1fd0f5bf6a0e9c16af3fe7f181",
"reference": "414f951743f4aa1fd0f5bf6a0e9c16af3fe7f181",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"monolog/monolog": "^1.25.1 || ^2.0 || ^3.0",
"php": ">=7.2.5",
"symfony/config": "^5.4 || ^6.0 || ^7.0",
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
"symfony/http-kernel": "^5.4 || ^6.0 || ^7.0",
"symfony/monolog-bridge": "^5.4 || ^6.0 || ^7.0"
},
"require-dev": {
"symfony/console": "^5.4 || ^6.0 || ^7.0",
"symfony/phpunit-bridge": "^6.3 || ^7.0",
"symfony/yaml": "^5.4 || ^6.0 || ^7.0"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
2025-07-16 09:05:52 +02:00
},
"autoload": {
"psr-4": {
"Symfony\\Bundle\\MonologBundle\\": ""
2025-07-16 09:05:52 +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"
}
],
"description": "Symfony MonologBundle",
2025-07-16 09:05:52 +02:00
"homepage": "https://symfony.com",
"keywords": [
"log",
"logging"
],
2025-07-16 09:05:52 +02:00
"support": {
"issues": "https://github.com/symfony/monolog-bundle/issues",
"source": "https://github.com/symfony/monolog-bundle/tree/v3.10.0"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2023-11-06T17:08:13+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/notifier",
2025-07-16 09:05:52 +02:00
"version": "v7.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/notifier.git",
"reference": "9e68a3266c8b0381f8756022b1c1ba3c0264416e"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/notifier/zipball/9e68a3266c8b0381f8756022b1c1ba3c0264416e",
"reference": "9e68a3266c8b0381f8756022b1c1ba3c0264416e",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.2",
"psr/log": "^1|^2|^3"
},
"conflict": {
"symfony/event-dispatcher": "<6.4",
"symfony/event-dispatcher-contracts": "<2.5",
"symfony/http-client-contracts": "<2.5",
"symfony/http-kernel": "<6.4"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"symfony/event-dispatcher-contracts": "^2.5|^3",
"symfony/http-client-contracts": "^2.5|^3",
"symfony/http-foundation": "^6.4|^7.0",
"symfony/messenger": "^6.4|^7.0"
2025-07-16 09:05:52 +02:00
},
"type": "library",
2025-07-16 09:05:52 +02:00
"autoload": {
"psr-4": {
"Symfony\\Component\\Notifier\\": ""
2025-07-16 09:05:52 +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"
}
],
"description": "Sends notifications via one or more channels (email, SMS, ...)",
2025-07-16 09:05:52 +02:00
"homepage": "https://symfony.com",
"keywords": [
"notification",
"notifier"
],
2025-07-16 09:05:52 +02:00
"support": {
"source": "https://github.com/symfony/notifier/tree/v7.3.0"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2025-05-01T12:12:53+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/options-resolver",
"version": "v7.3.0",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/options-resolver.git",
"reference": "afb9a8038025e5dbc657378bfab9198d75f10fca"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/afb9a8038025e5dbc657378bfab9198d75f10fca",
"reference": "afb9a8038025e5dbc657378bfab9198d75f10fca",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.2",
"symfony/deprecation-contracts": "^2.5|^3"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\OptionsResolver\\": ""
2025-07-16 09:05:52 +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"
}
],
"description": "Provides an improved replacement for the array_replace PHP function",
2025-07-16 09:05:52 +02:00
"homepage": "https://symfony.com",
"keywords": [
"config",
"configuration",
"options"
],
2025-07-16 09:05:52 +02:00
"support": {
"source": "https://github.com/symfony/options-resolver/tree/v7.3.0"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2025-04-04T13:12:05+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/password-hasher",
"version": "v7.3.0",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/password-hasher.git",
"reference": "31fbe66af859582a20b803f38be96be8accdf2c3"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/password-hasher/zipball/31fbe66af859582a20b803f38be96be8accdf2c3",
"reference": "31fbe66af859582a20b803f38be96be8accdf2c3",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.2"
2025-07-16 09:05:52 +02:00
},
"conflict": {
"symfony/security-core": "<6.4"
},
"require-dev": {
"symfony/console": "^6.4|^7.0",
"symfony/security-core": "^6.4|^7.0"
2025-07-16 09:05:52 +02:00
},
"type": "library",
2025-07-16 09:05:52 +02:00
"autoload": {
"psr-4": {
"Symfony\\Component\\PasswordHasher\\": ""
},
"exclude-from-classmap": [
"/Tests/"
2025-07-16 09:05:52 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Robin Chalas",
"email": "robin.chalas@gmail.com"
2025-07-16 09:05:52 +02:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides password hashing utilities",
2025-07-16 09:05:52 +02:00
"homepage": "https://symfony.com",
"keywords": [
"hashing",
"password"
],
2025-07-16 09:05:52 +02:00
"support": {
"source": "https://github.com/symfony/password-hasher/tree/v7.3.0"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2025-02-04T08:22:58+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/polyfill-intl-grapheme",
"version": "v1.32.0",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
"reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
"reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=7.2"
2025-07-16 09:05:52 +02:00
},
"suggest": {
"ext-intl": "For best performance"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"extra": {
"thanks": {
"url": "https://github.com/symfony/polyfill",
"name": "symfony/polyfill"
}
2025-07-16 09:05:52 +02:00
},
"autoload": {
"files": [
"bootstrap.php"
],
2025-07-16 09:05:52 +02:00
"psr-4": {
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
}
2025-07-16 09:05:52 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2025-07-16 09:05:52 +02:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's grapheme_* functions",
2025-07-16 09:05:52 +02:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"grapheme",
"intl",
"polyfill",
"portable",
"shim"
],
2025-07-16 09:05:52 +02:00
"support": {
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.32.0"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-09-09T11:45:10+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/polyfill-intl-icu",
"version": "v1.32.0",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-icu.git",
"reference": "763d2a91fea5681509ca01acbc1c5e450d127811"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/763d2a91fea5681509ca01acbc1c5e450d127811",
"reference": "763d2a91fea5681509ca01acbc1c5e450d127811",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=7.2"
2025-07-16 09:05:52 +02:00
},
"suggest": {
"ext-intl": "For best performance and support of other locales than \"en\""
2025-07-16 09:05:52 +02:00
},
"type": "library",
"extra": {
"thanks": {
"url": "https://github.com/symfony/polyfill",
"name": "symfony/polyfill"
}
2025-07-16 09:05:52 +02:00
},
"autoload": {
"files": [
"bootstrap.php"
],
2025-07-16 09:05:52 +02:00
"psr-4": {
"Symfony\\Polyfill\\Intl\\Icu\\": ""
2025-07-16 09:05:52 +02:00
},
"classmap": [
"Resources/stubs"
],
2025-07-16 09:05:52 +02:00
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2025-07-16 09:05:52 +02:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's ICU-related data and classes",
2025-07-16 09:05:52 +02:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"icu",
"intl",
"polyfill",
"portable",
"shim"
],
2025-07-16 09:05:52 +02:00
"support": {
"source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.32.0"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-12-21T18:38:29+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/polyfill-intl-idn",
"version": "v1.32.0",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
"reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/9614ac4d8061dc257ecc64cba1b140873dce8ad3",
"reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=7.2",
"symfony/polyfill-intl-normalizer": "^1.10"
2025-07-16 09:05:52 +02:00
},
"suggest": {
"ext-intl": "For best performance"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"extra": {
"thanks": {
"url": "https://github.com/symfony/polyfill",
"name": "symfony/polyfill"
}
},
2025-07-16 09:05:52 +02:00
"autoload": {
"files": [
"bootstrap.php"
],
2025-07-16 09:05:52 +02:00
"psr-4": {
"Symfony\\Polyfill\\Intl\\Idn\\": ""
}
2025-07-16 09:05:52 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Laurent Bassin",
"email": "laurent@bassin.info"
},
{
"name": "Trevor Rowbotham",
"email": "trevor.rowbotham@pm.me"
2025-07-16 09:05:52 +02:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
2025-07-16 09:05:52 +02:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"idn",
"intl",
"polyfill",
"portable",
"shim"
],
2025-07-16 09:05:52 +02:00
"support": {
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.32.0"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-09-10T14:38:51+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/polyfill-intl-normalizer",
"version": "v1.32.0",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
"reference": "3833d7255cc303546435cb650316bff708a1c75c"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
"reference": "3833d7255cc303546435cb650316bff708a1c75c",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=7.2"
2025-07-16 09:05:52 +02:00
},
"suggest": {
"ext-intl": "For best performance"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"extra": {
"thanks": {
"url": "https://github.com/symfony/polyfill",
"name": "symfony/polyfill"
}
},
2025-07-16 09:05:52 +02:00
"autoload": {
"files": [
"bootstrap.php"
],
2025-07-16 09:05:52 +02:00
"psr-4": {
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
2025-07-16 09:05:52 +02:00
},
"classmap": [
"Resources/stubs"
2025-07-16 09:05:52 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2025-07-16 09:05:52 +02:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's Normalizer class and related functions",
2025-07-16 09:05:52 +02:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"intl",
"normalizer",
"polyfill",
"portable",
"shim"
2025-07-16 09:05:52 +02:00
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.32.0"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-09-09T11:45:10+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.32.0",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493",
"reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"ext-iconv": "*",
"php": ">=7.2"
2025-07-16 09:05:52 +02:00
},
"provide": {
"ext-mbstring": "*"
2025-07-16 09:05:52 +02:00
},
"suggest": {
"ext-mbstring": "For best performance"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"extra": {
"thanks": {
"url": "https://github.com/symfony/polyfill",
"name": "symfony/polyfill"
}
},
2025-07-16 09:05:52 +02:00
"autoload": {
"files": [
"bootstrap.php"
],
2025-07-16 09:05:52 +02:00
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
}
2025-07-16 09:05:52 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2025-07-16 09:05:52 +02:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for the Mbstring extension",
2025-07-16 09:05:52 +02:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
2025-07-16 09:05:52 +02:00
"support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.32.0"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-12-23T08:48:59+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/polyfill-php83",
"version": "v1.32.0",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php83.git",
"reference": "2fb86d65e2d424369ad2905e83b236a8805ba491"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/2fb86d65e2d424369ad2905e83b236a8805ba491",
"reference": "2fb86d65e2d424369ad2905e83b236a8805ba491",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=7.2"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"extra": {
"thanks": {
"url": "https://github.com/symfony/polyfill",
"name": "symfony/polyfill"
}
},
2025-07-16 09:05:52 +02:00
"autoload": {
"files": [
"bootstrap.php"
],
2025-07-16 09:05:52 +02:00
"psr-4": {
"Symfony\\Polyfill\\Php83\\": ""
2025-07-16 09:05:52 +02:00
},
"classmap": [
"Resources/stubs"
2025-07-16 09:05:52 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2025-07-16 09:05:52 +02:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
2025-07-16 09:05:52 +02:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2025-07-16 09:05:52 +02:00
"support": {
"source": "https://github.com/symfony/polyfill-php83/tree/v1.32.0"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-09-09T11:45:10+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/polyfill-php84",
"version": "v1.32.0",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php84.git",
"reference": "000df7860439609837bbe28670b0be15783b7fbf"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php84/zipball/000df7860439609837bbe28670b0be15783b7fbf",
"reference": "000df7860439609837bbe28670b0be15783b7fbf",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=7.2"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"extra": {
"thanks": {
"url": "https://github.com/symfony/polyfill",
"name": "symfony/polyfill"
2025-07-16 09:05:52 +02:00
}
},
"autoload": {
"files": [
"bootstrap.php"
],
2025-07-16 09:05:52 +02:00
"psr-4": {
"Symfony\\Polyfill\\Php84\\": ""
},
"classmap": [
"Resources/stubs"
]
2025-07-16 09:05:52 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 8.4+ features to lower PHP versions",
2025-07-16 09:05:52 +02:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
2025-07-16 09:05:52 +02:00
],
"support": {
"source": "https://github.com/symfony/polyfill-php84/tree/v1.32.0"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2025-02-20T12:04:08+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/polyfill-uuid",
"version": "v1.32.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-uuid.git",
"reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/21533be36c24be3f4b1669c4725c7d1d2bab4ae2",
"reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2",
"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": {
"source": "https://github.com/symfony/polyfill-uuid/tree/v1.32.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-09-09T11:45:10+00:00"
},
2025-07-16 09:05:52 +02:00
{
"name": "symfony/process",
2025-07-16 09:05:52 +02:00
"version": "v7.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
"reference": "40c295f2deb408d5e9d2d32b8ba1dd61e36f05af"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/40c295f2deb408d5e9d2d32b8ba1dd61e36f05af",
"reference": "40c295f2deb408d5e9d2d32b8ba1dd61e36f05af",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.2"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Process\\": ""
2025-07-16 09:05:52 +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"
}
],
"description": "Executes commands in sub-processes",
2025-07-16 09:05:52 +02:00
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/process/tree/v7.3.0"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2025-04-17T09:11:12+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/property-access",
"version": "v7.3.1",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/property-access.git",
"reference": "518d15c8cca726ebe665dcd7154074584cf862e8"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/property-access/zipball/518d15c8cca726ebe665dcd7154074584cf862e8",
"reference": "518d15c8cca726ebe665dcd7154074584cf862e8",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.2",
"symfony/property-info": "^6.4|^7.0"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"symfony/cache": "^6.4|^7.0"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\PropertyAccess\\": ""
2025-07-16 09:05:52 +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"
}
],
"description": "Provides functions to read and write from/to an object or array using a simple string notation",
2025-07-16 09:05:52 +02:00
"homepage": "https://symfony.com",
"keywords": [
"access",
"array",
"extraction",
"index",
"injection",
"object",
"property",
"property-path",
"reflection"
],
2025-07-16 09:05:52 +02:00
"support": {
"source": "https://github.com/symfony/property-access/tree/v7.3.1"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2025-06-24T04:04:43+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/property-info",
"version": "v7.3.1",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/property-info.git",
"reference": "90586acbf2a6dd13bee4f09f09111c8bd4773970"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/property-info/zipball/90586acbf2a6dd13bee4f09f09111c8bd4773970",
"reference": "90586acbf2a6dd13bee4f09f09111c8bd4773970",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.2",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/string": "^6.4|^7.0",
"symfony/type-info": "~7.2.8|^7.3.1"
},
"conflict": {
"phpdocumentor/reflection-docblock": "<5.2",
"phpdocumentor/type-resolver": "<1.5.1",
"symfony/cache": "<6.4",
"symfony/dependency-injection": "<6.4",
"symfony/serializer": "<6.4"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"phpdocumentor/reflection-docblock": "^5.2",
"phpstan/phpdoc-parser": "^1.0|^2.0",
"symfony/cache": "^6.4|^7.0",
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/serializer": "^6.4|^7.0"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\PropertyInfo\\": ""
2025-07-16 09:05:52 +02:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kévin Dunglas",
"email": "dunglas@gmail.com"
2025-07-16 09:05:52 +02:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Extracts information about PHP class' properties using metadata of popular sources",
2025-07-16 09:05:52 +02:00
"homepage": "https://symfony.com",
"keywords": [
"doctrine",
"phpdoc",
"property",
"symfony",
"type",
"validator"
],
2025-07-16 09:05:52 +02:00
"support": {
"source": "https://github.com/symfony/property-info/tree/v7.3.1"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2025-06-27T19:55:54+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/psr-http-message-bridge",
"version": "v7.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/psr-http-message-bridge.git",
"reference": "03f2f72319e7acaf2a9f6fcbe30ef17eec51594f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/03f2f72319e7acaf2a9f6fcbe30ef17eec51594f",
"reference": "03f2f72319e7acaf2a9f6fcbe30ef17eec51594f",
"shasum": ""
},
"require": {
"php": ">=8.2",
"psr/http-message": "^1.0|^2.0",
"symfony/http-foundation": "^6.4|^7.0"
},
"conflict": {
"php-http/discovery": "<1.15",
"symfony/http-kernel": "<6.4"
},
"require-dev": {
"nyholm/psr7": "^1.1",
"php-http/discovery": "^1.15",
"psr/log": "^1.1.4|^2|^3",
"symfony/browser-kit": "^6.4|^7.0",
"symfony/config": "^6.4|^7.0",
"symfony/event-dispatcher": "^6.4|^7.0",
"symfony/framework-bundle": "^6.4|^7.0",
"symfony/http-kernel": "^6.4|^7.0"
},
"type": "symfony-bridge",
"autoload": {
"psr-4": {
"Symfony\\Bridge\\PsrHttpMessage\\": ""
},
"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": "PSR HTTP message bridge",
"homepage": "https://symfony.com",
"keywords": [
"http",
"http-message",
"psr-17",
"psr-7"
],
"support": {
"source": "https://github.com/symfony/psr-http-message-bridge/tree/v7.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-09-26T08:57:56+00:00"
},
2025-07-16 09:05:52 +02:00
{
"name": "symfony/routing",
"version": "v7.3.0",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
"reference": "8e213820c5fea844ecea29203d2a308019007c15"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/8e213820c5fea844ecea29203d2a308019007c15",
"reference": "8e213820c5fea844ecea29203d2a308019007c15",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.2",
"symfony/deprecation-contracts": "^2.5|^3"
2025-07-16 09:05:52 +02:00
},
"conflict": {
"symfony/config": "<6.4",
"symfony/dependency-injection": "<6.4",
"symfony/yaml": "<6.4"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"psr/log": "^1|^2|^3",
"symfony/config": "^6.4|^7.0",
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/expression-language": "^6.4|^7.0",
"symfony/http-foundation": "^6.4|^7.0",
"symfony/yaml": "^6.4|^7.0"
2025-07-16 09:05:52 +02:00
},
"type": "library",
2025-07-16 09:05:52 +02:00
"autoload": {
"psr-4": {
"Symfony\\Component\\Routing\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2025-07-16 09:05:52 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2025-07-16 09:05:52 +02:00
}
],
"description": "Maps an HTTP request to a set of configuration variables",
"homepage": "https://symfony.com",
"keywords": [
"router",
"routing",
"uri",
"url"
],
2025-07-16 09:05:52 +02:00
"support": {
"source": "https://github.com/symfony/routing/tree/v7.3.0"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2025-05-24T20:43:28+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/runtime",
2025-07-16 09:05:52 +02:00
"version": "v7.3.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/runtime.git",
"reference": "9516056d432f8acdac9458eb41b80097da7a05c9"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/runtime/zipball/9516056d432f8acdac9458eb41b80097da7a05c9",
"reference": "9516056d432f8acdac9458eb41b80097da7a05c9",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0|^2.0",
"php": ">=8.2"
2025-07-16 09:05:52 +02:00
},
"conflict": {
"symfony/dotenv": "<6.4"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"composer/composer": "^2.6",
2025-07-16 09:05:52 +02:00
"symfony/console": "^6.4|^7.0",
"symfony/dotenv": "^6.4|^7.0",
2025-07-16 09:05:52 +02:00
"symfony/http-foundation": "^6.4|^7.0",
"symfony/http-kernel": "^6.4|^7.0"
},
"type": "composer-plugin",
"extra": {
"class": "Symfony\\Component\\Runtime\\Internal\\ComposerPlugin"
2025-07-16 09:05:52 +02:00
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Runtime\\": "",
"Symfony\\Runtime\\Symfony\\Component\\": "Internal/"
2025-07-16 09:05:52 +02:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2025-07-16 09:05:52 +02:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Enables decoupling PHP applications from global state",
2025-07-16 09:05:52 +02:00
"homepage": "https://symfony.com",
"keywords": [
"runtime"
],
2025-07-16 09:05:52 +02:00
"support": {
"source": "https://github.com/symfony/runtime/tree/v7.3.1"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2025-06-13T07:48:40+00:00"
},
{
"name": "symfony/security-bundle",
2025-07-16 09:05:52 +02:00
"version": "v7.3.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/security-bundle.git",
"reference": "428a281fd66c8358adc2259c8578e6d81fbb7079"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/security-bundle/zipball/428a281fd66c8358adc2259c8578e6d81fbb7079",
"reference": "428a281fd66c8358adc2259c8578e6d81fbb7079",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"composer-runtime-api": ">=2.1",
"ext-xml": "*",
"php": ">=8.2",
"symfony/clock": "^6.4|^7.0",
2025-07-16 09:05:52 +02:00
"symfony/config": "^7.3",
"symfony/dependency-injection": "^6.4.11|^7.1.4",
2025-07-16 09:05:52 +02:00
"symfony/event-dispatcher": "^6.4|^7.0",
"symfony/http-foundation": "^6.4|^7.0",
"symfony/http-kernel": "^6.4|^7.0",
"symfony/password-hasher": "^6.4|^7.0",
"symfony/security-core": "^7.3",
"symfony/security-csrf": "^6.4|^7.0",
"symfony/security-http": "^7.3",
"symfony/service-contracts": "^2.5|^3"
2025-07-16 09:05:52 +02:00
},
"conflict": {
"symfony/browser-kit": "<6.4",
2025-07-16 09:05:52 +02:00
"symfony/console": "<6.4",
"symfony/framework-bundle": "<6.4",
2025-07-16 09:05:52 +02:00
"symfony/http-client": "<6.4",
"symfony/ldap": "<6.4",
"symfony/serializer": "<6.4",
2025-07-16 09:05:52 +02:00
"symfony/twig-bundle": "<6.4",
"symfony/validator": "<6.4"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"symfony/asset": "^6.4|^7.0",
"symfony/browser-kit": "^6.4|^7.0",
"symfony/console": "^6.4|^7.0",
"symfony/css-selector": "^6.4|^7.0",
"symfony/dom-crawler": "^6.4|^7.0",
"symfony/expression-language": "^6.4|^7.0",
"symfony/form": "^6.4|^7.0",
"symfony/framework-bundle": "^6.4|^7.0",
2025-07-16 09:05:52 +02:00
"symfony/http-client": "^6.4|^7.0",
"symfony/ldap": "^6.4|^7.0",
2025-07-16 09:05:52 +02:00
"symfony/process": "^6.4|^7.0",
"symfony/rate-limiter": "^6.4|^7.0",
"symfony/serializer": "^6.4|^7.0",
"symfony/translation": "^6.4|^7.0",
"symfony/twig-bridge": "^6.4|^7.0",
2025-07-16 09:05:52 +02:00
"symfony/twig-bundle": "^6.4|^7.0",
"symfony/validator": "^6.4|^7.0",
"symfony/yaml": "^6.4|^7.0",
"twig/twig": "^3.12",
"web-token/jwt-library": "^3.3.2|^4.0"
2025-07-16 09:05:52 +02:00
},
"type": "symfony-bundle",
"autoload": {
"psr-4": {
"Symfony\\Bundle\\SecurityBundle\\": ""
2025-07-16 09:05:52 +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"
}
],
"description": "Provides a tight integration of the Security component into the Symfony full-stack framework",
2025-07-16 09:05:52 +02:00
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/security-bundle/tree/v7.3.1"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2025-06-24T04:04:43+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/security-core",
2025-07-16 09:05:52 +02:00
"version": "v7.3.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/security-core.git",
"reference": "fafab1003a31e51506e1a0a83e81c072211d81ba"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/security-core/zipball/fafab1003a31e51506e1a0a83e81c072211d81ba",
"reference": "fafab1003a31e51506e1a0a83e81c072211d81ba",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.2",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/event-dispatcher-contracts": "^2.5|^3",
"symfony/password-hasher": "^6.4|^7.0",
2025-07-16 09:05:52 +02:00
"symfony/service-contracts": "^2.5|^3"
},
"conflict": {
"symfony/dependency-injection": "<6.4",
"symfony/event-dispatcher": "<6.4",
"symfony/http-foundation": "<6.4",
"symfony/ldap": "<6.4",
"symfony/translation": "<6.4.3|>=7.0,<7.0.3",
"symfony/validator": "<6.4"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"psr/cache": "^1.0|^2.0|^3.0",
"psr/container": "^1.1|^2.0",
"psr/log": "^1|^2|^3",
"symfony/cache": "^6.4|^7.0",
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/event-dispatcher": "^6.4|^7.0",
"symfony/expression-language": "^6.4|^7.0",
"symfony/http-foundation": "^6.4|^7.0",
"symfony/ldap": "^6.4|^7.0",
"symfony/string": "^6.4|^7.0",
"symfony/translation": "^6.4.3|^7.0.3",
"symfony/validator": "^6.4|^7.0"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Security\\Core\\": ""
2025-07-16 09:05:52 +02:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2025-07-16 09:05:52 +02:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Security Component - Core Library",
2025-07-16 09:05:52 +02:00
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/security-core/tree/v7.3.1"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2025-06-23T07:28:50+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/security-csrf",
"version": "v7.3.0",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/security-csrf.git",
"reference": "2b4b0c46c901729e4e90719eacd980381f53e0a3"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/security-csrf/zipball/2b4b0c46c901729e4e90719eacd980381f53e0a3",
"reference": "2b4b0c46c901729e4e90719eacd980381f53e0a3",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.2",
"symfony/security-core": "^6.4|^7.0"
2025-07-16 09:05:52 +02:00
},
"conflict": {
"symfony/http-foundation": "<6.4"
},
"require-dev": {
"psr/log": "^1|^2|^3",
"symfony/http-foundation": "^6.4|^7.0",
"symfony/http-kernel": "^6.4|^7.0"
2025-07-16 09:05:52 +02:00
},
"type": "library",
2025-07-16 09:05:52 +02:00
"autoload": {
"psr-4": {
"Symfony\\Component\\Security\\Csrf\\": ""
2025-07-16 09:05:52 +02:00
},
"exclude-from-classmap": [
"/Tests/"
2025-07-16 09:05:52 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2025-07-16 09:05:52 +02:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Security Component - CSRF Library",
2025-07-16 09:05:52 +02:00
"homepage": "https://symfony.com",
2025-07-16 09:05:41 +02:00
"support": {
"source": "https://github.com/symfony/security-csrf/tree/v7.3.0"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2025-01-02T18:42:10+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/security-http",
2025-07-16 09:05:52 +02:00
"version": "v7.3.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/security-http.git",
"reference": "b7182ed0fd2359297f78ff6d407265168255ea84"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/security-http/zipball/b7182ed0fd2359297f78ff6d407265168255ea84",
"reference": "b7182ed0fd2359297f78ff6d407265168255ea84",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.2",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/http-foundation": "^6.4|^7.0",
"symfony/http-kernel": "^6.4|^7.0",
"symfony/polyfill-mbstring": "~1.0",
"symfony/property-access": "^6.4|^7.0",
"symfony/security-core": "^7.3",
"symfony/service-contracts": "^2.5|^3"
2025-07-16 09:05:52 +02:00
},
"conflict": {
"symfony/clock": "<6.4",
"symfony/event-dispatcher": "<6.4",
"symfony/http-client-contracts": "<3.0",
"symfony/security-bundle": "<6.4",
"symfony/security-csrf": "<6.4"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"psr/log": "^1|^2|^3",
"symfony/cache": "^6.4|^7.0",
2025-07-16 09:05:52 +02:00
"symfony/clock": "^6.4|^7.0",
"symfony/expression-language": "^6.4|^7.0",
"symfony/http-client": "^6.4|^7.0",
"symfony/http-client-contracts": "^3.0",
"symfony/rate-limiter": "^6.4|^7.0",
"symfony/routing": "^6.4|^7.0",
"symfony/security-csrf": "^6.4|^7.0",
"symfony/translation": "^6.4|^7.0",
"web-token/jwt-library": "^3.3.2|^4.0"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Security\\Http\\": ""
2025-07-16 09:05:52 +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"
}
],
"description": "Symfony Security Component - HTTP Integration",
2025-07-16 09:05:52 +02:00
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/security-http/tree/v7.3.1"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2025-06-24T04:04:43+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/serializer",
2025-07-16 09:05:52 +02:00
"version": "v7.3.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/serializer.git",
"reference": "feaf837cedbbc8287986602223175d3fd639922d"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/serializer/zipball/feaf837cedbbc8287986602223175d3fd639922d",
"reference": "feaf837cedbbc8287986602223175d3fd639922d",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.2",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/polyfill-ctype": "~1.8"
2025-07-16 09:05:52 +02:00
},
"conflict": {
"phpdocumentor/reflection-docblock": "<3.2.2",
"phpdocumentor/type-resolver": "<1.4.0",
2025-07-16 09:05:52 +02:00
"symfony/dependency-injection": "<6.4",
"symfony/property-access": "<6.4",
"symfony/property-info": "<6.4",
"symfony/uid": "<6.4",
2025-07-16 09:05:52 +02:00
"symfony/validator": "<6.4",
"symfony/yaml": "<6.4"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"phpdocumentor/reflection-docblock": "^3.2|^4.0|^5.0",
"phpstan/phpdoc-parser": "^1.0|^2.0",
"seld/jsonlint": "^1.10",
"symfony/cache": "^6.4|^7.0",
2025-07-16 09:05:52 +02:00
"symfony/config": "^6.4|^7.0",
"symfony/console": "^6.4|^7.0",
"symfony/dependency-injection": "^7.2",
"symfony/error-handler": "^6.4|^7.0",
"symfony/filesystem": "^6.4|^7.0",
"symfony/form": "^6.4|^7.0",
"symfony/http-foundation": "^6.4|^7.0",
"symfony/http-kernel": "^6.4|^7.0",
"symfony/messenger": "^6.4|^7.0",
"symfony/mime": "^6.4|^7.0",
"symfony/property-access": "^6.4|^7.0",
"symfony/property-info": "^6.4|^7.0",
2025-07-16 09:05:52 +02:00
"symfony/translation-contracts": "^2.5|^3",
"symfony/type-info": "^7.1",
2025-07-16 09:05:52 +02:00
"symfony/uid": "^6.4|^7.0",
"symfony/validator": "^6.4|^7.0",
"symfony/var-dumper": "^6.4|^7.0",
"symfony/var-exporter": "^6.4|^7.0",
"symfony/yaml": "^6.4|^7.0"
},
"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": {
"source": "https://github.com/symfony/serializer/tree/v7.3.1"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2025-06-27T19:55:54+00:00"
},
{
"name": "symfony/service-contracts",
"version": "v3.6.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
"reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/f021b05a130d35510bd6b25fe9053c2a8a15d5d4",
"reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4",
"shasum": ""
},
"require": {
"php": ">=8.1",
"psr/container": "^1.1|^2.0",
"symfony/deprecation-contracts": "^2.5|^3"
},
"conflict": {
"ext-psr": "<1.1|>=2"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"extra": {
"thanks": {
"url": "https://github.com/symfony/contracts",
"name": "symfony/contracts"
},
"branch-alias": {
"dev-main": "3.6-dev"
}
},
2025-07-16 09:05:52 +02:00
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Service\\": ""
2025-07-16 09:05:52 +02:00
},
"exclude-from-classmap": [
"/Test/"
2025-07-16 09:05:52 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2025-07-16 09:05:52 +02:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to writing services",
2025-07-16 09:05:52 +02:00
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2025-07-16 09:05:52 +02:00
"support": {
"source": "https://github.com/symfony/service-contracts/tree/v3.6.0"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2025-04-25T09:37:31+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/stopwatch",
"version": "v7.3.0",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/stopwatch.git",
"reference": "5a49289e2b308214c8b9c2fda4ea454d8b8ad7cd"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/5a49289e2b308214c8b9c2fda4ea454d8b8ad7cd",
"reference": "5a49289e2b308214c8b9c2fda4ea454d8b8ad7cd",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.2",
"symfony/service-contracts": "^2.5|^3"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Stopwatch\\": ""
2025-07-16 09:05:52 +02:00
},
"exclude-from-classmap": [
"/Tests/"
2025-07-16 09:05:52 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2025-07-16 09:05:52 +02:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides a way to profile code",
2025-07-16 09:05:52 +02:00
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/stopwatch/tree/v7.3.0"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2025-02-24T10:49:57+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/string",
"version": "v7.3.0",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
"reference": "f3570b8c61ca887a9e2938e85cb6458515d2b125"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/f3570b8c61ca887a9e2938e85cb6458515d2b125",
"reference": "f3570b8c61ca887a9e2938e85cb6458515d2b125",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.2",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-intl-grapheme": "~1.0",
"symfony/polyfill-intl-normalizer": "~1.0",
"symfony/polyfill-mbstring": "~1.0"
2025-07-16 09:05:52 +02:00
},
"conflict": {
"symfony/translation-contracts": "<2.5"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"symfony/emoji": "^7.1",
"symfony/error-handler": "^6.4|^7.0",
2025-07-16 09:05:52 +02:00
"symfony/http-client": "^6.4|^7.0",
"symfony/intl": "^6.4|^7.0",
"symfony/translation-contracts": "^2.5|^3.0",
"symfony/var-exporter": "^6.4|^7.0"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"autoload": {
"files": [
"Resources/functions.php"
],
2025-07-16 09:05:52 +02:00
"psr-4": {
"Symfony\\Component\\String\\": ""
2025-07-16 09:05:52 +02:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2025-07-16 09:05:52 +02:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
2025-07-16 09:05:52 +02:00
"homepage": "https://symfony.com",
"keywords": [
"grapheme",
"i18n",
"string",
"unicode",
"utf-8",
"utf8"
],
2025-07-16 09:05:52 +02:00
"support": {
"source": "https://github.com/symfony/string/tree/v7.3.0"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2025-04-20T20:19:01+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/translation",
"version": "v7.3.1",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
"reference": "241d5ac4910d256660238a7ecf250deba4c73063"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/241d5ac4910d256660238a7ecf250deba4c73063",
"reference": "241d5ac4910d256660238a7ecf250deba4c73063",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.2",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/translation-contracts": "^2.5|^3.0"
},
"conflict": {
"nikic/php-parser": "<5.0",
"symfony/config": "<6.4",
"symfony/console": "<6.4",
"symfony/dependency-injection": "<6.4",
"symfony/http-client-contracts": "<2.5",
"symfony/http-kernel": "<6.4",
"symfony/service-contracts": "<2.5",
"symfony/twig-bundle": "<6.4",
"symfony/yaml": "<6.4"
},
"provide": {
"symfony/translation-implementation": "2.3|3.0"
},
"require-dev": {
2025-07-16 09:05:52 +02:00
"nikic/php-parser": "^5.0",
"psr/log": "^1|^2|^3",
2025-07-16 09:05:52 +02:00
"symfony/config": "^6.4|^7.0",
"symfony/console": "^6.4|^7.0",
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/finder": "^6.4|^7.0",
"symfony/http-client-contracts": "^2.5|^3.0",
2025-07-16 09:05:52 +02:00
"symfony/http-kernel": "^6.4|^7.0",
"symfony/intl": "^6.4|^7.0",
"symfony/polyfill-intl-icu": "^1.21",
"symfony/routing": "^6.4|^7.0",
"symfony/service-contracts": "^2.5|^3",
"symfony/yaml": "^6.4|^7.0"
2025-07-16 09:05:52 +02:00
},
"type": "library",
2025-07-16 09:05:52 +02:00
"autoload": {
"files": [
"Resources/functions.php"
],
2025-07-16 09:05:52 +02:00
"psr-4": {
"Symfony\\Component\\Translation\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2025-07-16 09:05:52 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
2025-07-16 09:05:52 +02:00
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides tools to internationalize your application",
"homepage": "https://symfony.com",
2025-07-16 09:05:52 +02:00
"support": {
"source": "https://github.com/symfony/translation/tree/v7.3.1"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2025-06-27T19:55:54+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/translation-contracts",
"version": "v3.6.0",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
"reference": "df210c7a2573f1913b2d17cc95f90f53a73d8f7d"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/df210c7a2573f1913b2d17cc95f90f53a73d8f7d",
"reference": "df210c7a2573f1913b2d17cc95f90f53a73d8f7d",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.1"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"extra": {
"thanks": {
"url": "https://github.com/symfony/contracts",
"name": "symfony/contracts"
},
"branch-alias": {
"dev-main": "3.6-dev"
}
},
2025-07-16 09:05:52 +02:00
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Translation\\": ""
2025-07-16 09:05:52 +02:00
},
"exclude-from-classmap": [
"/Test/"
2025-07-16 09:05:52 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2025-07-16 09:05:52 +02:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to translation",
2025-07-16 09:05:52 +02:00
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2025-07-16 09:05:52 +02:00
"support": {
"source": "https://github.com/symfony/translation-contracts/tree/v3.6.0"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-09-27T08:32:26+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/twig-bridge",
2025-07-16 09:05:52 +02:00
"version": "v7.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/twig-bridge.git",
"reference": "082eb15d8a4f9afee0acc4709fbe3aaf26d48891"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/twig-bridge/zipball/082eb15d8a4f9afee0acc4709fbe3aaf26d48891",
"reference": "082eb15d8a4f9afee0acc4709fbe3aaf26d48891",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.2",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/translation-contracts": "^2.5|^3",
"twig/twig": "^3.21"
2025-07-16 09:05:52 +02:00
},
"conflict": {
"phpdocumentor/reflection-docblock": "<3.2.2",
"phpdocumentor/type-resolver": "<1.4.0",
"symfony/console": "<6.4",
"symfony/form": "<6.4",
"symfony/http-foundation": "<6.4",
"symfony/http-kernel": "<6.4",
"symfony/mime": "<6.4",
"symfony/serializer": "<6.4",
"symfony/translation": "<6.4",
"symfony/workflow": "<6.4"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"egulias/email-validator": "^2.1.10|^3|^4",
2025-07-16 09:05:52 +02:00
"league/html-to-markdown": "^5.0",
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
"symfony/asset": "^6.4|^7.0",
"symfony/asset-mapper": "^6.4|^7.0",
"symfony/console": "^6.4|^7.0",
2025-07-16 09:05:52 +02:00
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/emoji": "^7.1",
"symfony/expression-language": "^6.4|^7.0",
"symfony/finder": "^6.4|^7.0",
"symfony/form": "^6.4.20|^7.2.5",
"symfony/html-sanitizer": "^6.4|^7.0",
"symfony/http-foundation": "^7.3",
"symfony/http-kernel": "^6.4|^7.0",
"symfony/intl": "^6.4|^7.0",
"symfony/mime": "^6.4|^7.0",
"symfony/polyfill-intl-icu": "~1.0",
2025-07-16 09:05:52 +02:00
"symfony/property-info": "^6.4|^7.0",
"symfony/routing": "^6.4|^7.0",
"symfony/security-acl": "^2.8|^3.0",
"symfony/security-core": "^6.4|^7.0",
"symfony/security-csrf": "^6.4|^7.0",
"symfony/security-http": "^6.4|^7.0",
"symfony/serializer": "^6.4.3|^7.0.3",
"symfony/stopwatch": "^6.4|^7.0",
"symfony/translation": "^6.4|^7.0",
"symfony/validator": "^6.4|^7.0",
"symfony/web-link": "^6.4|^7.0",
"symfony/workflow": "^6.4|^7.0",
"symfony/yaml": "^6.4|^7.0",
"twig/cssinliner-extra": "^3",
"twig/inky-extra": "^3",
"twig/markdown-extra": "^3"
2025-07-16 09:05:52 +02:00
},
"type": "symfony-bridge",
2025-07-16 09:05:52 +02:00
"autoload": {
"psr-4": {
"Symfony\\Bridge\\Twig\\": ""
2025-07-16 09:05:52 +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"
}
],
"description": "Provides integration for Twig with various Symfony components",
2025-07-16 09:05:52 +02:00
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/twig-bridge/tree/v7.3.0"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2025-05-19T13:28:56+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/twig-bundle",
"version": "v7.3.1",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/twig-bundle.git",
"reference": "bc23c11d9716fc2261ee26a32e654b0e8b1b1896"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/twig-bundle/zipball/bc23c11d9716fc2261ee26a32e654b0e8b1b1896",
"reference": "bc23c11d9716fc2261ee26a32e654b0e8b1b1896",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"composer-runtime-api": ">=2.1",
2025-07-16 09:05:52 +02:00
"php": ">=8.2",
"symfony/config": "^7.3",
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/http-foundation": "^6.4|^7.0",
2025-07-16 09:05:52 +02:00
"symfony/http-kernel": "^6.4|^7.0",
"symfony/twig-bridge": "^7.3",
"twig/twig": "^3.12"
2025-07-16 09:05:52 +02:00
},
"conflict": {
"symfony/framework-bundle": "<6.4",
"symfony/translation": "<6.4"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"symfony/asset": "^6.4|^7.0",
"symfony/expression-language": "^6.4|^7.0",
"symfony/finder": "^6.4|^7.0",
"symfony/form": "^6.4|^7.0",
"symfony/framework-bundle": "^6.4|^7.0",
"symfony/routing": "^6.4|^7.0",
"symfony/stopwatch": "^6.4|^7.0",
"symfony/translation": "^6.4|^7.0",
"symfony/web-link": "^6.4|^7.0",
"symfony/yaml": "^6.4|^7.0"
2025-07-16 09:05:52 +02:00
},
"type": "symfony-bundle",
2025-07-16 09:05:52 +02:00
"autoload": {
"psr-4": {
"Symfony\\Bundle\\TwigBundle\\": ""
2025-07-16 09:05:52 +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"
}
],
"description": "Provides a tight integration of Twig into the Symfony full-stack framework",
2025-07-16 09:05:52 +02:00
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/twig-bundle/tree/v7.3.1"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2025-06-24T04:04:43+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/type-info",
"version": "v7.3.1",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/type-info.git",
"reference": "5fa6e25e4195e73ce9e457b521ac5e61ec271150"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/type-info/zipball/5fa6e25e4195e73ce9e457b521ac5e61ec271150",
"reference": "5fa6e25e4195e73ce9e457b521ac5e61ec271150",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.2",
"psr/container": "^1.1|^2.0",
"symfony/deprecation-contracts": "^2.5|^3"
2025-07-16 09:05:52 +02:00
},
"conflict": {
"phpstan/phpdoc-parser": "<1.30"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"phpstan/phpdoc-parser": "^1.30|^2.0"
2025-07-16 09:05:52 +02:00
},
"type": "library",
2025-07-16 09:05:52 +02:00
"autoload": {
"psr-4": {
"Symfony\\Component\\TypeInfo\\": ""
2025-07-16 09:05:52 +02:00
},
"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"
2025-07-16 09:05:52 +02:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Extracts PHP types information.",
2025-07-16 09:05:52 +02:00
"homepage": "https://symfony.com",
"keywords": [
"PHPStan",
"phpdoc",
"symfony",
"type"
2025-07-16 09:05:52 +02:00
],
"support": {
"source": "https://github.com/symfony/type-info/tree/v7.3.1"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2025-06-27T19:55:54+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/uid",
"version": "v7.3.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/uid.git",
"reference": "a69f69f3159b852651a6bf45a9fdd149520525bb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/uid/zipball/a69f69f3159b852651a6bf45a9fdd149520525bb",
"reference": "a69f69f3159b852651a6bf45a9fdd149520525bb",
"shasum": ""
},
"require": {
"php": ">=8.2",
"symfony/polyfill-uuid": "^1.15"
},
"require-dev": {
"symfony/console": "^6.4|^7.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Uid\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Grégoire Pineau",
"email": "lyrixx@lyrixx.info"
},
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides an object-oriented API to generate and represent UIDs",
"homepage": "https://symfony.com",
"keywords": [
"UID",
"ulid",
"uuid"
],
"support": {
"source": "https://github.com/symfony/uid/tree/v7.3.1"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2025-06-27T19:55:54+00:00"
},
2025-07-16 09:05:52 +02:00
{
"name": "symfony/validator",
"version": "v7.3.1",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/validator.git",
"reference": "e2f2497c869fc57446f735fbf00cff4de32ae8c3"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/validator/zipball/e2f2497c869fc57446f735fbf00cff4de32ae8c3",
"reference": "e2f2497c869fc57446f735fbf00cff4de32ae8c3",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.2",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php83": "^1.27",
"symfony/translation-contracts": "^2.5|^3"
2025-07-16 09:05:52 +02:00
},
"conflict": {
"doctrine/lexer": "<1.1",
"symfony/dependency-injection": "<6.4",
"symfony/doctrine-bridge": "<7.0",
"symfony/expression-language": "<6.4",
"symfony/http-kernel": "<6.4",
"symfony/intl": "<6.4",
"symfony/property-info": "<6.4",
"symfony/translation": "<6.4.3|>=7.0,<7.0.3",
"symfony/yaml": "<6.4"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"egulias/email-validator": "^2.1.10|^3|^4",
"symfony/cache": "^6.4|^7.0",
"symfony/config": "^6.4|^7.0",
"symfony/console": "^6.4|^7.0",
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/expression-language": "^6.4|^7.0",
"symfony/finder": "^6.4|^7.0",
"symfony/http-client": "^6.4|^7.0",
2025-07-16 09:05:52 +02:00
"symfony/http-foundation": "^6.4|^7.0",
"symfony/http-kernel": "^6.4|^7.0",
"symfony/intl": "^6.4|^7.0",
"symfony/mime": "^6.4|^7.0",
"symfony/property-access": "^6.4|^7.0",
"symfony/property-info": "^6.4|^7.0",
"symfony/string": "^6.4|^7.0",
"symfony/translation": "^6.4.3|^7.0.3",
"symfony/type-info": "^7.1",
"symfony/yaml": "^6.4|^7.0"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Validator\\": ""
2025-07-16 09:05:52 +02:00
},
"exclude-from-classmap": [
"/Tests/",
"/Resources/bin/"
2025-07-16 09:05:52 +02:00
]
},
"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",
2025-07-16 09:05:52 +02:00
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/validator/tree/v7.3.1"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2025-06-26T13:22:23+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/var-dumper",
"version": "v7.3.1",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
"reference": "6e209fbe5f5a7b6043baba46fe5735a4b85d0d42"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/6e209fbe5f5a7b6043baba46fe5735a4b85d0d42",
"reference": "6e209fbe5f5a7b6043baba46fe5735a4b85d0d42",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.2",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
"symfony/console": "<6.4"
},
"require-dev": {
"ext-iconv": "*",
"symfony/console": "^6.4|^7.0",
"symfony/http-kernel": "^6.4|^7.0",
"symfony/process": "^6.4|^7.0",
"symfony/uid": "^6.4|^7.0",
"twig/twig": "^3.12"
2025-07-16 09:05:52 +02:00
},
"bin": [
"Resources/bin/var-dump-server"
],
2025-07-16 09:05:52 +02:00
"type": "library",
"autoload": {
"files": [
"Resources/functions/dump.php"
],
2025-07-16 09:05:52 +02:00
"psr-4": {
"Symfony\\Component\\VarDumper\\": ""
2025-07-16 09:05:52 +02:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2025-07-16 09:05:52 +02:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides mechanisms for walking through any arbitrary PHP variable",
2025-07-16 09:05:52 +02:00
"homepage": "https://symfony.com",
"keywords": [
"debug",
"dump"
2025-07-16 09:05:52 +02:00
],
"support": {
"source": "https://github.com/symfony/var-dumper/tree/v7.3.1"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2025-06-27T19:55:54+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/var-exporter",
2025-07-16 09:05:52 +02:00
"version": "v7.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-exporter.git",
"reference": "c9a1168891b5aaadfd6332ef44393330b3498c4c"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/c9a1168891b5aaadfd6332ef44393330b3498c4c",
"reference": "c9a1168891b5aaadfd6332ef44393330b3498c4c",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.2",
"symfony/deprecation-contracts": "^2.5|^3"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"symfony/property-access": "^6.4|^7.0",
"symfony/serializer": "^6.4|^7.0",
"symfony/var-dumper": "^6.4|^7.0"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\VarExporter\\": ""
2025-07-16 09:05:52 +02:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2025-07-16 09:05:52 +02:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Allows exporting any serializable PHP data structure to plain PHP code",
2025-07-16 09:05:52 +02:00
"homepage": "https://symfony.com",
"keywords": [
"clone",
"construct",
"export",
"hydrate",
"instantiate",
"lazy-loading",
"proxy",
"serialize"
2025-07-16 09:05:52 +02:00
],
"support": {
"source": "https://github.com/symfony/var-exporter/tree/v7.3.0"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2025-05-15T09:04:05+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/web-link",
"version": "v7.3.0",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/web-link.git",
"reference": "7697f74fce67555665339423ce453cc8216a98ff"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/web-link/zipball/7697f74fce67555665339423ce453cc8216a98ff",
"reference": "7697f74fce67555665339423ce453cc8216a98ff",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.2",
"psr/link": "^1.1|^2.0"
2025-07-16 09:05:52 +02:00
},
"conflict": {
"symfony/http-kernel": "<6.4"
2025-07-16 09:05:52 +02:00
},
"provide": {
"psr/link-implementation": "1.0|2.0"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"symfony/http-kernel": "^6.4|^7.0"
},
"type": "library",
2025-07-16 09:05:52 +02:00
"autoload": {
"psr-4": {
"Symfony\\Component\\WebLink\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2025-07-16 09:05:52 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kévin Dunglas",
"email": "dunglas@gmail.com"
2025-07-16 09:05:52 +02:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Manages links between resources",
2025-07-16 09:05:52 +02:00
"homepage": "https://symfony.com",
"keywords": [
"dns-prefetch",
"http",
"http2",
"link",
"performance",
"prefetch",
"preload",
"prerender",
"psr13",
"push"
2025-07-16 09:05:52 +02:00
],
"support": {
"source": "https://github.com/symfony/web-link/tree/v7.3.0"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2025-05-19T13:28:18+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/yaml",
"version": "v7.3.1",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"reference": "0c3555045a46ab3cd4cc5a69d161225195230edb"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/0c3555045a46ab3cd4cc5a69d161225195230edb",
"reference": "0c3555045a46ab3cd4cc5a69d161225195230edb",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.2",
"symfony/deprecation-contracts": "^2.5|^3.0",
"symfony/polyfill-ctype": "^1.8"
2025-07-16 09:05:52 +02:00
},
"conflict": {
"symfony/console": "<6.4"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"symfony/console": "^6.4|^7.0"
2025-07-16 09:05:52 +02:00
},
"bin": [
"Resources/bin/yaml-lint"
],
"type": "library",
2025-07-16 09:05:52 +02:00
"autoload": {
"psr-4": {
"Symfony\\Component\\Yaml\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Loads and dumps YAML files",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/yaml/tree/v7.3.1"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2025-06-03T06:57:57+00:00"
},
{
"name": "tecnickcom/tcpdf",
"version": "6.10.0",
"source": {
"type": "git",
"url": "https://github.com/tecnickcom/TCPDF.git",
"reference": "ca5b6de294512145db96bcbc94e61696599c391d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/ca5b6de294512145db96bcbc94e61696599c391d",
"reference": "ca5b6de294512145db96bcbc94e61696599c391d",
"shasum": ""
},
"require": {
"ext-curl": "*",
"php": ">=7.1.0"
},
"type": "library",
"autoload": {
"classmap": [
"config",
"include",
"tcpdf.php",
"tcpdf_barcodes_1d.php",
"tcpdf_barcodes_2d.php",
"include/tcpdf_colors.php",
"include/tcpdf_filters.php",
"include/tcpdf_font_data.php",
"include/tcpdf_fonts.php",
"include/tcpdf_images.php",
"include/tcpdf_static.php",
"include/barcodes/datamatrix.php",
"include/barcodes/pdf417.php",
"include/barcodes/qrcode.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0-or-later"
],
"authors": [
{
"name": "Nicola Asuni",
"email": "info@tecnick.com",
"role": "lead"
}
],
"description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
"homepage": "http://www.tcpdf.org/",
"keywords": [
"PDFD32000-2008",
"TCPDF",
"barcodes",
"datamatrix",
"pdf",
"pdf417",
"qrcode"
],
"support": {
"issues": "https://github.com/tecnickcom/TCPDF/issues",
"source": "https://github.com/tecnickcom/TCPDF/tree/6.10.0"
},
"funding": [
{
"url": "https://www.paypal.com/donate/?hosted_button_id=NZUEC5XS8MFBJ",
"type": "custom"
}
],
"time": "2025-05-27T18:02:28+00:00"
},
{
"name": "twig/extra-bundle",
"version": "v3.21.0",
"source": {
"type": "git",
"url": "https://github.com/twigphp/twig-extra-bundle.git",
"reference": "62d1cf47a1aa009cbd07b21045b97d3d5cb79896"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/62d1cf47a1aa009cbd07b21045b97d3d5cb79896",
"reference": "62d1cf47a1aa009cbd07b21045b97d3d5cb79896",
"shasum": ""
},
"require": {
"php": ">=8.1.0",
"symfony/framework-bundle": "^5.4|^6.4|^7.0",
"symfony/twig-bundle": "^5.4|^6.4|^7.0",
"twig/twig": "^3.2|^4.0"
},
"require-dev": {
"league/commonmark": "^1.0|^2.0",
"symfony/phpunit-bridge": "^6.4|^7.0",
"twig/cache-extra": "^3.0",
"twig/cssinliner-extra": "^3.0",
"twig/html-extra": "^3.0",
"twig/inky-extra": "^3.0",
"twig/intl-extra": "^3.0",
"twig/markdown-extra": "^3.0",
"twig/string-extra": "^3.0"
},
"type": "symfony-bundle",
"autoload": {
"psr-4": {
"Twig\\Extra\\TwigExtraBundle\\": ""
2025-07-16 09:05:52 +02:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
2025-07-16 09:05:52 +02:00
}
],
"description": "A Symfony bundle for extra Twig extensions",
"homepage": "https://twig.symfony.com",
"keywords": [
"bundle",
"extra",
"twig"
],
2025-07-16 09:05:52 +02:00
"support": {
"source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.21.0"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/twig/twig",
2025-07-16 09:05:52 +02:00
"type": "tidelift"
}
],
"time": "2025-02-19T14:29:33+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "twig/intl-extra",
"version": "v3.21.0",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/intl-extra.git",
"reference": "05bc5d46b9df9e62399eae53e7c0b0633298b146"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/intl-extra/zipball/05bc5d46b9df9e62399eae53e7c0b0633298b146",
"reference": "05bc5d46b9df9e62399eae53e7c0b0633298b146",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.1.0",
"symfony/intl": "^5.4|^6.4|^7.0",
"twig/twig": "^3.13|^4.0"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"symfony/phpunit-bridge": "^6.4|^7.0"
2025-07-16 09:05:52 +02:00
},
"type": "library",
2025-07-16 09:05:52 +02:00
"autoload": {
"psr-4": {
"Twig\\Extra\\Intl\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2025-07-16 09:05:52 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
2025-07-16 09:05:52 +02:00
}
],
"description": "A Twig extension for Intl",
"homepage": "https://twig.symfony.com",
2025-07-16 09:05:52 +02:00
"keywords": [
"intl",
"twig"
2025-07-16 09:05:52 +02:00
],
"support": {
"source": "https://github.com/twigphp/intl-extra/tree/v3.21.0"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/twig/twig",
2025-07-16 09:05:52 +02:00
"type": "tidelift"
}
],
"time": "2025-01-31T20:45:36+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "twig/twig",
"version": "v3.21.1",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
"reference": "285123877d4dd97dd7c11842ac5fb7e86e60d81d"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/285123877d4dd97dd7c11842ac5fb7e86e60d81d",
"reference": "285123877d4dd97dd7c11842ac5fb7e86e60d81d",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": ">=8.1.0",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-mbstring": "^1.3"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"phpstan/phpstan": "^2.0",
"psr/container": "^1.0|^2.0",
"symfony/phpunit-bridge": "^5.4.9|^6.4|^7.0"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"autoload": {
"files": [
"src/Resources/core.php",
"src/Resources/debug.php",
"src/Resources/escaper.php",
"src/Resources/string_loader.php"
2025-07-16 09:05:52 +02:00
],
"psr-4": {
"Twig\\": "src/"
}
2025-07-16 09:05:52 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
2025-07-16 09:05:52 +02:00
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
2025-07-16 09:05:52 +02:00
},
{
"name": "Twig Team",
"role": "Contributors"
},
{
"name": "Armin Ronacher",
"email": "armin.ronacher@active-4.com",
"role": "Project Founder"
2025-07-16 09:05:52 +02:00
}
],
"description": "Twig, the flexible, fast, and secure template language for PHP",
"homepage": "https://twig.symfony.com",
2025-07-16 09:05:52 +02:00
"keywords": [
"templating"
2025-07-16 09:05:52 +02:00
],
"support": {
"issues": "https://github.com/twigphp/Twig/issues",
"source": "https://github.com/twigphp/Twig/tree/v3.21.1"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/twig/twig",
2025-07-16 09:05:52 +02:00
"type": "tidelift"
}
],
"time": "2025-05-03T07:21:55+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "vich/uploader-bundle",
"version": "v2.7.0",
"source": {
"type": "git",
"url": "https://github.com/dustin10/VichUploaderBundle.git",
"reference": "8a8cce134fc686caadf6828956f8ddd2b383fe74"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dustin10/VichUploaderBundle/zipball/8a8cce134fc686caadf6828956f8ddd2b383fe74",
"reference": "8a8cce134fc686caadf6828956f8ddd2b383fe74",
"shasum": ""
},
"require": {
"doctrine/persistence": "^3.0 || ^4.0",
"ext-simplexml": "*",
"jms/metadata": "^2.4",
"php": "^8.1",
"symfony/config": "^5.4 || ^6.0 || ^7.0",
"symfony/console": "^5.4 || ^6.0 || ^7.0",
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
"symfony/event-dispatcher-contracts": "^3.1",
"symfony/http-foundation": "^5.4 || ^6.0 || ^7.0",
"symfony/http-kernel": "^5.4 || ^6.0 || ^7.0",
"symfony/mime": "^5.4 || ^6.0 || ^7.0",
"symfony/property-access": "^5.4 || ^6.0 || ^7.0",
"symfony/string": "^5.4 || ^6.0 || ^7.0"
},
"conflict": {
"doctrine/annotations": "<1.12",
"league/flysystem": "<2.0"
},
"require-dev": {
"dg/bypass-finals": "^1.9",
"doctrine/common": "^3.0",
"doctrine/doctrine-bundle": "^2.7",
"doctrine/mongodb-odm": "^2.4",
"doctrine/orm": "^2.13 || ^3.0",
"ext-sqlite3": "*",
"knplabs/knp-gaufrette-bundle": "dev-master",
"league/flysystem-bundle": "^2.4 || ^3.0",
"league/flysystem-memory": "^2.0 || ^3.0",
"matthiasnoback/symfony-dependency-injection-test": "^5.1",
"mikey179/vfsstream": "^1.6.11",
"phpunit/phpunit": "^10.5 || ^11.5 || ^12.0",
"symfony/asset": "^5.4 || ^6.0 || ^7.0",
"symfony/browser-kit": "^5.4 || ^6.0 || ^7.0",
"symfony/css-selector": "^5.4 || ^6.0 || ^7.0",
"symfony/doctrine-bridge": "^5.4 || ^6.0 || ^7.0",
"symfony/dom-crawler": "^5.4 || ^6.0 || ^7.0",
"symfony/form": "^5.4 || ^6.0 || ^7.0",
"symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0",
"symfony/phpunit-bridge": "^7.2",
"symfony/security-csrf": "^5.4 || ^6.0 || ^7.0",
"symfony/translation": "^5.4 || ^6.0 || ^7.0",
"symfony/twig-bridge": "^5.4 || ^6.0 || ^7.0",
"symfony/twig-bundle": "^5.4 || ^6.0 || ^7.0",
"symfony/validator": "^5.4 || ^6.0 || ^7.0",
"symfony/var-dumper": "^5.4 || ^6.0 || ^7.0",
"symfony/yaml": "^5.4 || ^6.0 || ^7.0"
},
"suggest": {
"doctrine/doctrine-bundle": "For integration with Doctrine",
"doctrine/mongodb-odm-bundle": "For integration with Doctrine ODM",
"doctrine/orm": "For integration with Doctrine ORM",
"doctrine/phpcr-odm": "For integration with Doctrine PHPCR",
"knplabs/knp-gaufrette-bundle": "For integration with Gaufrette",
"league/flysystem-bundle": "For integration with Flysystem",
"liip/imagine-bundle": "To generate image thumbnails",
"oneup/flysystem-bundle": "For integration with Flysystem",
"symfony/asset": "To generate better links",
"symfony/form": "To handle uploads in forms",
"symfony/yaml": "To use YAML mapping"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"Vich\\UploaderBundle\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dustin Dobervich",
"email": "ddobervich@gmail.com"
}
],
"description": "Ease file uploads attached to entities",
"homepage": "https://github.com/dustin10/VichUploaderBundle",
"keywords": [
"file uploads",
"upload"
],
"support": {
"issues": "https://github.com/dustin10/VichUploaderBundle/issues",
"source": "https://github.com/dustin10/VichUploaderBundle/tree/v2.7.0"
},
"time": "2025-06-12T06:59:34+00:00"
},
{
"name": "web-token/jwt-library",
"version": "4.0.4",
"source": {
"type": "git",
"url": "https://github.com/web-token/jwt-library.git",
"reference": "650108fa2cdd6cbaaead0dc0ab5302e178b23b0a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/web-token/jwt-library/zipball/650108fa2cdd6cbaaead0dc0ab5302e178b23b0a",
"reference": "650108fa2cdd6cbaaead0dc0ab5302e178b23b0a",
"shasum": ""
},
"require": {
"brick/math": "^0.12 || ^0.13",
"ext-json": "*",
"php": ">=8.2",
"psr/clock": "^1.0",
"spomky-labs/pki-framework": "^1.2.1"
},
"conflict": {
"spomky-labs/jose": "*"
},
"suggest": {
"ext-bcmath": "GMP or BCMath is highly recommended to improve the library performance",
"ext-gmp": "GMP or BCMath is highly recommended to improve the library performance",
"ext-openssl": "For key management (creation, optimization, etc.) and some algorithms (AES, RSA, ECDSA, etc.)",
"ext-sodium": "Sodium is required for OKP key creation, EdDSA signature algorithm and ECDH-ES key encryption with OKP keys",
"paragonie/sodium_compat": "Sodium is required for OKP key creation, EdDSA signature algorithm and ECDH-ES key encryption with OKP keys",
"spomky-labs/aes-key-wrap": "For all Key Wrapping algorithms (AxxxKW, AxxxGCMKW, PBES2-HSxxx+AyyyKW...)",
"symfony/console": "Needed to use console commands",
"symfony/http-client": "To enable JKU/X5U support."
},
"type": "library",
"autoload": {
"psr-4": {
"Jose\\Component\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Florent Morselli",
"homepage": "https://github.com/Spomky"
},
{
"name": "All contributors",
"homepage": "https://github.com/web-token/jwt-framework/contributors"
}
],
"description": "JWT library",
"homepage": "https://github.com/web-token",
"keywords": [
"JOSE",
"JWE",
"JWK",
"JWKSet",
"JWS",
"Jot",
"RFC7515",
"RFC7516",
"RFC7517",
"RFC7518",
"RFC7519",
"RFC7520",
"bundle",
"jwa",
"jwt",
"symfony"
],
"support": {
"issues": "https://github.com/web-token/jwt-library/issues",
"source": "https://github.com/web-token/jwt-library/tree/4.0.4"
},
"funding": [
{
"url": "https://github.com/Spomky",
"type": "github"
},
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
"time": "2025-03-12T11:25:35+00:00"
},
2025-07-16 09:05:52 +02:00
{
"name": "webmozart/assert",
"version": "1.11.0",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/webmozarts/assert.git",
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"ext-ctype": "*",
"php": "^7.2 || ^8.0"
2025-07-16 09:05:52 +02:00
},
"conflict": {
"phpstan/phpstan": "<0.12.20",
"vimeo/psalm": "<4.6.1 || 4.6.2"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"phpunit/phpunit": "^8.5.13"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.10-dev"
2025-07-16 09:05:52 +02:00
}
},
"autoload": {
"psr-4": {
"Webmozart\\Assert\\": "src/"
2025-07-16 09:05:52 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2025-07-16 09:05:52 +02:00
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
2025-07-16 09:05:52 +02:00
}
],
"description": "Assertions to validate method input/output with nice error messages.",
"keywords": [
"assert",
"check",
"validate"
],
"support": {
"issues": "https://github.com/webmozarts/assert/issues",
"source": "https://github.com/webmozarts/assert/tree/1.11.0"
},
"time": "2022-06-03T18:03:27+00:00"
},
{
"name": "zircote/swagger-php",
"version": "5.1.4",
"source": {
"type": "git",
"url": "https://github.com/zircote/swagger-php.git",
"reference": "471f2e7c24c9508a2ee08df245cab64b62dbf721"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zircote/swagger-php/zipball/471f2e7c24c9508a2ee08df245cab64b62dbf721",
"reference": "471f2e7c24c9508a2ee08df245cab64b62dbf721",
"shasum": ""
},
"require": {
"ext-json": "*",
"nikic/php-parser": "^4.19 || ^5.0",
"php": ">=7.4",
"psr/log": "^1.1 || ^2.0 || ^3.0",
"symfony/deprecation-contracts": "^2 || ^3",
"symfony/finder": "^5.0 || ^6.0 || ^7.0",
"symfony/yaml": "^5.0 || ^6.0 || ^7.0"
},
"conflict": {
"symfony/process": ">=6, <6.4.14"
},
"require-dev": {
"composer/package-versions-deprecated": "^1.11",
"doctrine/annotations": "^2.0",
"friendsofphp/php-cs-fixer": "^3.62.0",
"phpstan/phpstan": "^1.6 || ^2.0",
"phpunit/phpunit": "^9.0",
"rector/rector": "^1.0 || ^2.0",
"vimeo/psalm": "^4.30 || ^5.0"
},
"suggest": {
"doctrine/annotations": "^2.0"
},
"bin": [
"bin/openapi"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.x-dev"
}
},
"autoload": {
"psr-4": {
"OpenApi\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Robert Allen",
"email": "zircote@gmail.com"
},
{
"name": "Bob Fanger",
"email": "bfanger@gmail.com",
"homepage": "https://bfanger.nl"
},
{
"name": "Martin Rademacher",
"email": "mano@radebatz.net",
"homepage": "https://radebatz.net"
}
],
"description": "Generate interactive documentation for your RESTful API using PHP attributes (preferred) or PHPDoc annotations",
"homepage": "https://github.com/zircote/swagger-php",
"keywords": [
"api",
"json",
"rest",
"service discovery"
],
"support": {
"issues": "https://github.com/zircote/swagger-php/issues",
"source": "https://github.com/zircote/swagger-php/tree/5.1.4"
},
"time": "2025-07-15T23:54:13+00:00"
}
],
"packages-dev": [
{
"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"
},
2025-07-16 09:05:52 +02:00
{
"name": "masterminds/html5",
"version": "2.9.0",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/Masterminds/html5-php.git",
"reference": "f5ac2c0b0a2eefca70b2ce32a5809992227e75a6"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f5ac2c0b0a2eefca70b2ce32a5809992227e75a6",
"reference": "f5ac2c0b0a2eefca70b2ce32a5809992227e75a6",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8 || ^9"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.7-dev"
2025-07-16 09:05:52 +02:00
}
},
"autoload": {
"psr-4": {
"Masterminds\\": "src"
}
2025-07-16 09:05:52 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Matt Butcher",
"email": "technosophos@gmail.com"
2025-07-16 09:05:52 +02:00
},
{
"name": "Matt Farina",
"email": "matt@mattfarina.com"
},
{
"name": "Asmir Mustafic",
"email": "goetas@gmail.com"
2025-07-16 09:05:52 +02:00
}
],
"description": "An HTML5 parser and serializer.",
"homepage": "http://masterminds.github.io/html5-php",
2025-07-16 09:05:52 +02:00
"keywords": [
"HTML5",
"dom",
"html",
"parser",
"querypath",
"serializer",
"xml"
2025-07-16 09:05:52 +02:00
],
"support": {
"issues": "https://github.com/Masterminds/html5-php/issues",
"source": "https://github.com/Masterminds/html5-php/tree/2.9.0"
2025-07-16 09:05:52 +02:00
},
"time": "2024-03-31T07:05:07+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "myclabs/deep-copy",
"version": "1.13.3",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
"reference": "faed855a7b5f4d4637717c2b3863e277116beb36"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/faed855a7b5f4d4637717c2b3863e277116beb36",
"reference": "faed855a7b5f4d4637717c2b3863e277116beb36",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
2025-07-16 09:05:52 +02:00
},
"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"
2025-07-16 09:05:52 +02:00
},
"type": "library",
2025-07-16 09:05:52 +02:00
"autoload": {
"files": [
"src/DeepCopy/deep_copy.php"
2025-07-16 09:05:52 +02:00
],
"psr-4": {
"DeepCopy\\": "src/DeepCopy/"
}
2025-07-16 09:05:52 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Create deep copies (clones) of your objects",
2025-07-16 09:05:52 +02:00
"keywords": [
"clone",
"copy",
"duplicate",
"object",
"object graph"
2025-07-16 09:05:52 +02:00
],
"support": {
"issues": "https://github.com/myclabs/DeepCopy/issues",
"source": "https://github.com/myclabs/DeepCopy/tree/1.13.3"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
2025-07-16 09:05:52 +02:00
"type": "tidelift"
}
],
"time": "2025-07-05T12:25:42+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "phar-io/manifest",
"version": "2.0.4",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/manifest.git",
"reference": "54750ef60c58e43759730615a392c31c80e23176"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
"reference": "54750ef60c58e43759730615a392c31c80e23176",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*",
"ext-phar": "*",
"ext-xmlwriter": "*",
"phar-io/version": "^3.0.1",
"php": "^7.2 || ^8.0"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
2025-07-16 09:05:52 +02:00
"autoload": {
"classmap": [
"src/"
2025-07-16 09:05:52 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
2025-07-16 09:05:52 +02:00
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
2025-07-16 09:05:52 +02:00
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
2025-07-16 09:05:52 +02:00
}
],
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
2025-07-16 09:05:52 +02:00
"support": {
"issues": "https://github.com/phar-io/manifest/issues",
"source": "https://github.com/phar-io/manifest/tree/2.0.4"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://github.com/theseer",
2025-07-16 09:05:52 +02:00
"type": "github"
}
],
"time": "2024-03-03T12:33:53+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "phar-io/version",
"version": "3.2.1",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/version.git",
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"autoload": {
"classmap": [
"src/"
2025-07-16 09:05:52 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
2025-07-16 09:05:52 +02:00
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
2025-07-16 09:05:41 +02:00
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
2025-07-16 09:05:41 +02:00
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
2025-07-16 09:05:41 +02:00
}
],
"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"
2025-07-16 09:05:41 +02:00
},
{
"name": "phpstan/phpstan",
"version": "2.1.17",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "89b5ef665716fa2a52ecd2633f21007a6a349053"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/89b5ef665716fa2a52ecd2633f21007a6a349053",
"reference": "89b5ef665716fa2a52ecd2633f21007a6a349053",
"shasum": ""
},
"require": {
"php": "^7.4|^8.0"
},
"conflict": {
"phpstan/phpstan-shim": "*"
},
"bin": [
"phpstan",
"phpstan.phar"
],
"type": "library",
"autoload": {
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHPStan - PHP Static Analysis Tool",
"keywords": [
"dev",
"static analysis"
],
"support": {
"docs": "https://phpstan.org/user-guide/getting-started",
"forum": "https://github.com/phpstan/phpstan/discussions",
"issues": "https://github.com/phpstan/phpstan/issues",
"security": "https://github.com/phpstan/phpstan/security/policy",
"source": "https://github.com/phpstan/phpstan-src"
},
"funding": [
{
"url": "https://github.com/ondrejmirtes",
"type": "github"
},
{
"url": "https://github.com/phpstan",
"type": "github"
}
],
"time": "2025-05-21T20:55:28+00:00"
},
2025-07-16 09:05:41 +02:00
{
"name": "phpunit/php-code-coverage",
"version": "12.3.1",
2025-07-16 09:05:41 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "ddec29dfc128eba9c204389960f2063f3b7fa170"
2025-07-16 09:05:41 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ddec29dfc128eba9c204389960f2063f3b7fa170",
"reference": "ddec29dfc128eba9c204389960f2063f3b7fa170",
2025-07-16 09:05:41 +02:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*",
"ext-xmlwriter": "*",
"nikic/php-parser": "^5.4.0",
"php": ">=8.3",
"phpunit/php-file-iterator": "^6.0",
"phpunit/php-text-template": "^5.0",
"sebastian/complexity": "^5.0",
"sebastian/environment": "^8.0",
"sebastian/lines-of-code": "^4.0",
"sebastian/version": "^6.0",
"theseer/tokenizer": "^1.2.3"
2025-07-16 09:05:41 +02:00
},
"require-dev": {
"phpunit/phpunit": "^12.1"
},
"suggest": {
"ext-pcov": "PHP extension that provides line coverage",
"ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
2025-07-16 09:05:41 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "12.3.x-dev"
}
},
2025-07-16 09:05:41 +02:00
"autoload": {
"classmap": [
"src/"
2025-07-16 09:05:41 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
2025-07-16 09:05:41 +02:00
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
2025-07-16 09:05:41 +02:00
}
],
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2025-07-16 09:05:52 +02:00
"keywords": [
"coverage",
"testing",
"xunit"
2025-07-16 09:05:52 +02:00
],
2025-07-16 09:05:41 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/12.3.1"
2025-07-16 09:05:41 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
2025-07-16 09:05:41 +02:00
},
{
"url": "https://liberapay.com/sebastianbergmann",
"type": "liberapay"
2025-07-16 09:05:41 +02:00
},
{
"url": "https://thanks.dev/u/gh/sebastianbergmann",
"type": "thanks_dev"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpunit/php-code-coverage",
2025-07-16 09:05:41 +02:00
"type": "tidelift"
}
],
"time": "2025-06-18T08:58:13+00:00"
2025-07-16 09:05:41 +02:00
},
{
"name": "phpunit/php-file-iterator",
"version": "6.0.0",
2025-07-16 09:05:41 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
"reference": "961bc913d42fe24a257bfff826a5068079ac7782"
2025-07-16 09:05:41 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/961bc913d42fe24a257bfff826a5068079ac7782",
"reference": "961bc913d42fe24a257bfff826a5068079ac7782",
2025-07-16 09:05:41 +02:00
"shasum": ""
},
"require": {
"php": ">=8.3"
2025-07-16 09:05:41 +02:00
},
"require-dev": {
"phpunit/phpunit": "^12.0"
2025-07-16 09:05:52 +02:00
},
"type": "library",
2025-07-16 09:05:52 +02:00
"extra": {
"branch-alias": {
"dev-main": "6.0-dev"
}
2025-07-16 09:05:41 +02:00
},
"autoload": {
"classmap": [
"src/"
2025-07-16 09:05:41 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
2025-07-16 09:05:41 +02:00
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
2025-07-16 09:05:41 +02:00
}
],
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2025-07-16 09:05:41 +02:00
"keywords": [
"filesystem",
"iterator"
2025-07-16 09:05:41 +02:00
],
"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/6.0.0"
2025-07-16 09:05:41 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
2025-07-16 09:05:41 +02:00
"type": "github"
}
],
"time": "2025-02-07T04:58:37+00:00"
2025-07-16 09:05:41 +02:00
},
{
"name": "phpunit/php-invoker",
"version": "6.0.0",
2025-07-16 09:05:41 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-invoker.git",
"reference": "12b54e689b07a25a9b41e57736dfab6ec9ae5406"
2025-07-16 09:05:41 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/12b54e689b07a25a9b41e57736dfab6ec9ae5406",
"reference": "12b54e689b07a25a9b41e57736dfab6ec9ae5406",
2025-07-16 09:05:41 +02:00
"shasum": ""
},
"require": {
"php": ">=8.3"
2025-07-16 09:05:41 +02:00
},
"require-dev": {
"ext-pcntl": "*",
"phpunit/phpunit": "^12.0"
},
"suggest": {
"ext-pcntl": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "6.0-dev"
}
2025-07-16 09:05:41 +02:00
},
"autoload": {
"classmap": [
"src/"
2025-07-16 09:05:41 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
2025-07-16 09:05:41 +02:00
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
2025-07-16 09:05:41 +02:00
}
],
"description": "Invoke callables with a timeout",
"homepage": "https://github.com/sebastianbergmann/php-invoker/",
"keywords": [
"process"
],
2025-07-16 09:05:41 +02:00
"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/6.0.0"
2025-07-16 09:05:41 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
2025-07-16 09:05:41 +02:00
"type": "github"
}
],
"time": "2025-02-07T04:58:58+00:00"
2025-07-16 09:05:41 +02:00
},
{
"name": "phpunit/php-text-template",
"version": "5.0.0",
2025-07-16 09:05:41 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-text-template.git",
"reference": "e1367a453f0eda562eedb4f659e13aa900d66c53"
2025-07-16 09:05:41 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/e1367a453f0eda562eedb4f659e13aa900d66c53",
"reference": "e1367a453f0eda562eedb4f659e13aa900d66c53",
2025-07-16 09:05:41 +02:00
"shasum": ""
},
"require": {
"php": ">=8.3"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"phpunit/phpunit": "^12.0"
2025-07-16 09:05:41 +02:00
},
2025-07-16 09:05:52 +02:00
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "5.0-dev"
}
},
2025-07-16 09:05:41 +02:00
"autoload": {
"classmap": [
"src/"
2025-07-16 09:05:41 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
2025-07-16 09:05:41 +02:00
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
2025-07-16 09:05:41 +02:00
}
],
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
"keywords": [
"template"
],
2025-07-16 09:05:41 +02:00
"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/5.0.0"
2025-07-16 09:05:41 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
2025-07-16 09:05:41 +02:00
"type": "github"
}
],
"time": "2025-02-07T04:59:16+00:00"
2025-07-16 09:05:41 +02:00
},
{
"name": "phpunit/php-timer",
"version": "8.0.0",
2025-07-16 09:05:41 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git",
"reference": "f258ce36aa457f3aa3339f9ed4c81fc66dc8c2cc"
2025-07-16 09:05:41 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/f258ce36aa457f3aa3339f9ed4c81fc66dc8c2cc",
"reference": "f258ce36aa457f3aa3339f9ed4c81fc66dc8c2cc",
2025-07-16 09:05:41 +02:00
"shasum": ""
},
"require": {
"php": ">=8.3"
2025-07-16 09:05:41 +02:00
},
"require-dev": {
"phpunit/phpunit": "^12.0"
2025-07-16 09:05:41 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "8.0-dev"
}
},
2025-07-16 09:05:41 +02:00
"autoload": {
"classmap": [
"src/"
2025-07-16 09:05:41 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
2025-07-16 09:05:41 +02:00
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
2025-07-16 09:05:41 +02:00
}
],
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [
"timer"
],
2025-07-16 09:05:41 +02:00
"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/8.0.0"
2025-07-16 09:05:41 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
2025-07-16 09:05:41 +02:00
"type": "github"
}
],
"time": "2025-02-07T04:59:38+00:00"
2025-07-16 09:05:41 +02:00
},
{
"name": "phpunit/phpunit",
"version": "12.2.7",
2025-07-16 09:05:41 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "8b1348b254e5959acaf1539c6bd790515fb49414"
2025-07-16 09:05:41 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/8b1348b254e5959acaf1539c6bd790515fb49414",
"reference": "8b1348b254e5959acaf1539c6bd790515fb49414",
2025-07-16 09:05:41 +02:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
"ext-xmlwriter": "*",
"myclabs/deep-copy": "^1.13.3",
"phar-io/manifest": "^2.0.4",
"phar-io/version": "^3.2.1",
"php": ">=8.3",
"phpunit/php-code-coverage": "^12.3.1",
"phpunit/php-file-iterator": "^6.0.0",
"phpunit/php-invoker": "^6.0.0",
"phpunit/php-text-template": "^5.0.0",
"phpunit/php-timer": "^8.0.0",
"sebastian/cli-parser": "^4.0.0",
"sebastian/comparator": "^7.1.0",
"sebastian/diff": "^7.0.0",
"sebastian/environment": "^8.0.2",
"sebastian/exporter": "^7.0.0",
"sebastian/global-state": "^8.0.0",
"sebastian/object-enumerator": "^7.0.0",
"sebastian/type": "^6.0.2",
"sebastian/version": "^6.0.0",
"staabm/side-effects-detector": "^1.0.5"
2025-07-16 09:05:41 +02:00
},
"bin": [
"phpunit"
],
2025-07-16 09:05:41 +02:00
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "12.2-dev"
}
},
2025-07-16 09:05:41 +02:00
"autoload": {
"files": [
"src/Framework/Assert/Functions.php"
],
"classmap": [
"src/"
2025-07-16 09:05:41 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
2025-07-16 09:05:41 +02:00
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
2025-07-16 09:05:41 +02:00
}
],
"description": "The PHP Unit Testing framework.",
"homepage": "https://phpunit.de/",
"keywords": [
"phpunit",
"testing",
"xunit"
],
2025-07-16 09:05:41 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/12.2.7"
2025-07-16 09:05:41 +02:00
},
"funding": [
{
"url": "https://phpunit.de/sponsors.html",
2025-07-16 09:05:41 +02:00
"type": "custom"
},
{
"url": "https://github.com/sebastianbergmann",
2025-07-16 09:05:41 +02:00
"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/phpunit",
2025-07-16 09:05:41 +02:00
"type": "tidelift"
}
],
"time": "2025-07-11T04:11:13+00:00"
2025-07-16 09:05:41 +02:00
},
{
"name": "rector/rector",
"version": "2.1.1",
"source": {
"type": "git",
"url": "https://github.com/rectorphp/rector.git",
"reference": "d0917c069bb0d9bb06ed111cf052510f609015a4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/d0917c069bb0d9bb06ed111cf052510f609015a4",
"reference": "d0917c069bb0d9bb06ed111cf052510f609015a4",
"shasum": ""
},
"require": {
"php": "^7.4|^8.0",
"phpstan/phpstan": "^2.1.17"
},
"conflict": {
"rector/rector-doctrine": "*",
"rector/rector-downgrade-php": "*",
"rector/rector-phpunit": "*",
"rector/rector-symfony": "*"
},
"suggest": {
"ext-dom": "To manipulate phpunit.xml via the custom-rule command"
},
"bin": [
"bin/rector"
],
"type": "library",
"autoload": {
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Instant Upgrade and Automated Refactoring of any PHP code",
"homepage": "https://getrector.com/",
"keywords": [
"automation",
"dev",
"migration",
"refactoring"
],
"support": {
"issues": "https://github.com/rectorphp/rector/issues",
"source": "https://github.com/rectorphp/rector/tree/2.1.1"
},
"funding": [
{
"url": "https://github.com/tomasvotruba",
"type": "github"
}
],
"time": "2025-07-10T11:31:31+00:00"
},
2025-07-16 09:05:41 +02:00
{
"name": "sebastian/cli-parser",
"version": "4.0.0",
2025-07-16 09:05:41 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/cli-parser.git",
"reference": "6d584c727d9114bcdc14c86711cd1cad51778e7c"
2025-07-16 09:05:41 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/6d584c727d9114bcdc14c86711cd1cad51778e7c",
"reference": "6d584c727d9114bcdc14c86711cd1cad51778e7c",
"shasum": ""
},
"require": {
"php": ">=8.3"
},
"require-dev": {
"phpunit/phpunit": "^12.0"
2025-07-16 09:05:41 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "4.0-dev"
}
},
2025-07-16 09:05:41 +02:00
"autoload": {
"classmap": [
"src/"
2025-07-16 09:05:41 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
2025-07-16 09:05:41 +02:00
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
2025-07-16 09:05:41 +02:00
}
],
"description": "Library for parsing CLI options",
"homepage": "https://github.com/sebastianbergmann/cli-parser",
2025-07-16 09:05:41 +02:00
"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/4.0.0"
2025-07-16 09:05:41 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
2025-07-16 09:05:41 +02:00
"type": "github"
}
],
"time": "2025-02-07T04:53:50+00:00"
2025-07-16 09:05:41 +02:00
},
{
"name": "sebastian/comparator",
"version": "7.1.0",
2025-07-16 09:05:41 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
"reference": "03d905327dccc0851c9a08d6a979dfc683826b6f"
2025-07-16 09:05:41 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/03d905327dccc0851c9a08d6a979dfc683826b6f",
"reference": "03d905327dccc0851c9a08d6a979dfc683826b6f",
2025-07-16 09:05:41 +02:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-mbstring": "*",
"php": ">=8.3",
"sebastian/diff": "^7.0",
"sebastian/exporter": "^7.0"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"phpunit/phpunit": "^12.2"
},
"suggest": {
"ext-bcmath": "For comparing BcMath\\Number objects"
2025-07-16 09:05:41 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "7.1-dev"
2025-07-16 09:05:41 +02:00
}
},
"autoload": {
"classmap": [
"src/"
2025-07-16 09:05:52 +02:00
]
2025-07-16 09:05:41 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
2025-07-16 09:05:41 +02:00
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2025-07-16 09:05:41 +02:00
},
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
2025-07-16 09:05:41 +02:00
}
],
"description": "Provides the functionality to compare PHP values for equality",
"homepage": "https://github.com/sebastianbergmann/comparator",
2025-07-16 09:05:41 +02:00
"keywords": [
"comparator",
"compare",
"equality"
2025-07-16 09:05:41 +02:00
],
"support": {
"issues": "https://github.com/sebastianbergmann/comparator/issues",
"security": "https://github.com/sebastianbergmann/comparator/security/policy",
"source": "https://github.com/sebastianbergmann/comparator/tree/7.1.0"
2025-07-16 09:05:41 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
2025-07-16 09:05:41 +02:00
},
{
"url": "https://liberapay.com/sebastianbergmann",
"type": "liberapay"
2025-07-16 09:05:41 +02:00
},
{
"url": "https://thanks.dev/u/gh/sebastianbergmann",
"type": "thanks_dev"
},
{
"url": "https://tidelift.com/funding/github/packagist/sebastian/comparator",
2025-07-16 09:05:41 +02:00
"type": "tidelift"
}
],
"time": "2025-06-17T07:41:58+00:00"
2025-07-16 09:05:41 +02:00
},
{
"name": "sebastian/complexity",
"version": "5.0.0",
2025-07-16 09:05:41 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/complexity.git",
"reference": "bad4316aba5303d0221f43f8cee37eb58d384bbb"
2025-07-16 09:05:41 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/bad4316aba5303d0221f43f8cee37eb58d384bbb",
"reference": "bad4316aba5303d0221f43f8cee37eb58d384bbb",
2025-07-16 09:05:41 +02:00
"shasum": ""
},
"require": {
"nikic/php-parser": "^5.0",
"php": ">=8.3"
2025-07-16 09:05:41 +02:00
},
"require-dev": {
"phpunit/phpunit": "^12.0"
2025-07-16 09:05:41 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "5.0-dev"
2025-07-16 09:05:52 +02:00
}
2025-07-16 09:05:41 +02:00
},
"autoload": {
"classmap": [
"src/"
]
},
2025-07-16 09:05:41 +02:00
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
2025-07-16 09:05:41 +02:00
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
2025-07-16 09:05:41 +02:00
}
],
"description": "Library for calculating the complexity of PHP code units",
"homepage": "https://github.com/sebastianbergmann/complexity",
2025-07-16 09:05:41 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/complexity/issues",
"security": "https://github.com/sebastianbergmann/complexity/security/policy",
"source": "https://github.com/sebastianbergmann/complexity/tree/5.0.0"
2025-07-16 09:05:41 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
2025-07-16 09:05:41 +02:00
"type": "github"
}
],
"time": "2025-02-07T04:55:25+00:00"
2025-07-16 09:05:41 +02:00
},
{
"name": "sebastian/diff",
"version": "7.0.0",
2025-07-16 09:05:41 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
"reference": "7ab1ea946c012266ca32390913653d844ecd085f"
2025-07-16 09:05:41 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7ab1ea946c012266ca32390913653d844ecd085f",
"reference": "7ab1ea946c012266ca32390913653d844ecd085f",
2025-07-16 09:05:41 +02:00
"shasum": ""
},
"require": {
"php": ">=8.3"
},
"require-dev": {
"phpunit/phpunit": "^12.0",
"symfony/process": "^7.2"
2025-07-16 09:05:41 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "7.0-dev"
}
},
2025-07-16 09:05:41 +02:00
"autoload": {
"classmap": [
"src/"
2025-07-16 09:05:41 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
2025-07-16 09:05:41 +02:00
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2025-07-16 09:05:41 +02:00
},
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
2025-07-16 09:05:41 +02:00
}
],
"description": "Diff implementation",
"homepage": "https://github.com/sebastianbergmann/diff",
"keywords": [
"diff",
"udiff",
"unidiff",
"unified diff"
],
2025-07-16 09:05:41 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/diff/issues",
"security": "https://github.com/sebastianbergmann/diff/security/policy",
"source": "https://github.com/sebastianbergmann/diff/tree/7.0.0"
2025-07-16 09:05:41 +02:00
},
"funding": [
2025-07-16 09:05:41 +02:00
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
2025-07-16 09:05:41 +02:00
}
],
"time": "2025-02-07T04:55:46+00:00"
2025-07-16 09:05:41 +02:00
},
{
"name": "sebastian/environment",
"version": "8.0.2",
2025-07-16 09:05:41 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
"reference": "d364b9e5d0d3b18a2573351a1786fbf96b7e0792"
2025-07-16 09:05:41 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/d364b9e5d0d3b18a2573351a1786fbf96b7e0792",
"reference": "d364b9e5d0d3b18a2573351a1786fbf96b7e0792",
2025-07-16 09:05:41 +02:00
"shasum": ""
},
"require": {
"php": ">=8.3"
2025-07-16 09:05:41 +02:00
},
"require-dev": {
"phpunit/phpunit": "^12.0"
},
"suggest": {
"ext-posix": "*"
2025-07-16 09:05:41 +02:00
},
2025-07-16 09:05:52 +02:00
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "8.0-dev"
}
},
2025-07-16 09:05:41 +02:00
"autoload": {
"classmap": [
"src/"
2025-07-16 09:05:52 +02:00
]
2025-07-16 09:05:41 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
2025-07-16 09:05:41 +02:00
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2025-07-16 09:05:41 +02:00
}
],
"description": "Provides functionality to handle HHVM/PHP environments",
"homepage": "https://github.com/sebastianbergmann/environment",
2025-07-16 09:05:52 +02:00
"keywords": [
"Xdebug",
"environment",
"hhvm"
2025-07-16 09:05:52 +02:00
],
2025-07-16 09:05:41 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/environment/issues",
"security": "https://github.com/sebastianbergmann/environment/security/policy",
"source": "https://github.com/sebastianbergmann/environment/tree/8.0.2"
2025-07-16 09:05:41 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
2025-07-16 09:05:41 +02:00
},
{
"url": "https://liberapay.com/sebastianbergmann",
"type": "liberapay"
2025-07-16 09:05:41 +02:00
},
{
"url": "https://thanks.dev/u/gh/sebastianbergmann",
"type": "thanks_dev"
},
{
"url": "https://tidelift.com/funding/github/packagist/sebastian/environment",
2025-07-16 09:05:41 +02:00
"type": "tidelift"
}
],
"time": "2025-05-21T15:05:44+00:00"
2025-07-16 09:05:41 +02:00
},
{
"name": "sebastian/exporter",
"version": "7.0.0",
2025-07-16 09:05:41 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
"reference": "76432aafc58d50691a00d86d0632f1217a47b688"
2025-07-16 09:05:41 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/76432aafc58d50691a00d86d0632f1217a47b688",
"reference": "76432aafc58d50691a00d86d0632f1217a47b688",
2025-07-16 09:05:41 +02:00
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": ">=8.3",
"sebastian/recursion-context": "^7.0"
2025-07-16 09:05:41 +02:00
},
"require-dev": {
"phpunit/phpunit": "^12.0"
2025-07-16 09:05:41 +02:00
},
2025-07-16 09:05:52 +02:00
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "7.0-dev"
}
},
2025-07-16 09:05:41 +02:00
"autoload": {
"classmap": [
"src/"
2025-07-16 09:05:41 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
2025-07-16 09:05:41 +02:00
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2025-07-16 09:05:41 +02:00
},
{
"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"
2025-07-16 09:05:41 +02:00
}
],
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "https://www.github.com/sebastianbergmann/exporter",
"keywords": [
"export",
"exporter"
],
2025-07-16 09:05:41 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/exporter/issues",
"security": "https://github.com/sebastianbergmann/exporter/security/policy",
"source": "https://github.com/sebastianbergmann/exporter/tree/7.0.0"
2025-07-16 09:05:41 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
2025-07-16 09:05:41 +02:00
"type": "github"
}
],
"time": "2025-02-07T04:56:42+00:00"
2025-07-16 09:05:41 +02:00
},
{
"name": "sebastian/global-state",
"version": "8.0.0",
2025-07-16 09:05:41 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
"reference": "570a2aeb26d40f057af686d63c4e99b075fb6cbc"
2025-07-16 09:05:41 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/570a2aeb26d40f057af686d63c4e99b075fb6cbc",
"reference": "570a2aeb26d40f057af686d63c4e99b075fb6cbc",
2025-07-16 09:05:41 +02:00
"shasum": ""
},
"require": {
"php": ">=8.3",
"sebastian/object-reflector": "^5.0",
"sebastian/recursion-context": "^7.0"
},
"require-dev": {
"ext-dom": "*",
"phpunit/phpunit": "^12.0"
2025-07-16 09:05:41 +02:00
},
"type": "library",
2025-07-16 09:05:52 +02:00
"extra": {
"branch-alias": {
"dev-main": "8.0-dev"
2025-07-16 09:05:52 +02:00
}
},
2025-07-16 09:05:41 +02:00
"autoload": {
"classmap": [
"src/"
2025-07-16 09:05:41 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
2025-07-16 09:05:41 +02:00
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2025-07-16 09:05:41 +02:00
}
],
"description": "Snapshotting of global state",
"homepage": "https://www.github.com/sebastianbergmann/global-state",
"keywords": [
"global state"
2025-07-16 09:05:52 +02:00
],
2025-07-16 09:05:41 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/global-state/issues",
"security": "https://github.com/sebastianbergmann/global-state/security/policy",
"source": "https://github.com/sebastianbergmann/global-state/tree/8.0.0"
2025-07-16 09:05:41 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
2025-07-16 09:05:41 +02:00
"type": "github"
}
],
"time": "2025-02-07T04:56:59+00:00"
2025-07-16 09:05:41 +02:00
},
{
"name": "sebastian/lines-of-code",
"version": "4.0.0",
2025-07-16 09:05:41 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/lines-of-code.git",
"reference": "97ffee3bcfb5805568d6af7f0f893678fc076d2f"
2025-07-16 09:05:41 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/97ffee3bcfb5805568d6af7f0f893678fc076d2f",
"reference": "97ffee3bcfb5805568d6af7f0f893678fc076d2f",
2025-07-16 09:05:41 +02:00
"shasum": ""
},
"require": {
"nikic/php-parser": "^5.0",
"php": ">=8.3"
2025-07-16 09:05:41 +02:00
},
"require-dev": {
"phpunit/phpunit": "^12.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "4.0-dev"
}
2025-07-16 09:05:41 +02:00
},
"autoload": {
"classmap": [
"src/"
2025-07-16 09:05:41 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
2025-07-16 09:05:41 +02:00
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
2025-07-16 09:05:41 +02:00
}
],
"description": "Library for counting the lines of code in PHP source code",
"homepage": "https://github.com/sebastianbergmann/lines-of-code",
2025-07-16 09:05:41 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
"security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
"source": "https://github.com/sebastianbergmann/lines-of-code/tree/4.0.0"
2025-07-16 09:05:41 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
2025-07-16 09:05:41 +02:00
"type": "github"
}
],
"time": "2025-02-07T04:57:28+00:00"
2025-07-16 09:05:41 +02:00
},
{
"name": "sebastian/object-enumerator",
"version": "7.0.0",
2025-07-16 09:05:41 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
"reference": "1effe8e9b8e068e9ae228e542d5d11b5d16db894"
2025-07-16 09:05:41 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1effe8e9b8e068e9ae228e542d5d11b5d16db894",
"reference": "1effe8e9b8e068e9ae228e542d5d11b5d16db894",
2025-07-16 09:05:41 +02:00
"shasum": ""
},
"require": {
"php": ">=8.3",
"sebastian/object-reflector": "^5.0",
"sebastian/recursion-context": "^7.0"
2025-07-16 09:05:41 +02:00
},
2025-07-16 09:05:52 +02:00
"require-dev": {
"phpunit/phpunit": "^12.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "7.0-dev"
}
2025-07-16 09:05:41 +02:00
},
"autoload": {
"classmap": [
"src/"
2025-07-16 09:05:52 +02:00
]
2025-07-16 09:05:41 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
2025-07-16 09:05:41 +02:00
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2025-07-16 09:05:41 +02:00
}
],
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2025-07-16 09:05:41 +02:00
"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/7.0.0"
2025-07-16 09:05:41 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
2025-07-16 09:05:41 +02:00
"type": "github"
}
],
"time": "2025-02-07T04:57:48+00:00"
2025-07-16 09:05:41 +02:00
},
{
"name": "sebastian/object-reflector",
"version": "5.0.0",
2025-07-16 09:05:41 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-reflector.git",
"reference": "4bfa827c969c98be1e527abd576533293c634f6a"
2025-07-16 09:05:41 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/4bfa827c969c98be1e527abd576533293c634f6a",
"reference": "4bfa827c969c98be1e527abd576533293c634f6a",
2025-07-16 09:05:41 +02:00
"shasum": ""
},
"require": {
"php": ">=8.3"
2025-07-16 09:05:41 +02:00
},
2025-07-16 09:05:52 +02:00
"require-dev": {
"phpunit/phpunit": "^12.0"
2025-07-16 09:05:41 +02:00
},
2025-07-16 09:05:52 +02:00
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "5.0-dev"
}
},
2025-07-16 09:05:41 +02:00
"autoload": {
"classmap": [
"src/"
2025-07-16 09:05:41 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
2025-07-16 09:05:41 +02:00
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2025-07-16 09:05:41 +02:00
}
],
"description": "Allows reflection of object attributes, including inherited and non-public ones",
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
2025-07-16 09:05:41 +02:00
"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/5.0.0"
2025-07-16 09:05:41 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
2025-07-16 09:05:41 +02:00
"type": "github"
}
],
"time": "2025-02-07T04:58:17+00:00"
2025-07-16 09:05:41 +02:00
},
{
"name": "sebastian/recursion-context",
"version": "7.0.0",
2025-07-16 09:05:41 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
"reference": "c405ae3a63e01b32eb71577f8ec1604e39858a7c"
2025-07-16 09:05:41 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/c405ae3a63e01b32eb71577f8ec1604e39858a7c",
"reference": "c405ae3a63e01b32eb71577f8ec1604e39858a7c",
2025-07-16 09:05:41 +02:00
"shasum": ""
},
"require": {
"php": ">=8.3"
2025-07-16 09:05:41 +02:00
},
2025-07-16 09:05:52 +02:00
"require-dev": {
"phpunit/phpunit": "^12.0"
2025-07-16 09:05:41 +02:00
},
"type": "library",
2025-07-16 09:05:41 +02:00
"extra": {
"branch-alias": {
"dev-main": "7.0-dev"
2025-07-16 09:05:41 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
2025-07-16 09:05:41 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
2025-07-16 09:05:41 +02:00
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2025-07-16 09:05:41 +02:00
},
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
2025-07-16 09:05:41 +02:00
}
],
"description": "Provides functionality to recursively process PHP variables",
"homepage": "https://github.com/sebastianbergmann/recursion-context",
2025-07-16 09:05:41 +02:00
"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/7.0.0"
2025-07-16 09:05:41 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
2025-07-16 09:05:41 +02:00
"type": "github"
}
],
"time": "2025-02-07T05:00:01+00:00"
2025-07-16 09:05:41 +02:00
},
{
"name": "sebastian/type",
"version": "6.0.2",
2025-07-16 09:05:41 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/type.git",
"reference": "1d7cd6e514384c36d7a390347f57c385d4be6069"
2025-07-16 09:05:41 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/1d7cd6e514384c36d7a390347f57c385d4be6069",
"reference": "1d7cd6e514384c36d7a390347f57c385d4be6069",
2025-07-16 09:05:41 +02:00
"shasum": ""
},
"require": {
"php": ">=8.3"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"phpunit/phpunit": "^12.0"
2025-07-16 09:05:41 +02:00
},
2025-07-16 09:05:52 +02:00
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "6.0-dev"
}
},
2025-07-16 09:05:41 +02:00
"autoload": {
"classmap": [
"src/"
2025-07-16 09:05:41 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
2025-07-16 09:05:41 +02:00
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
2025-07-16 09:05:41 +02:00
}
],
"description": "Collection of value objects that represent the types of the PHP type system",
"homepage": "https://github.com/sebastianbergmann/type",
2025-07-16 09:05:41 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/type/issues",
"security": "https://github.com/sebastianbergmann/type/security/policy",
"source": "https://github.com/sebastianbergmann/type/tree/6.0.2"
2025-07-16 09:05:41 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
2025-07-16 09:05:41 +02:00
"type": "github"
}
],
"time": "2025-03-18T13:37:31+00:00"
2025-07-16 09:05:41 +02:00
},
{
"name": "sebastian/version",
"version": "6.0.0",
2025-07-16 09:05:41 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/version.git",
"reference": "3e6ccf7657d4f0a59200564b08cead899313b53c"
2025-07-16 09:05:41 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/3e6ccf7657d4f0a59200564b08cead899313b53c",
"reference": "3e6ccf7657d4f0a59200564b08cead899313b53c",
2025-07-16 09:05:41 +02:00
"shasum": ""
},
"require": {
"php": ">=8.3"
2025-07-16 09:05:41 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "6.0-dev"
}
},
2025-07-16 09:05:41 +02:00
"autoload": {
"classmap": [
"src/"
2025-07-16 09:05:41 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
2025-07-16 09:05:41 +02:00
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
2025-07-16 09:05:41 +02:00
}
],
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
2025-07-16 09:05:41 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/version/issues",
"security": "https://github.com/sebastianbergmann/version/security/policy",
"source": "https://github.com/sebastianbergmann/version/tree/6.0.0"
},
"funding": [
2025-07-16 09:05:41 +02:00
{
"url": "https://github.com/sebastianbergmann",
2025-07-16 09:05:41 +02:00
"type": "github"
}
],
"time": "2025-02-07T05:00:38+00:00"
2025-07-16 09:05:41 +02:00
},
{
"name": "staabm/side-effects-detector",
"version": "1.0.5",
2025-07-16 09:05:41 +02:00
"source": {
"type": "git",
"url": "https://github.com/staabm/side-effects-detector.git",
"reference": "d8334211a140ce329c13726d4a715adbddd0a163"
2025-07-16 09:05:41 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/staabm/side-effects-detector/zipball/d8334211a140ce329c13726d4a715adbddd0a163",
"reference": "d8334211a140ce329c13726d4a715adbddd0a163",
2025-07-16 09:05:41 +02:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": "^7.4 || ^8.0"
2025-07-16 09:05:41 +02:00
},
"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"
2025-07-16 09:05:41 +02:00
},
2025-07-16 09:05:52 +02:00
"type": "library",
2025-07-16 09:05:41 +02:00
"autoload": {
"classmap": [
"lib/"
2025-07-16 09:05:41 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A static analysis tool to detect side effects in PHP code",
2025-07-16 09:05:41 +02:00
"keywords": [
"static analysis"
2025-07-16 09:05:41 +02:00
],
"support": {
"issues": "https://github.com/staabm/side-effects-detector/issues",
"source": "https://github.com/staabm/side-effects-detector/tree/1.0.5"
2025-07-16 09:05:41 +02:00
},
"funding": [
{
"url": "https://github.com/staabm",
2025-07-16 09:05:41 +02:00
"type": "github"
}
],
"time": "2024-10-20T05:08:20+00:00"
2025-07-16 09:05:41 +02:00
},
{
"name": "symfony/browser-kit",
2025-07-16 09:05:52 +02:00
"version": "v7.3.0",
2025-07-16 09:05:41 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/browser-kit.git",
"reference": "5384291845e74fd7d54f3d925c4a86ce12336593"
2025-07-16 09:05:41 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/5384291845e74fd7d54f3d925c4a86ce12336593",
"reference": "5384291845e74fd7d54f3d925c4a86ce12336593",
2025-07-16 09:05:41 +02:00
"shasum": ""
},
"require": {
2025-07-16 09:05:52 +02:00
"php": ">=8.2",
"symfony/dom-crawler": "^6.4|^7.0"
2025-07-16 09:05:52 +02:00
},
"require-dev": {
"symfony/css-selector": "^6.4|^7.0",
"symfony/http-client": "^6.4|^7.0",
"symfony/mime": "^6.4|^7.0",
"symfony/process": "^6.4|^7.0"
2025-07-16 09:05:41 +02:00
},
2025-07-16 09:05:52 +02:00
"type": "library",
2025-07-16 09:05:41 +02:00
"autoload": {
"psr-4": {
"Symfony\\Component\\BrowserKit\\": ""
2025-07-16 09:05:41 +02:00
},
"exclude-from-classmap": [
2025-07-16 09:05:52 +02:00
"/Tests/"
2025-07-16 09:05:41 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2025-07-16 09:05:41 +02:00
},
{
"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",
2025-07-16 09:05:41 +02:00
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/browser-kit/tree/v7.3.0"
2025-07-16 09:05:41 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2025-03-05T10:15:41+00:00"
2025-07-16 09:05:41 +02:00
},
{
"name": "symfony/css-selector",
"version": "v7.3.0",
2025-07-16 09:05:41 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
"reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2"
2025-07-16 09:05:41 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/601a5ce9aaad7bf10797e3663faefce9e26c24e2",
"reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2",
2025-07-16 09:05:41 +02:00
"shasum": ""
},
"require": {
"php": ">=8.2"
2025-07-16 09:05:41 +02:00
},
"type": "library",
2025-07-16 09:05:41 +02:00
"autoload": {
"psr-4": {
"Symfony\\Component\\CssSelector\\": ""
2025-07-16 09:05:41 +02:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2025-07-16 09:05:52 +02:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2025-07-16 09:05:41 +02:00
},
{
"name": "Jean-François Simon",
"email": "jeanfrancois.simon@sensiolabs.com"
},
2025-07-16 09:05:41 +02:00
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Converts CSS selectors to XPath expressions",
2025-07-16 09:05:41 +02:00
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/css-selector/tree/v7.3.0"
2025-07-16 09:05:41 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-09-25T14:21:43+00:00"
2025-07-16 09:05:41 +02:00
},
{
"name": "symfony/debug-bundle",
"version": "v7.3.0",
2025-07-16 09:05:41 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/debug-bundle.git",
"reference": "781acc90f31f5fe18915f9276890864ebbbe3da8"
2025-07-16 09:05:41 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/debug-bundle/zipball/781acc90f31f5fe18915f9276890864ebbbe3da8",
"reference": "781acc90f31f5fe18915f9276890864ebbbe3da8",
2025-07-16 09:05:41 +02:00
"shasum": ""
},
"require": {
"composer-runtime-api": ">=2.1",
"ext-xml": "*",
2025-07-16 09:05:41 +02:00
"php": ">=8.2",
"symfony/config": "^7.3",
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/http-kernel": "^6.4|^7.0",
"symfony/twig-bridge": "^6.4|^7.0",
"symfony/var-dumper": "^6.4|^7.0"
2025-07-16 09:05:41 +02:00
},
"require-dev": {
"symfony/web-profiler-bundle": "^6.4|^7.0"
2025-07-16 09:05:41 +02:00
},
"type": "symfony-bundle",
2025-07-16 09:05:41 +02:00
"autoload": {
"psr-4": {
"Symfony\\Bundle\\DebugBundle\\": ""
2025-07-16 09:05:41 +02:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2025-07-16 09:05:52 +02:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2025-07-16 09:05:41 +02:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides a tight integration of the Symfony VarDumper component and the ServerLogCommand from MonologBridge into the Symfony full-stack framework",
2025-07-16 09:05:41 +02:00
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/debug-bundle/tree/v7.3.0"
2025-07-16 09:05:41 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2025-05-04T13:21:13+00:00"
2025-07-16 09:05:41 +02:00
},
{
"name": "symfony/dom-crawler",
"version": "v7.3.1",
2025-07-16 09:05:41 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/dom-crawler.git",
"reference": "8b2ee2e06ab99fa5f067b6699296d4e35c156bb9"
2025-07-16 09:05:41 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/8b2ee2e06ab99fa5f067b6699296d4e35c156bb9",
"reference": "8b2ee2e06ab99fa5f067b6699296d4e35c156bb9",
2025-07-16 09:05:41 +02:00
"shasum": ""
},
"require": {
"masterminds/html5": "^2.6",
"php": ">=8.2",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.0"
},
"require-dev": {
"symfony/css-selector": "^6.4|^7.0"
2025-07-16 09:05:52 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\DomCrawler\\": ""
},
"exclude-from-classmap": [
"/Tests/"
2025-07-16 09:05:52 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2025-07-16 09:05:52 +02:00
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2025-07-16 09:05:52 +02:00
}
],
"description": "Eases DOM navigation for HTML and XML documents",
"homepage": "https://symfony.com",
2025-07-16 09:05:52 +02:00
"support": {
"source": "https://github.com/symfony/dom-crawler/tree/v7.3.1"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
2025-07-16 09:05:52 +02:00
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2025-07-16 09:05:52 +02:00
}
],
"time": "2025-06-15T10:07:06+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "symfony/maker-bundle",
"version": "v1.64.0",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/maker-bundle.git",
"reference": "c86da84640b0586e92aee2b276ee3638ef2f425a"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/maker-bundle/zipball/c86da84640b0586e92aee2b276ee3638ef2f425a",
"reference": "c86da84640b0586e92aee2b276ee3638ef2f425a",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"doctrine/inflector": "^2.0",
"nikic/php-parser": "^5.0",
"php": ">=8.1",
"symfony/config": "^6.4|^7.0",
"symfony/console": "^6.4|^7.0",
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/deprecation-contracts": "^2.2|^3",
"symfony/filesystem": "^6.4|^7.0",
"symfony/finder": "^6.4|^7.0",
"symfony/framework-bundle": "^6.4|^7.0",
"symfony/http-kernel": "^6.4|^7.0",
"symfony/process": "^6.4|^7.0"
},
"conflict": {
"doctrine/doctrine-bundle": "<2.10",
"doctrine/orm": "<2.15"
2025-07-16 09:05:41 +02:00
},
"require-dev": {
"composer/semver": "^3.0",
"doctrine/doctrine-bundle": "^2.5.0",
"doctrine/orm": "^2.15|^3",
"symfony/http-client": "^6.4|^7.0",
"symfony/phpunit-bridge": "^6.4.1|^7.0",
"symfony/security-core": "^6.4|^7.0",
"symfony/security-http": "^6.4|^7.0",
"symfony/yaml": "^6.4|^7.0",
"twig/twig": "^3.0|^4.x-dev"
2025-07-16 09:05:41 +02:00
},
2025-07-16 09:05:52 +02:00
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-main": "1.x-dev"
}
},
2025-07-16 09:05:41 +02:00
"autoload": {
"psr-4": {
"Symfony\\Bundle\\MakerBundle\\": "src/"
}
2025-07-16 09:05:41 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2025-07-16 09:05:41 +02:00
}
],
"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",
2025-07-16 09:05:41 +02:00
"keywords": [
"code generator",
"dev",
"generator",
"scaffold",
"scaffolding"
2025-07-16 09:05:41 +02:00
],
"support": {
"issues": "https://github.com/symfony/maker-bundle/issues",
"source": "https://github.com/symfony/maker-bundle/tree/v1.64.0"
2025-07-16 09:05:41 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
2025-07-16 09:05:41 +02:00
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2025-07-16 09:05:41 +02:00
"type": "tidelift"
}
],
"time": "2025-06-23T16:12:08+00:00"
2025-07-16 09:05:41 +02:00
},
{
"name": "symfony/web-profiler-bundle",
"version": "v7.3.1",
2025-07-16 09:05:41 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/web-profiler-bundle.git",
"reference": "47c994d8f08817122ffb48bf2ea4fb97b7e00d51"
2025-07-16 09:05:41 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/47c994d8f08817122ffb48bf2ea4fb97b7e00d51",
"reference": "47c994d8f08817122ffb48bf2ea4fb97b7e00d51",
2025-07-16 09:05:41 +02:00
"shasum": ""
},
"require": {
"composer-runtime-api": ">=2.1",
"php": ">=8.2",
"symfony/config": "^7.3",
2025-07-16 09:05:52 +02:00
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/framework-bundle": "^6.4|^7.0",
"symfony/http-kernel": "^6.4|^7.0",
"symfony/routing": "^6.4|^7.0",
"symfony/twig-bundle": "^6.4|^7.0",
"twig/twig": "^3.12"
},
"conflict": {
"symfony/form": "<6.4",
"symfony/mailer": "<6.4",
"symfony/messenger": "<6.4",
"symfony/serializer": "<7.2",
"symfony/workflow": "<7.3"
2025-07-16 09:05:41 +02:00
},
"require-dev": {
"symfony/browser-kit": "^6.4|^7.0",
"symfony/console": "^6.4|^7.0",
"symfony/css-selector": "^6.4|^7.0",
"symfony/stopwatch": "^6.4|^7.0"
2025-07-16 09:05:41 +02:00
},
"type": "symfony-bundle",
2025-07-16 09:05:41 +02:00
"autoload": {
"psr-4": {
"Symfony\\Bundle\\WebProfilerBundle\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2025-07-16 09:05:41 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2025-07-16 09:05:41 +02:00
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2025-07-16 09:05:52 +02:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2025-07-16 09:05:41 +02:00
}
],
"description": "Provides a development tool that gives detailed information about the execution of any request",
"homepage": "https://symfony.com",
2025-07-16 09:05:52 +02:00
"keywords": [
"dev"
2025-07-16 09:05:52 +02:00
],
2025-07-16 09:05:41 +02:00
"support": {
"source": "https://github.com/symfony/web-profiler-bundle/tree/v7.3.1"
2025-07-16 09:05:41 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
2025-07-16 09:05:41 +02:00
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2025-07-16 09:05:41 +02:00
"type": "tidelift"
}
],
"time": "2025-06-05T09:30:41+00:00"
2025-07-16 09:05:52 +02:00
},
{
"name": "theseer/tokenizer",
"version": "1.2.3",
2025-07-16 09:05:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
"reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
2025-07-16 09:05:52 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
"reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
2025-07-16 09:05:52 +02:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
2025-07-16 09:05:52 +02:00
"php": "^7.2 || ^8.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
2025-07-16 09:05:52 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
2025-07-16 09:05:52 +02:00
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
2025-07-16 09:05:52 +02:00
}
],
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
2025-07-16 09:05:52 +02:00
"support": {
"issues": "https://github.com/theseer/tokenizer/issues",
"source": "https://github.com/theseer/tokenizer/tree/1.2.3"
2025-07-16 09:05:52 +02:00
},
"funding": [
{
"url": "https://github.com/theseer",
"type": "github"
}
],
"time": "2024-03-03T12:36:25+00:00"
2025-07-16 09:05:41 +02:00
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {},
2025-07-16 09:05:41 +02:00
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": ">=8.2",
"ext-ctype": "*",
"ext-iconv": "*"
},
"platform-dev": {},
2025-07-16 09:05:41 +02:00
"plugin-api-version": "2.6.0"
}