1345 lines
46 KiB
JSON
1345 lines
46 KiB
JSON
|
|
{
|
||
|
|
"packages": [
|
||
|
|
{
|
||
|
|
"name": "christian-riesen/base32",
|
||
|
|
"version": "1.6.0",
|
||
|
|
"version_normalized": "1.6.0.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/ChristianRiesen/base32.git",
|
||
|
|
"reference": "2e82dab3baa008e24a505649b0d583c31d31e894"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/ChristianRiesen/base32/zipball/2e82dab3baa008e24a505649b0d583c31d31e894",
|
||
|
|
"reference": "2e82dab3baa008e24a505649b0d583c31d31e894",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": "^7.2 || ^8.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"friendsofphp/php-cs-fixer": "^2.17",
|
||
|
|
"phpstan/phpstan": "^0.12",
|
||
|
|
"phpunit/phpunit": "^8.5.13 || ^9.5"
|
||
|
|
},
|
||
|
|
"time": "2021-02-26T10:19:33+00:00",
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-master": "1.x-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"installation-source": "dist",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Base32\\": "src/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Christian Riesen",
|
||
|
|
"email": "chris.riesen@gmail.com",
|
||
|
|
"homepage": "http://christianriesen.com",
|
||
|
|
"role": "Developer"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Base32 encoder/decoder according to RFC 4648",
|
||
|
|
"homepage": "https://github.com/ChristianRiesen/base32",
|
||
|
|
"keywords": [
|
||
|
|
"base32",
|
||
|
|
"decode",
|
||
|
|
"encode",
|
||
|
|
"rfc4648"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"issues": "https://github.com/ChristianRiesen/base32/issues",
|
||
|
|
"source": "https://github.com/ChristianRiesen/base32/tree/1.6.0"
|
||
|
|
},
|
||
|
|
"install-path": "../christian-riesen/base32"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "christian-riesen/otp",
|
||
|
|
"version": "1.4.3",
|
||
|
|
"version_normalized": "1.4.3.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/ChristianRiesen/otp.git",
|
||
|
|
"reference": "20a539ce6280eb029030f4e7caefd5709a75e1ad"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/ChristianRiesen/otp/zipball/20a539ce6280eb029030f4e7caefd5709a75e1ad",
|
||
|
|
"reference": "20a539ce6280eb029030f4e7caefd5709a75e1ad",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"christian-riesen/base32": ">=1.0",
|
||
|
|
"php": ">=5.3.0"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"paragonie/random_compat": "Optional polyfill for a more secure random generator for pre PHP7 versions"
|
||
|
|
},
|
||
|
|
"time": "2015-10-08T08:17:59+00:00",
|
||
|
|
"type": "library",
|
||
|
|
"installation-source": "dist",
|
||
|
|
"autoload": {
|
||
|
|
"psr-0": {
|
||
|
|
"Otp": "src"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Christian Riesen",
|
||
|
|
"email": "chris.riesen@gmail.com",
|
||
|
|
"homepage": "http://christianriesen.com",
|
||
|
|
"role": "Developer"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "One Time Passwords, hotp and totp according to RFC4226 and RFC6238",
|
||
|
|
"homepage": "https://github.com/ChristianRiesen/otp",
|
||
|
|
"keywords": [
|
||
|
|
"googleauthenticator",
|
||
|
|
"hotp",
|
||
|
|
"otp",
|
||
|
|
"rfc4226",
|
||
|
|
"rfc6238",
|
||
|
|
"totp"
|
||
|
|
],
|
||
|
|
"install-path": "../christian-riesen/otp"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "pimple/pimple",
|
||
|
|
"version": "v3.6.2",
|
||
|
|
"version_normalized": "3.6.2.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/silexphp/Pimple.git",
|
||
|
|
"reference": "8cfe7f74ac22a433d303914eba9ea4c2a834edce"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/silexphp/Pimple/zipball/8cfe7f74ac22a433d303914eba9ea4c2a834edce",
|
||
|
|
"reference": "8cfe7f74ac22a433d303914eba9ea4c2a834edce",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=7.2.5",
|
||
|
|
"psr/container": "^1.1 || ^2.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpunit/phpunit": "*"
|
||
|
|
},
|
||
|
|
"time": "2026-02-26T08:23:44+00:00",
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-master": "3.x-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"installation-source": "dist",
|
||
|
|
"autoload": {
|
||
|
|
"psr-0": {
|
||
|
|
"Pimple": "src/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Fabien Potencier",
|
||
|
|
"email": "fabien@symfony.com"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Pimple, a simple Dependency Injection Container",
|
||
|
|
"homepage": "https://pimple.symfony.com",
|
||
|
|
"keywords": [
|
||
|
|
"container",
|
||
|
|
"dependency injection"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"source": "https://github.com/silexphp/Pimple/tree/v3.6.2"
|
||
|
|
},
|
||
|
|
"install-path": "../pimple/pimple"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "psr/container",
|
||
|
|
"version": "1.1.2",
|
||
|
|
"version_normalized": "1.1.2.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/php-fig/container.git",
|
||
|
|
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
|
||
|
|
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=7.4.0"
|
||
|
|
},
|
||
|
|
"time": "2021-11-05T16:50:12+00:00",
|
||
|
|
"type": "library",
|
||
|
|
"installation-source": "dist",
|
||
|
|
"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/1.1.2"
|
||
|
|
},
|
||
|
|
"install-path": "../psr/container"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "psr/event-dispatcher",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"version_normalized": "1.0.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"
|
||
|
|
},
|
||
|
|
"time": "2019-01-08T18:20:26+00:00",
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-master": "1.0.x-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"installation-source": "dist",
|
||
|
|
"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"
|
||
|
|
},
|
||
|
|
"install-path": "../psr/event-dispatcher"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "psr/log",
|
||
|
|
"version": "1.1.4",
|
||
|
|
"version_normalized": "1.1.4.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/php-fig/log.git",
|
||
|
|
"reference": "d49695b909c3b7628b6289db5479a1c204601f11"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
|
||
|
|
"reference": "d49695b909c3b7628b6289db5479a1c204601f11",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=5.3.0"
|
||
|
|
},
|
||
|
|
"time": "2021-05-03T11:20:27+00:00",
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-master": "1.1.x-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"installation-source": "dist",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Psr\\Log\\": "Psr/Log/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"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"
|
||
|
|
],
|
||
|
|
"install-path": "../psr/log"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "symfony/console",
|
||
|
|
"version": "v5.4.41",
|
||
|
|
"version_normalized": "5.4.41.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/symfony/console.git",
|
||
|
|
"reference": "6473d441a913cb997123b59ff2dbe3d1cf9e11ba"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/symfony/console/zipball/6473d441a913cb997123b59ff2dbe3d1cf9e11ba",
|
||
|
|
"reference": "6473d441a913cb997123b59ff2dbe3d1cf9e11ba",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=7.2.5",
|
||
|
|
"symfony/deprecation-contracts": "^2.1|^3",
|
||
|
|
"symfony/polyfill-mbstring": "~1.0",
|
||
|
|
"symfony/polyfill-php73": "^1.9",
|
||
|
|
"symfony/polyfill-php80": "^1.16",
|
||
|
|
"symfony/service-contracts": "^1.1|^2|^3",
|
||
|
|
"symfony/string": "^5.1|^6.0"
|
||
|
|
},
|
||
|
|
"conflict": {
|
||
|
|
"psr/log": ">=3",
|
||
|
|
"symfony/dependency-injection": "<4.4",
|
||
|
|
"symfony/dotenv": "<5.1",
|
||
|
|
"symfony/event-dispatcher": "<4.4",
|
||
|
|
"symfony/lock": "<4.4",
|
||
|
|
"symfony/process": "<4.4"
|
||
|
|
},
|
||
|
|
"provide": {
|
||
|
|
"psr/log-implementation": "1.0|2.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"psr/log": "^1|^2",
|
||
|
|
"symfony/config": "^4.4|^5.0|^6.0",
|
||
|
|
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
|
||
|
|
"symfony/event-dispatcher": "^4.4|^5.0|^6.0",
|
||
|
|
"symfony/lock": "^4.4|^5.0|^6.0",
|
||
|
|
"symfony/process": "^4.4|^5.0|^6.0",
|
||
|
|
"symfony/var-dumper": "^4.4|^5.0|^6.0"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"psr/log": "For using the console logger",
|
||
|
|
"symfony/event-dispatcher": "",
|
||
|
|
"symfony/lock": "",
|
||
|
|
"symfony/process": ""
|
||
|
|
},
|
||
|
|
"time": "2024-06-28T07:48:55+00:00",
|
||
|
|
"type": "library",
|
||
|
|
"installation-source": "dist",
|
||
|
|
"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/v5.4.41"
|
||
|
|
},
|
||
|
|
"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"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"install-path": "../symfony/console"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "symfony/deprecation-contracts",
|
||
|
|
"version": "v2.5.4",
|
||
|
|
"version_normalized": "2.5.4.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/symfony/deprecation-contracts.git",
|
||
|
|
"reference": "605389f2a7e5625f273b53960dc46aeaf9c62918"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/605389f2a7e5625f273b53960dc46aeaf9c62918",
|
||
|
|
"reference": "605389f2a7e5625f273b53960dc46aeaf9c62918",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=7.1"
|
||
|
|
},
|
||
|
|
"time": "2024-09-25T14:11:13+00:00",
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-main": "2.5-dev"
|
||
|
|
},
|
||
|
|
"thanks": {
|
||
|
|
"name": "symfony/contracts",
|
||
|
|
"url": "https://github.com/symfony/contracts"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"installation-source": "dist",
|
||
|
|
"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/v2.5.4"
|
||
|
|
},
|
||
|
|
"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"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"install-path": "../symfony/deprecation-contracts"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "symfony/event-dispatcher-contracts",
|
||
|
|
"version": "v2.5.4",
|
||
|
|
"version_normalized": "2.5.4.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
|
||
|
|
"reference": "e0fe3d79b516eb75126ac6fa4cbf19b79b08c99f"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/e0fe3d79b516eb75126ac6fa4cbf19b79b08c99f",
|
||
|
|
"reference": "e0fe3d79b516eb75126ac6fa4cbf19b79b08c99f",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=7.2.5",
|
||
|
|
"psr/event-dispatcher": "^1"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"symfony/event-dispatcher-implementation": ""
|
||
|
|
},
|
||
|
|
"time": "2024-09-25T14:11:13+00:00",
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-main": "2.5-dev"
|
||
|
|
},
|
||
|
|
"thanks": {
|
||
|
|
"name": "symfony/contracts",
|
||
|
|
"url": "https://github.com/symfony/contracts"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"installation-source": "dist",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Symfony\\Contracts\\EventDispatcher\\": ""
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Nicolas Grekas",
|
||
|
|
"email": "p@tchwork.com"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Symfony Community",
|
||
|
|
"homepage": "https://symfony.com/contributors"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Generic abstractions related to dispatching event",
|
||
|
|
"homepage": "https://symfony.com",
|
||
|
|
"keywords": [
|
||
|
|
"abstractions",
|
||
|
|
"contracts",
|
||
|
|
"decoupling",
|
||
|
|
"interfaces",
|
||
|
|
"interoperability",
|
||
|
|
"standards"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.4"
|
||
|
|
},
|
||
|
|
"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"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"install-path": "../symfony/event-dispatcher-contracts"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "symfony/finder",
|
||
|
|
"version": "v5.4.45",
|
||
|
|
"version_normalized": "5.4.45.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/symfony/finder.git",
|
||
|
|
"reference": "63741784cd7b9967975eec610b256eed3ede022b"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/symfony/finder/zipball/63741784cd7b9967975eec610b256eed3ede022b",
|
||
|
|
"reference": "63741784cd7b9967975eec610b256eed3ede022b",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=7.2.5",
|
||
|
|
"symfony/deprecation-contracts": "^2.1|^3",
|
||
|
|
"symfony/polyfill-php80": "^1.16"
|
||
|
|
},
|
||
|
|
"time": "2024-09-28T13:32:08+00:00",
|
||
|
|
"type": "library",
|
||
|
|
"installation-source": "dist",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Symfony\\Component\\Finder\\": ""
|
||
|
|
},
|
||
|
|
"exclude-from-classmap": [
|
||
|
|
"/Tests/"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Fabien Potencier",
|
||
|
|
"email": "fabien@symfony.com"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Symfony Community",
|
||
|
|
"homepage": "https://symfony.com/contributors"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Finds files and directories via an intuitive fluent interface",
|
||
|
|
"homepage": "https://symfony.com",
|
||
|
|
"support": {
|
||
|
|
"source": "https://github.com/symfony/finder/tree/v5.4.45"
|
||
|
|
},
|
||
|
|
"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"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"install-path": "../symfony/finder"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "symfony/polyfill-ctype",
|
||
|
|
"version": "v1.33.0",
|
||
|
|
"version_normalized": "1.33.0.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
||
|
|
"reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
|
||
|
|
"reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=7.2"
|
||
|
|
},
|
||
|
|
"provide": {
|
||
|
|
"ext-ctype": "*"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"ext-ctype": "For best performance"
|
||
|
|
},
|
||
|
|
"time": "2024-09-09T11:45:10+00:00",
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"thanks": {
|
||
|
|
"url": "https://github.com/symfony/polyfill",
|
||
|
|
"name": "symfony/polyfill"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"installation-source": "dist",
|
||
|
|
"autoload": {
|
||
|
|
"files": [
|
||
|
|
"bootstrap.php"
|
||
|
|
],
|
||
|
|
"psr-4": {
|
||
|
|
"Symfony\\Polyfill\\Ctype\\": ""
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Gert de Pagter",
|
||
|
|
"email": "BackEndTea@gmail.com"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Symfony Community",
|
||
|
|
"homepage": "https://symfony.com/contributors"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Symfony polyfill for ctype functions",
|
||
|
|
"homepage": "https://symfony.com",
|
||
|
|
"keywords": [
|
||
|
|
"compatibility",
|
||
|
|
"ctype",
|
||
|
|
"polyfill",
|
||
|
|
"portable"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.33.0"
|
||
|
|
},
|
||
|
|
"funding": [
|
||
|
|
{
|
||
|
|
"url": "https://symfony.com/sponsor",
|
||
|
|
"type": "custom"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://github.com/fabpot",
|
||
|
|
"type": "github"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://github.com/nicolas-grekas",
|
||
|
|
"type": "github"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
|
|
"type": "tidelift"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"install-path": "../symfony/polyfill-ctype"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "symfony/polyfill-intl-grapheme",
|
||
|
|
"version": "v1.33.0",
|
||
|
|
"version_normalized": "1.33.0.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
|
||
|
|
"reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/380872130d3a5dd3ace2f4010d95125fde5d5c70",
|
||
|
|
"reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=7.2"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"ext-intl": "For best performance"
|
||
|
|
},
|
||
|
|
"time": "2025-06-27T09:58:17+00:00",
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"thanks": {
|
||
|
|
"url": "https://github.com/symfony/polyfill",
|
||
|
|
"name": "symfony/polyfill"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"installation-source": "dist",
|
||
|
|
"autoload": {
|
||
|
|
"files": [
|
||
|
|
"bootstrap.php"
|
||
|
|
],
|
||
|
|
"psr-4": {
|
||
|
|
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Nicolas Grekas",
|
||
|
|
"email": "p@tchwork.com"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Symfony Community",
|
||
|
|
"homepage": "https://symfony.com/contributors"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Symfony polyfill for intl's grapheme_* functions",
|
||
|
|
"homepage": "https://symfony.com",
|
||
|
|
"keywords": [
|
||
|
|
"compatibility",
|
||
|
|
"grapheme",
|
||
|
|
"intl",
|
||
|
|
"polyfill",
|
||
|
|
"portable",
|
||
|
|
"shim"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.33.0"
|
||
|
|
},
|
||
|
|
"funding": [
|
||
|
|
{
|
||
|
|
"url": "https://symfony.com/sponsor",
|
||
|
|
"type": "custom"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://github.com/fabpot",
|
||
|
|
"type": "github"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://github.com/nicolas-grekas",
|
||
|
|
"type": "github"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
|
|
"type": "tidelift"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"install-path": "../symfony/polyfill-intl-grapheme"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "symfony/polyfill-intl-normalizer",
|
||
|
|
"version": "v1.33.0",
|
||
|
|
"version_normalized": "1.33.0.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
|
||
|
|
"reference": "3833d7255cc303546435cb650316bff708a1c75c"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
|
||
|
|
"reference": "3833d7255cc303546435cb650316bff708a1c75c",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=7.2"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"ext-intl": "For best performance"
|
||
|
|
},
|
||
|
|
"time": "2024-09-09T11:45:10+00:00",
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"thanks": {
|
||
|
|
"url": "https://github.com/symfony/polyfill",
|
||
|
|
"name": "symfony/polyfill"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"installation-source": "dist",
|
||
|
|
"autoload": {
|
||
|
|
"files": [
|
||
|
|
"bootstrap.php"
|
||
|
|
],
|
||
|
|
"psr-4": {
|
||
|
|
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
|
||
|
|
},
|
||
|
|
"classmap": [
|
||
|
|
"Resources/stubs"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Nicolas Grekas",
|
||
|
|
"email": "p@tchwork.com"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Symfony Community",
|
||
|
|
"homepage": "https://symfony.com/contributors"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Symfony polyfill for intl's Normalizer class and related functions",
|
||
|
|
"homepage": "https://symfony.com",
|
||
|
|
"keywords": [
|
||
|
|
"compatibility",
|
||
|
|
"intl",
|
||
|
|
"normalizer",
|
||
|
|
"polyfill",
|
||
|
|
"portable",
|
||
|
|
"shim"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.33.0"
|
||
|
|
},
|
||
|
|
"funding": [
|
||
|
|
{
|
||
|
|
"url": "https://symfony.com/sponsor",
|
||
|
|
"type": "custom"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://github.com/fabpot",
|
||
|
|
"type": "github"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://github.com/nicolas-grekas",
|
||
|
|
"type": "github"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
|
|
"type": "tidelift"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"install-path": "../symfony/polyfill-intl-normalizer"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "symfony/polyfill-mbstring",
|
||
|
|
"version": "v1.33.0",
|
||
|
|
"version_normalized": "1.33.0.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
||
|
|
"reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493",
|
||
|
|
"reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"ext-iconv": "*",
|
||
|
|
"php": ">=7.2"
|
||
|
|
},
|
||
|
|
"provide": {
|
||
|
|
"ext-mbstring": "*"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"ext-mbstring": "For best performance"
|
||
|
|
},
|
||
|
|
"time": "2024-12-23T08:48:59+00:00",
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"thanks": {
|
||
|
|
"url": "https://github.com/symfony/polyfill",
|
||
|
|
"name": "symfony/polyfill"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"installation-source": "dist",
|
||
|
|
"autoload": {
|
||
|
|
"files": [
|
||
|
|
"bootstrap.php"
|
||
|
|
],
|
||
|
|
"psr-4": {
|
||
|
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Nicolas Grekas",
|
||
|
|
"email": "p@tchwork.com"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Symfony Community",
|
||
|
|
"homepage": "https://symfony.com/contributors"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Symfony polyfill for the Mbstring extension",
|
||
|
|
"homepage": "https://symfony.com",
|
||
|
|
"keywords": [
|
||
|
|
"compatibility",
|
||
|
|
"mbstring",
|
||
|
|
"polyfill",
|
||
|
|
"portable",
|
||
|
|
"shim"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.33.0"
|
||
|
|
},
|
||
|
|
"funding": [
|
||
|
|
{
|
||
|
|
"url": "https://symfony.com/sponsor",
|
||
|
|
"type": "custom"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://github.com/fabpot",
|
||
|
|
"type": "github"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://github.com/nicolas-grekas",
|
||
|
|
"type": "github"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
|
|
"type": "tidelift"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"install-path": "../symfony/polyfill-mbstring"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "symfony/polyfill-php73",
|
||
|
|
"version": "v1.33.0",
|
||
|
|
"version_normalized": "1.33.0.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/symfony/polyfill-php73.git",
|
||
|
|
"reference": "0f68c03565dcaaf25a890667542e8bd75fe7e5bb"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f68c03565dcaaf25a890667542e8bd75fe7e5bb",
|
||
|
|
"reference": "0f68c03565dcaaf25a890667542e8bd75fe7e5bb",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=7.2"
|
||
|
|
},
|
||
|
|
"time": "2024-09-09T11:45:10+00:00",
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"thanks": {
|
||
|
|
"url": "https://github.com/symfony/polyfill",
|
||
|
|
"name": "symfony/polyfill"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"installation-source": "dist",
|
||
|
|
"autoload": {
|
||
|
|
"files": [
|
||
|
|
"bootstrap.php"
|
||
|
|
],
|
||
|
|
"psr-4": {
|
||
|
|
"Symfony\\Polyfill\\Php73\\": ""
|
||
|
|
},
|
||
|
|
"classmap": [
|
||
|
|
"Resources/stubs"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Nicolas Grekas",
|
||
|
|
"email": "p@tchwork.com"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Symfony Community",
|
||
|
|
"homepage": "https://symfony.com/contributors"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
|
||
|
|
"homepage": "https://symfony.com",
|
||
|
|
"keywords": [
|
||
|
|
"compatibility",
|
||
|
|
"polyfill",
|
||
|
|
"portable",
|
||
|
|
"shim"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"source": "https://github.com/symfony/polyfill-php73/tree/v1.33.0"
|
||
|
|
},
|
||
|
|
"funding": [
|
||
|
|
{
|
||
|
|
"url": "https://symfony.com/sponsor",
|
||
|
|
"type": "custom"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://github.com/fabpot",
|
||
|
|
"type": "github"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://github.com/nicolas-grekas",
|
||
|
|
"type": "github"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
|
|
"type": "tidelift"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"install-path": "../symfony/polyfill-php73"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "symfony/polyfill-php80",
|
||
|
|
"version": "v1.33.0",
|
||
|
|
"version_normalized": "1.33.0.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/symfony/polyfill-php80.git",
|
||
|
|
"reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
|
||
|
|
"reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=7.2"
|
||
|
|
},
|
||
|
|
"time": "2025-01-02T08:10:11+00:00",
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"thanks": {
|
||
|
|
"url": "https://github.com/symfony/polyfill",
|
||
|
|
"name": "symfony/polyfill"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"installation-source": "dist",
|
||
|
|
"autoload": {
|
||
|
|
"files": [
|
||
|
|
"bootstrap.php"
|
||
|
|
],
|
||
|
|
"psr-4": {
|
||
|
|
"Symfony\\Polyfill\\Php80\\": ""
|
||
|
|
},
|
||
|
|
"classmap": [
|
||
|
|
"Resources/stubs"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Ion Bazan",
|
||
|
|
"email": "ion.bazan@gmail.com"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Nicolas Grekas",
|
||
|
|
"email": "p@tchwork.com"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Symfony Community",
|
||
|
|
"homepage": "https://symfony.com/contributors"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
|
||
|
|
"homepage": "https://symfony.com",
|
||
|
|
"keywords": [
|
||
|
|
"compatibility",
|
||
|
|
"polyfill",
|
||
|
|
"portable",
|
||
|
|
"shim"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"source": "https://github.com/symfony/polyfill-php80/tree/v1.33.0"
|
||
|
|
},
|
||
|
|
"funding": [
|
||
|
|
{
|
||
|
|
"url": "https://symfony.com/sponsor",
|
||
|
|
"type": "custom"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://github.com/fabpot",
|
||
|
|
"type": "github"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://github.com/nicolas-grekas",
|
||
|
|
"type": "github"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
|
|
"type": "tidelift"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"install-path": "../symfony/polyfill-php80"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "symfony/service-contracts",
|
||
|
|
"version": "v2.5.4",
|
||
|
|
"version_normalized": "2.5.4.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/symfony/service-contracts.git",
|
||
|
|
"reference": "f37b419f7aea2e9abf10abd261832cace12e3300"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/f37b419f7aea2e9abf10abd261832cace12e3300",
|
||
|
|
"reference": "f37b419f7aea2e9abf10abd261832cace12e3300",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=7.2.5",
|
||
|
|
"psr/container": "^1.1",
|
||
|
|
"symfony/deprecation-contracts": "^2.1|^3"
|
||
|
|
},
|
||
|
|
"conflict": {
|
||
|
|
"ext-psr": "<1.1|>=2"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"symfony/service-implementation": ""
|
||
|
|
},
|
||
|
|
"time": "2024-09-25T14:11:13+00:00",
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-main": "2.5-dev"
|
||
|
|
},
|
||
|
|
"thanks": {
|
||
|
|
"name": "symfony/contracts",
|
||
|
|
"url": "https://github.com/symfony/contracts"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"installation-source": "dist",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Symfony\\Contracts\\Service\\": ""
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Nicolas Grekas",
|
||
|
|
"email": "p@tchwork.com"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Symfony Community",
|
||
|
|
"homepage": "https://symfony.com/contributors"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Generic abstractions related to writing services",
|
||
|
|
"homepage": "https://symfony.com",
|
||
|
|
"keywords": [
|
||
|
|
"abstractions",
|
||
|
|
"contracts",
|
||
|
|
"decoupling",
|
||
|
|
"interfaces",
|
||
|
|
"interoperability",
|
||
|
|
"standards"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"source": "https://github.com/symfony/service-contracts/tree/v2.5.4"
|
||
|
|
},
|
||
|
|
"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"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"install-path": "../symfony/service-contracts"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "symfony/string",
|
||
|
|
"version": "v5.4.47",
|
||
|
|
"version_normalized": "5.4.47.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/symfony/string.git",
|
||
|
|
"reference": "136ca7d72f72b599f2631aca474a4f8e26719799"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/symfony/string/zipball/136ca7d72f72b599f2631aca474a4f8e26719799",
|
||
|
|
"reference": "136ca7d72f72b599f2631aca474a4f8e26719799",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=7.2.5",
|
||
|
|
"symfony/polyfill-ctype": "~1.8",
|
||
|
|
"symfony/polyfill-intl-grapheme": "~1.0",
|
||
|
|
"symfony/polyfill-intl-normalizer": "~1.0",
|
||
|
|
"symfony/polyfill-mbstring": "~1.0",
|
||
|
|
"symfony/polyfill-php80": "~1.15"
|
||
|
|
},
|
||
|
|
"conflict": {
|
||
|
|
"symfony/translation-contracts": ">=3.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"symfony/error-handler": "^4.4|^5.0|^6.0",
|
||
|
|
"symfony/http-client": "^4.4|^5.0|^6.0",
|
||
|
|
"symfony/translation-contracts": "^1.1|^2",
|
||
|
|
"symfony/var-exporter": "^4.4|^5.0|^6.0"
|
||
|
|
},
|
||
|
|
"time": "2024-11-10T20:33:58+00:00",
|
||
|
|
"type": "library",
|
||
|
|
"installation-source": "dist",
|
||
|
|
"autoload": {
|
||
|
|
"files": [
|
||
|
|
"Resources/functions.php"
|
||
|
|
],
|
||
|
|
"psr-4": {
|
||
|
|
"Symfony\\Component\\String\\": ""
|
||
|
|
},
|
||
|
|
"exclude-from-classmap": [
|
||
|
|
"/Tests/"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Nicolas Grekas",
|
||
|
|
"email": "p@tchwork.com"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Symfony Community",
|
||
|
|
"homepage": "https://symfony.com/contributors"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
|
||
|
|
"homepage": "https://symfony.com",
|
||
|
|
"keywords": [
|
||
|
|
"grapheme",
|
||
|
|
"i18n",
|
||
|
|
"string",
|
||
|
|
"unicode",
|
||
|
|
"utf-8",
|
||
|
|
"utf8"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"source": "https://github.com/symfony/string/tree/v5.4.47"
|
||
|
|
},
|
||
|
|
"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"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"install-path": "../symfony/string"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"dev": false,
|
||
|
|
"dev-package-names": []
|
||
|
|
}
|