2023-04-14 20:27:33 +00: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"
|
|
|
|
],
|
2023-04-14 21:35:18 +00:00
|
|
|
"content-hash": "df0df0b7db58f124685c7471026977fb",
|
2023-04-14 20:27:33 +00:00
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"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/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/log",
|
|
|
|
"version": "3.0.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-fig/log.git",
|
|
|
|
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
|
|
|
|
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
|
|
|
|
"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.0"
|
|
|
|
},
|
|
|
|
"time": "2021-07-14T16:46:02+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/cache",
|
|
|
|
"version": "v6.2.8",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/cache.git",
|
|
|
|
"reference": "76babfd82f6bfd8f6cbe851a153b95dd074ffc53"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/cache/zipball/76babfd82f6bfd8f6cbe851a153b95dd074ffc53",
|
|
|
|
"reference": "76babfd82f6bfd8f6cbe851a153b95dd074ffc53",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=8.1",
|
|
|
|
"psr/cache": "^2.0|^3.0",
|
|
|
|
"psr/log": "^1.1|^2|^3",
|
|
|
|
"symfony/cache-contracts": "^1.1.7|^2|^3",
|
|
|
|
"symfony/service-contracts": "^1.1|^2|^3",
|
|
|
|
"symfony/var-exporter": "^6.2.7"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"doctrine/dbal": "<2.13.1",
|
|
|
|
"symfony/dependency-injection": "<5.4",
|
|
|
|
"symfony/http-kernel": "<5.4",
|
|
|
|
"symfony/var-dumper": "<5.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": "^2.13.1|^3.0",
|
|
|
|
"predis/predis": "^1.1",
|
|
|
|
"psr/simple-cache": "^1.0|^2.0|^3.0",
|
|
|
|
"symfony/config": "^5.4|^6.0",
|
|
|
|
"symfony/dependency-injection": "^5.4|^6.0",
|
|
|
|
"symfony/filesystem": "^5.4|^6.0",
|
|
|
|
"symfony/http-kernel": "^5.4|^6.0",
|
|
|
|
"symfony/messenger": "^5.4|^6.0",
|
|
|
|
"symfony/var-dumper": "^5.4|^6.0"
|
|
|
|
},
|
|
|
|
"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/v6.2.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": "2023-03-30T07:37:32+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/cache-contracts",
|
|
|
|
"version": "v3.2.1",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/cache-contracts.git",
|
|
|
|
"reference": "eeb71f04b6f7f34ca6d15633df82e014528b1632"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/cache-contracts/zipball/eeb71f04b6f7f34ca6d15633df82e014528b1632",
|
|
|
|
"reference": "eeb71f04b6f7f34ca6d15633df82e014528b1632",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=8.1",
|
|
|
|
"psr/cache": "^3.0"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/cache-implementation": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-main": "3.3-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.2.1"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2023-03-01T10:32:47+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/config",
|
|
|
|
"version": "v6.2.7",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/config.git",
|
|
|
|
"reference": "249271da6f545d6579e0663374f8249a80be2893"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/config/zipball/249271da6f545d6579e0663374f8249a80be2893",
|
|
|
|
"reference": "249271da6f545d6579e0663374f8249a80be2893",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=8.1",
|
|
|
|
"symfony/deprecation-contracts": "^2.1|^3",
|
|
|
|
"symfony/filesystem": "^5.4|^6.0",
|
|
|
|
"symfony/polyfill-ctype": "~1.8"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"symfony/finder": "<5.4"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"symfony/event-dispatcher": "^5.4|^6.0",
|
|
|
|
"symfony/finder": "^5.4|^6.0",
|
|
|
|
"symfony/messenger": "^5.4|^6.0",
|
|
|
|
"symfony/service-contracts": "^1.1|^2|^3",
|
|
|
|
"symfony/yaml": "^5.4|^6.0"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/yaml": "To use the yaml reference dumper"
|
|
|
|
},
|
|
|
|
"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/v6.2.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": "2023-02-14T08:44:56+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/console",
|
|
|
|
"version": "v6.2.8",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/console.git",
|
|
|
|
"reference": "3582d68a64a86ec25240aaa521ec8bc2342b369b"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/console/zipball/3582d68a64a86ec25240aaa521ec8bc2342b369b",
|
|
|
|
"reference": "3582d68a64a86ec25240aaa521ec8bc2342b369b",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=8.1",
|
|
|
|
"symfony/deprecation-contracts": "^2.1|^3",
|
|
|
|
"symfony/polyfill-mbstring": "~1.0",
|
|
|
|
"symfony/service-contracts": "^1.1|^2|^3",
|
|
|
|
"symfony/string": "^5.4|^6.0"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"symfony/dependency-injection": "<5.4",
|
|
|
|
"symfony/dotenv": "<5.4",
|
|
|
|
"symfony/event-dispatcher": "<5.4",
|
|
|
|
"symfony/lock": "<5.4",
|
|
|
|
"symfony/process": "<5.4"
|
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"psr/log-implementation": "1.0|2.0|3.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"psr/log": "^1|^2|^3",
|
|
|
|
"symfony/config": "^5.4|^6.0",
|
|
|
|
"symfony/dependency-injection": "^5.4|^6.0",
|
|
|
|
"symfony/event-dispatcher": "^5.4|^6.0",
|
|
|
|
"symfony/lock": "^5.4|^6.0",
|
|
|
|
"symfony/process": "^5.4|^6.0",
|
|
|
|
"symfony/var-dumper": "^5.4|^6.0"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"psr/log": "For using the console logger",
|
|
|
|
"symfony/event-dispatcher": "",
|
|
|
|
"symfony/lock": "",
|
|
|
|
"symfony/process": ""
|
|
|
|
},
|
|
|
|
"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/v6.2.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": "2023-03-29T21:42:15+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/dependency-injection",
|
|
|
|
"version": "v6.2.8",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/dependency-injection.git",
|
|
|
|
"reference": "b6195feacceb88fc58a02b69522b569e4c6188ac"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/b6195feacceb88fc58a02b69522b569e4c6188ac",
|
|
|
|
"reference": "b6195feacceb88fc58a02b69522b569e4c6188ac",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=8.1",
|
|
|
|
"psr/container": "^1.1|^2.0",
|
|
|
|
"symfony/deprecation-contracts": "^2.1|^3",
|
|
|
|
"symfony/service-contracts": "^1.1.6|^2.0|^3.0",
|
|
|
|
"symfony/var-exporter": "^6.2.7"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"ext-psr": "<1.1|>=2",
|
|
|
|
"symfony/config": "<6.1",
|
|
|
|
"symfony/finder": "<5.4",
|
|
|
|
"symfony/proxy-manager-bridge": "<6.2",
|
|
|
|
"symfony/yaml": "<5.4"
|
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"psr/container-implementation": "1.1|2.0",
|
|
|
|
"symfony/service-implementation": "1.1|2.0|3.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"symfony/config": "^6.1",
|
|
|
|
"symfony/expression-language": "^5.4|^6.0",
|
|
|
|
"symfony/yaml": "^5.4|^6.0"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/config": "",
|
|
|
|
"symfony/expression-language": "For using expressions in service container configuration",
|
|
|
|
"symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
|
|
|
|
"symfony/yaml": ""
|
|
|
|
},
|
|
|
|
"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/v6.2.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": "2023-03-30T13:35:57+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/deprecation-contracts",
|
|
|
|
"version": "v3.2.1",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/deprecation-contracts.git",
|
|
|
|
"reference": "e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e",
|
|
|
|
"reference": "e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=8.1"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-main": "3.3-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.2.1"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2023-03-01T10:25:55+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/dotenv",
|
|
|
|
"version": "v6.2.8",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/dotenv.git",
|
|
|
|
"reference": "4481aa45be7a11d2335c1d5b5bbe2f0c6199b105"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/dotenv/zipball/4481aa45be7a11d2335c1d5b5bbe2f0c6199b105",
|
|
|
|
"reference": "4481aa45be7a11d2335c1d5b5bbe2f0c6199b105",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=8.1"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"symfony/console": "<5.4",
|
|
|
|
"symfony/process": "<5.4"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"symfony/console": "^5.4|^6.0",
|
|
|
|
"symfony/process": "^5.4|^6.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/v6.2.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": "2023-03-10T10:06:03+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/error-handler",
|
|
|
|
"version": "v6.2.9",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/error-handler.git",
|
|
|
|
"reference": "e95f1273b3953c3b5e5341172dae838bacee11ee"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/error-handler/zipball/e95f1273b3953c3b5e5341172dae838bacee11ee",
|
|
|
|
"reference": "e95f1273b3953c3b5e5341172dae838bacee11ee",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=8.1",
|
|
|
|
"psr/log": "^1|^2|^3",
|
|
|
|
"symfony/var-dumper": "^5.4|^6.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"symfony/deprecation-contracts": "^2.1|^3",
|
|
|
|
"symfony/http-kernel": "^5.4|^6.0",
|
|
|
|
"symfony/serializer": "^5.4|^6.0"
|
|
|
|
},
|
|
|
|
"bin": [
|
|
|
|
"Resources/bin/patch-type-declarations"
|
|
|
|
],
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\ErrorHandler\\": ""
|
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Provides tools to manage errors and ease debugging PHP code",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/symfony/error-handler/tree/v6.2.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": "2023-04-11T16:03:19+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/event-dispatcher",
|
|
|
|
"version": "v6.2.8",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/event-dispatcher.git",
|
|
|
|
"reference": "04046f35fd7d72f9646e721fc2ecb8f9c67d3339"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/04046f35fd7d72f9646e721fc2ecb8f9c67d3339",
|
|
|
|
"reference": "04046f35fd7d72f9646e721fc2ecb8f9c67d3339",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=8.1",
|
|
|
|
"symfony/event-dispatcher-contracts": "^2|^3"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"symfony/dependency-injection": "<5.4"
|
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"psr/event-dispatcher-implementation": "1.0",
|
|
|
|
"symfony/event-dispatcher-implementation": "2.0|3.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"psr/log": "^1|^2|^3",
|
|
|
|
"symfony/config": "^5.4|^6.0",
|
|
|
|
"symfony/dependency-injection": "^5.4|^6.0",
|
|
|
|
"symfony/error-handler": "^5.4|^6.0",
|
|
|
|
"symfony/expression-language": "^5.4|^6.0",
|
|
|
|
"symfony/http-foundation": "^5.4|^6.0",
|
|
|
|
"symfony/service-contracts": "^1.1|^2|^3",
|
|
|
|
"symfony/stopwatch": "^5.4|^6.0"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/dependency-injection": "",
|
|
|
|
"symfony/http-kernel": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\EventDispatcher\\": ""
|
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/symfony/event-dispatcher/tree/v6.2.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": "2023-03-20T16:06:02+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/event-dispatcher-contracts",
|
|
|
|
"version": "v3.2.1",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
|
|
|
|
"reference": "0ad3b6f1e4e2da5690fefe075cd53a238646d8dd"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/0ad3b6f1e4e2da5690fefe075cd53a238646d8dd",
|
|
|
|
"reference": "0ad3b6f1e4e2da5690fefe075cd53a238646d8dd",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=8.1",
|
|
|
|
"psr/event-dispatcher": "^1"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/event-dispatcher-implementation": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-main": "3.3-dev"
|
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/contracts",
|
|
|
|
"url": "https://github.com/symfony/contracts"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Contracts\\EventDispatcher\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Generic abstractions related to dispatching event",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"abstractions",
|
|
|
|
"contracts",
|
|
|
|
"decoupling",
|
|
|
|
"interfaces",
|
|
|
|
"interoperability",
|
|
|
|
"standards"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.2.1"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2023-03-01T10:32:47+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/filesystem",
|
|
|
|
"version": "v6.2.7",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/filesystem.git",
|
|
|
|
"reference": "82b6c62b959f642d000456f08c6d219d749215b3"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/filesystem/zipball/82b6c62b959f642d000456f08c6d219d749215b3",
|
|
|
|
"reference": "82b6c62b959f642d000456f08c6d219d749215b3",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=8.1",
|
|
|
|
"symfony/polyfill-ctype": "~1.8",
|
|
|
|
"symfony/polyfill-mbstring": "~1.8"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Filesystem\\": ""
|
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Provides basic utilities for the filesystem",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/symfony/filesystem/tree/v6.2.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": "2023-02-14T08:44:56+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/finder",
|
|
|
|
"version": "v6.2.7",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/finder.git",
|
|
|
|
"reference": "20808dc6631aecafbe67c186af5dcb370be3a0eb"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/finder/zipball/20808dc6631aecafbe67c186af5dcb370be3a0eb",
|
|
|
|
"reference": "20808dc6631aecafbe67c186af5dcb370be3a0eb",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=8.1"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"symfony/filesystem": "^6.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Finder\\": ""
|
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Finds files and directories via an intuitive fluent interface",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/symfony/finder/tree/v6.2.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": "2023-02-16T09:57:23+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/flex",
|
|
|
|
"version": "v2.2.5",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/flex.git",
|
|
|
|
"reference": "2ff8465e7172790a47ab3c129f2b514eb2d8a286"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/flex/zipball/2ff8465e7172790a47ab3c129f2b514eb2d8a286",
|
|
|
|
"reference": "2ff8465e7172790a47ab3c129f2b514eb2d8a286",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"composer-plugin-api": "^2.1",
|
|
|
|
"php": ">=8.0"
|
|
|
|
},
|
|
|
|
"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",
|
|
|
|
"extra": {
|
|
|
|
"class": "Symfony\\Flex\\Flex"
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Flex\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien.potencier@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Composer plugin for Symfony",
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/symfony/flex/issues",
|
|
|
|
"source": "https://github.com/symfony/flex/tree/v2.2.5"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2023-02-18T08:03:15+00:00"
|
|
|
|
},
|
2023-04-14 21:35:18 +00:00
|
|
|
{
|
|
|
|
"name": "symfony/form",
|
|
|
|
"version": "v6.2.8",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/form.git",
|
|
|
|
"reference": "751efa84f868337c63e29560c02cff7ae27d874b"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/form/zipball/751efa84f868337c63e29560c02cff7ae27d874b",
|
|
|
|
"reference": "751efa84f868337c63e29560c02cff7ae27d874b",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=8.1",
|
|
|
|
"symfony/deprecation-contracts": "^2.1|^3",
|
|
|
|
"symfony/event-dispatcher": "^5.4|^6.0",
|
|
|
|
"symfony/options-resolver": "^5.4|^6.0",
|
|
|
|
"symfony/polyfill-ctype": "~1.8",
|
|
|
|
"symfony/polyfill-intl-icu": "^1.21",
|
|
|
|
"symfony/polyfill-mbstring": "~1.0",
|
|
|
|
"symfony/property-access": "^5.4|^6.0",
|
|
|
|
"symfony/service-contracts": "^1.1|^2|^3"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"phpunit/phpunit": "<5.4.3",
|
|
|
|
"symfony/console": "<5.4",
|
|
|
|
"symfony/dependency-injection": "<5.4",
|
|
|
|
"symfony/doctrine-bridge": "<5.4.21|>=6,<6.2.7",
|
|
|
|
"symfony/error-handler": "<5.4",
|
|
|
|
"symfony/framework-bundle": "<5.4",
|
|
|
|
"symfony/http-kernel": "<5.4",
|
|
|
|
"symfony/translation": "<5.4",
|
|
|
|
"symfony/translation-contracts": "<1.1.7",
|
|
|
|
"symfony/twig-bridge": "<5.4.21|>=6,<6.2.7"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"doctrine/collections": "^1.0|^2.0",
|
|
|
|
"symfony/config": "^5.4|^6.0",
|
|
|
|
"symfony/console": "^5.4|^6.0",
|
|
|
|
"symfony/dependency-injection": "^5.4|^6.0",
|
|
|
|
"symfony/expression-language": "^5.4|^6.0",
|
|
|
|
"symfony/html-sanitizer": "^6.1",
|
|
|
|
"symfony/http-foundation": "^5.4|^6.0",
|
|
|
|
"symfony/http-kernel": "^5.4|^6.0",
|
|
|
|
"symfony/intl": "^5.4|^6.0",
|
|
|
|
"symfony/security-core": "^6.2",
|
|
|
|
"symfony/security-csrf": "^5.4|^6.0",
|
|
|
|
"symfony/translation": "^5.4|^6.0",
|
|
|
|
"symfony/uid": "^5.4|^6.0",
|
|
|
|
"symfony/validator": "^5.4|^6.0",
|
|
|
|
"symfony/var-dumper": "^5.4|^6.0"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/security-core": "For hashing users passwords.",
|
|
|
|
"symfony/security-csrf": "For protecting forms against CSRF attacks.",
|
|
|
|
"symfony/twig-bridge": "For templating with Twig.",
|
|
|
|
"symfony/validator": "For form validation."
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Form\\": ""
|
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|