2017-12-08 19:37:49 +00:00
|
|
|
{
|
|
|
|
"_readme": [
|
|
|
|
"This file locks the dependencies of your project to a known state",
|
2019-01-26 03:07:37 +00:00
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
2017-12-08 19:37:49 +00:00
|
|
|
"This file is @generated automatically"
|
|
|
|
],
|
2021-02-27 20:24:02 +00:00
|
|
|
"content-hash": "ee0b828426eaa5ff905ef60d9a4b9aca",
|
2020-01-20 05:36:42 +00:00
|
|
|
"packages": [],
|
|
|
|
"packages-dev": [
|
2021-10-29 18:31:23 +00:00
|
|
|
{
|
|
|
|
"name": "composer/semver",
|
2022-04-04 17:40:39 +00:00
|
|
|
"version": "3.3.2",
|
2021-10-29 18:31:23 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/composer/semver.git",
|
2022-04-04 17:40:39 +00:00
|
|
|
"reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9"
|
2021-10-29 18:31:23 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-04-04 17:40:39 +00:00
|
|
|
"url": "https://api.github.com/repos/composer/semver/zipball/3953f23262f2bff1919fc82183ad9acb13ff62c9",
|
|
|
|
"reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9",
|
2021-10-29 18:31:23 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": "^5.3.2 || ^7.0 || ^8.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2022-04-04 17:40:39 +00:00
|
|
|
"phpstan/phpstan": "^1.4",
|
2021-10-29 18:31:23 +00:00
|
|
|
"symfony/phpunit-bridge": "^4.2 || ^5"
|
|
|
|
},
|
|
|
|
"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": "irc://irc.freenode.org/composer",
|
|
|
|
"issues": "https://github.com/composer/semver/issues",
|
2022-04-04 17:40:39 +00:00
|
|
|
"source": "https://github.com/composer/semver/tree/3.3.2"
|
2021-10-29 18:31:23 +00:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://packagist.com",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/composer",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2022-04-04 17:40:39 +00:00
|
|
|
"time": "2022-04-01T19:23:25+00:00"
|
2021-10-29 18:31:23 +00:00
|
|
|
},
|
2017-12-08 19:37:49 +00:00
|
|
|
{
|
|
|
|
"name": "consolidation/annotated-command",
|
2022-08-04 13:26:17 +00:00
|
|
|
"version": "4.5.6",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/consolidation/annotated-command.git",
|
2022-08-04 13:26:17 +00:00
|
|
|
"reference": "3968070538761628546270935f0733a0cc408e1f"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-08-04 13:26:17 +00:00
|
|
|
"url": "https://api.github.com/repos/consolidation/annotated-command/zipball/3968070538761628546270935f0733a0cc408e1f",
|
|
|
|
"reference": "3968070538761628546270935f0733a0cc408e1f",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-09-09 14:59:28 +00:00
|
|
|
"consolidation/output-formatters": "^4.1.1",
|
|
|
|
"php": ">=7.1.3",
|
2022-06-01 03:21:33 +00:00
|
|
|
"psr/log": "^1|^2|^3",
|
2022-01-14 21:27:01 +00:00
|
|
|
"symfony/console": "^4.4.8|^5|^6",
|
|
|
|
"symfony/event-dispatcher": "^4.4.8|^5|^6",
|
|
|
|
"symfony/finder": "^4.4.8|^5|^6"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2022-01-14 21:27:01 +00:00
|
|
|
"composer-runtime-api": "^2.0",
|
2021-10-29 18:31:23 +00:00
|
|
|
"phpunit/phpunit": "^7.5.20 || ^8 || ^9",
|
2020-12-28 16:42:36 +00:00
|
|
|
"squizlabs/php_codesniffer": "^3",
|
|
|
|
"yoast/phpunit-polyfills": "^0.2.0"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2022-06-01 03:21:33 +00:00
|
|
|
"dev-main": "4.x-dev"
|
2017-12-08 19:37:49 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Consolidation\\AnnotatedCommand\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Greg Anderson",
|
|
|
|
"email": "greg.1.anderson@greenknowe.org"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Initialize Symfony Console commands from annotated command class methods.",
|
2021-02-25 19:49:17 +00:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/consolidation/annotated-command/issues",
|
2022-08-04 13:26:17 +00:00
|
|
|
"source": "https://github.com/consolidation/annotated-command/tree/4.5.6"
|
2021-02-25 19:49:17 +00:00
|
|
|
},
|
2022-08-04 13:26:17 +00:00
|
|
|
"time": "2022-06-22T20:17:12+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "consolidation/config",
|
2022-08-04 13:26:17 +00:00
|
|
|
"version": "2.1.1",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/consolidation/config.git",
|
2022-08-04 13:26:17 +00:00
|
|
|
"reference": "dae810c162f0e799ea3f35cc2f40b0797b6e4d26"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-08-04 13:26:17 +00:00
|
|
|
"url": "https://api.github.com/repos/consolidation/config/zipball/dae810c162f0e799ea3f35cc2f40b0797b6e4d26",
|
|
|
|
"reference": "dae810c162f0e799ea3f35cc2f40b0797b6e4d26",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-04-04 17:40:39 +00:00
|
|
|
"dflydev/dot-access-data": "^1.1.0 || ^2 || ^3",
|
|
|
|
"grasmash/expander": "^2.0.1",
|
2021-02-25 19:49:17 +00:00
|
|
|
"php": ">=7.1.3",
|
2022-04-04 17:40:39 +00:00
|
|
|
"symfony/event-dispatcher": "^4 || ^5 || ^6"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2022-04-04 17:40:39 +00:00
|
|
|
"ext-json": "*",
|
2021-02-25 19:49:17 +00:00
|
|
|
"phpunit/phpunit": ">=7.5.20",
|
|
|
|
"squizlabs/php_codesniffer": "^3",
|
2022-04-04 17:40:39 +00:00
|
|
|
"symfony/console": "^4 || ^5 || ^6",
|
|
|
|
"symfony/yaml": "^4 || ^5 || ^6",
|
|
|
|
"yoast/phpunit-polyfills": "^1"
|
2018-01-04 04:13:08 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
2021-02-25 19:49:17 +00:00
|
|
|
"symfony/event-dispatcher": "Required to inject configuration into Command options",
|
2018-01-04 04:13:08 +00:00
|
|
|
"symfony/yaml": "Required to use Consolidation\\Config\\Loader\\YamlConfigLoader"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2021-02-25 19:49:17 +00:00
|
|
|
"dev-main": "2.x-dev"
|
2017-12-08 19:37:49 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Consolidation\\Config\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Greg Anderson",
|
|
|
|
"email": "greg.1.anderson@greenknowe.org"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Provide configuration services for a commandline tool.",
|
2021-02-25 19:49:17 +00:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/consolidation/config/issues",
|
2022-08-04 13:26:17 +00:00
|
|
|
"source": "https://github.com/consolidation/config/tree/2.1.1"
|
2021-02-25 19:49:17 +00:00
|
|
|
},
|
2022-08-04 13:26:17 +00:00
|
|
|
"time": "2022-06-22T19:59:34+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "consolidation/log",
|
2022-04-04 17:40:39 +00:00
|
|
|
"version": "2.1.1",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/consolidation/log.git",
|
2022-04-04 17:40:39 +00:00
|
|
|
"reference": "3ad08dc57e8aff9400111bad36beb0ed387fe6a9"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-04-04 17:40:39 +00:00
|
|
|
"url": "https://api.github.com/repos/consolidation/log/zipball/3ad08dc57e8aff9400111bad36beb0ed387fe6a9",
|
|
|
|
"reference": "3ad08dc57e8aff9400111bad36beb0ed387fe6a9",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-09-09 14:59:28 +00:00
|
|
|
"php": ">=7.1.3",
|
2022-04-04 17:40:39 +00:00
|
|
|
"psr/log": "^1 || ^2",
|
2022-01-14 21:27:01 +00:00
|
|
|
"symfony/console": "^4 || ^5 || ^6"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2020-12-28 16:42:36 +00:00
|
|
|
"phpunit/phpunit": ">=7.5.20",
|
|
|
|
"squizlabs/php_codesniffer": "^3",
|
|
|
|
"yoast/phpunit-polyfills": "^0.2.0"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2020-12-28 16:42:36 +00:00
|
|
|
"dev-main": "2.x-dev"
|
2017-12-08 19:37:49 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Consolidation\\Log\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Greg Anderson",
|
|
|
|
"email": "greg.1.anderson@greenknowe.org"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Improved Psr-3 / Psr\\Log logger based on Symfony Console components.",
|
2021-02-25 19:49:17 +00:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/consolidation/log/issues",
|
2022-04-04 17:40:39 +00:00
|
|
|
"source": "https://github.com/consolidation/log/tree/2.1.1"
|
2021-02-25 19:49:17 +00:00
|
|
|
},
|
2022-04-04 17:40:39 +00:00
|
|
|
"time": "2022-02-24T04:27:32+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "consolidation/output-formatters",
|
2022-04-04 17:40:39 +00:00
|
|
|
"version": "4.2.2",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/consolidation/output-formatters.git",
|
2022-04-04 17:40:39 +00:00
|
|
|
"reference": "d57992bf81ead908ee21cd94b46ed65afa2e785b"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-04-04 17:40:39 +00:00
|
|
|
"url": "https://api.github.com/repos/consolidation/output-formatters/zipball/d57992bf81ead908ee21cd94b46ed65afa2e785b",
|
|
|
|
"reference": "d57992bf81ead908ee21cd94b46ed65afa2e785b",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-04-04 17:40:39 +00:00
|
|
|
"dflydev/dot-access-data": "^1.1.0 || ^2 || ^3",
|
2020-09-09 14:59:28 +00:00
|
|
|
"php": ">=7.1.3",
|
2022-01-14 21:27:01 +00:00
|
|
|
"symfony/console": "^4|^5|^6",
|
|
|
|
"symfony/finder": "^4|^5|^6"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2020-12-28 16:42:36 +00:00
|
|
|
"php-coveralls/php-coveralls": "^2.4.2",
|
|
|
|
"phpunit/phpunit": ">=7",
|
2020-09-09 14:59:28 +00:00
|
|
|
"squizlabs/php_codesniffer": "^3",
|
2022-01-14 21:27:01 +00:00
|
|
|
"symfony/var-dumper": "^4|^5|^6",
|
|
|
|
"symfony/yaml": "^4|^5|^6",
|
2020-12-28 16:42:36 +00:00
|
|
|
"yoast/phpunit-polyfills": "^0.2.0"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
2018-10-26 20:27:18 +00:00
|
|
|
"suggest": {
|
|
|
|
"symfony/var-dumper": "For using the var_dump formatter"
|
|
|
|
},
|
2017-12-08 19:37:49 +00:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2020-12-28 16:42:36 +00:00
|
|
|
"dev-main": "4.x-dev"
|
2017-12-08 19:37:49 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Consolidation\\OutputFormatters\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Greg Anderson",
|
|
|
|
"email": "greg.1.anderson@greenknowe.org"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Format text by applying transformations provided by plug-in formatters.",
|
2021-02-25 19:49:17 +00:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/consolidation/output-formatters/issues",
|
2022-04-04 17:40:39 +00:00
|
|
|
"source": "https://github.com/consolidation/output-formatters/tree/4.2.2"
|
2021-02-25 19:49:17 +00:00
|
|
|
},
|
2022-04-04 17:40:39 +00:00
|
|
|
"time": "2022-02-13T15:28:30+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "consolidation/robo",
|
2022-04-04 17:40:39 +00:00
|
|
|
"version": "3.0.10",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2022-01-14 21:27:01 +00:00
|
|
|
"url": "https://github.com/consolidation/robo.git",
|
2022-04-04 17:40:39 +00:00
|
|
|
"reference": "206bbe23b34081a36bfefc4de2abbc1abcd29ef4"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-04-04 17:40:39 +00:00
|
|
|
"url": "https://api.github.com/repos/consolidation/robo/zipball/206bbe23b34081a36bfefc4de2abbc1abcd29ef4",
|
|
|
|
"reference": "206bbe23b34081a36bfefc4de2abbc1abcd29ef4",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2021-10-29 18:31:23 +00:00
|
|
|
"consolidation/annotated-command": "^4.3",
|
2022-01-14 21:27:01 +00:00
|
|
|
"consolidation/config": "^1.2.1 || ^2.0.1",
|
|
|
|
"consolidation/log": "^1.1.1 || ^2.0.2",
|
2021-02-27 20:24:02 +00:00
|
|
|
"consolidation/output-formatters": "^4.1.2",
|
2021-10-29 18:31:23 +00:00
|
|
|
"consolidation/self-update": "^2.0",
|
2022-04-04 17:40:39 +00:00
|
|
|
"league/container": "^3.3.1 || ^4.0",
|
2021-02-25 19:49:17 +00:00
|
|
|
"php": ">=7.1.3",
|
2022-01-14 21:27:01 +00:00
|
|
|
"symfony/console": "^4.4.19 || ^5 || ^6",
|
|
|
|
"symfony/event-dispatcher": "^4.4.19 || ^5 || ^6",
|
|
|
|
"symfony/filesystem": "^4.4.9 || ^5 || ^6",
|
|
|
|
"symfony/finder": "^4.4.9 || ^5 || ^6",
|
2022-04-04 17:40:39 +00:00
|
|
|
"symfony/process": "^4.4.9 || ^5 || ^6",
|
2022-01-14 21:27:01 +00:00
|
|
|
"symfony/yaml": "^4.4 || ^5 || ^6"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
2021-02-25 19:49:17 +00:00
|
|
|
"conflict": {
|
|
|
|
"codegyre/robo": "*"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"natxet/cssmin": "3.0.4",
|
2020-09-09 14:59:28 +00:00
|
|
|
"patchwork/jsqueeze": "^2",
|
2019-03-25 15:28:15 +00:00
|
|
|
"pear/archive_tar": "^1.4.4",
|
2022-01-14 21:27:01 +00:00
|
|
|
"phpunit/phpunit": "^7.5.20 || ^8",
|
2021-10-29 18:31:23 +00:00
|
|
|
"squizlabs/php_codesniffer": "^3.6",
|
2021-02-27 20:24:02 +00:00
|
|
|
"yoast/phpunit-polyfills": "^0.2.0"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
2021-02-25 19:49:17 +00:00
|
|
|
"natxet/cssmin": "For minifying CSS files in taskMinify",
|
2017-12-08 19:37:49 +00:00
|
|
|
"patchwork/jsqueeze": "For minifying JS files in taskMinify",
|
2021-02-27 20:24:02 +00:00
|
|
|
"pear/archive_tar": "Allows tar archives to be created and extracted in taskPack and taskExtract, respectively.",
|
|
|
|
"totten/lurkerlite": "For monitoring filesystem changes in taskWatch"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"bin": [
|
|
|
|
"robo"
|
|
|
|
],
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
2018-11-22 18:36:25 +00:00
|
|
|
"scenarios": {
|
|
|
|
"symfony4": {
|
|
|
|
"require": {
|
2021-02-25 19:49:17 +00:00
|
|
|
"symfony/console": "^4.4.11",
|
|
|
|
"symfony/event-dispatcher": "^4.4.11",
|
|
|
|
"symfony/filesystem": "^4.4.11",
|
|
|
|
"symfony/finder": "^4.4.11",
|
|
|
|
"symfony/process": "^4.4.11",
|
|
|
|
"phpunit/phpunit": "^6",
|
|
|
|
"nikic/php-parser": "^2"
|
2020-09-09 14:59:28 +00:00
|
|
|
},
|
2018-11-22 18:36:25 +00:00
|
|
|
"remove": [
|
2021-02-25 19:49:17 +00:00
|
|
|
"codeception/phpunit-wrapper"
|
2018-11-22 18:36:25 +00:00
|
|
|
],
|
|
|
|
"config": {
|
|
|
|
"platform": {
|
2021-02-25 19:49:17 +00:00
|
|
|
"php": "7.1.3"
|
2018-11-22 18:36:25 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2017-12-08 19:37:49 +00:00
|
|
|
"branch-alias": {
|
2021-02-25 19:49:17 +00:00
|
|
|
"dev-master": "2.x-dev",
|
|
|
|
"dev-main": "2.x-dev"
|
2017-12-08 19:37:49 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Robo\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Davert",
|
|
|
|
"email": "davert.php@resend.cc"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Modern task runner",
|
2021-02-25 19:49:17 +00:00
|
|
|
"support": {
|
2022-01-14 21:27:01 +00:00
|
|
|
"issues": "https://github.com/consolidation/robo/issues",
|
2022-04-04 17:40:39 +00:00
|
|
|
"source": "https://github.com/consolidation/robo/tree/3.0.10"
|
2021-02-25 19:49:17 +00:00
|
|
|
},
|
2022-04-04 17:40:39 +00:00
|
|
|
"time": "2022-02-21T17:19:14+00:00"
|
2018-10-26 20:27:18 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "consolidation/self-update",
|
2022-04-04 17:40:39 +00:00
|
|
|
"version": "2.0.5",
|
2018-10-26 20:27:18 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/consolidation/self-update.git",
|
2022-04-04 17:40:39 +00:00
|
|
|
"reference": "8a64bdd8daf5faa8e85f56534dd99caf928164b3"
|
2018-10-26 20:27:18 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-04-04 17:40:39 +00:00
|
|
|
"url": "https://api.github.com/repos/consolidation/self-update/zipball/8a64bdd8daf5faa8e85f56534dd99caf928164b3",
|
|
|
|
"reference": "8a64bdd8daf5faa8e85f56534dd99caf928164b3",
|
2018-10-26 20:27:18 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2021-10-29 18:31:23 +00:00
|
|
|
"composer/semver": "^3.2",
|
2018-10-26 20:27:18 +00:00
|
|
|
"php": ">=5.5.0",
|
2022-01-14 21:27:01 +00:00
|
|
|
"symfony/console": "^2.8 || ^3 || ^4 || ^5 || ^6",
|
|
|
|
"symfony/filesystem": "^2.5 || ^3 || ^4 || ^5 || ^6"
|
2018-10-26 20:27:18 +00:00
|
|
|
},
|
|
|
|
"bin": [
|
|
|
|
"scripts/release"
|
|
|
|
],
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2021-10-29 18:31:23 +00:00
|
|
|
"dev-main": "2.x-dev"
|
2018-10-26 20:27:18 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"SelfUpdate\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Alexander Menk",
|
|
|
|
"email": "menk@mestrona.net"
|
2020-09-09 14:59:28 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Greg Anderson",
|
|
|
|
"email": "greg.1.anderson@greenknowe.org"
|
2018-10-26 20:27:18 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Provides a self:update command for Symfony Console applications.",
|
2021-02-25 19:49:17 +00:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/consolidation/self-update/issues",
|
2022-04-04 17:40:39 +00:00
|
|
|
"source": "https://github.com/consolidation/self-update/tree/2.0.5"
|
2021-02-25 19:49:17 +00:00
|
|
|
},
|
2022-04-04 17:40:39 +00:00
|
|
|
"time": "2022-02-09T22:44:24+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "dflydev/dot-access-data",
|
2022-04-04 17:40:39 +00:00
|
|
|
"version": "v3.0.1",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/dflydev/dflydev-dot-access-data.git",
|
2022-04-04 17:40:39 +00:00
|
|
|
"reference": "0992cc19268b259a39e86f296da5f0677841f42c"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-04-04 17:40:39 +00:00
|
|
|
"url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/0992cc19268b259a39e86f296da5f0677841f42c",
|
|
|
|
"reference": "0992cc19268b259a39e86f296da5f0677841f42c",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-04-04 17:40:39 +00:00
|
|
|
"php": "^7.1 || ^8.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpstan/phpstan": "^0.12.42",
|
|
|
|
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",
|
|
|
|
"scrutinizer/ocular": "1.6.0",
|
|
|
|
"squizlabs/php_codesniffer": "^3.5",
|
|
|
|
"vimeo/psalm": "^3.14"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2022-04-04 17:40:39 +00:00
|
|
|
"dev-main": "3.x-dev"
|
2017-12-08 19:37:49 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2022-04-04 17:40:39 +00:00
|
|
|
"psr-4": {
|
|
|
|
"Dflydev\\DotAccessData\\": "src/"
|
2017-12-08 19:37:49 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Dragonfly Development Inc.",
|
|
|
|
"email": "info@dflydev.com",
|
|
|
|
"homepage": "http://dflydev.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Beau Simensen",
|
|
|
|
"email": "beau@dflydev.com",
|
|
|
|
"homepage": "http://beausimensen.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Carlos Frutos",
|
|
|
|
"email": "carlos@kiwing.it",
|
|
|
|
"homepage": "https://github.com/cfrutos"
|
2022-04-04 17:40:39 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Colin O'Dell",
|
|
|
|
"email": "colinodell@gmail.com",
|
|
|
|
"homepage": "https://www.colinodell.com"
|
2017-12-08 19:37:49 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Given a deep data structure, access data by dot notation.",
|
|
|
|
"homepage": "https://github.com/dflydev/dflydev-dot-access-data",
|
|
|
|
"keywords": [
|
|
|
|
"access",
|
|
|
|
"data",
|
|
|
|
"dot",
|
|
|
|
"notation"
|
|
|
|
],
|
2021-02-25 19:49:17 +00:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
|
2022-04-04 17:40:39 +00:00
|
|
|
"source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.1"
|
2021-02-25 19:49:17 +00:00
|
|
|
},
|
2022-04-04 17:40:39 +00:00
|
|
|
"time": "2021-08-13T13:06:58+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
2018-01-04 04:13:08 +00:00
|
|
|
{
|
|
|
|
"name": "grasmash/expander",
|
2022-06-01 03:21:33 +00:00
|
|
|
"version": "2.0.3",
|
2018-01-04 04:13:08 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/grasmash/expander.git",
|
2022-06-01 03:21:33 +00:00
|
|
|
"reference": "b7cbc1f2fdf9a9c0e253a424c2a4058316b7cb6e"
|
2018-01-04 04:13:08 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-06-01 03:21:33 +00:00
|
|
|
"url": "https://api.github.com/repos/grasmash/expander/zipball/b7cbc1f2fdf9a9c0e253a424c2a4058316b7cb6e",
|
|
|
|
"reference": "b7cbc1f2fdf9a9c0e253a424c2a4058316b7cb6e",
|
2018-01-04 04:13:08 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-04-04 17:40:39 +00:00
|
|
|
"dflydev/dot-access-data": "^3.0.0",
|
2022-06-01 03:21:33 +00:00
|
|
|
"php": ">=7.1",
|
|
|
|
"psr/log": "^1 | ^2 | ^3"
|
2018-01-04 04:13:08 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"greg-1-anderson/composer-test-scenarios": "^1",
|
2022-04-04 17:40:39 +00:00
|
|
|
"phpunit/phpunit": "^6.0 || ^8.0 || ^9",
|
|
|
|
"squizlabs/php_codesniffer": "^2.7 || ^3.3"
|
2018-01-04 04:13:08 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Grasmash\\Expander\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Matthew Grasmick"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Expands internal property references in PHP arrays file.",
|
2021-02-25 19:49:17 +00:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/grasmash/expander/issues",
|
2022-06-01 03:21:33 +00:00
|
|
|
"source": "https://github.com/grasmash/expander/tree/2.0.3"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
2022-06-01 03:21:33 +00:00
|
|
|
"time": "2022-04-25T22:17:46+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "league/container",
|
2022-04-04 17:40:39 +00:00
|
|
|
"version": "4.2.0",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/thephpleague/container.git",
|
2022-04-04 17:40:39 +00:00
|
|
|
"reference": "375d13cb828649599ef5d48a339c4af7a26cd0ab"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-04-04 17:40:39 +00:00
|
|
|
"url": "https://api.github.com/repos/thephpleague/container/zipball/375d13cb828649599ef5d48a339c4af7a26cd0ab",
|
|
|
|
"reference": "375d13cb828649599ef5d48a339c4af7a26cd0ab",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-04-04 17:40:39 +00:00
|
|
|
"php": "^7.2 || ^8.0",
|
|
|
|
"psr/container": "^1.1 || ^2.0"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"psr/container-implementation": "^1.0"
|
|
|
|
},
|
|
|
|
"replace": {
|
|
|
|
"orno/di": "~2.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2022-04-04 17:40:39 +00:00
|
|
|
"nette/php-generator": "^3.4",
|
|
|
|
"nikic/php-parser": "^4.10",
|
|
|
|
"phpstan/phpstan": "^0.12.47",
|
|
|
|
"phpunit/phpunit": "^8.5.17",
|
2021-10-29 18:31:23 +00:00
|
|
|
"roave/security-advisories": "dev-latest",
|
2021-02-27 20:24:02 +00:00
|
|
|
"scrutinizer/ocular": "^1.8",
|
2022-04-04 17:40:39 +00:00
|
|
|
"squizlabs/php_codesniffer": "^3.6"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2022-04-04 17:40:39 +00:00
|
|
|
"dev-master": "4.x-dev",
|
|
|
|
"dev-4.x": "4.x-dev",
|
2021-02-27 20:24:02 +00:00
|
|
|
"dev-3.x": "3.x-dev",
|
2017-12-08 19:37:49 +00:00
|
|
|
"dev-2.x": "2.x-dev",
|
|
|
|
"dev-1.x": "1.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"League\\Container\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Phil Bennett",
|
2022-04-04 17:40:39 +00:00
|
|
|
"email": "mail@philbennett.co.uk",
|
2017-12-08 19:37:49 +00:00
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A fast and intuitive dependency injection container.",
|
|
|
|
"homepage": "https://github.com/thephpleague/container",
|
|
|
|
"keywords": [
|
|
|
|
"container",
|
|
|
|
"dependency",
|
|
|
|
"di",
|
|
|
|
"injection",
|
|
|
|
"league",
|
|
|
|
"provider",
|
|
|
|
"service"
|
|
|
|
],
|
2021-02-25 19:49:17 +00:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/thephpleague/container/issues",
|
2022-04-04 17:40:39 +00:00
|
|
|
"source": "https://github.com/thephpleague/container/tree/4.2.0"
|
2021-02-25 19:49:17 +00:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/philipobenito",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
2022-04-04 17:40:39 +00:00
|
|
|
"time": "2021-11-16T10:29:06+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "pear/archive_tar",
|
2021-10-29 18:31:23 +00:00
|
|
|
"version": "1.4.14",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/pear/Archive_Tar.git",
|
2021-10-29 18:31:23 +00:00
|
|
|
"reference": "4d761c5334c790e45ef3245f0864b8955c562caa"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2021-10-29 18:31:23 +00:00
|
|
|
"url": "https://api.github.com/repos/pear/Archive_Tar/zipball/4d761c5334c790e45ef3245f0864b8955c562caa",
|
|
|
|
"reference": "4d761c5334c790e45ef3245f0864b8955c562caa",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"pear/pear-core-minimal": "^1.10.0alpha2",
|
|
|
|
"php": ">=5.2.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "*"
|
|
|
|
},
|
|
|
|
"suggest": {
|
2019-01-26 03:07:37 +00:00
|
|
|
"ext-bz2": "Bz2 compression support.",
|
|
|
|
"ext-xz": "Lzma2 compression support.",
|
2017-12-08 19:37:49 +00:00
|
|
|
"ext-zlib": "Gzip compression support."
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.4.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Archive_Tar": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"include-path": [
|
|
|
|
"./"
|
|
|
|
],
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Vincent Blavet",
|
|
|
|
"email": "vincent@phpconcept.net"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Greg Beaver",
|
|
|
|
"email": "greg@chiaraquartet.net"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Michiel Rook",
|
|
|
|
"email": "mrook@php.net"
|
|
|
|
}
|
|
|
|
],
|
2019-01-26 03:07:37 +00:00
|
|
|
"description": "Tar file management class with compression support (gzip, bzip2, lzma2)",
|
2017-12-08 19:37:49 +00:00
|
|
|
"homepage": "https://github.com/pear/Archive_Tar",
|
|
|
|
"keywords": [
|
|
|
|
"archive",
|
|
|
|
"tar"
|
|
|
|
],
|
2021-02-25 19:49:17 +00:00
|
|
|
"support": {
|
|
|
|
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Archive_Tar",
|
|
|
|
"source": "https://github.com/pear/Archive_Tar"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/mrook",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://www.patreon.com/michielrook",
|
|
|
|
"type": "patreon"
|
|
|
|
}
|
|
|
|
],
|
2021-10-29 18:31:23 +00:00
|
|
|
"time": "2021-07-20T13:53:39+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "pear/console_getopt",
|
2019-12-03 00:12:48 +00:00
|
|
|
"version": "v1.4.3",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/pear/Console_Getopt.git",
|
2019-12-03 00:12:48 +00:00
|
|
|
"reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-12-03 00:12:48 +00:00
|
|
|
"url": "https://api.github.com/repos/pear/Console_Getopt/zipball/a41f8d3e668987609178c7c4a9fe48fecac53fa0",
|
|
|
|
"reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Console": "./"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"include-path": [
|
|
|
|
"./"
|
|
|
|
],
|
|
|
|
"license": [
|
|
|
|
"BSD-2-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Andrei Zmievski",
|
|
|
|
"email": "andrei@php.net",
|
|
|
|
"role": "Lead"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Stig Bakken",
|
|
|
|
"email": "stig@php.net",
|
|
|
|
"role": "Developer"
|
2019-12-03 00:12:48 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Greg Beaver",
|
|
|
|
"email": "cellog@php.net",
|
|
|
|
"role": "Helper"
|
2017-12-08 19:37:49 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "More info available on: http://pear.php.net/package/Console_Getopt",
|
2021-02-25 19:49:17 +00:00
|
|
|
"support": {
|
|
|
|
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Console_Getopt",
|
|
|
|
"source": "https://github.com/pear/Console_Getopt"
|
|
|
|
},
|
2019-12-03 00:12:48 +00:00
|
|
|
"time": "2019-11-20T18:27:48+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "pear/pear-core-minimal",
|
2021-10-29 18:31:23 +00:00
|
|
|
"version": "v1.10.11",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/pear/pear-core-minimal.git",
|
2021-10-29 18:31:23 +00:00
|
|
|
"reference": "68d0d32ada737153b7e93b8d3c710ebe70ac867d"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2021-10-29 18:31:23 +00:00
|
|
|
"url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/68d0d32ada737153b7e93b8d3c710ebe70ac867d",
|
|
|
|
"reference": "68d0d32ada737153b7e93b8d3c710ebe70ac867d",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2019-01-26 03:07:37 +00:00
|
|
|
"pear/console_getopt": "~1.4",
|
2017-12-08 19:37:49 +00:00
|
|
|
"pear/pear_exception": "~1.0"
|
|
|
|
},
|
|
|
|
"replace": {
|
|
|
|
"rsky/pear-core-min": "self.version"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"include-path": [
|
|
|
|
"src/"
|
|
|
|
],
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Christian Weiske",
|
|
|
|
"email": "cweiske@php.net",
|
|
|
|
"role": "Lead"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Minimal set of PEAR core files to be used as composer dependency",
|
2021-02-25 19:49:17 +00:00
|
|
|
"support": {
|
|
|
|
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR",
|
|
|
|
"source": "https://github.com/pear/pear-core-minimal"
|
|
|
|
},
|
2021-10-29 18:31:23 +00:00
|
|
|
"time": "2021-08-10T22:31:03+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "pear/pear_exception",
|
2021-04-14 13:50:25 +00:00
|
|
|
"version": "v1.0.2",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/pear/PEAR_Exception.git",
|
2021-04-14 13:50:25 +00:00
|
|
|
"reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2021-04-14 13:50:25 +00:00
|
|
|
"url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/b14fbe2ddb0b9f94f5b24cf08783d599f776fff0",
|
|
|
|
"reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2021-04-14 13:50:25 +00:00
|
|
|
"php": ">=5.2.0"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2021-04-14 13:50:25 +00:00
|
|
|
"phpunit/phpunit": "<9"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"type": "class",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2020-01-20 05:34:02 +00:00
|
|
|
"classmap": [
|
|
|
|
"PEAR/"
|
|
|
|
]
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"include-path": [
|
|
|
|
"."
|
|
|
|
],
|
|
|
|
"license": [
|
|
|
|
"BSD-2-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Helgi Thormar",
|
|
|
|
"email": "dufuz@php.net"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Greg Beaver",
|
|
|
|
"email": "cellog@php.net"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "The PEAR Exception base class.",
|
|
|
|
"homepage": "https://github.com/pear/PEAR_Exception",
|
|
|
|
"keywords": [
|
|
|
|
"exception"
|
|
|
|
],
|
2021-02-25 19:49:17 +00:00
|
|
|
"support": {
|
|
|
|
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR_Exception",
|
|
|
|
"source": "https://github.com/pear/PEAR_Exception"
|
|
|
|
},
|
2021-04-14 13:50:25 +00:00
|
|
|
"time": "2021-03-21T15:43:46+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "psr/container",
|
2022-04-04 17:40:39 +00:00
|
|
|
"version": "2.0.2",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-fig/container.git",
|
2022-04-04 17:40:39 +00:00
|
|
|
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-04-04 17:40:39 +00:00
|
|
|
"url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
|
|
|
|
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-01-14 21:27:01 +00:00
|
|
|
"php": ">=7.4.0"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
2022-04-04 17:40:39 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
2017-12-08 19:37:49 +00:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Psr\\Container\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "PHP-FIG",
|
2021-04-14 13:50:25 +00:00
|
|
|
"homepage": "https://www.php-fig.org/"
|
2017-12-08 19:37:49 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Common Container Interface (PHP FIG PSR-11)",
|
|
|
|
"homepage": "https://github.com/php-fig/container",
|
|
|
|
"keywords": [
|
|
|
|
"PSR-11",
|
|
|
|
"container",
|
|
|
|
"container-interface",
|
|
|
|
"container-interop",
|
|
|
|
"psr"
|
|
|
|
],
|
2021-02-25 19:49:17 +00:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/php-fig/container/issues",
|
2022-04-04 17:40:39 +00:00
|
|
|
"source": "https://github.com/php-fig/container/tree/2.0.2"
|
2021-02-25 19:49:17 +00:00
|
|
|
},
|
2022-04-04 17:40:39 +00:00
|
|
|
"time": "2021-11-05T16:47:00+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
2021-02-25 19:49:17 +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"
|
|
|
|
},
|
2017-12-08 19:37:49 +00:00
|
|
|
{
|
|
|
|
"name": "psr/log",
|
2022-04-04 17:40:39 +00:00
|
|
|
"version": "2.0.0",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-fig/log.git",
|
2022-04-04 17:40:39 +00:00
|
|
|
"reference": "ef29f6d262798707a9edd554e2b82517ef3a9376"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-04-04 17:40:39 +00:00
|
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/ef29f6d262798707a9edd554e2b82517ef3a9376",
|
|
|
|
"reference": "ef29f6d262798707a9edd554e2b82517ef3a9376",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-04-04 17:40:39 +00:00
|
|
|
"php": ">=8.0.0"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2022-04-04 17:40:39 +00:00
|
|
|
"dev-master": "2.0.x-dev"
|
2017-12-08 19:37:49 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2022-04-04 17:40:39 +00:00
|
|
|
"Psr\\Log\\": "src"
|
2017-12-08 19:37:49 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "PHP-FIG",
|
2021-05-21 16:11:50 +00:00
|
|
|
"homepage": "https://www.php-fig.org/"
|
2017-12-08 19:37:49 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Common interface for logging libraries",
|
|
|
|
"homepage": "https://github.com/php-fig/log",
|
|
|
|
"keywords": [
|
|
|
|
"log",
|
|
|
|
"psr",
|
|
|
|
"psr-3"
|
|
|
|
],
|
2021-02-25 19:49:17 +00:00
|
|
|
"support": {
|
2022-04-04 17:40:39 +00:00
|
|
|
"source": "https://github.com/php-fig/log/tree/2.0.0"
|
2021-02-25 19:49:17 +00:00
|
|
|
},
|
2022-04-04 17:40:39 +00:00
|
|
|
"time": "2021-07-14T16:41:46+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/console",
|
2022-09-15 14:12:04 +00:00
|
|
|
"version": "v6.1.4",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/console.git",
|
2022-09-15 14:12:04 +00:00
|
|
|
"reference": "7fccea8728aa2d431a6725b02b3ce759049fc84d"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-09-15 14:12:04 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/console/zipball/7fccea8728aa2d431a6725b02b3ce759049fc84d",
|
|
|
|
"reference": "7fccea8728aa2d431a6725b02b3ce759049fc84d",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-06-01 03:21:33 +00:00
|
|
|
"php": ">=8.1",
|
|
|
|
"symfony/deprecation-contracts": "^2.1|^3",
|
2019-06-21 14:30:36 +00:00
|
|
|
"symfony/polyfill-mbstring": "~1.0",
|
2022-01-14 21:27:01 +00:00
|
|
|
"symfony/service-contracts": "^1.1|^2|^3",
|
|
|
|
"symfony/string": "^5.4|^6.0"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"conflict": {
|
2022-01-14 21:27:01 +00:00
|
|
|
"symfony/dependency-injection": "<5.4",
|
|
|
|
"symfony/dotenv": "<5.4",
|
|
|
|
"symfony/event-dispatcher": "<5.4",
|
|
|
|
"symfony/lock": "<5.4",
|
|
|
|
"symfony/process": "<5.4"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
2019-03-25 15:28:15 +00:00
|
|
|
"provide": {
|
2022-01-14 21:27:01 +00:00
|
|
|
"psr/log-implementation": "1.0|2.0|3.0"
|
2019-03-25 15:28:15 +00:00
|
|
|
},
|
2017-12-08 19:37:49 +00:00
|
|
|
"require-dev": {
|
2022-01-14 21:27:01 +00:00
|
|
|
"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"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
2019-03-25 15:28:15 +00:00
|
|
|
"psr/log": "For using the console logger",
|
2017-12-08 19:37:49 +00:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
2021-02-07 02:48:27 +00:00
|
|
|
"description": "Eases the creation of beautiful and testable command line interfaces",
|
2017-12-08 19:37:49 +00:00
|
|
|
"homepage": "https://symfony.com",
|
2022-01-14 21:27:01 +00:00
|
|
|
"keywords": [
|
|
|
|
"cli",
|
|
|
|
"command line",
|
|
|
|
"console",
|
|
|
|
"terminal"
|
|
|
|
],
|
2021-02-25 19:49:17 +00:00
|
|
|
"support": {
|
2022-09-15 14:12:04 +00:00
|
|
|
"source": "https://github.com/symfony/console/tree/v6.1.4"
|
2022-06-01 03:21:33 +00: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"
|
|
|
|
}
|
|
|
|
],
|
2022-09-15 14:12:04 +00:00
|
|
|
"time": "2022-08-26T10:32:31+00:00"
|
2022-06-01 03:21:33 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/deprecation-contracts",
|
2022-08-04 13:26:17 +00:00
|
|
|
"version": "v3.1.1",
|
2022-06-01 03:21:33 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/deprecation-contracts.git",
|
|
|
|
"reference": "07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918",
|
|
|
|
"reference": "07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=8.1"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-main": "3.1-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": {
|
2022-08-04 13:26:17 +00:00
|
|
|
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.1.1"
|
2021-02-25 19:49:17 +00: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"
|
|
|
|
}
|
|
|
|
],
|
2022-06-01 03:21:33 +00:00
|
|
|
"time": "2022-02-25T11:15:52+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
{
|
2019-06-21 14:30:36 +00:00
|
|
|
"name": "symfony/event-dispatcher",
|
2022-06-01 03:21:33 +00:00
|
|
|
"version": "v6.1.0",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2019-06-21 14:30:36 +00:00
|
|
|
"url": "https://github.com/symfony/event-dispatcher.git",
|
2022-06-01 03:21:33 +00:00
|
|
|
"reference": "a0449a7ad7daa0f7c0acd508259f80544ab5a347"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-06-01 03:21:33 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a0449a7ad7daa0f7c0acd508259f80544ab5a347",
|
|
|
|
"reference": "a0449a7ad7daa0f7c0acd508259f80544ab5a347",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-06-01 03:21:33 +00:00
|
|
|
"php": ">=8.1",
|
2022-04-04 17:40:39 +00:00
|
|
|
"symfony/event-dispatcher-contracts": "^2|^3"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
2019-06-20 19:57:49 +00:00
|
|
|
"conflict": {
|
2022-04-04 17:40:39 +00:00
|
|
|
"symfony/dependency-injection": "<5.4"
|
2019-06-21 14:30:36 +00:00
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"psr/event-dispatcher-implementation": "1.0",
|
2022-04-04 17:40:39 +00:00
|
|
|
"symfony/event-dispatcher-implementation": "2.0|3.0"
|
2019-01-26 03:07:37 +00:00
|
|
|
},
|
2019-06-20 19:57:49 +00:00
|
|
|
"require-dev": {
|
2021-10-29 18:31:23 +00:00
|
|
|
"psr/log": "^1|^2|^3",
|
2022-04-04 17:40:39 +00:00
|
|
|
"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",
|
2022-01-14 21:27:01 +00:00
|
|
|
"symfony/service-contracts": "^1.1|^2|^3",
|
2022-04-04 17:40:39 +00:00
|
|
|
"symfony/stopwatch": "^5.4|^6.0"
|
2019-06-21 14:30:36 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/dependency-injection": "",
|
|
|
|
"symfony/http-kernel": ""
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2019-06-21 14:30:36 +00:00
|
|
|
"Symfony\\Component\\EventDispatcher\\": ""
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
2019-06-20 19:57:49 +00:00
|
|
|
"/Tests/"
|
2017-12-08 19:37:49 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2019-06-20 19:57:49 +00:00
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
2021-02-07 02:48:27 +00:00
|
|
|
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
|
2017-12-08 19:37:49 +00:00
|
|
|
"homepage": "https://symfony.com",
|
2021-02-25 19:49:17 +00:00
|
|
|
"support": {
|
2022-06-01 03:21:33 +00:00
|
|
|
"source": "https://github.com/symfony/event-dispatcher/tree/v6.1.0"
|
2021-02-25 19:49:17 +00: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"
|
|
|
|
}
|
|
|
|
],
|
2022-06-01 03:21:33 +00:00
|
|
|
"time": "2022-05-05T16:51:07+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
{
|
2019-06-21 14:30:36 +00:00
|
|
|
"name": "symfony/event-dispatcher-contracts",
|
2022-08-04 13:26:17 +00:00
|
|
|
"version": "v3.1.1",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2019-06-21 14:30:36 +00:00
|
|
|
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
|
2022-06-01 03:21:33 +00:00
|
|
|
"reference": "02ff5eea2f453731cfbc6bc215e456b781480448"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-06-01 03:21:33 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/02ff5eea2f453731cfbc6bc215e456b781480448",
|
|
|
|
"reference": "02ff5eea2f453731cfbc6bc215e456b781480448",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-06-01 03:21:33 +00:00
|
|
|
"php": ">=8.1",
|
2021-02-25 19:49:17 +00:00
|
|
|
"psr/event-dispatcher": "^1"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
2019-06-21 14:30:36 +00:00
|
|
|
"symfony/event-dispatcher-implementation": ""
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2022-06-01 03:21:33 +00:00
|
|
|
"dev-main": "3.1-dev"
|
2020-09-09 14:59:28 +00:00
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/contracts",
|
|
|
|
"url": "https://github.com/symfony/contracts"
|
2017-12-08 19:37:49 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2019-06-21 14:30:36 +00:00
|
|
|
"Symfony\\Contracts\\EventDispatcher\\": ""
|
|
|
|
}
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2019-06-21 14:30:36 +00:00
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
2019-06-21 14:30:36 +00:00
|
|
|
"description": "Generic abstractions related to dispatching event",
|
2017-12-08 19:37:49 +00:00
|
|
|
"homepage": "https://symfony.com",
|
2019-06-21 14:30:36 +00:00
|
|
|
"keywords": [
|
|
|
|
"abstractions",
|
|
|
|
"contracts",
|
|
|
|
"decoupling",
|
|
|
|
"interfaces",
|
|
|
|
"interoperability",
|
|
|
|
"standards"
|
|
|
|
],
|
2021-02-25 19:49:17 +00:00
|
|
|
"support": {
|
2022-08-04 13:26:17 +00:00
|
|
|
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.1.1"
|
2021-02-25 19:49:17 +00: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"
|
|
|
|
}
|
|
|
|
],
|
2022-06-01 03:21:33 +00:00
|
|
|
"time": "2022-02-25T11:15:52+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/filesystem",
|
2022-09-15 14:12:04 +00:00
|
|
|
"version": "v6.1.4",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/filesystem.git",
|
2022-09-15 14:12:04 +00:00
|
|
|
"reference": "3f39c04d2630c34019907b02f85672dac99f8659"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-09-15 14:12:04 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/filesystem/zipball/3f39c04d2630c34019907b02f85672dac99f8659",
|
|
|
|
"reference": "3f39c04d2630c34019907b02f85672dac99f8659",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-06-01 03:21:33 +00:00
|
|
|
"php": ">=8.1",
|
2021-10-29 18:31:23 +00:00
|
|
|
"symfony/polyfill-ctype": "~1.8",
|
2022-01-14 21:27:01 +00:00
|
|
|
"symfony/polyfill-mbstring": "~1.8"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
2021-02-07 02:48:27 +00:00
|
|
|
"description": "Provides basic utilities for the filesystem",
|
2017-12-08 19:37:49 +00:00
|
|
|
"homepage": "https://symfony.com",
|
2021-02-25 19:49:17 +00:00
|
|
|
"support": {
|
2022-09-15 14:12:04 +00:00
|
|
|
"source": "https://github.com/symfony/filesystem/tree/v6.1.4"
|
2021-02-25 19:49:17 +00: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"
|
|
|
|
}
|
|
|
|
],
|
2022-09-15 14:12:04 +00:00
|
|
|
"time": "2022-08-02T16:17:38+00:00"
|
2021-02-25 19:49:17 +00:00
|
|
|
},
|
|
|
|
{
|
2017-12-08 19:37:49 +00:00
|
|
|
"name": "symfony/finder",
|
2022-08-04 13:26:17 +00:00
|
|
|
"version": "v6.1.3",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/finder.git",
|
2022-08-04 13:26:17 +00:00
|
|
|
"reference": "39696bff2c2970b3779a5cac7bf9f0b88fc2b709"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-08-04 13:26:17 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/finder/zipball/39696bff2c2970b3779a5cac7bf9f0b88fc2b709",
|
|
|
|
"reference": "39696bff2c2970b3779a5cac7bf9f0b88fc2b709",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-06-01 03:21:33 +00:00
|
|
|
"php": ">=8.1"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"symfony/filesystem": "^6.0"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
2021-02-07 02:48:27 +00:00
|
|
|
"description": "Finds files and directories via an intuitive fluent interface",
|
2017-12-08 19:37:49 +00:00
|
|
|
"homepage": "https://symfony.com",
|
2021-02-25 19:49:17 +00:00
|
|
|
"support": {
|
2022-08-04 13:26:17 +00:00
|
|
|
"source": "https://github.com/symfony/finder/tree/v6.1.3"
|
2021-02-25 19:49:17 +00: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"
|
|
|
|
}
|
|
|
|
],
|
2022-08-04 13:26:17 +00:00
|
|
|
"time": "2022-07-29T07:42:06+00:00"
|
2018-10-26 20:27:18 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-ctype",
|
2022-06-06 01:38:08 +00:00
|
|
|
"version": "v1.26.0",
|
2018-10-26 20:27:18 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
2022-06-06 01:38:08 +00:00
|
|
|
"reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4"
|
2018-10-26 20:27:18 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-06-06 01:38:08 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
|
|
|
|
"reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
|
2018-10-26 20:27:18 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-10-26 18:44:54 +00:00
|
|
|
"php": ">=7.1"
|
2018-10-26 20:27:18 +00:00
|
|
|
},
|
2022-01-14 21:27:01 +00:00
|
|
|
"provide": {
|
|
|
|
"ext-ctype": "*"
|
|
|
|
},
|
2018-10-26 20:27:18 +00:00
|
|
|
"suggest": {
|
|
|
|
"ext-ctype": "For best performance"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2022-06-06 01:38:08 +00:00
|
|
|
"dev-main": "1.26-dev"
|
2020-09-09 14:59:28 +00:00
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
2018-10-26 20:27:18 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
2022-04-04 17:40:39 +00:00
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Ctype\\": ""
|
|
|
|
}
|
2018-10-26 20:27:18 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2019-10-11 16:02:22 +00:00
|
|
|
"name": "Gert de Pagter",
|
|
|
|
"email": "BackEndTea@gmail.com"
|
2018-10-26 20:27:18 +00:00
|
|
|
},
|
|
|
|
{
|
2019-10-11 16:02:22 +00:00
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2018-10-26 20:27:18 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony polyfill for ctype functions",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"ctype",
|
|
|
|
"polyfill",
|
|
|
|
"portable"
|
|
|
|
],
|
2021-02-25 19:49:17 +00:00
|
|
|
"support": {
|
2022-06-06 01:38:08 +00:00
|
|
|
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.26.0"
|
2021-02-25 19:49:17 +00: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"
|
|
|
|
}
|
|
|
|
],
|
2022-06-06 01:38:08 +00:00
|
|
|
"time": "2022-05-24T11:49:31+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
2021-02-25 19:49:17 +00:00
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-intl-grapheme",
|
2022-06-06 01:38:08 +00:00
|
|
|
"version": "v1.26.0",
|
2021-02-25 19:49:17 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
|
2022-06-06 01:38:08 +00:00
|
|
|
"reference": "433d05519ce6990bf3530fba6957499d327395c2"
|
2021-02-25 19:49:17 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-06-06 01:38:08 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/433d05519ce6990bf3530fba6957499d327395c2",
|
|
|
|
"reference": "433d05519ce6990bf3530fba6957499d327395c2",
|
2021-02-25 19:49:17 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.1"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-intl": "For best performance"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2022-06-06 01:38:08 +00:00
|
|
|
"dev-main": "1.26-dev"
|
2021-02-25 19:49:17 +00:00
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
2022-04-04 17:40:39 +00:00
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
|
|
|
|
}
|
2021-02-25 19:49:17 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony polyfill for intl's grapheme_* functions",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"grapheme",
|
|
|
|
"intl",
|
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
|
|
|
"support": {
|
2022-06-06 01:38:08 +00:00
|
|
|
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.26.0"
|
2021-02-25 19:49:17 +00: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"
|
|
|
|
}
|
|
|
|
],
|
2022-06-06 01:38:08 +00:00
|
|
|
"time": "2022-05-24T11:49:31+00:00"
|
2021-02-25 19:49:17 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-intl-normalizer",
|
2022-06-06 01:38:08 +00:00
|
|
|
"version": "v1.26.0",
|
2021-02-25 19:49:17 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
|
2022-06-06 01:38:08 +00:00
|
|
|
"reference": "219aa369ceff116e673852dce47c3a41794c14bd"
|
2021-02-25 19:49:17 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-06-06 01:38:08 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/219aa369ceff116e673852dce47c3a41794c14bd",
|
|
|
|
"reference": "219aa369ceff116e673852dce47c3a41794c14bd",
|
2021-02-25 19:49:17 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.1"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-intl": "For best performance"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2022-06-06 01:38:08 +00:00
|
|
|
"dev-main": "1.26-dev"
|
2021-02-25 19:49:17 +00:00
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
|
|
|
],
|
2022-04-04 17:40:39 +00:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
|
|
|
|
},
|
2021-02-25 19:49:17 +00:00
|
|
|
"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": {
|
2022-06-06 01:38:08 +00:00
|
|
|
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.26.0"
|
2021-02-25 19:49:17 +00: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"
|
|
|
|
}
|
|
|
|
],
|
2022-06-06 01:38:08 +00:00
|
|
|
"time": "2022-05-24T11:49:31+00:00"
|
2021-02-25 19:49:17 +00:00
|
|
|
},
|
2017-12-08 19:37:49 +00:00
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-mbstring",
|
2022-06-06 01:38:08 +00:00
|
|
|
"version": "v1.26.0",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
2022-06-06 01:38:08 +00:00
|
|
|
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-06-06 01:38:08 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
|
|
|
|
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-10-26 18:44:54 +00:00
|
|
|
"php": ">=7.1"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
2022-01-14 21:27:01 +00:00
|
|
|
"provide": {
|
|
|
|
"ext-mbstring": "*"
|
|
|
|
},
|
2017-12-08 19:37:49 +00:00
|
|
|
"suggest": {
|
|
|
|
"ext-mbstring": "For best performance"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2022-06-06 01:38:08 +00:00
|
|
|
"dev-main": "1.26-dev"
|
2020-09-09 14:59:28 +00:00
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
2017-12-08 19:37:49 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
2022-04-04 17:40:39 +00:00
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
|
|
|
}
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony polyfill for the Mbstring extension",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"mbstring",
|
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
2021-02-25 19:49:17 +00:00
|
|
|
"support": {
|
2022-06-06 01:38:08 +00:00
|
|
|
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0"
|
2021-02-25 19:49:17 +00: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"
|
|
|
|
}
|
|
|
|
],
|
2022-06-06 01:38:08 +00:00
|
|
|
"time": "2022-05-24T11:49:31+00:00"
|
2020-09-09 14:59:28 +00:00
|
|
|
},
|
2017-12-08 19:37:49 +00:00
|
|
|
{
|
|
|
|
"name": "symfony/process",
|
2022-08-04 13:26:17 +00:00
|
|
|
"version": "v6.1.3",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/process.git",
|
2022-08-04 13:26:17 +00:00
|
|
|
"reference": "a6506e99cfad7059b1ab5cab395854a0a0c21292"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-08-04 13:26:17 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/process/zipball/a6506e99cfad7059b1ab5cab395854a0a0c21292",
|
|
|
|
"reference": "a6506e99cfad7059b1ab5cab395854a0a0c21292",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-06-01 03:21:33 +00:00
|
|
|
"php": ">=8.1"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Process\\": ""
|
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
2021-02-25 19:49:17 +00:00
|
|
|
"description": "Executes commands in sub-processes",
|
2017-12-08 19:37:49 +00:00
|
|
|
"homepage": "https://symfony.com",
|
2020-11-30 15:51:39 +00:00
|
|
|
"support": {
|
2022-08-04 13:26:17 +00:00
|
|
|
"source": "https://github.com/symfony/process/tree/v6.1.3"
|
2020-11-30 15:51:39 +00:00
|
|
|
},
|
2021-02-25 19:49:17 +00: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"
|
|
|
|
}
|
|
|
|
],
|
2022-08-04 13:26:17 +00:00
|
|
|
"time": "2022-06-27T17:24:16+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
2019-06-21 14:30:36 +00:00
|
|
|
{
|
|
|
|
"name": "symfony/service-contracts",
|
2022-08-04 13:26:17 +00:00
|
|
|
"version": "v3.1.1",
|
2019-06-21 14:30:36 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/service-contracts.git",
|
2022-08-04 13:26:17 +00:00
|
|
|
"reference": "925e713fe8fcacf6bc05e936edd8dd5441a21239"
|
2019-06-21 14:30:36 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-08-04 13:26:17 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/925e713fe8fcacf6bc05e936edd8dd5441a21239",
|
|
|
|
"reference": "925e713fe8fcacf6bc05e936edd8dd5441a21239",
|
2019-06-21 14:30:36 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-06-01 03:21:33 +00:00
|
|
|
"php": ">=8.1",
|
2022-04-04 17:40:39 +00:00
|
|
|
"psr/container": "^2.0"
|
2022-01-14 21:27:01 +00:00
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"ext-psr": "<1.1|>=2"
|
2019-06-21 14:30:36 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/service-implementation": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2022-06-01 03:21:33 +00:00
|
|
|
"dev-main": "3.1-dev"
|
2020-09-09 14:59:28 +00:00
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/contracts",
|
|
|
|
"url": "https://github.com/symfony/contracts"
|
2019-06-21 14:30:36 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Contracts\\Service\\": ""
|
2022-06-01 03:21:33 +00:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Test/"
|
|
|
|
]
|
2019-06-21 14:30:36 +00: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 writing services",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"abstractions",
|
|
|
|
"contracts",
|
|
|
|
"decoupling",
|
|
|
|
"interfaces",
|
|
|
|
"interoperability",
|
|
|
|
"standards"
|
|
|
|
],
|
2021-02-25 19:49:17 +00:00
|
|
|
"support": {
|
2022-08-04 13:26:17 +00:00
|
|
|
"source": "https://github.com/symfony/service-contracts/tree/v3.1.1"
|
2021-02-25 19:49:17 +00: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"
|
|
|
|
}
|
|
|
|
],
|
2022-08-04 13:26:17 +00:00
|
|
|
"time": "2022-05-30T19:18:58+00:00"
|
2019-06-21 14:30:36 +00:00
|
|
|
},
|
2021-02-25 19:49:17 +00:00
|
|
|
{
|
|
|
|
"name": "symfony/string",
|
2022-09-15 14:12:04 +00:00
|
|
|
"version": "v6.1.4",
|
2021-02-25 19:49:17 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/string.git",
|
2022-09-15 14:12:04 +00:00
|
|
|
"reference": "290972cad7b364e3befaa74ba0ec729800fb161c"
|
2021-02-25 19:49:17 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-09-15 14:12:04 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/string/zipball/290972cad7b364e3befaa74ba0ec729800fb161c",
|
|
|
|
"reference": "290972cad7b364e3befaa74ba0ec729800fb161c",
|
2021-02-25 19:49:17 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-06-01 03:21:33 +00:00
|
|
|
"php": ">=8.1",
|
2021-02-25 19:49:17 +00:00
|
|
|
"symfony/polyfill-ctype": "~1.8",
|
|
|
|
"symfony/polyfill-intl-grapheme": "~1.0",
|
|
|
|
"symfony/polyfill-intl-normalizer": "~1.0",
|
2022-01-14 21:27:01 +00:00
|
|
|
"symfony/polyfill-mbstring": "~1.0"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"symfony/translation-contracts": "<2.0"
|
2021-02-25 19:49:17 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2022-01-14 21:27:01 +00:00
|
|
|
"symfony/error-handler": "^5.4|^6.0",
|
|
|
|
"symfony/http-client": "^5.4|^6.0",
|
|
|
|
"symfony/translation-contracts": "^2.0|^3.0",
|
|
|
|
"symfony/var-exporter": "^5.4|^6.0"
|
2021-02-25 19:49:17 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"Resources/functions.php"
|
|
|
|
],
|
2022-04-04 17:40:39 +00:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\String\\": ""
|
|
|
|
},
|
2021-02-25 19:49:17 +00:00
|
|
|
"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": {
|
2022-09-15 14:12:04 +00:00
|
|
|
"source": "https://github.com/symfony/string/tree/v6.1.4"
|
2021-02-25 19:49:17 +00: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"
|
|
|
|
}
|
|
|
|
],
|
2022-09-15 14:12:04 +00:00
|
|
|
"time": "2022-08-12T18:05:43+00:00"
|
2021-02-25 19:49:17 +00:00
|
|
|
},
|
2017-12-08 19:37:49 +00:00
|
|
|
{
|
|
|
|
"name": "symfony/yaml",
|
2022-09-15 14:12:04 +00:00
|
|
|
"version": "v6.1.4",
|
2017-12-08 19:37:49 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/yaml.git",
|
2022-09-15 14:12:04 +00:00
|
|
|
"reference": "86ee4d8fa594ed45e40d86eedfda1bcb66c8d919"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-09-15 14:12:04 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/yaml/zipball/86ee4d8fa594ed45e40d86eedfda1bcb66c8d919",
|
|
|
|
"reference": "86ee4d8fa594ed45e40d86eedfda1bcb66c8d919",
|
2017-12-08 19:37:49 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-06-01 03:21:33 +00:00
|
|
|
"php": ">=8.1",
|
2022-01-14 21:27:01 +00:00
|
|
|
"symfony/polyfill-ctype": "^1.8"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"conflict": {
|
2022-01-14 21:27:01 +00:00
|
|
|
"symfony/console": "<5.4"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2022-01-14 21:27:01 +00:00
|
|
|
"symfony/console": "^5.4|^6.0"
|
2017-12-08 19:37:49 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/console": "For validating YAML files using the lint command"
|
|
|
|
},
|
2021-02-25 19:49:17 +00:00
|
|
|
"bin": [
|
|
|
|
"Resources/bin/yaml-lint"
|
|
|
|
],
|
2017-12-08 19:37:49 +00:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
2021-02-07 02:48:27 +00:00
|
|
|
"description": "Loads and dumps YAML files",
|
2017-12-08 19:37:49 +00:00
|
|
|
"homepage": "https://symfony.com",
|
2021-02-25 19:49:17 +00:00
|
|
|
"support": {
|
2022-09-15 14:12:04 +00:00
|
|
|
"source": "https://github.com/symfony/yaml/tree/v6.1.4"
|
2021-02-25 19:49:17 +00: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"
|
|
|
|
}
|
|
|
|
],
|
2022-09-15 14:12:04 +00:00
|
|
|
"time": "2022-08-02T16:17:38+00:00"
|
2017-12-08 19:37:49 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"aliases": [],
|
|
|
|
"minimum-stability": "stable",
|
|
|
|
"stability-flags": [],
|
|
|
|
"prefer-stable": false,
|
|
|
|
"prefer-lowest": false,
|
|
|
|
"platform": [],
|
2021-02-25 19:49:17 +00:00
|
|
|
"platform-dev": [],
|
2022-06-01 03:21:33 +00:00
|
|
|
"plugin-api-version": "2.3.0"
|
2017-12-08 19:37:49 +00:00
|
|
|
}
|