file-explorer/composer.lock

5371 lines
192 KiB
Plaintext
Raw Permalink Normal View History

2024-11-14 13:38:57 +01: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"
],
2024-12-06 16:31:18 +01:00
"content-hash": "31c0071a06bedb7ec89d9182950ed345",
2024-11-14 13:38:57 +01:00
"packages": [
{
"name": "composer/semver",
"version": "3.4.3",
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
"reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/semver/zipball/4313d26ada5e0c4edfbd1dc481a92ff7bff91f12",
"reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12",
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
"phpstan/phpstan": "^1.11",
"symfony/phpunit-bridge": "^3 || ^7"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\Semver\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
},
{
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
}
],
"description": "Semver library that offers utilities, version constraint parsing and validation.",
"keywords": [
"semantic",
"semver",
"validation",
"versioning"
],
"support": {
"irc": "ircs://irc.libera.chat:6697/composer",
"issues": "https://github.com/composer/semver/issues",
"source": "https://github.com/composer/semver/tree/3.4.3"
},
"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"
},
2024-11-14 13:38:57 +01:00
{
2024-12-06 16:31:18 +01:00
"name": "guzzlehttp/guzzle",
"version": "7.9.2",
2024-11-14 13:38:57 +01:00
"source": {
"type": "git",
2024-12-06 16:31:18 +01:00
"url": "https://github.com/guzzle/guzzle.git",
"reference": "d281ed313b989f213357e3be1a179f02196ac99b"
2024-11-14 13:38:57 +01:00
},
"dist": {
"type": "zip",
2024-12-06 16:31:18 +01:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/d281ed313b989f213357e3be1a179f02196ac99b",
"reference": "d281ed313b989f213357e3be1a179f02196ac99b",
2024-11-14 13:38:57 +01:00
"shasum": ""
},
"require": {
2024-12-06 16:31:18 +01:00
"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"
},
"provide": {
"psr/http-client-implementation": "1.0"
},
"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"
},
"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"
2024-11-14 13:38:57 +01:00
},
"type": "library",
"extra": {
2024-12-06 16:31:18 +01:00
"bamarni-bin": {
"bin-links": true,
"forward-command": false
2024-11-14 13:38:57 +01:00
}
},
"autoload": {
2024-12-06 16:31:18 +01:00
"files": [
"src/functions_include.php"
],
2024-11-14 13:38:57 +01:00
"psr-4": {
2024-12-06 16:31:18 +01:00
"GuzzleHttp\\": "src/"
2024-11-14 13:38:57 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2024-12-06 16:31:18 +01:00
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "Jeremy Lindblom",
"email": "jeremeamia@gmail.com",
"homepage": "https://github.com/jeremeamia"
},
{
"name": "George Mponos",
"email": "gmponos@gmail.com",
"homepage": "https://github.com/gmponos"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://github.com/sagikazarmark"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
2024-11-14 13:38:57 +01:00
}
],
2024-12-06 16:31:18 +01:00
"description": "Guzzle is a PHP HTTP client library",
2024-11-14 13:38:57 +01:00
"keywords": [
2024-12-06 16:31:18 +01:00
"client",
"curl",
"framework",
"http",
"http client",
"psr-18",
"psr-7",
"rest",
"web service"
2024-11-14 13:38:57 +01:00
],
"support": {
2024-12-06 16:31:18 +01:00
"issues": "https://github.com/guzzle/guzzle/issues",
"source": "https://github.com/guzzle/guzzle/tree/7.9.2"
2024-11-14 13:38:57 +01:00
},
2024-12-06 16:31:18 +01:00
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
"type": "tidelift"
}
],
"time": "2024-07-24T11:22:20+00:00"
2024-11-14 13:38:57 +01:00
},
{
2024-12-06 16:31:18 +01:00
"name": "guzzlehttp/promises",
"version": "2.0.4",
2024-11-14 13:38:57 +01:00
"source": {
"type": "git",
2024-12-06 16:31:18 +01:00
"url": "https://github.com/guzzle/promises.git",
"reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455"
2024-11-14 13:38:57 +01:00
},
"dist": {
"type": "zip",
2024-12-06 16:31:18 +01:00
"url": "https://api.github.com/repos/guzzle/promises/zipball/f9c436286ab2892c7db7be8c8da4ef61ccf7b455",
"reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455",
2024-11-14 13:38:57 +01:00
"shasum": ""
},
"require": {
2024-12-06 16:31:18 +01:00
"php": "^7.2.5 || ^8.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.2",
"phpunit/phpunit": "^8.5.39 || ^9.6.20"
2024-11-14 13:38:57 +01:00
},
"type": "library",
"extra": {
2024-12-06 16:31:18 +01:00
"bamarni-bin": {
"bin-links": true,
"forward-command": false
2024-11-14 13:38:57 +01:00
}
},
"autoload": {
"psr-4": {
2024-12-06 16:31:18 +01:00
"GuzzleHttp\\Promise\\": "src/"
2024-11-14 13:38:57 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2024-12-06 16:31:18 +01:00
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
2024-11-14 13:38:57 +01:00
}
],
2024-12-06 16:31:18 +01:00
"description": "Guzzle promises library",
2024-11-14 13:38:57 +01:00
"keywords": [
2024-12-06 16:31:18 +01:00
"promise"
2024-11-14 13:38:57 +01:00
],
"support": {
2024-12-06 16:31:18 +01:00
"issues": "https://github.com/guzzle/promises/issues",
"source": "https://github.com/guzzle/promises/tree/2.0.4"
2024-11-14 13:38:57 +01:00
},
2024-12-06 16:31:18 +01: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": "2024-10-17T10:06:22+00:00"
2024-11-14 13:38:57 +01:00
},
{
2024-12-06 16:31:18 +01:00
"name": "guzzlehttp/psr7",
"version": "2.7.0",
2024-11-14 13:38:57 +01:00
"source": {
"type": "git",
2024-12-06 16:31:18 +01:00
"url": "https://github.com/guzzle/psr7.git",
"reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201"
2024-11-14 13:38:57 +01:00
},
"dist": {
"type": "zip",
2024-12-06 16:31:18 +01:00
"url": "https://api.github.com/repos/guzzle/psr7/zipball/a70f5c95fb43bc83f07c9c948baa0dc1829bf201",
"reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201",
2024-11-14 13:38:57 +01:00
"shasum": ""
},
"require": {
2024-12-06 16:31:18 +01:00
"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"
},
"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"
2024-11-14 13:38:57 +01:00
},
"type": "library",
"extra": {
2024-12-06 16:31:18 +01:00
"bamarni-bin": {
"bin-links": true,
"forward-command": false
2024-11-14 13:38:57 +01:00
}
},
"autoload": {
"psr-4": {
2024-12-06 16:31:18 +01:00
"GuzzleHttp\\Psr7\\": "src/"
2024-11-14 13:38:57 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2024-12-06 16:31:18 +01:00
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "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"
2024-11-14 13:38:57 +01:00
}
],
2024-12-06 16:31:18 +01:00
"description": "PSR-7 message implementation that also provides common utility methods",
2024-11-14 13:38:57 +01:00
"keywords": [
2024-12-06 16:31:18 +01:00
"http",
"message",
"psr-7",
"request",
"response",
"stream",
"uri",
"url"
2024-11-14 13:38:57 +01:00
],
"support": {
2024-12-06 16:31:18 +01:00
"issues": "https://github.com/guzzle/psr7/issues",
"source": "https://github.com/guzzle/psr7/tree/2.7.0"
2024-11-14 13:38:57 +01:00
},
2024-12-06 16:31:18 +01: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": "2024-07-18T11:15:46+00:00"
2024-11-14 13:38:57 +01:00
},
{
2024-12-06 16:31:18 +01:00
"name": "knpuniversity/oauth2-client-bundle",
"version": "v2.18.3",
2024-11-14 13:38:57 +01:00
"source": {
"type": "git",
2024-12-06 16:31:18 +01:00
"url": "https://github.com/knpuniversity/oauth2-client-bundle.git",
"reference": "c38ca88a70aae3694ca346a41b13b9a8f6e33ed4"
2024-11-14 13:38:57 +01:00
},
"dist": {
"type": "zip",
2024-12-06 16:31:18 +01:00
"url": "https://api.github.com/repos/knpuniversity/oauth2-client-bundle/zipball/c38ca88a70aae3694ca346a41b13b9a8f6e33ed4",
"reference": "c38ca88a70aae3694ca346a41b13b9a8f6e33ed4",
2024-11-14 13:38:57 +01:00
"shasum": ""
},
"require": {
2024-12-06 16:31:18 +01:00
"league/oauth2-client": "^2.0",
"php": ">=8.1",
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
"symfony/framework-bundle": "^5.4|^6.0|^7.0",
"symfony/http-foundation": "^5.4|^6.0|^7.0",
"symfony/routing": "^5.4|^6.0|^7.0"
2024-11-14 13:38:57 +01:00
},
2024-12-06 16:31:18 +01:00
"require-dev": {
"league/oauth2-facebook": "^1.1|^2.0",
"symfony/phpunit-bridge": "^5.4|^6.0|^7.0",
"symfony/security-guard": "^5.4",
"symfony/yaml": "^5.4|^6.0|^7.0"
},
"suggest": {
"symfony/security-guard": "For integration with Symfony's Guard Security layer"
2024-11-14 13:38:57 +01:00
},
2024-12-06 16:31:18 +01:00
"type": "symfony-bundle",
2024-11-14 13:38:57 +01:00
"autoload": {
"psr-4": {
2024-12-06 16:31:18 +01:00
"KnpU\\OAuth2ClientBundle\\": "src/"
2024-11-14 13:38:57 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2024-12-06 16:31:18 +01:00
"name": "Ryan Weaver",
"email": "ryan@symfonycasts.com"
2024-11-14 13:38:57 +01:00
}
],
2024-12-06 16:31:18 +01:00
"description": "Integration with league/oauth2-client to provide services",
"homepage": "https://symfonycasts.com",
2024-11-14 13:38:57 +01:00
"keywords": [
2024-12-06 16:31:18 +01:00
"oauth",
"oauth2"
2024-11-14 13:38:57 +01:00
],
"support": {
2024-12-06 16:31:18 +01:00
"issues": "https://github.com/knpuniversity/oauth2-client-bundle/issues",
"source": "https://github.com/knpuniversity/oauth2-client-bundle/tree/v2.18.3"
2024-11-14 13:38:57 +01:00
},
2024-12-06 16:31:18 +01:00
"time": "2024-10-02T14:26:09+00:00"
2024-11-14 13:38:57 +01:00
},
{
2024-12-06 16:31:18 +01:00
"name": "league/oauth2-client",
"version": "2.7.0",
"source": {
"type": "git",
2024-12-06 16:31:18 +01:00
"url": "https://github.com/thephpleague/oauth2-client.git",
"reference": "160d6274b03562ebeb55ed18399281d8118b76c8"
},
"dist": {
"type": "zip",
2024-12-06 16:31:18 +01:00
"url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/160d6274b03562ebeb55ed18399281d8118b76c8",
"reference": "160d6274b03562ebeb55ed18399281d8118b76c8",
"shasum": ""
},
2024-12-06 16:31:18 +01:00
"require": {
"guzzlehttp/guzzle": "^6.0 || ^7.0",
"paragonie/random_compat": "^1 || ^2 || ^9.99",
"php": "^5.6 || ^7.0 || ^8.0"
},
"require-dev": {
"mockery/mockery": "^1.3.5",
"php-parallel-lint/php-parallel-lint": "^1.3.1",
"phpunit/phpunit": "^5.7 || ^6.0 || ^9.5",
"squizlabs/php_codesniffer": "^2.3 || ^3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-2.x": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"League\\OAuth2\\Client\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2024-12-06 16:31:18 +01:00
"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": {
2024-12-06 16:31:18 +01:00
"issues": "https://github.com/thephpleague/oauth2-client/issues",
"source": "https://github.com/thephpleague/oauth2-client/tree/2.7.0"
},
2024-12-06 16:31:18 +01:00
"time": "2023-04-16T18:19:15+00:00"
},
{
2024-12-06 16:31:18 +01:00
"name": "paragonie/random_compat",
"version": "v9.99.100",
"source": {
"type": "git",
2024-12-06 16:31:18 +01:00
"url": "https://github.com/paragonie/random_compat.git",
"reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
},
"dist": {
"type": "zip",
2024-12-06 16:31:18 +01:00
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
"reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
"shasum": ""
},
"require": {
2024-12-06 16:31:18 +01:00
"php": ">= 7"
},
"require-dev": {
2024-12-06 16:31:18 +01:00
"phpunit/phpunit": "4.*|5.*",
"vimeo/psalm": "^1"
},
2024-12-06 16:31:18 +01:00
"suggest": {
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
},
2024-12-06 16:31:18 +01:00
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2024-12-06 16:31:18 +01:00
"name": "Paragon Initiative Enterprises",
"email": "security@paragonie.com",
"homepage": "https://paragonie.com"
}
],
2024-12-06 16:31:18 +01:00
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
"keywords": [
"csprng",
"polyfill",
"pseudorandom",
"random"
],
"support": {
2024-12-06 16:31:18 +01:00
"email": "info@paragonie.com",
"issues": "https://github.com/paragonie/random_compat/issues",
"source": "https://github.com/paragonie/random_compat"
},
2024-12-06 16:31:18 +01:00
"time": "2020-10-15T08:29:30+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/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": "symfony/apache-pack",
"version": "v1.0.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/apache-pack.git",
"reference": "3aa5818d73ad2551281fc58a75afd9ca82622e6c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/apache-pack/zipball/3aa5818d73ad2551281fc58a75afd9ca82622e6c",
"reference": "3aa5818d73ad2551281fc58a75afd9ca82622e6c",
"shasum": ""
},
"type": "symfony-pack",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A pack for Apache support in Symfony",
"support": {
"issues": "https://github.com/symfony/apache-pack/issues",
"source": "https://github.com/symfony/apache-pack/tree/master"
},
"time": "2017-12-12T01:46:35+00:00"
},
{
"name": "symfony/asset-mapper",
"version": "v7.1.9",
"source": {
"type": "git",
"url": "https://github.com/symfony/asset-mapper.git",
"reference": "bb1c2f5f394c84ce5b1ac8c94d0ac213ae3ce5f8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/asset-mapper/zipball/bb1c2f5f394c84ce5b1ac8c94d0ac213ae3ce5f8",
"reference": "bb1c2f5f394c84ce5b1ac8c94d0ac213ae3ce5f8",
"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"
},
"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/web-link": "^6.4|^7.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\AssetMapper\\": ""
},
"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": "Maps directories of assets & makes them available in a public directory with versioned filenames.",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/asset-mapper/tree/v7.1.9"
},
"funding": [
{
"url": "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-11-20T11:08:58+00:00"
},
{
"name": "symfony/cache",
"version": "v7.1.7",
"source": {
"type": "git",
"url": "https://github.com/symfony/cache.git",
"reference": "23b61c9592ee72233c31625f0ae805dd1571e928"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/cache/zipball/23b61c9592ee72233c31625f0ae805dd1571e928",
"reference": "23b61c9592ee72233c31625f0ae805dd1571e928",
"shasum": ""
},
"require": {
"php": ">=8.2",
"psr/cache": "^2.0|^3.0",
"psr/log": "^1.1|^2|^3",
"symfony/cache-contracts": "^2.5|^3",
"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"
},
"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/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"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Cache\\": ""
},
"classmap": [
"Traits/ValueWrapper.php"
],
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides extended PSR-6, PSR-16 (and tags) implementations",
"homepage": "https://symfony.com",
"keywords": [
"caching",
"psr6"
],
"support": {
"source": "https://github.com/symfony/cache/tree/v7.1.7"
},
"funding": [
{
"url": "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-11-05T15:34:55+00:00"
},
{
"name": "symfony/cache-contracts",
"version": "v3.5.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/cache-contracts.git",
"reference": "df6a1a44c890faded49a5fca33c2d5c5fd3c2197"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/cache-contracts/zipball/df6a1a44c890faded49a5fca33c2d5c5fd3c2197",
"reference": "df6a1a44c890faded49a5fca33c2d5c5fd3c2197",
"shasum": ""
},
"require": {
"php": ">=8.1",
"psr/cache": "^3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.5-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Cache\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to caching",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"support": {
"source": "https://github.com/symfony/cache-contracts/tree/v3.5.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-04-18T09:32:20+00:00"
},
{
"name": "symfony/clock",
"version": "v7.1.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/clock.git",
"reference": "97bebc53548684c17ed696bc8af016880f0f098d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/clock/zipball/97bebc53548684c17ed696bc8af016880f0f098d",
"reference": "97bebc53548684c17ed696bc8af016880f0f098d",
"shasum": ""
},
"require": {
"php": ">=8.2",
"psr/clock": "^1.0",
"symfony/polyfill-php83": "^1.28"
},
"provide": {
"psr/clock-implementation": "1.0"
},
"type": "library",
"autoload": {
"files": [
"Resources/now.php"
],
"psr-4": {
"Symfony\\Component\\Clock\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Decouples applications from the system clock",
"homepage": "https://symfony.com",
"keywords": [
"clock",
"psr20",
"time"
],
"support": {
"source": "https://github.com/symfony/clock/tree/v7.1.6"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-09-25T14:20:29+00:00"
},
{
"name": "symfony/config",
"version": "v7.1.7",
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
"reference": "dc373a5cbd345354696f5dfd39c5c7a8ea23f4c8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/dc373a5cbd345354696f5dfd39c5c7a8ea23f4c8",
"reference": "dc373a5cbd345354696f5dfd39c5c7a8ea23f4c8",
"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"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Config\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/config/tree/v7.1.7"
},
"funding": [
{
"url": "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-11-04T11:34:07+00:00"
},
{
"name": "symfony/console",
"version": "v7.1.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "ff04e5b5ba043d2badfb308197b9e6b42883fcd5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/ff04e5b5ba043d2badfb308197b9e6b42883fcd5",
"reference": "ff04e5b5ba043d2badfb308197b9e6b42883fcd5",
"shasum": ""
},
"require": {
"php": ">=8.2",
"symfony/polyfill-mbstring": "~1.0",
"symfony/service-contracts": "^2.5|^3",
"symfony/string": "^6.4|^7.0"
},
"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"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Console\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Eases the creation of beautiful and testable command line interfaces",
"homepage": "https://symfony.com",
"keywords": [
"cli",
"command-line",
"console",
"terminal"
],
"support": {
"source": "https://github.com/symfony/console/tree/v7.1.8"
},
"funding": [
{
"url": "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-11-06T14:23:19+00:00"
},
{
"name": "symfony/dependency-injection",
"version": "v7.1.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
"reference": "e4d13f0f394f4d02a041ff76acd31c5a20a5f70b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/e4d13f0f394f4d02a041ff76acd31c5a20a5f70b",
"reference": "e4d13f0f394f4d02a041ff76acd31c5a20a5f70b",
"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|^7.0"
},
"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"
},
"require-dev": {
"symfony/config": "^6.4|^7.0",
"symfony/expression-language": "^6.4|^7.0",
"symfony/yaml": "^6.4|^7.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\DependencyInjection\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Allows you to standardize and centralize the way objects are constructed in your application",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/dependency-injection/tree/v7.1.8"
},
"funding": [
{
"url": "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-11-09T09:16:45+00:00"
},
{
"name": "symfony/deprecation-contracts",
"version": "v3.5.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
"reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
"reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
"shasum": ""
},
"require": {
"php": ">=8.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.5-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"files": [
"function.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.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-04-18T09:32:20+00:00"
},
{
"name": "symfony/dotenv",
"version": "v7.1.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/dotenv.git",
"reference": "56a10f3032a6c2f085b13bc429e9d78a2c895dc4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dotenv/zipball/56a10f3032a6c2f085b13bc429e9d78a2c895dc4",
"reference": "56a10f3032a6c2f085b13bc429e9d78a2c895dc4",
"shasum": ""
},
"require": {
"php": ">=8.2"
},
"conflict": {
"symfony/console": "<6.4",
"symfony/process": "<6.4"
},
"require-dev": {
"symfony/console": "^6.4|^7.0",
"symfony/process": "^6.4|^7.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Dotenv\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Registers environment variables from a .env file",
"homepage": "https://symfony.com",
"keywords": [
"dotenv",
"env",
"environment"
],
"support": {
"source": "https://github.com/symfony/dotenv/tree/v7.1.6"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-12-06 16:31:18 +01:00
"time": "2024-09-28T11:14:12+00:00"
},
2024-11-14 13:38:57 +01:00
{
2024-12-06 16:31:18 +01:00
"name": "symfony/error-handler",
2024-11-14 13:38:57 +01:00
"version": "v7.1.7",
"source": {
"type": "git",
2024-12-06 16:31:18 +01:00
"url": "https://github.com/symfony/error-handler.git",
"reference": "010e44661f4c6babaf8c4862fe68c24a53903342"
2024-11-14 13:38:57 +01:00
},
"dist": {
"type": "zip",
2024-12-06 16:31:18 +01:00
"url": "https://api.github.com/repos/symfony/error-handler/zipball/010e44661f4c6babaf8c4862fe68c24a53903342",
"reference": "010e44661f4c6babaf8c4862fe68c24a53903342",
2024-11-14 13:38:57 +01:00
"shasum": ""
},
"require": {
"php": ">=8.2",
2024-12-06 16:31:18 +01:00
"psr/log": "^1|^2|^3",
"symfony/var-dumper": "^6.4|^7.0"
2024-11-14 13:38:57 +01:00
},
"conflict": {
2024-12-06 16:31:18 +01:00
"symfony/deprecation-contracts": "<2.5",
"symfony/http-kernel": "<6.4"
2024-11-14 13:38:57 +01:00
},
"require-dev": {
2024-12-06 16:31:18 +01:00
"symfony/deprecation-contracts": "^2.5|^3",
2024-11-14 13:38:57 +01:00
"symfony/http-kernel": "^6.4|^7.0",
2024-12-06 16:31:18 +01:00
"symfony/serializer": "^6.4|^7.0"
2024-11-14 13:38:57 +01:00
},
2024-12-06 16:31:18 +01:00
"bin": [
"Resources/bin/patch-type-declarations"
],
2024-11-14 13:38:57 +01:00
"type": "library",
"autoload": {
"psr-4": {
2024-12-06 16:31:18 +01:00
"Symfony\\Component\\ErrorHandler\\": ""
2024-11-14 13:38:57 +01:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2024-12-06 16:31:18 +01:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2024-11-14 13:38:57 +01:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2024-12-06 16:31:18 +01:00
"description": "Provides tools to manage errors and ease debugging PHP code",
2024-11-14 13:38:57 +01:00
"homepage": "https://symfony.com",
"support": {
2024-12-06 16:31:18 +01:00
"source": "https://github.com/symfony/error-handler/tree/v7.1.7"
2024-11-14 13:38:57 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-11-05T15:34:55+00:00"
},
{
2024-12-06 16:31:18 +01:00
"name": "symfony/event-dispatcher",
"version": "v7.1.6",
2024-11-14 13:38:57 +01:00
"source": {
"type": "git",
2024-12-06 16:31:18 +01:00
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "87254c78dd50721cfd015b62277a8281c5589702"
2024-11-14 13:38:57 +01:00
},
"dist": {
"type": "zip",
2024-12-06 16:31:18 +01:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/87254c78dd50721cfd015b62277a8281c5589702",
"reference": "87254c78dd50721cfd015b62277a8281c5589702",
2024-11-14 13:38:57 +01:00
"shasum": ""
},
"require": {
2024-12-06 16:31:18 +01:00
"php": ">=8.2",
"symfony/event-dispatcher-contracts": "^2.5|^3"
2024-11-14 13:38:57 +01:00
},
2024-12-06 16:31:18 +01:00
"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"
},
"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"
2024-11-14 13:38:57 +01:00
},
2024-12-06 16:31:18 +01:00
"type": "library",
2024-11-14 13:38:57 +01:00
"autoload": {
"psr-4": {
2024-12-06 16:31:18 +01:00
"Symfony\\Component\\EventDispatcher\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2024-11-14 13:38:57 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2024-12-06 16:31:18 +01:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2024-11-14 13:38:57 +01:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2024-12-06 16:31:18 +01:00
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
2024-11-14 13:38:57 +01:00
"homepage": "https://symfony.com",
"support": {
2024-12-06 16:31:18 +01:00
"source": "https://github.com/symfony/event-dispatcher/tree/v7.1.6"
2024-11-14 13:38:57 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-12-06 16:31:18 +01:00
"time": "2024-09-25T14:20:29+00:00"
2024-11-14 13:38:57 +01:00
},
{
2024-12-06 16:31:18 +01:00
"name": "symfony/event-dispatcher-contracts",
"version": "v3.5.0",
2024-11-14 13:38:57 +01:00
"source": {
"type": "git",
2024-12-06 16:31:18 +01:00
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
"reference": "8f93aec25d41b72493c6ddff14e916177c9efc50"
2024-11-14 13:38:57 +01:00
},
"dist": {
"type": "zip",
2024-12-06 16:31:18 +01:00
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/8f93aec25d41b72493c6ddff14e916177c9efc50",
"reference": "8f93aec25d41b72493c6ddff14e916177c9efc50",
2024-11-14 13:38:57 +01:00
"shasum": ""
},
"require": {
2024-12-06 16:31:18 +01:00
"php": ">=8.1",
"psr/event-dispatcher": "^1"
2024-11-14 13:38:57 +01:00
},
"type": "library",
2024-12-06 16:31:18 +01:00
"extra": {
"branch-alias": {
"dev-main": "3.5-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
2024-11-14 13:38:57 +01:00
"autoload": {
"psr-4": {
2024-12-06 16:31:18 +01:00
"Symfony\\Contracts\\EventDispatcher\\": ""
}
2024-11-14 13:38:57 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2024-12-06 16:31:18 +01:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2024-11-14 13:38:57 +01:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2024-12-06 16:31:18 +01:00
"description": "Generic abstractions related to dispatching event",
2024-11-14 13:38:57 +01:00
"homepage": "https://symfony.com",
2024-12-06 16:31:18 +01:00
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2024-11-14 13:38:57 +01:00
"support": {
2024-12-06 16:31:18 +01:00
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.0"
2024-11-14 13:38:57 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-12-06 16:31:18 +01:00
"time": "2024-04-18T09:32:20+00:00"
2024-11-14 13:38:57 +01:00
},
{
2024-12-06 16:31:18 +01:00
"name": "symfony/filesystem",
"version": "v7.1.6",
2024-11-14 13:38:57 +01:00
"source": {
"type": "git",
2024-12-06 16:31:18 +01:00
"url": "https://github.com/symfony/filesystem.git",
"reference": "c835867b3c62bb05c7fe3d637c871c7ae52024d4"
2024-11-14 13:38:57 +01:00
},
"dist": {
"type": "zip",
2024-12-06 16:31:18 +01:00
"url": "https://api.github.com/repos/symfony/filesystem/zipball/c835867b3c62bb05c7fe3d637c871c7ae52024d4",
"reference": "c835867b3c62bb05c7fe3d637c871c7ae52024d4",
2024-11-14 13:38:57 +01:00
"shasum": ""
},
"require": {
"php": ">=8.2",
2024-12-06 16:31:18 +01:00
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.8"
2024-11-14 13:38:57 +01:00
},
"require-dev": {
2024-12-06 16:31:18 +01:00
"symfony/process": "^6.4|^7.0"
2024-11-14 13:38:57 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
2024-12-06 16:31:18 +01:00
"Symfony\\Component\\Filesystem\\": ""
2024-11-14 13:38:57 +01:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2024-12-06 16:31:18 +01:00
"description": "Provides basic utilities for the filesystem",
2024-11-14 13:38:57 +01:00
"homepage": "https://symfony.com",
"support": {
2024-12-06 16:31:18 +01:00
"source": "https://github.com/symfony/filesystem/tree/v7.1.6"
2024-11-14 13:38:57 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-12-06 16:31:18 +01:00
"time": "2024-10-25T15:11:02+00:00"
2024-11-14 13:38:57 +01:00
},
{
2024-12-06 16:31:18 +01:00
"name": "symfony/finder",
"version": "v7.1.6",
2024-11-14 13:38:57 +01:00
"source": {
"type": "git",
2024-12-06 16:31:18 +01:00
"url": "https://github.com/symfony/finder.git",
"reference": "2cb89664897be33f78c65d3d2845954c8d7a43b8"
2024-11-14 13:38:57 +01:00
},
"dist": {
"type": "zip",
2024-12-06 16:31:18 +01:00
"url": "https://api.github.com/repos/symfony/finder/zipball/2cb89664897be33f78c65d3d2845954c8d7a43b8",
"reference": "2cb89664897be33f78c65d3d2845954c8d7a43b8",
2024-11-14 13:38:57 +01:00
"shasum": ""
},
"require": {
2024-12-06 16:31:18 +01:00
"php": ">=8.2"
2024-11-14 13:38:57 +01:00
},
"require-dev": {
2024-12-06 16:31:18 +01:00
"symfony/filesystem": "^6.4|^7.0"
2024-11-14 13:38:57 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
2024-12-06 16:31:18 +01:00
"Symfony\\Component\\Finder\\": ""
2024-11-14 13:38:57 +01:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2024-12-06 16:31:18 +01:00
"description": "Finds files and directories via an intuitive fluent interface",
2024-11-14 13:38:57 +01:00
"homepage": "https://symfony.com",
"support": {
2024-12-06 16:31:18 +01:00
"source": "https://github.com/symfony/finder/tree/v7.1.6"
2024-11-14 13:38:57 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-12-06 16:31:18 +01:00
"time": "2024-10-01T08:31:23+00:00"
2024-11-14 13:38:57 +01:00
},
{
2024-12-06 16:31:18 +01:00
"name": "symfony/flex",
"version": "v2.4.7",
2024-11-14 13:38:57 +01:00
"source": {
"type": "git",
2024-12-06 16:31:18 +01:00
"url": "https://github.com/symfony/flex.git",
"reference": "92f4fba342161ff36072bd3b8e0b3c6c23160402"
2024-11-14 13:38:57 +01:00
},
"dist": {
"type": "zip",
2024-12-06 16:31:18 +01:00
"url": "https://api.github.com/repos/symfony/flex/zipball/92f4fba342161ff36072bd3b8e0b3c6c23160402",
"reference": "92f4fba342161ff36072bd3b8e0b3c6c23160402",
2024-11-14 13:38:57 +01:00
"shasum": ""
},
"require": {
2024-12-06 16:31:18 +01:00
"composer-plugin-api": "^2.1",
"php": ">=8.0"
2024-11-14 13:38:57 +01:00
},
2024-12-06 16:31:18 +01:00
"conflict": {
"composer/semver": "<1.7.2"
},
"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"
},
"type": "composer-plugin",
2024-11-14 13:38:57 +01:00
"extra": {
2024-12-06 16:31:18 +01:00
"class": "Symfony\\Flex\\Flex"
2024-11-14 13:38:57 +01:00
},
"autoload": {
2024-12-06 16:31:18 +01:00
"psr-4": {
"Symfony\\Flex\\": "src"
}
2024-11-14 13:38:57 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2024-12-06 16:31:18 +01:00
"name": "Fabien Potencier",
"email": "fabien.potencier@gmail.com"
2024-11-14 13:38:57 +01:00
}
],
2024-12-06 16:31:18 +01:00
"description": "Composer plugin for Symfony",
2024-11-14 13:38:57 +01:00
"support": {
2024-12-06 16:31:18 +01:00
"issues": "https://github.com/symfony/flex/issues",
"source": "https://github.com/symfony/flex/tree/v2.4.7"
2024-11-14 13:38:57 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-12-06 16:31:18 +01:00
"time": "2024-10-07T08:51:54+00:00"
2024-11-14 13:38:57 +01:00
},
{
2024-12-06 16:31:18 +01:00
"name": "symfony/form",
2024-11-14 13:38:57 +01:00
"version": "v7.1.6",
"source": {
"type": "git",
2024-12-06 16:31:18 +01:00
"url": "https://github.com/symfony/form.git",
"reference": "7a48dda96fe16711fc042df38ca1a7dd4d9d6387"
2024-11-14 13:38:57 +01:00
},
"dist": {
"type": "zip",
2024-12-06 16:31:18 +01:00
"url": "https://api.github.com/repos/symfony/form/zipball/7a48dda96fe16711fc042df38ca1a7dd4d9d6387",
"reference": "7a48dda96fe16711fc042df38ca1a7dd4d9d6387",
2024-11-14 13:38:57 +01:00
"shasum": ""
},
"require": {
2024-12-06 16:31:18 +01:00
"php": ">=8.2",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/event-dispatcher": "^6.4|^7.0",
"symfony/options-resolver": "^6.4|^7.0",
"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"
2024-11-14 13:38:57 +01:00
},
"conflict": {
"symfony/console": "<6.4",
2024-12-06 16:31:18 +01:00
"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"
2024-11-14 13:38:57 +01:00
},
"require-dev": {
2024-12-06 16:31:18 +01:00
"doctrine/collections": "^1.0|^2.0",
"symfony/config": "^6.4|^7.0",
2024-11-14 13:38:57 +01:00
"symfony/console": "^6.4|^7.0",
2024-12-06 16:31:18 +01:00
"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"
2024-11-14 13:38:57 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
2024-12-06 16:31:18 +01:00
"Symfony\\Component\\Form\\": ""
2024-11-14 13:38:57 +01:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2024-12-06 16:31:18 +01:00
"description": "Allows to easily create, process and reuse HTML forms",
2024-11-14 13:38:57 +01:00
"homepage": "https://symfony.com",
"support": {
2024-12-06 16:31:18 +01:00
"source": "https://github.com/symfony/form/tree/v7.1.6"
2024-11-14 13:38:57 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-12-06 16:31:18 +01:00
"time": "2024-10-09T08:46:59+00:00"
2024-11-14 13:38:57 +01:00
},
{
2024-12-06 16:31:18 +01:00
"name": "symfony/framework-bundle",
"version": "v7.1.6",
2024-11-14 13:38:57 +01:00
"source": {
"type": "git",
2024-12-06 16:31:18 +01:00
"url": "https://github.com/symfony/framework-bundle.git",
"reference": "1d616d762905091e798d64c53ffe3840ccfc3d89"
2024-11-14 13:38:57 +01:00
},
"dist": {
"type": "zip",
2024-12-06 16:31:18 +01:00
"url": "https://api.github.com/repos/symfony/framework-bundle/zipball/1d616d762905091e798d64c53ffe3840ccfc3d89",
"reference": "1d616d762905091e798d64c53ffe3840ccfc3d89",
2024-11-14 13:38:57 +01:00
"shasum": ""
},
"require": {
2024-12-06 16:31:18 +01:00
"composer-runtime-api": ">=2.1",
"ext-xml": "*",
2024-11-14 13:38:57 +01:00
"php": ">=8.2",
2024-12-06 16:31:18 +01:00
"symfony/cache": "^6.4|^7.0",
"symfony/config": "^6.4|^7.0",
"symfony/dependency-injection": "^7.1.5",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/error-handler": "^6.4|^7.0",
"symfony/event-dispatcher": "^6.4|^7.0",
"symfony/filesystem": "^7.1",
"symfony/finder": "^6.4|^7.0",
"symfony/http-foundation": "^6.4|^7.0",
"symfony/http-kernel": "^6.4|^7.0",
"symfony/polyfill-mbstring": "~1.0",
"symfony/routing": "^6.4|^7.0"
2024-11-14 13:38:57 +01:00
},
"conflict": {
2024-12-06 16:31:18 +01:00
"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/lock": "<6.4",
"symfony/mailer": "<6.4",
"symfony/messenger": "<6.4",
"symfony/mime": "<6.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": "<6.4",
"symfony/serializer": "<6.4",
"symfony/stopwatch": "<6.4",
"symfony/translation": "<6.4",
"symfony/twig-bridge": "<6.4",
"symfony/twig-bundle": "<6.4",
"symfony/validator": "<6.4",
"symfony/web-profiler-bundle": "<6.4",
"symfony/workflow": "<6.4"
2024-11-14 13:38:57 +01:00
},
"require-dev": {
2024-12-06 16:31:18 +01:00
"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/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/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": "^6.4|^7.0",
"symfony/stopwatch": "^6.4|^7.0",
"symfony/string": "^6.4|^7.0",
"symfony/translation": "^6.4|^7.0",
"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/workflow": "^6.4|^7.0",
"symfony/yaml": "^6.4|^7.0",
"twig/twig": "^3.0.4"
2024-11-14 13:38:57 +01:00
},
2024-12-06 16:31:18 +01:00
"type": "symfony-bundle",
2024-11-14 13:38:57 +01:00
"autoload": {
"psr-4": {
2024-12-06 16:31:18 +01:00
"Symfony\\Bundle\\FrameworkBundle\\": ""
2024-11-14 13:38:57 +01:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2024-12-06 16:31:18 +01:00
"description": "Provides a tight integration between Symfony components and the Symfony full-stack framework",
2024-11-14 13:38:57 +01:00
"homepage": "https://symfony.com",
"support": {
2024-12-06 16:31:18 +01:00
"source": "https://github.com/symfony/framework-bundle/tree/v7.1.6"
2024-11-14 13:38:57 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-12-06 16:31:18 +01:00
"time": "2024-10-25T15:11:02+00:00"
2024-11-14 13:38:57 +01:00
},
{
2024-12-06 16:31:18 +01:00
"name": "symfony/http-client",
"version": "v7.1.9",
2024-11-14 13:38:57 +01:00
"source": {
"type": "git",
2024-12-06 16:31:18 +01:00
"url": "https://github.com/symfony/http-client.git",
"reference": "2ec49720a38a8041673ba4c42512bfd845218c56"
2024-11-14 13:38:57 +01:00
},
"dist": {
"type": "zip",
2024-12-06 16:31:18 +01:00
"url": "https://api.github.com/repos/symfony/http-client/zipball/2ec49720a38a8041673ba4c42512bfd845218c56",
"reference": "2ec49720a38a8041673ba4c42512bfd845218c56",
2024-11-14 13:38:57 +01:00
"shasum": ""
},
"require": {
"php": ">=8.2",
2024-12-06 16:31:18 +01:00
"psr/log": "^1|^2|^3",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/http-client-contracts": "~3.4.3|^3.5.1",
"symfony/service-contracts": "^2.5|^3"
2024-11-14 13:38:57 +01:00
},
"conflict": {
2024-12-06 16:31:18 +01:00
"php-http/discovery": "<1.15",
"symfony/http-foundation": "<6.4"
2024-11-14 13:38:57 +01:00
},
"provide": {
2024-12-06 16:31:18 +01:00
"php-http/async-client-implementation": "*",
"php-http/client-implementation": "*",
"psr/http-client-implementation": "1.0",
"symfony/http-client-implementation": "3.0"
2024-11-14 13:38:57 +01:00
},
"require-dev": {
2024-12-06 16:31:18 +01:00
"amphp/amp": "^2.5",
"amphp/http-client": "^4.2.1",
"amphp/http-tunnel": "^1.0",
"amphp/socket": "^1.1",
"guzzlehttp/promises": "^1.4|^2.0",
"nyholm/psr7": "^1.0",
"php-http/httplug": "^1.0|^2.0",
"psr/http-client": "^1.0",
2024-11-14 13:38:57 +01:00
"symfony/dependency-injection": "^6.4|^7.0",
2024-12-06 16:31:18 +01:00
"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",
2024-11-14 13:38:57 +01:00
"symfony/stopwatch": "^6.4|^7.0"
},
"type": "library",
"autoload": {
"psr-4": {
2024-12-06 16:31:18 +01:00
"Symfony\\Component\\HttpClient\\": ""
2024-11-14 13:38:57 +01:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2024-12-06 16:31:18 +01:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2024-11-14 13:38:57 +01:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2024-12-06 16:31:18 +01:00
"description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
2024-11-14 13:38:57 +01:00
"homepage": "https://symfony.com",
2024-12-06 16:31:18 +01:00
"keywords": [
"http"
],
2024-11-14 13:38:57 +01:00
"support": {
2024-12-06 16:31:18 +01:00
"source": "https://github.com/symfony/http-client/tree/v7.1.9"
2024-11-14 13:38:57 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-12-06 16:31:18 +01:00
"time": "2024-11-27T11:52:45+00:00"
2024-11-14 13:38:57 +01:00
},
{
2024-12-06 16:31:18 +01:00
"name": "symfony/http-client-contracts",
"version": "v3.5.1",
2024-11-14 13:38:57 +01:00
"source": {
"type": "git",
2024-12-06 16:31:18 +01:00
"url": "https://github.com/symfony/http-client-contracts.git",
"reference": "c2f3ad828596624ca39ea40f83617ef51ca8bbf9"
2024-11-14 13:38:57 +01:00
},
"dist": {
"type": "zip",
2024-12-06 16:31:18 +01:00
"url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/c2f3ad828596624ca39ea40f83617ef51ca8bbf9",
"reference": "c2f3ad828596624ca39ea40f83617ef51ca8bbf9",
2024-11-14 13:38:57 +01:00
"shasum": ""
},
"require": {
2024-12-06 16:31:18 +01:00
"php": ">=8.1"
2024-11-14 13:38:57 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.5-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
2024-12-06 16:31:18 +01:00
"Symfony\\Contracts\\HttpClient\\": ""
},
"exclude-from-classmap": [
"/Test/"
]
2024-11-14 13:38:57 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2024-12-06 16:31:18 +01:00
"description": "Generic abstractions related to HTTP clients",
2024-11-14 13:38:57 +01:00
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"support": {
2024-12-06 16:31:18 +01:00
"source": "https://github.com/symfony/http-client-contracts/tree/v3.5.1"
2024-11-14 13:38:57 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-12-06 16:31:18 +01:00
"time": "2024-11-25T12:02:18+00:00"
2024-11-14 13:38:57 +01:00
},
{
2024-12-06 16:31:18 +01:00
"name": "symfony/http-foundation",
"version": "v7.1.8",
2024-11-14 13:38:57 +01:00
"source": {
"type": "git",
2024-12-06 16:31:18 +01:00
"url": "https://github.com/symfony/http-foundation.git",
"reference": "f4419ec69ccfc3f725a4de7c20e4e57626d10112"
2024-11-14 13:38:57 +01:00
},
"dist": {
"type": "zip",
2024-12-06 16:31:18 +01:00
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/f4419ec69ccfc3f725a4de7c20e4e57626d10112",
"reference": "f4419ec69ccfc3f725a4de7c20e4e57626d10112",
2024-11-14 13:38:57 +01:00
"shasum": ""
},
"require": {
"php": ">=8.2",
2024-12-06 16:31:18 +01:00
"symfony/polyfill-mbstring": "~1.1",
"symfony/polyfill-php83": "^1.27"
2024-11-14 13:38:57 +01:00
},
"conflict": {
2024-12-06 16:31:18 +01:00
"doctrine/dbal": "<3.6",
"symfony/cache": "<6.4.12|>=7.0,<7.1.5"
2024-11-14 13:38:57 +01:00
},
"require-dev": {
2024-12-06 16:31:18 +01:00
"doctrine/dbal": "^3.6|^4",
"predis/predis": "^1.1|^2.0",
"symfony/cache": "^6.4.12|^7.1.5",
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/expression-language": "^6.4|^7.0",
"symfony/http-kernel": "^6.4|^7.0",
"symfony/mime": "^6.4|^7.0",
"symfony/rate-limiter": "^6.4|^7.0"
2024-11-14 13:38:57 +01:00
},
2024-12-06 16:31:18 +01:00
"type": "library",
2024-11-14 13:38:57 +01:00
"autoload": {
"psr-4": {
2024-12-06 16:31:18 +01:00
"Symfony\\Component\\HttpFoundation\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2024-11-14 13:38:57 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
2024-12-06 16:31:18 +01:00
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2024-11-14 13:38:57 +01:00
}
],
2024-12-06 16:31:18 +01:00
"description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com",
2024-11-14 13:38:57 +01:00
"support": {
2024-12-06 16:31:18 +01:00
"source": "https://github.com/symfony/http-foundation/tree/v7.1.8"
2024-11-14 13:38:57 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-12-06 16:31:18 +01:00
"time": "2024-11-09T09:16:45+00:00"
2024-11-14 13:38:57 +01:00
},
{
2024-12-06 16:31:18 +01:00
"name": "symfony/http-kernel",
"version": "v7.1.8",
"source": {
"type": "git",
2024-12-06 16:31:18 +01:00
"url": "https://github.com/symfony/http-kernel.git",
"reference": "33fef24e3dc79d6d30bf4936531f2f4bd2ca189e"
},
"dist": {
"type": "zip",
2024-12-06 16:31:18 +01:00
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/33fef24e3dc79d6d30bf4936531f2f4bd2ca189e",
"reference": "33fef24e3dc79d6d30bf4936531f2f4bd2ca189e",
"shasum": ""
},
"require": {
"php": ">=8.2",
2024-12-06 16:31:18 +01:00
"psr/log": "^1|^2|^3",
"symfony/deprecation-contracts": "^2.5|^3",
2024-12-06 16:31:18 +01:00
"symfony/error-handler": "^6.4|^7.0",
"symfony/event-dispatcher": "^6.4|^7.0",
2024-12-06 16:31:18 +01:00
"symfony/http-foundation": "^6.4|^7.0",
"symfony/polyfill-ctype": "^1.8"
},
"conflict": {
2024-12-06 16:31:18 +01:00
"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",
2024-12-06 16:31:18 +01:00
"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",
2024-12-06 16:31:18 +01:00
"symfony/twig-bridge": "<6.4",
"symfony/validator": "<6.4",
"symfony/var-dumper": "<6.4",
"twig/twig": "<3.0.4"
},
"provide": {
"psr/log-implementation": "1.0|2.0|3.0"
},
"require-dev": {
2024-12-06 16:31:18 +01:00
"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",
2024-12-06 16:31:18 +01:00
"symfony/css-selector": "^6.4|^7.0",
"symfony/dependency-injection": "^6.4|^7.0",
2024-12-06 16:31:18 +01:00
"symfony/dom-crawler": "^6.4|^7.0",
"symfony/expression-language": "^6.4|^7.0",
2024-12-06 16:31:18 +01:00
"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",
2024-12-06 16:31:18 +01:00
"symfony/var-dumper": "^6.4|^7.0",
"symfony/var-exporter": "^6.4|^7.0",
"twig/twig": "^3.0.4"
},
"type": "library",
"autoload": {
"psr-4": {
2024-12-06 16:31:18 +01:00
"Symfony\\Component\\HttpKernel\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2024-12-06 16:31:18 +01:00
"description": "Provides a structured process for converting a Request into a Response",
"homepage": "https://symfony.com",
"support": {
2024-12-06 16:31:18 +01:00
"source": "https://github.com/symfony/http-kernel/tree/v7.1.8"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-12-06 16:31:18 +01:00
"time": "2024-11-13T14:25:32+00:00"
},
2024-11-14 13:38:57 +01:00
{
2024-12-06 16:31:18 +01:00
"name": "symfony/options-resolver",
"version": "v7.1.9",
2024-11-14 13:38:57 +01:00
"source": {
"type": "git",
2024-12-06 16:31:18 +01:00
"url": "https://github.com/symfony/options-resolver.git",
"reference": "0f4099f5306a92487d13b2a4589068c36a93c447"
2024-11-14 13:38:57 +01:00
},
"dist": {
"type": "zip",
2024-12-06 16:31:18 +01:00
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/0f4099f5306a92487d13b2a4589068c36a93c447",
"reference": "0f4099f5306a92487d13b2a4589068c36a93c447",
2024-11-14 13:38:57 +01:00
"shasum": ""
},
"require": {
"php": ">=8.2",
2024-12-06 16:31:18 +01:00
"symfony/deprecation-contracts": "^2.5|^3"
2024-11-14 13:38:57 +01:00
},
2024-12-06 16:31:18 +01:00
"type": "library",
2024-11-14 13:38:57 +01:00
"autoload": {
"psr-4": {
2024-12-06 16:31:18 +01:00
"Symfony\\Component\\OptionsResolver\\": ""
2024-11-14 13:38:57 +01:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2024-12-06 16:31:18 +01:00
"description": "Provides an improved replacement for the array_replace PHP function",
2024-11-14 13:38:57 +01:00
"homepage": "https://symfony.com",
2024-12-06 16:31:18 +01:00
"keywords": [
"config",
"configuration",
"options"
],
2024-11-14 13:38:57 +01:00
"support": {
2024-12-06 16:31:18 +01:00
"source": "https://github.com/symfony/options-resolver/tree/v7.1.9"
2024-11-14 13:38:57 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-12-06 16:31:18 +01:00
"time": "2024-11-20T11:08:58+00:00"
2024-11-14 13:38:57 +01:00
},
{
2024-12-06 16:31:18 +01:00
"name": "symfony/password-hasher",
"version": "v7.1.6",
2024-11-14 13:38:57 +01:00
"source": {
"type": "git",
2024-12-06 16:31:18 +01:00
"url": "https://github.com/symfony/password-hasher.git",
"reference": "2e618d1af51805e5a1fbda326d00b77c6c1037d5"
2024-11-14 13:38:57 +01:00
},
"dist": {
"type": "zip",
2024-12-06 16:31:18 +01:00
"url": "https://api.github.com/repos/symfony/password-hasher/zipball/2e618d1af51805e5a1fbda326d00b77c6c1037d5",
"reference": "2e618d1af51805e5a1fbda326d00b77c6c1037d5",
2024-11-14 13:38:57 +01:00
"shasum": ""
},
"require": {
2024-12-06 16:31:18 +01:00
"php": ">=8.2"
},
"conflict": {
"symfony/security-core": "<6.4"
},
"require-dev": {
"symfony/console": "^6.4|^7.0",
"symfony/security-core": "^6.4|^7.0"
2024-11-14 13:38:57 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
2024-12-06 16:31:18 +01:00
"Symfony\\Component\\PasswordHasher\\": ""
2024-11-14 13:38:57 +01:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2024-12-06 16:31:18 +01:00
"name": "Robin Chalas",
"email": "robin.chalas@gmail.com"
2024-11-14 13:38:57 +01:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2024-12-06 16:31:18 +01:00
"description": "Provides password hashing utilities",
2024-11-14 13:38:57 +01:00
"homepage": "https://symfony.com",
"keywords": [
2024-12-06 16:31:18 +01:00
"hashing",
"password"
],
2024-11-14 13:38:57 +01:00
"support": {
2024-12-06 16:31:18 +01:00
"source": "https://github.com/symfony/password-hasher/tree/v7.1.6"
2024-11-14 13:38:57 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-12-06 16:31:18 +01:00
"time": "2024-09-25T14:20:29+00:00"
2024-11-14 13:38:57 +01:00
},
{
2024-12-06 16:31:18 +01:00
"name": "symfony/polyfill-intl-grapheme",
"version": "v1.31.0",
2024-11-14 13:38:57 +01:00
"source": {
"type": "git",
2024-12-06 16:31:18 +01:00
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
"reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe"
2024-11-14 13:38:57 +01:00
},
"dist": {
"type": "zip",
2024-12-06 16:31:18 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
"reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
2024-11-14 13:38:57 +01:00
"shasum": ""
},
"require": {
2024-12-06 16:31:18 +01:00
"php": ">=7.2"
},
"suggest": {
"ext-intl": "For best performance"
2024-11-14 13:38:57 +01:00
},
"type": "library",
"extra": {
"thanks": {
2024-12-06 16:31:18 +01:00
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
2024-12-06 16:31:18 +01:00
"files": [
"bootstrap.php"
],
"psr-4": {
2024-12-06 16:31:18 +01:00
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2024-12-06 16:31:18 +01:00
"description": "Symfony polyfill for intl's grapheme_* functions",
"homepage": "https://symfony.com",
"keywords": [
2024-12-06 16:31:18 +01:00
"compatibility",
"grapheme",
"intl",
"polyfill",
"portable",
"shim"
],
"support": {
2024-12-06 16:31:18 +01:00
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.31.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"
}
],
2024-12-06 16:31:18 +01:00
"time": "2024-09-09T11:45:10+00:00"
},
{
2024-12-06 16:31:18 +01:00
"name": "symfony/polyfill-intl-icu",
"version": "v1.31.0",
"source": {
"type": "git",
2024-12-06 16:31:18 +01:00
"url": "https://github.com/symfony/polyfill-intl-icu.git",
"reference": "d80a05e9904d2c2b9b95929f3e4b5d3a8f418d78"
},
"dist": {
"type": "zip",
2024-12-06 16:31:18 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/d80a05e9904d2c2b9b95929f3e4b5d3a8f418d78",
"reference": "d80a05e9904d2c2b9b95929f3e4b5d3a8f418d78",
"shasum": ""
},
"require": {
2024-12-06 16:31:18 +01:00
"php": ">=7.2"
},
2024-12-06 16:31:18 +01:00
"suggest": {
"ext-intl": "For best performance and support of other locales than \"en\""
},
"type": "library",
2024-12-06 16:31:18 +01:00
"extra": {
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
2024-12-06 16:31:18 +01:00
"files": [
"bootstrap.php"
],
"psr-4": {
2024-12-06 16:31:18 +01:00
"Symfony\\Polyfill\\Intl\\Icu\\": ""
},
2024-12-06 16:31:18 +01:00
"classmap": [
"Resources/stubs"
],
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2024-12-06 16:31:18 +01:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2024-12-06 16:31:18 +01:00
"description": "Symfony polyfill for intl's ICU-related data and classes",
"homepage": "https://symfony.com",
2024-12-06 16:31:18 +01:00
"keywords": [
"compatibility",
"icu",
"intl",
"polyfill",
"portable",
"shim"
],
"support": {
2024-12-06 16:31:18 +01:00
"source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.31.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"
}
],
2024-12-06 16:31:18 +01:00
"time": "2024-09-09T11:45:10+00:00"
},
{
2024-12-06 16:31:18 +01:00
"name": "symfony/polyfill-intl-normalizer",
"version": "v1.31.0",
"source": {
"type": "git",
2024-12-06 16:31:18 +01:00
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
"reference": "3833d7255cc303546435cb650316bff708a1c75c"
},
"dist": {
"type": "zip",
2024-12-06 16:31:18 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
"reference": "3833d7255cc303546435cb650316bff708a1c75c",
"shasum": ""
},
"require": {
2024-12-06 16:31:18 +01:00
"php": ">=7.2"
2024-11-14 13:38:57 +01:00
},
2024-12-06 16:31:18 +01:00
"suggest": {
"ext-intl": "For best performance"
2024-11-14 13:38:57 +01:00
},
"type": "library",
2024-12-06 16:31:18 +01:00
"extra": {
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
2024-11-14 13:38:57 +01:00
"autoload": {
2024-12-06 16:31:18 +01:00
"files": [
"bootstrap.php"
],
2024-11-14 13:38:57 +01:00
"psr-4": {
2024-12-06 16:31:18 +01:00
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
2024-11-14 13:38:57 +01:00
},
2024-12-06 16:31:18 +01:00
"classmap": [
"Resources/stubs"
2024-11-14 13:38:57 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2024-12-06 16:31:18 +01:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2024-11-14 13:38:57 +01:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2024-12-06 16:31:18 +01:00
"description": "Symfony polyfill for intl's Normalizer class and related functions",
2024-11-14 13:38:57 +01:00
"homepage": "https://symfony.com",
2024-12-06 16:31:18 +01:00
"keywords": [
"compatibility",
"intl",
"normalizer",
"polyfill",
"portable",
"shim"
],
2024-11-14 13:38:57 +01:00
"support": {
2024-12-06 16:31:18 +01:00
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0"
2024-11-14 13:38:57 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-12-06 16:31:18 +01:00
"time": "2024-09-09T11:45:10+00:00"
2024-11-14 13:38:57 +01:00
},
{
2024-12-06 16:31:18 +01:00
"name": "symfony/polyfill-mbstring",
"version": "v1.31.0",
"source": {
"type": "git",
2024-12-06 16:31:18 +01:00
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341"
},
"dist": {
"type": "zip",
2024-12-06 16:31:18 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341",
"reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341",
"shasum": ""
},
"require": {
2024-12-06 16:31:18 +01:00
"php": ">=7.2"
},
"provide": {
"ext-mbstring": "*"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
2024-12-06 16:31:18 +01:00
"files": [
"bootstrap.php"
],
"psr-4": {
2024-12-06 16:31:18 +01:00
"Symfony\\Polyfill\\Mbstring\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2024-12-06 16:31:18 +01:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2024-12-06 16:31:18 +01:00
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
2024-12-06 16:31:18 +01:00
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
"support": {
2024-12-06 16:31:18 +01:00
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.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"
}
],
2024-12-06 16:31:18 +01:00
"time": "2024-09-09T11:45:10+00:00"
},
2024-11-14 13:38:57 +01:00
{
2024-12-06 16:31:18 +01:00
"name": "symfony/polyfill-php83",
2024-11-14 13:38:57 +01:00
"version": "v1.31.0",
"source": {
"type": "git",
2024-12-06 16:31:18 +01:00
"url": "https://github.com/symfony/polyfill-php83.git",
"reference": "2fb86d65e2d424369ad2905e83b236a8805ba491"
2024-11-14 13:38:57 +01:00
},
"dist": {
"type": "zip",
2024-12-06 16:31:18 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/2fb86d65e2d424369ad2905e83b236a8805ba491",
"reference": "2fb86d65e2d424369ad2905e83b236a8805ba491",
2024-11-14 13:38:57 +01:00
"shasum": ""
},
"require": {
"php": ">=7.2"
},
"type": "library",
"extra": {
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
2024-12-06 16:31:18 +01:00
"Symfony\\Polyfill\\Php83\\": ""
},
"classmap": [
"Resources/stubs"
]
2024-11-14 13:38:57 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2024-12-06 16:31:18 +01:00
"description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
2024-11-14 13:38:57 +01:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
2024-12-06 16:31:18 +01:00
"source": "https://github.com/symfony/polyfill-php83/tree/v1.31.0"
2024-11-14 13:38:57 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-09-09T11:45:10+00:00"
},
{
2024-12-06 16:31:18 +01:00
"name": "symfony/process",
"version": "v7.1.8",
2024-11-14 13:38:57 +01:00
"source": {
"type": "git",
2024-12-06 16:31:18 +01:00
"url": "https://github.com/symfony/process.git",
"reference": "42783370fda6e538771f7c7a36e9fa2ee3a84892"
2024-11-14 13:38:57 +01:00
},
"dist": {
"type": "zip",
2024-12-06 16:31:18 +01:00
"url": "https://api.github.com/repos/symfony/process/zipball/42783370fda6e538771f7c7a36e9fa2ee3a84892",
"reference": "42783370fda6e538771f7c7a36e9fa2ee3a84892",
2024-11-14 13:38:57 +01:00
"shasum": ""
},
"require": {
2024-12-06 16:31:18 +01:00
"php": ">=8.2"
2024-11-14 13:38:57 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
2024-12-06 16:31:18 +01:00
"Symfony\\Component\\Process\\": ""
2024-11-14 13:38:57 +01:00
},
"exclude-from-classmap": [
"/Tests/"
2024-11-14 13:38:57 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2024-12-06 16:31:18 +01:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2024-11-14 13:38:57 +01:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2024-12-06 16:31:18 +01:00
"description": "Executes commands in sub-processes",
2024-11-14 13:38:57 +01:00
"homepage": "https://symfony.com",
"support": {
2024-12-06 16:31:18 +01:00
"source": "https://github.com/symfony/process/tree/v7.1.8"
2024-11-14 13:38:57 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-12-06 16:31:18 +01:00
"time": "2024-11-06T14:23:19+00:00"
2024-11-14 13:38:57 +01:00
},
{
2024-12-06 16:31:18 +01:00
"name": "symfony/property-access",
"version": "v7.1.6",
2024-11-14 13:38:57 +01:00
"source": {
"type": "git",
2024-12-06 16:31:18 +01:00
"url": "https://github.com/symfony/property-access.git",
"reference": "975d7f7fd8fcb952364c6badc46d01a580532bf9"
2024-11-14 13:38:57 +01:00
},
"dist": {
"type": "zip",
2024-12-06 16:31:18 +01:00
"url": "https://api.github.com/repos/symfony/property-access/zipball/975d7f7fd8fcb952364c6badc46d01a580532bf9",
"reference": "975d7f7fd8fcb952364c6badc46d01a580532bf9",
2024-11-14 13:38:57 +01:00
"shasum": ""
},
"require": {
2024-12-06 16:31:18 +01:00
"php": ">=8.2",
"symfony/property-info": "^6.4|^7.0"
2024-11-14 13:38:57 +01:00
},
2024-12-06 16:31:18 +01:00
"require-dev": {
"symfony/cache": "^6.4|^7.0"
},
"type": "library",
"autoload": {
"psr-4": {
2024-12-06 16:31:18 +01:00
"Symfony\\Component\\PropertyAccess\\": ""
},
2024-12-06 16:31:18 +01:00
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2024-12-06 16:31:18 +01:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2024-12-06 16:31:18 +01:00
"description": "Provides functions to read and write from/to an object or array using a simple string notation",
"homepage": "https://symfony.com",
"keywords": [
2024-12-06 16:31:18 +01:00
"access",
"array",
"extraction",
"index",
"injection",
"object",
"property",
"property-path",
"reflection"
],
"support": {
2024-12-06 16:31:18 +01:00
"source": "https://github.com/symfony/property-access/tree/v7.1.6"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-12-06 16:31:18 +01:00
"time": "2024-09-25T14:20:29+00:00"
},
{
2024-12-06 16:31:18 +01:00
"name": "symfony/property-info",
"version": "v7.1.9",
"source": {
"type": "git",
2024-12-06 16:31:18 +01:00
"url": "https://github.com/symfony/property-info.git",
"reference": "e9a7b2a4984457c3849afd2b1a1ec7f2994cb1b5"
},
"dist": {
"type": "zip",
2024-12-06 16:31:18 +01:00
"url": "https://api.github.com/repos/symfony/property-info/zipball/e9a7b2a4984457c3849afd2b1a1ec7f2994cb1b5",
"reference": "e9a7b2a4984457c3849afd2b1a1ec7f2994cb1b5",
"shasum": ""
},
"require": {
2024-12-06 16:31:18 +01:00
"php": ">=8.2",
"symfony/string": "^6.4|^7.0",
"symfony/type-info": "^7.1"
},
2024-12-06 16:31:18 +01:00
"conflict": {
"phpdocumentor/reflection-docblock": "<5.2",
"phpdocumentor/type-resolver": "<1.5.1",
"symfony/dependency-injection": "<6.4"
2024-11-14 13:38:57 +01:00
},
2024-12-06 16:31:18 +01: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"
2024-11-14 13:38:57 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
2024-12-06 16:31:18 +01:00
"Symfony\\Component\\PropertyInfo\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2024-12-06 16:31:18 +01:00
"name": "Kévin Dunglas",
"email": "dunglas@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2024-12-06 16:31:18 +01:00
"description": "Extracts information about PHP class' properties using metadata of popular sources",
"homepage": "https://symfony.com",
"keywords": [
2024-12-06 16:31:18 +01:00
"doctrine",
"phpdoc",
"property",
"symfony",
"type",
"validator"
],
"support": {
2024-12-06 16:31:18 +01:00
"source": "https://github.com/symfony/property-info/tree/v7.1.9"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-12-06 16:31:18 +01:00
"time": "2024-11-27T09:50:41+00:00"
},
{
2024-12-06 16:31:18 +01:00
"name": "symfony/routing",
"version": "v7.1.6",
"source": {
"type": "git",
2024-12-06 16:31:18 +01:00
"url": "https://github.com/symfony/routing.git",
"reference": "66a2c469f6c22d08603235c46a20007c0701ea0a"
},
"dist": {
"type": "zip",
2024-12-06 16:31:18 +01:00
"url": "https://api.github.com/repos/symfony/routing/zipball/66a2c469f6c22d08603235c46a20007c0701ea0a",
"reference": "66a2c469f6c22d08603235c46a20007c0701ea0a",
"shasum": ""
},
"require": {
2024-12-06 16:31:18 +01:00
"php": ">=8.2",
"symfony/deprecation-contracts": "^2.5|^3"
},
"conflict": {
"symfony/config": "<6.4",
"symfony/dependency-injection": "<6.4",
"symfony/yaml": "<6.4"
},
"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"
},
"type": "library",
"autoload": {
"psr-4": {
2024-12-06 16:31:18 +01:00
"Symfony\\Component\\Routing\\": ""
},
2024-12-06 16:31:18 +01:00
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2024-12-06 16:31:18 +01:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2024-12-06 16:31:18 +01:00
"description": "Maps an HTTP request to a set of configuration variables",
"homepage": "https://symfony.com",
"keywords": [
2024-12-06 16:31:18 +01:00
"router",
"routing",
"uri",
"url"
],
"support": {
2024-12-06 16:31:18 +01:00
"source": "https://github.com/symfony/routing/tree/v7.1.6"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-12-06 16:31:18 +01:00
"time": "2024-10-01T08:31:23+00:00"
},
{
2024-12-06 16:31:18 +01:00
"name": "symfony/runtime",
"version": "v7.1.7",
"source": {
"type": "git",
2024-12-06 16:31:18 +01:00
"url": "https://github.com/symfony/runtime.git",
"reference": "9889783c17e8a68fa5e88c8e8a1a85e802558dba"
},
"dist": {
"type": "zip",
2024-12-06 16:31:18 +01:00
"url": "https://api.github.com/repos/symfony/runtime/zipball/9889783c17e8a68fa5e88c8e8a1a85e802558dba",
"reference": "9889783c17e8a68fa5e88c8e8a1a85e802558dba",
"shasum": ""
},
"require": {
2024-12-06 16:31:18 +01:00
"composer-plugin-api": "^1.0|^2.0",
"php": ">=8.2"
},
2024-12-06 16:31:18 +01:00
"conflict": {
"symfony/dotenv": "<6.4"
},
"require-dev": {
"composer/composer": "^2.6",
"symfony/console": "^6.4|^7.0",
"symfony/dotenv": "^6.4|^7.0",
"symfony/http-foundation": "^6.4|^7.0",
"symfony/http-kernel": "^6.4|^7.0"
},
"type": "composer-plugin",
"extra": {
"class": "Symfony\\Component\\Runtime\\Internal\\ComposerPlugin"
},
"autoload": {
"psr-4": {
2024-12-06 16:31:18 +01:00
"Symfony\\Component\\Runtime\\": "",
"Symfony\\Runtime\\Symfony\\Component\\": "Internal/"
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2024-12-06 16:31:18 +01:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2024-12-06 16:31:18 +01:00
"description": "Enables decoupling PHP applications from global state",
"homepage": "https://symfony.com",
2024-12-06 16:31:18 +01:00
"keywords": [
"runtime"
],
"support": {
2024-12-06 16:31:18 +01:00
"source": "https://github.com/symfony/runtime/tree/v7.1.7"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-12-06 16:31:18 +01:00
"time": "2024-11-05T16:45:54+00:00"
},
{
2024-12-06 16:31:18 +01:00
"name": "symfony/security-bundle",
"version": "v7.1.6",
"source": {
"type": "git",
2024-12-06 16:31:18 +01:00
"url": "https://github.com/symfony/security-bundle.git",
"reference": "7df1d3d431be03fbeb1b162eebca424005b48cdd"
},
"dist": {
"type": "zip",
2024-12-06 16:31:18 +01:00
"url": "https://api.github.com/repos/symfony/security-bundle/zipball/7df1d3d431be03fbeb1b162eebca424005b48cdd",
"reference": "7df1d3d431be03fbeb1b162eebca424005b48cdd",
"shasum": ""
},
"require": {
2024-12-06 16:31:18 +01:00
"composer-runtime-api": ">=2.1",
"ext-xml": "*",
"php": ">=8.2",
2024-12-06 16:31:18 +01:00
"symfony/clock": "^6.4|^7.0",
"symfony/config": "^6.4|^7.0",
"symfony/dependency-injection": "^6.4.11|^7.1.4",
"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": "^6.4|^7.0",
"symfony/security-csrf": "^6.4|^7.0",
"symfony/security-http": "^7.1",
"symfony/service-contracts": "^2.5|^3"
},
"conflict": {
"symfony/browser-kit": "<6.4",
"symfony/console": "<6.4",
"symfony/framework-bundle": "<6.4",
"symfony/http-client": "<6.4",
"symfony/ldap": "<6.4",
"symfony/serializer": "<6.4",
"symfony/twig-bundle": "<6.4",
"symfony/validator": "<6.4"
},
"require-dev": {
2024-12-06 16:31:18 +01:00
"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",
"symfony/http-client": "^6.4|^7.0",
"symfony/ldap": "^6.4|^7.0",
"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",
"symfony/twig-bundle": "^6.4|^7.0",
"symfony/validator": "^6.4|^7.0",
"symfony/yaml": "^6.4|^7.0",
"twig/twig": "^3.0.4",
"web-token/jwt-library": "^3.3.2|^4.0"
},
2024-12-06 16:31:18 +01:00
"type": "symfony-bundle",
"autoload": {
"psr-4": {
2024-12-06 16:31:18 +01:00
"Symfony\\Bundle\\SecurityBundle\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2024-12-06 16:31:18 +01:00
"description": "Provides a tight integration of the Security component into the Symfony full-stack framework",
"homepage": "https://symfony.com",
"support": {
2024-12-06 16:31:18 +01:00
"source": "https://github.com/symfony/security-bundle/tree/v7.1.6"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-09-25T14:20:29+00:00"
},
{
2024-12-06 16:31:18 +01:00
"name": "symfony/security-core",
"version": "v7.1.9",
"source": {
"type": "git",
2024-12-06 16:31:18 +01:00
"url": "https://github.com/symfony/security-core.git",
"reference": "294426c17d484f47a576ca092c132f3afba17a19"
},
"dist": {
"type": "zip",
2024-12-06 16:31:18 +01:00
"url": "https://api.github.com/repos/symfony/security-core/zipball/294426c17d484f47a576ca092c132f3afba17a19",
"reference": "294426c17d484f47a576ca092c132f3afba17a19",
"shasum": ""
},
"require": {
"php": ">=8.2",
2024-12-06 16:31:18 +01:00
"symfony/event-dispatcher-contracts": "^2.5|^3",
"symfony/password-hasher": "^6.4|^7.0",
"symfony/service-contracts": "^2.5|^3"
},
"conflict": {
2024-12-06 16:31:18 +01:00
"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"
},
"require-dev": {
2024-12-06 16:31:18 +01:00
"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",
2024-12-06 16:31:18 +01:00
"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"
},
"type": "library",
"autoload": {
"psr-4": {
2024-12-06 16:31:18 +01:00
"Symfony\\Component\\Security\\Core\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2024-12-06 16:31:18 +01:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2024-12-06 16:31:18 +01:00
"description": "Symfony Security Component - Core Library",
"homepage": "https://symfony.com",
"support": {
2024-12-06 16:31:18 +01:00
"source": "https://github.com/symfony/security-core/tree/v7.1.9"
},
"funding": [
{
"url": "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-11-27T09:50:41+00:00"
},
{
2024-12-06 16:31:18 +01:00
"name": "symfony/security-csrf",
"version": "v7.1.6",
"source": {
"type": "git",
2024-12-06 16:31:18 +01:00
"url": "https://github.com/symfony/security-csrf.git",
"reference": "23b460d3447fd61970e0ed5ec7a0301296a17f06"
},
"dist": {
"type": "zip",
2024-12-06 16:31:18 +01:00
"url": "https://api.github.com/repos/symfony/security-csrf/zipball/23b460d3447fd61970e0ed5ec7a0301296a17f06",
"reference": "23b460d3447fd61970e0ed5ec7a0301296a17f06",
"shasum": ""
},
"require": {
"php": ">=8.2",
2024-12-06 16:31:18 +01:00
"symfony/security-core": "^6.4|^7.0"
},
"conflict": {
2024-12-06 16:31:18 +01:00
"symfony/http-foundation": "<6.4"
},
"require-dev": {
2024-12-06 16:31:18 +01:00
"symfony/http-foundation": "^6.4|^7.0"
},
"type": "library",
"autoload": {
"psr-4": {
2024-12-06 16:31:18 +01:00
"Symfony\\Component\\Security\\Csrf\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2024-12-06 16:31:18 +01:00
"description": "Symfony Security Component - CSRF Library",
"homepage": "https://symfony.com",
"support": {
2024-12-06 16:31:18 +01:00
"source": "https://github.com/symfony/security-csrf/tree/v7.1.6"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-12-06 16:31:18 +01:00
"time": "2024-09-25T14:20:29+00:00"
},
{
2024-12-06 16:31:18 +01:00
"name": "symfony/security-http",
"version": "v7.1.8",
"source": {
"type": "git",
2024-12-06 16:31:18 +01:00
"url": "https://github.com/symfony/security-http.git",
"reference": "e11ea7f98fba4921a6c847a0c6a77d1befa9698f"
},
"dist": {
"type": "zip",
2024-12-06 16:31:18 +01:00
"url": "https://api.github.com/repos/symfony/security-http/zipball/e11ea7f98fba4921a6c847a0c6a77d1befa9698f",
"reference": "e11ea7f98fba4921a6c847a0c6a77d1befa9698f",
"shasum": ""
},
"require": {
2024-12-06 16:31:18 +01:00
"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": "^6.4|^7.0",
"symfony/service-contracts": "^2.5|^3"
},
"conflict": {
2024-12-06 16:31:18 +01:00
"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"
},
"require-dev": {
2024-12-06 16:31:18 +01:00
"psr/log": "^1|^2|^3",
"symfony/cache": "^6.4|^7.0",
"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"
},
2024-12-06 16:31:18 +01:00
"type": "library",
"autoload": {
"psr-4": {
2024-12-06 16:31:18 +01:00
"Symfony\\Component\\Security\\Http\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2024-12-06 16:31:18 +01:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2024-12-06 16:31:18 +01:00
"description": "Symfony Security Component - HTTP Integration",
"homepage": "https://symfony.com",
"support": {
2024-12-06 16:31:18 +01:00
"source": "https://github.com/symfony/security-http/tree/v7.1.8"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-12-06 16:31:18 +01:00
"time": "2024-11-13T13:40:27+00:00"
},
{
"name": "symfony/service-contracts",
"version": "v3.5.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
"reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
"reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
"shasum": ""
},
"require": {
"php": ">=8.1",
"psr/container": "^1.1|^2.0",
"symfony/deprecation-contracts": "^2.5|^3"
},
"conflict": {
"ext-psr": "<1.1|>=2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.5-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Service\\": ""
},
"exclude-from-classmap": [
"/Test/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to writing services",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"support": {
"source": "https://github.com/symfony/service-contracts/tree/v3.5.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-04-18T09:32:20+00:00"
},
{
"name": "symfony/stimulus-bundle",
"version": "v2.22.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/stimulus-bundle.git",
"reference": "2e840a3b12f06b33441cc3eb8907f51b806a7e4b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/stimulus-bundle/zipball/2e840a3b12f06b33441cc3eb8907f51b806a7e4b",
"reference": "2e840a3b12f06b33441cc3eb8907f51b806a7e4b",
"shasum": ""
},
"require": {
"php": ">=8.1",
"symfony/config": "^5.4|^6.0|^7.0",
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
"symfony/deprecation-contracts": "^2.0|^3.0",
"symfony/finder": "^5.4|^6.0|^7.0",
"symfony/http-kernel": "^5.4|^6.0|^7.0",
"twig/twig": "^2.15.3|^3.8"
},
"require-dev": {
"symfony/asset-mapper": "^6.3|^7.0",
"symfony/framework-bundle": "^5.4|^6.0|^7.0",
"symfony/phpunit-bridge": "^5.4|^6.0|^7.0",
"symfony/twig-bundle": "^5.4|^6.0|^7.0",
"zenstruck/browser": "^1.4"
},
"type": "symfony-bundle",
"autoload": {
"psr-4": {
"Symfony\\UX\\StimulusBundle\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Integration with your Symfony app & Stimulus!",
"keywords": [
"symfony-ux"
],
"support": {
"source": "https://github.com/symfony/stimulus-bundle/tree/v2.22.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-11-20T07:57:38+00:00"
},
{
"name": "symfony/string",
"version": "v7.1.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
"reference": "591ebd41565f356fcd8b090fe64dbb5878f50281"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/591ebd41565f356fcd8b090fe64dbb5878f50281",
"reference": "591ebd41565f356fcd8b090fe64dbb5878f50281",
"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"
},
"conflict": {
"symfony/translation-contracts": "<2.5"
},
"require-dev": {
"symfony/emoji": "^7.1",
"symfony/error-handler": "^6.4|^7.0",
"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"
2024-11-14 13:38:57 +01:00
},
"type": "library",
2024-11-14 13:38:57 +01:00
"autoload": {
"files": [
"Resources/functions.php"
2024-11-14 13:38:57 +01:00
],
"psr-4": {
"Symfony\\Component\\String\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2024-11-14 13:38:57 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
2024-11-14 13:38:57 +01:00
"homepage": "https://symfony.com",
"keywords": [
"grapheme",
"i18n",
"string",
"unicode",
"utf-8",
"utf8"
2024-11-14 13:38:57 +01:00
],
"support": {
"source": "https://github.com/symfony/string/tree/v7.1.8"
2024-11-14 13:38:57 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-11-13T13:31:21+00:00"
2024-11-14 13:38:57 +01:00
},
{
"name": "symfony/translation-contracts",
"version": "v3.5.1",
2024-11-14 13:38:57 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
"reference": "4667ff3bd513750603a09c8dedbea942487fb07c"
2024-11-14 13:38:57 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/4667ff3bd513750603a09c8dedbea942487fb07c",
"reference": "4667ff3bd513750603a09c8dedbea942487fb07c",
2024-11-14 13:38:57 +01:00
"shasum": ""
},
"require": {
"php": ">=8.1"
2024-11-14 13:38:57 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.5-dev"
},
2024-11-14 13:38:57 +01:00
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
2024-11-14 13:38:57 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Translation\\": ""
2024-11-14 13:38:57 +01:00
},
"exclude-from-classmap": [
"/Test/"
2024-11-14 13:38:57 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to translation",
2024-11-14 13:38:57 +01:00
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
2024-11-14 13:38:57 +01:00
],
"support": {
"source": "https://github.com/symfony/translation-contracts/tree/v3.5.1"
2024-11-14 13:38:57 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-09-25T14:20:29+00:00"
2024-11-14 13:38:57 +01:00
},
{
"name": "symfony/twig-bridge",
"version": "v7.1.9",
2024-11-14 13:38:57 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/twig-bridge.git",
"reference": "67ea8a59432307efb0fdcae0d8512e7c4a9e4c01"
2024-11-14 13:38:57 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/twig-bridge/zipball/67ea8a59432307efb0fdcae0d8512e7c4a9e4c01",
"reference": "67ea8a59432307efb0fdcae0d8512e7c4a9e4c01",
2024-11-14 13:38:57 +01:00
"shasum": ""
},
"require": {
"php": ">=8.2",
"symfony/translation-contracts": "^2.5|^3",
"twig/twig": "^3.9"
2024-11-14 13:38:57 +01: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"
2024-11-14 13:38:57 +01:00
},
"require-dev": {
"egulias/email-validator": "^2.1.10|^3|^4",
"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",
2024-11-14 13:38:57 +01:00
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/emoji": "^7.1",
2024-11-14 13:38:57 +01:00
"symfony/expression-language": "^6.4|^7.0",
"symfony/finder": "^6.4|^7.0",
"symfony/form": "^6.4|^7.0",
"symfony/html-sanitizer": "^6.4|^7.0",
2024-11-14 13:38:57 +01: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/polyfill-intl-icu": "~1.0",
"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/web-link": "^6.4|^7.0",
"symfony/workflow": "^6.4|^7.0",
"symfony/yaml": "^6.4|^7.0",
"twig/cssinliner-extra": "^2.12|^3",
"twig/inky-extra": "^2.12|^3",
"twig/markdown-extra": "^2.12|^3"
2024-11-14 13:38:57 +01:00
},
"type": "symfony-bridge",
2024-11-14 13:38:57 +01:00
"autoload": {
"psr-4": {
"Symfony\\Bridge\\Twig\\": ""
2024-11-14 13:38:57 +01:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides integration for Twig with various Symfony components",
2024-11-14 13:38:57 +01:00
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/twig-bridge/tree/v7.1.9"
2024-11-14 13:38:57 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-11-25T12:02:18+00:00"
2024-11-14 13:38:57 +01:00
},
{
"name": "symfony/twig-bundle",
"version": "v7.1.6",
2024-11-14 13:38:57 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/twig-bundle.git",
"reference": "af902314a71fb412ae412094f7e1d7e49594507b"
2024-11-14 13:38:57 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/twig-bundle/zipball/af902314a71fb412ae412094f7e1d7e49594507b",
"reference": "af902314a71fb412ae412094f7e1d7e49594507b",
2024-11-14 13:38:57 +01:00
"shasum": ""
},
"require": {
"composer-runtime-api": ">=2.1",
"php": ">=8.2",
"symfony/config": "^6.4|^7.0",
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/http-foundation": "^6.4|^7.0",
"symfony/http-kernel": "^6.4|^7.0",
"symfony/twig-bridge": "^6.4|^7.0",
"twig/twig": "^3.0.4"
2024-11-14 13:38:57 +01:00
},
"conflict": {
"symfony/framework-bundle": "<6.4",
"symfony/translation": "<6.4"
2024-11-14 13:38:57 +01: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"
2024-11-14 13:38:57 +01:00
},
"type": "symfony-bundle",
2024-11-14 13:38:57 +01:00
"autoload": {
"psr-4": {
"Symfony\\Bundle\\TwigBundle\\": ""
2024-11-14 13:38:57 +01:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2024-11-14 13:38:57 +01:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides a tight integration of Twig into the Symfony full-stack framework",
2024-11-14 13:38:57 +01:00
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/twig-bundle/tree/v7.1.6"
2024-11-14 13:38:57 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-09-25T14:20:29+00:00"
2024-11-14 13:38:57 +01:00
},
{
"name": "symfony/type-info",
"version": "v7.1.8",
2024-11-14 13:38:57 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/type-info.git",
"reference": "51535dde21c7abf65c9d000a30bb15f6478195e6"
2024-11-14 13:38:57 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/type-info/zipball/51535dde21c7abf65c9d000a30bb15f6478195e6",
"reference": "51535dde21c7abf65c9d000a30bb15f6478195e6",
2024-11-14 13:38:57 +01:00
"shasum": ""
},
"require": {
"php": ">=8.2",
"psr/container": "^1.1|^2.0"
2024-11-14 13:38:57 +01:00
},
"conflict": {
"phpstan/phpdoc-parser": "<1.0",
"symfony/dependency-injection": "<6.4",
"symfony/property-info": "<6.4"
2024-11-14 13:38:57 +01:00
},
"require-dev": {
"phpstan/phpdoc-parser": "^1.0|^2.0",
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/property-info": "^6.4|^7.0"
2024-11-14 13:38:57 +01:00
},
"type": "library",
2024-11-14 13:38:57 +01:00
"autoload": {
"psr-4": {
"Symfony\\Component\\TypeInfo\\": ""
2024-11-14 13:38:57 +01:00
},
"exclude-from-classmap": [
"/Tests/"
2024-11-14 13:38:57 +01:00
]
},
"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"
2024-11-14 13:38:57 +01:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Extracts PHP types information.",
2024-11-14 13:38:57 +01:00
"homepage": "https://symfony.com",
"keywords": [
"PHPStan",
"phpdoc",
"symfony",
"type"
2024-11-14 13:38:57 +01:00
],
"support": {
"source": "https://github.com/symfony/type-info/tree/v7.1.8"
2024-11-14 13:38:57 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-11-07T15:49:33+00:00"
2024-11-14 13:38:57 +01:00
},
{
"name": "symfony/ux-icons",
"version": "v2.22.0",
2024-11-14 13:38:57 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/ux-icons.git",
"reference": "c7e02c2d6b4484dd63386d026eb1953bcaf79047"
2024-11-14 13:38:57 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/ux-icons/zipball/c7e02c2d6b4484dd63386d026eb1953bcaf79047",
"reference": "c7e02c2d6b4484dd63386d026eb1953bcaf79047",
2024-11-14 13:38:57 +01:00
"shasum": ""
},
"require": {
"php": ">=8.1",
"symfony/framework-bundle": "^6.4|^7.0",
"symfony/twig-bundle": "^6.4|^7.0"
2024-11-14 13:38:57 +01:00
},
"conflict": {
"symfony/flex": "<1.13",
"symfony/ux-twig-component": "<2.21"
2024-11-14 13:38:57 +01:00
},
"require-dev": {
"psr/log": "^2|^3",
"symfony/asset-mapper": "^6.4|^7.0",
"symfony/console": "^6.4|^7.0",
"symfony/http-client": "6.4|^7.0",
"symfony/phpunit-bridge": "^6.3|^7.0",
"symfony/ux-twig-component": "^2.14",
"zenstruck/console-test": "^1.5"
},
"type": "symfony-bundle",
"extra": {
"thanks": {
"url": "https://github.com/symfony/ux",
"name": "symfony/ux"
}
2024-11-14 13:38:57 +01:00
},
"autoload": {
"psr-4": {
"Symfony\\UX\\Icons\\": "src/"
}
2024-11-14 13:38:57 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kevin Bond",
"email": "kevinbond@gmail.com"
},
{
"name": "Simon André",
"email": "smn.andre@gmail.com"
2024-11-14 13:38:57 +01:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Renders local and remote SVG icons in your Twig templates.",
2024-11-14 13:38:57 +01:00
"homepage": "https://symfony.com",
"keywords": [
"icons",
"svg",
"symfony-ux",
"twig"
2024-11-14 13:38:57 +01:00
],
"support": {
"source": "https://github.com/symfony/ux-icons/tree/v2.22.0"
2024-11-14 13:38:57 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-11-29T15:09:19+00:00"
2024-11-14 13:38:57 +01:00
},
{
"name": "symfony/var-dumper",
"version": "v7.1.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
"reference": "7bb01a47b1b00428d32b5e7b4d3b2d1aa58d3db8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/7bb01a47b1b00428d32b5e7b4d3b2d1aa58d3db8",
"reference": "7bb01a47b1b00428d32b5e7b4d3b2d1aa58d3db8",
"shasum": ""
},
"require": {
"php": ">=8.2",
"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.0.4"
},
"bin": [
"Resources/bin/var-dump-server"
],
"type": "library",
"autoload": {
"files": [
"Resources/functions/dump.php"
],
"psr-4": {
"Symfony\\Component\\VarDumper\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides mechanisms for walking through any arbitrary PHP variable",
"homepage": "https://symfony.com",
"keywords": [
"debug",
"dump"
],
"support": {
"source": "https://github.com/symfony/var-dumper/tree/v7.1.8"
},
"funding": [
{
"url": "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-11-08T15:46:42+00:00"
},
{
"name": "symfony/var-exporter",
"version": "v7.1.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-exporter.git",
"reference": "90173ef89c40e7c8c616653241048705f84130ef"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/90173ef89c40e7c8c616653241048705f84130ef",
"reference": "90173ef89c40e7c8c616653241048705f84130ef",
"shasum": ""
},
"require": {
"php": ">=8.2"
},
"require-dev": {
"symfony/property-access": "^6.4|^7.0",
"symfony/serializer": "^6.4|^7.0",
"symfony/var-dumper": "^6.4|^7.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\VarExporter\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Allows exporting any serializable PHP data structure to plain PHP code",
"homepage": "https://symfony.com",
"keywords": [
"clone",
"construct",
"export",
"hydrate",
"instantiate",
"lazy-loading",
"proxy",
"serialize"
],
"support": {
"source": "https://github.com/symfony/var-exporter/tree/v7.1.6"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-09-25T14:20:29+00:00"
},
{
"name": "symfony/yaml",
"version": "v7.1.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"reference": "3ced3f29e4f0d6bce2170ff26719f1fe9aacc671"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/3ced3f29e4f0d6bce2170ff26719f1fe9aacc671",
"reference": "3ced3f29e4f0d6bce2170ff26719f1fe9aacc671",
"shasum": ""
},
"require": {
"php": ">=8.2",
"symfony/polyfill-ctype": "^1.8"
},
"conflict": {
"symfony/console": "<6.4"
},
"require-dev": {
"symfony/console": "^6.4|^7.0"
},
"bin": [
"Resources/bin/yaml-lint"
],
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Yaml\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Loads and dumps YAML files",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/yaml/tree/v7.1.6"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-09-25T14:20:29+00:00"
},
{
"name": "symfonycasts/tailwind-bundle",
"version": "v0.6.1",
"source": {
"type": "git",
"url": "https://github.com/SymfonyCasts/tailwind-bundle.git",
"reference": "28db7cfe23758cffc79f25a7c75cdb2fca52e9d9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/SymfonyCasts/tailwind-bundle/zipball/28db7cfe23758cffc79f25a7c75cdb2fca52e9d9",
"reference": "28db7cfe23758cffc79f25a7c75cdb2fca52e9d9",
"shasum": ""
},
"require": {
"php": ">=8.1",
"symfony/asset-mapper": "^6.3|^7.0",
"symfony/cache": "^6.3|^7.0",
"symfony/console": "^5.4|^6.3|^7.0",
"symfony/http-client": "^5.4|^6.3|^7.0",
"symfony/process": "^5.4|^6.3|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
"symfony/filesystem": "^6.3|^7.0",
"symfony/framework-bundle": "^6.3|^7.0",
"symfony/phpunit-bridge": "^6.3.9|^7.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfonycasts\\TailwindBundle\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ryan Weaver",
"homepage": "https://symfonycasts.com"
}
],
"description": "Delightful Tailwind Support for Symfony + AssetMapper",
"keywords": [
"asset-mapper",
"tailwind"
],
"support": {
"issues": "https://github.com/SymfonyCasts/tailwind-bundle/issues",
"source": "https://github.com/SymfonyCasts/tailwind-bundle/tree/v0.6.1"
},
"time": "2024-11-06T18:41:22+00:00"
},
{
"name": "twig/extra-bundle",
"version": "v3.16.0",
"source": {
"type": "git",
"url": "https://github.com/twigphp/twig-extra-bundle.git",
"reference": "9746573ca4bc1cd03a767a183faadaf84e0c31fa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/9746573ca4bc1cd03a767a183faadaf84e0c31fa",
"reference": "9746573ca4bc1cd03a767a183faadaf84e0c31fa",
"shasum": ""
},
"require": {
"php": ">=8.0.2",
"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\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
}
],
"description": "A Symfony bundle for extra Twig extensions",
"homepage": "https://twig.symfony.com",
"keywords": [
"bundle",
"extra",
"twig"
],
"support": {
"source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.16.0"
},
"funding": [
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/twig/twig",
"type": "tidelift"
}
],
"time": "2024-09-26T19:22:23+00:00"
},
{
"name": "twig/twig",
"version": "v3.16.0",
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
"reference": "475ad2dc97d65d8631393e721e7e44fb544f0561"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/475ad2dc97d65d8631393e721e7e44fb544f0561",
"reference": "475ad2dc97d65d8631393e721e7e44fb544f0561",
"shasum": ""
},
"require": {
"php": ">=8.0.2",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-mbstring": "^1.3",
"symfony/polyfill-php81": "^1.29"
},
"require-dev": {
"phpstan/phpstan": "^2.0",
"psr/container": "^1.0|^2.0",
"symfony/phpunit-bridge": "^5.4.9|^6.4|^7.0"
},
"type": "library",
"autoload": {
"files": [
"src/Resources/core.php",
"src/Resources/debug.php",
"src/Resources/escaper.php",
"src/Resources/string_loader.php"
],
"psr-4": {
"Twig\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
},
{
"name": "Twig Team",
"role": "Contributors"
},
{
"name": "Armin Ronacher",
"email": "armin.ronacher@active-4.com",
"role": "Project Founder"
}
],
"description": "Twig, the flexible, fast, and secure template language for PHP",
"homepage": "https://twig.symfony.com",
"keywords": [
"templating"
],
"support": {
"issues": "https://github.com/twigphp/Twig/issues",
"source": "https://github.com/twigphp/Twig/tree/v3.16.0"
},
"funding": [
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/twig/twig",
"type": "tidelift"
}
],
"time": "2024-11-29T08:27:05+00:00"
}
],
"packages-dev": [
{
"name": "symfony/stopwatch",
"version": "v7.1.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/stopwatch.git",
"reference": "8b4a434e6e7faf6adedffb48783a5c75409a1a05"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/8b4a434e6e7faf6adedffb48783a5c75409a1a05",
"reference": "8b4a434e6e7faf6adedffb48783a5c75409a1a05",
"shasum": ""
},
"require": {
"php": ">=8.2",
"symfony/service-contracts": "^2.5|^3"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Stopwatch\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides a way to profile code",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/stopwatch/tree/v7.1.6"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-09-25T14:20:29+00:00"
},
{
"name": "symfony/web-profiler-bundle",
"version": "v7.1.9",
"source": {
"type": "git",
"url": "https://github.com/symfony/web-profiler-bundle.git",
"reference": "6f26474e0e8ff746cb0abaddf9ebe0b067172fb1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/6f26474e0e8ff746cb0abaddf9ebe0b067172fb1",
"reference": "6f26474e0e8ff746cb0abaddf9ebe0b067172fb1",
"shasum": ""
},
"require": {
"php": ">=8.2",
"symfony/config": "^6.4|^7.0",
"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.10"
},
"conflict": {
"symfony/form": "<6.4",
"symfony/mailer": "<6.4",
"symfony/messenger": "<6.4"
},
"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"
},
"type": "symfony-bundle",
"autoload": {
"psr-4": {
"Symfony\\Bundle\\WebProfilerBundle\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides a development tool that gives detailed information about the execution of any request",
"homepage": "https://symfony.com",
"keywords": [
"dev"
],
"support": {
"source": "https://github.com/symfony/web-profiler-bundle/tree/v7.1.9"
},
"funding": [
{
"url": "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-11-19T10:11:44+00:00"
2024-11-14 13:38:57 +01:00
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {},
2024-11-14 13:38:57 +01:00
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": ">=8.2",
"ext-ctype": "*",
"ext-iconv": "*"
},
"platform-dev": {},
2024-11-14 13:38:57 +01:00
"plugin-api-version": "2.6.0"
}