2018-04-17 23:58:51 +05:30
|
|
|
{
|
|
|
|
"_readme": [
|
|
|
|
"This file locks the dependencies of your project to a known state",
|
2018-08-06 12:37:29 +05:30
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
2018-04-17 23:58:51 +05:30
|
|
|
"This file is @generated automatically"
|
|
|
|
],
|
2023-05-17 23:24:10 +05:30
|
|
|
"content-hash": "a686a5f32b74f77dd2a041976fd766f9",
|
2018-04-17 23:58:51 +05:30
|
|
|
"packages": [
|
2022-09-20 05:07:57 +05:30
|
|
|
{
|
|
|
|
"name": "composer/pcre",
|
|
|
|
"version": "3.0.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/composer/pcre.git",
|
|
|
|
"reference": "e300eb6c535192decd27a85bc72a9290f0d6b3bd"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/composer/pcre/zipball/e300eb6c535192decd27a85bc72a9290f0d6b3bd",
|
|
|
|
"reference": "e300eb6c535192decd27a85bc72a9290f0d6b3bd",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": "^7.4 || ^8.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpstan/phpstan": "^1.3",
|
|
|
|
"phpstan/phpstan-strict-rules": "^1.1",
|
|
|
|
"symfony/phpunit-bridge": "^5"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-main": "3.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Composer\\Pcre\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Jordi Boggiano",
|
|
|
|
"email": "j.boggiano@seld.be",
|
|
|
|
"homepage": "http://seld.be"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "PCRE wrapping library that offers type-safe preg_* replacements.",
|
|
|
|
"keywords": [
|
|
|
|
"PCRE",
|
|
|
|
"preg",
|
|
|
|
"regex",
|
|
|
|
"regular expression"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/composer/pcre/issues",
|
|
|
|
"source": "https://github.com/composer/pcre/tree/3.0.0"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://packagist.com",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/composer",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2022-02-25T20:21:48+00:00"
|
|
|
|
},
|
2018-04-17 23:58:51 +05:30
|
|
|
{
|
|
|
|
"name": "composer/semver",
|
2022-09-20 05:07:57 +05:30
|
|
|
"version": "3.3.2",
|
2018-04-17 23:58:51 +05:30
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/composer/semver.git",
|
2022-09-20 05:07:57 +05:30
|
|
|
"reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-09-20 05:07:57 +05:30
|
|
|
"url": "https://api.github.com/repos/composer/semver/zipball/3953f23262f2bff1919fc82183ad9acb13ff62c9",
|
|
|
|
"reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9",
|
2018-04-17 23:58:51 +05:30
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2021-05-13 19:48:57 +05:30
|
|
|
"php": "^5.3.2 || ^7.0 || ^8.0"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"require-dev": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"phpstan/phpstan": "^1.4",
|
2021-05-13 19:48:57 +05:30
|
|
|
"symfony/phpunit-bridge": "^4.2 || ^5"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2021-05-13 19:48:57 +05:30
|
|
|
"dev-main": "3.x-dev"
|
2018-04-17 23:58:51 +05:30
|
|
|
}
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
],
|
2021-05-13 19:48:57 +05:30
|
|
|
"support": {
|
|
|
|
"irc": "irc://irc.freenode.org/composer",
|
|
|
|
"issues": "https://github.com/composer/semver/issues",
|
2022-09-20 05:07:57 +05:30
|
|
|
"source": "https://github.com/composer/semver/tree/3.3.2"
|
2021-05-13 19:48:57 +05:30
|
|
|
},
|
|
|
|
"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-09-20 05:07:57 +05:30
|
|
|
"time": "2022-04-01T19:23:25+00:00"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
2018-08-06 12:37:29 +05:30
|
|
|
{
|
|
|
|
"name": "composer/xdebug-handler",
|
2022-09-20 05:07:57 +05:30
|
|
|
"version": "3.0.3",
|
2018-08-06 12:37:29 +05:30
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/composer/xdebug-handler.git",
|
2022-09-20 05:07:57 +05:30
|
|
|
"reference": "ced299686f41dce890debac69273b47ffe98a40c"
|
2018-08-06 12:37:29 +05:30
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-09-20 05:07:57 +05:30
|
|
|
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c",
|
|
|
|
"reference": "ced299686f41dce890debac69273b47ffe98a40c",
|
2018-08-06 12:37:29 +05:30
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"composer/pcre": "^1 || ^2 || ^3",
|
|
|
|
"php": "^7.2.5 || ^8.0",
|
|
|
|
"psr/log": "^1 || ^2 || ^3"
|
2018-08-06 12:37:29 +05:30
|
|
|
},
|
|
|
|
"require-dev": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"phpstan/phpstan": "^1.0",
|
|
|
|
"phpstan/phpstan-strict-rules": "^1.1",
|
|
|
|
"symfony/phpunit-bridge": "^6.0"
|
2018-08-06 12:37:29 +05:30
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Composer\\XdebugHandler\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "John Stevenson",
|
|
|
|
"email": "john-stevenson@blueyonder.co.uk"
|
|
|
|
}
|
|
|
|
],
|
2021-05-13 19:48:57 +05:30
|
|
|
"description": "Restarts a process without Xdebug.",
|
2018-08-06 12:37:29 +05:30
|
|
|
"keywords": [
|
|
|
|
"Xdebug",
|
|
|
|
"performance"
|
|
|
|
],
|
2021-05-13 19:48:57 +05:30
|
|
|
"support": {
|
|
|
|
"irc": "irc://irc.freenode.org/composer",
|
|
|
|
"issues": "https://github.com/composer/xdebug-handler/issues",
|
2022-09-20 05:07:57 +05:30
|
|
|
"source": "https://github.com/composer/xdebug-handler/tree/3.0.3"
|
2021-05-13 19:48:57 +05:30
|
|
|
},
|
|
|
|
"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-09-20 05:07:57 +05:30
|
|
|
"time": "2022-02-25T21:32:43+00:00"
|
2018-08-06 12:37:29 +05:30
|
|
|
},
|
2018-04-17 23:58:51 +05:30
|
|
|
{
|
|
|
|
"name": "doctrine/annotations",
|
2022-09-20 05:07:57 +05:30
|
|
|
"version": "1.13.3",
|
2018-04-17 23:58:51 +05:30
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/doctrine/annotations.git",
|
2022-09-20 05:07:57 +05:30
|
|
|
"reference": "648b0343343565c4a056bfc8392201385e8d89f0"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-09-20 05:07:57 +05:30
|
|
|
"url": "https://api.github.com/repos/doctrine/annotations/zipball/648b0343343565c4a056bfc8392201385e8d89f0",
|
|
|
|
"reference": "648b0343343565c4a056bfc8392201385e8d89f0",
|
2018-04-17 23:58:51 +05:30
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"doctrine/lexer": "1.*",
|
2022-09-20 05:07:57 +05:30
|
|
|
"ext-tokenizer": "*",
|
|
|
|
"php": "^7.1 || ^8.0",
|
|
|
|
"psr/cache": "^1 || ^2 || ^3"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"require-dev": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"doctrine/cache": "^1.11 || ^2.0",
|
|
|
|
"doctrine/coding-standard": "^6.0 || ^8.1",
|
|
|
|
"phpstan/phpstan": "^1.4.10 || ^1.8.0",
|
|
|
|
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5",
|
|
|
|
"symfony/cache": "^4.4 || ^5.2",
|
|
|
|
"vimeo/psalm": "^4.10"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
2022-09-20 05:07:57 +05:30
|
|
|
{
|
|
|
|
"name": "Guilherme Blanco",
|
|
|
|
"email": "guilhermeblanco@gmail.com"
|
|
|
|
},
|
2018-04-17 23:58:51 +05:30
|
|
|
{
|
|
|
|
"name": "Roman Borschel",
|
|
|
|
"email": "roman@code-factory.org"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Benjamin Eberlei",
|
|
|
|
"email": "kontakt@beberlei.de"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Jonathan Wage",
|
|
|
|
"email": "jonwage@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Johannes Schmitt",
|
|
|
|
"email": "schmittjoh@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Docblock Annotations Parser",
|
2022-09-20 05:07:57 +05:30
|
|
|
"homepage": "https://www.doctrine-project.org/projects/annotations.html",
|
2018-04-17 23:58:51 +05:30
|
|
|
"keywords": [
|
|
|
|
"annotations",
|
|
|
|
"docblock",
|
|
|
|
"parser"
|
|
|
|
],
|
2021-05-13 19:48:57 +05:30
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/doctrine/annotations/issues",
|
2022-09-20 05:07:57 +05:30
|
|
|
"source": "https://github.com/doctrine/annotations/tree/1.13.3"
|
2021-05-13 19:48:57 +05:30
|
|
|
},
|
2022-09-20 05:07:57 +05:30
|
|
|
"time": "2022-07-02T10:48:51+00:00"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "doctrine/lexer",
|
2022-09-20 05:07:57 +05:30
|
|
|
"version": "1.2.3",
|
2018-04-17 23:58:51 +05:30
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/doctrine/lexer.git",
|
2022-09-20 05:07:57 +05:30
|
|
|
"reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-09-20 05:07:57 +05:30
|
|
|
"url": "https://api.github.com/repos/doctrine/lexer/zipball/c268e882d4dbdd85e36e4ad69e02dc284f89d229",
|
|
|
|
"reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229",
|
2018-04-17 23:58:51 +05:30
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"php": "^7.1 || ^8.0"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
2021-05-13 19:48:57 +05:30
|
|
|
"require-dev": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"doctrine/coding-standard": "^9.0",
|
|
|
|
"phpstan/phpstan": "^1.3",
|
|
|
|
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
|
|
|
|
"vimeo/psalm": "^4.11"
|
2021-05-13 19:48:57 +05:30
|
|
|
},
|
2018-04-17 23:58:51 +05:30
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
2021-05-13 19:48:57 +05:30
|
|
|
"psr-4": {
|
|
|
|
"Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
|
2018-04-17 23:58:51 +05:30
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Guilherme Blanco",
|
|
|
|
"email": "guilhermeblanco@gmail.com"
|
|
|
|
},
|
2022-09-20 05:07:57 +05:30
|
|
|
{
|
|
|
|
"name": "Roman Borschel",
|
|
|
|
"email": "roman@code-factory.org"
|
|
|
|
},
|
2018-04-17 23:58:51 +05:30
|
|
|
{
|
|
|
|
"name": "Johannes Schmitt",
|
|
|
|
"email": "schmittjoh@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
2021-05-13 19:48:57 +05:30
|
|
|
"description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
|
|
|
|
"homepage": "https://www.doctrine-project.org/projects/lexer.html",
|
2018-04-17 23:58:51 +05:30
|
|
|
"keywords": [
|
2021-05-13 19:48:57 +05:30
|
|
|
"annotations",
|
|
|
|
"docblock",
|
2018-04-17 23:58:51 +05:30
|
|
|
"lexer",
|
2021-05-13 19:48:57 +05:30
|
|
|
"parser",
|
|
|
|
"php"
|
2018-04-17 23:58:51 +05:30
|
|
|
],
|
2021-05-13 19:48:57 +05:30
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/doctrine/lexer/issues",
|
2022-09-20 05:07:57 +05:30
|
|
|
"source": "https://github.com/doctrine/lexer/tree/1.2.3"
|
2021-05-13 19:48:57 +05:30
|
|
|
},
|
2022-09-20 05:07:57 +05:30
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://www.doctrine-project.org/sponsorship.html",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://www.patreon.com/phpdoctrine",
|
|
|
|
"type": "patreon"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2022-02-28T11:07:21+00:00"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
2023-05-17 23:24:10 +05:30
|
|
|
{
|
|
|
|
"name": "erickskrauch/php-cs-fixer-custom-fixers",
|
|
|
|
"version": "dev-master",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/erickskrauch/php-cs-fixer-custom-fixers.git",
|
|
|
|
"reference": "62c2a014cb9a8cf7665c82040a5d19d88ef8e583"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/erickskrauch/php-cs-fixer-custom-fixers/zipball/62c2a014cb9a8cf7665c82040a5d19d88ef8e583",
|
|
|
|
"reference": "62c2a014cb9a8cf7665c82040a5d19d88ef8e583",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"friendsofphp/php-cs-fixer": "^3",
|
|
|
|
"php": "^7.4 || ^8.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"ely/php-code-style": "^0.5",
|
|
|
|
"ergebnis/composer-normalize": "^2.28",
|
|
|
|
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2",
|
|
|
|
"phpspec/prophecy": "^1.15",
|
|
|
|
"phpspec/prophecy-phpunit": "^2.0",
|
|
|
|
"phpunit/phpunit": "^9.5",
|
|
|
|
"phpunitgoodpractices/polyfill": "^1.5",
|
|
|
|
"phpunitgoodpractices/traits": "^1.9.1",
|
|
|
|
"symfony/phpunit-bridge": "^6.0"
|
|
|
|
},
|
|
|
|
"default-branch": true,
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"ErickSkrauch\\PhpCsFixer\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "ErickSkrauch",
|
|
|
|
"email": "erickskrauch@ely.by"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A set of custom fixers for PHP-CS-Fixer",
|
|
|
|
"homepage": "https://github.com/erickskrauch/php-cs-fixer-custom-fixers",
|
|
|
|
"keywords": [
|
|
|
|
"Code style",
|
|
|
|
"php-cs-fixer"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/erickskrauch/php-cs-fixer-custom-fixers/issues",
|
|
|
|
"source": "https://github.com/erickskrauch/php-cs-fixer-custom-fixers/tree/master"
|
|
|
|
},
|
|
|
|
"time": "2023-05-17T17:44:54+00:00"
|
|
|
|
},
|
2018-04-17 23:58:51 +05:30
|
|
|
{
|
|
|
|
"name": "friendsofphp/php-cs-fixer",
|
2022-12-07 02:45:12 +05:30
|
|
|
"version": "v3.13.0",
|
2018-04-17 23:58:51 +05:30
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2022-12-07 02:45:12 +05:30
|
|
|
"url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
|
|
|
|
"reference": "a6232229a8309e8811dc751c28b91cb34b2943e1"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-12-07 02:45:12 +05:30
|
|
|
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/a6232229a8309e8811dc751c28b91cb34b2943e1",
|
|
|
|
"reference": "a6232229a8309e8811dc751c28b91cb34b2943e1",
|
2018-04-17 23:58:51 +05:30
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"composer/semver": "^3.2",
|
|
|
|
"composer/xdebug-handler": "^3.0.3",
|
|
|
|
"doctrine/annotations": "^1.13",
|
2018-04-17 23:58:51 +05:30
|
|
|
"ext-json": "*",
|
|
|
|
"ext-tokenizer": "*",
|
2022-09-20 05:07:57 +05:30
|
|
|
"php": "^7.4 || ^8.0",
|
|
|
|
"sebastian/diff": "^4.0",
|
|
|
|
"symfony/console": "^5.4 || ^6.0",
|
|
|
|
"symfony/event-dispatcher": "^5.4 || ^6.0",
|
|
|
|
"symfony/filesystem": "^5.4 || ^6.0",
|
|
|
|
"symfony/finder": "^5.4 || ^6.0",
|
|
|
|
"symfony/options-resolver": "^5.4 || ^6.0",
|
|
|
|
"symfony/polyfill-mbstring": "^1.23",
|
|
|
|
"symfony/polyfill-php80": "^1.25",
|
|
|
|
"symfony/polyfill-php81": "^1.25",
|
|
|
|
"symfony/process": "^5.4 || ^6.0",
|
|
|
|
"symfony/stopwatch": "^5.4 || ^6.0"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"require-dev": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"justinrainbow/json-schema": "^5.2",
|
2022-12-07 02:45:12 +05:30
|
|
|
"keradus/cli-executor": "^2.0",
|
2022-09-20 05:07:57 +05:30
|
|
|
"mikey179/vfsstream": "^1.6.10",
|
|
|
|
"php-coveralls/php-coveralls": "^2.5.2",
|
|
|
|
"php-cs-fixer/accessible-object": "^1.1",
|
2021-05-13 19:48:57 +05:30
|
|
|
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2",
|
|
|
|
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1",
|
2022-09-20 05:07:57 +05:30
|
|
|
"phpspec/prophecy": "^1.15",
|
|
|
|
"phpspec/prophecy-phpunit": "^2.0",
|
|
|
|
"phpunit/phpunit": "^9.5",
|
2022-12-07 02:45:12 +05:30
|
|
|
"phpunitgoodpractices/polyfill": "^1.6",
|
|
|
|
"phpunitgoodpractices/traits": "^1.9.2",
|
2022-09-20 05:07:57 +05:30
|
|
|
"symfony/phpunit-bridge": "^6.0",
|
|
|
|
"symfony/yaml": "^5.4 || ^6.0"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"suggest": {
|
2021-05-13 19:48:57 +05:30
|
|
|
"ext-dom": "For handling output formats in XML",
|
2022-09-20 05:07:57 +05:30
|
|
|
"ext-mbstring": "For handling non-UTF8 characters."
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"bin": [
|
|
|
|
"php-cs-fixer"
|
|
|
|
],
|
|
|
|
"type": "application",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"PhpCsFixer\\": "src/"
|
2022-09-20 05:07:57 +05:30
|
|
|
}
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
2019-10-12 03:47:25 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Dariusz Rumiński",
|
|
|
|
"email": "dariusz.ruminski@gmail.com"
|
2018-04-17 23:58:51 +05:30
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A tool to automatically fix PHP code style",
|
2021-05-13 19:48:57 +05:30
|
|
|
"support": {
|
2022-12-07 02:45:12 +05:30
|
|
|
"issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues",
|
|
|
|
"source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.13.0"
|
2021-05-13 19:48:57 +05:30
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/keradus",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
2022-12-07 02:45:12 +05:30
|
|
|
"time": "2022-10-31T19:28:50+00:00"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
2023-03-24 05:43:24 +05:30
|
|
|
{
|
|
|
|
"name": "kubawerlos/php-cs-fixer-custom-fixers",
|
|
|
|
"version": "v3.13.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/kubawerlos/php-cs-fixer-custom-fixers.git",
|
|
|
|
"reference": "fb53d8bbe2224383a84c71f451d76eb7bc6c8e33"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/kubawerlos/php-cs-fixer-custom-fixers/zipball/fb53d8bbe2224383a84c71f451d76eb7bc6c8e33",
|
|
|
|
"reference": "fb53d8bbe2224383a84c71f451d76eb7bc6c8e33",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-filter": "*",
|
|
|
|
"ext-tokenizer": "*",
|
|
|
|
"friendsofphp/php-cs-fixer": "^3.6.0",
|
|
|
|
"php": "^7.4 || ^8.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^9.5.20"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"PhpCsFixerCustomFixers\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Kuba Werłos",
|
|
|
|
"email": "werlos@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A set of custom fixers for PHP CS Fixer",
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/kubawerlos/php-cs-fixer-custom-fixers/issues",
|
|
|
|
"source": "https://github.com/kubawerlos/php-cs-fixer-custom-fixers/tree/v3.13.0"
|
|
|
|
},
|
|
|
|
"time": "2023-02-15T18:51:16+00:00"
|
|
|
|
},
|
2018-04-17 23:58:51 +05:30
|
|
|
{
|
2022-09-20 05:07:57 +05:30
|
|
|
"name": "psr/cache",
|
|
|
|
"version": "1.0.1",
|
2018-04-17 23:58:51 +05:30
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2022-09-20 05:07:57 +05:30
|
|
|
"url": "https://github.com/php-fig/cache.git",
|
|
|
|
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-09-20 05:07:57 +05:30
|
|
|
"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
|
|
|
|
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
|
2018-04-17 23:58:51 +05:30
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"php": ">=5.3.0"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
2022-09-20 05:07:57 +05:30
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0.x-dev"
|
|
|
|
}
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
2022-09-20 05:07:57 +05:30
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Psr\\Cache\\": "src/"
|
|
|
|
}
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2022-09-20 05:07:57 +05:30
|
|
|
"name": "PHP-FIG",
|
|
|
|
"homepage": "http://www.php-fig.org/"
|
2018-04-17 23:58:51 +05:30
|
|
|
}
|
|
|
|
],
|
2022-09-20 05:07:57 +05:30
|
|
|
"description": "Common interface for caching libraries",
|
2018-04-17 23:58:51 +05:30
|
|
|
"keywords": [
|
2022-09-20 05:07:57 +05:30
|
|
|
"cache",
|
|
|
|
"psr",
|
|
|
|
"psr-6"
|
2018-04-17 23:58:51 +05:30
|
|
|
],
|
2021-05-13 19:48:57 +05:30
|
|
|
"support": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"source": "https://github.com/php-fig/cache/tree/master"
|
2021-05-13 19:48:57 +05:30
|
|
|
},
|
2022-09-20 05:07:57 +05:30
|
|
|
"time": "2016-08-06T20:24:11+00:00"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
{
|
2022-09-20 05:07:57 +05:30
|
|
|
"name": "psr/container",
|
|
|
|
"version": "1.1.2",
|
2018-04-17 23:58:51 +05:30
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2022-09-20 05:07:57 +05:30
|
|
|
"url": "https://github.com/php-fig/container.git",
|
|
|
|
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-09-20 05:07:57 +05:30
|
|
|
"url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
|
|
|
|
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
|
2018-04-17 23:58:51 +05:30
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"php": ">=7.4.0"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"psr-4": {
|
|
|
|
"Psr\\Container\\": "src/"
|
|
|
|
}
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2022-09-20 05:07:57 +05:30
|
|
|
"MIT"
|
2018-04-17 23:58:51 +05:30
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2022-09-20 05:07:57 +05:30
|
|
|
"name": "PHP-FIG",
|
|
|
|
"homepage": "https://www.php-fig.org/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Common Container Interface (PHP FIG PSR-11)",
|
|
|
|
"homepage": "https://github.com/php-fig/container",
|
|
|
|
"keywords": [
|
|
|
|
"PSR-11",
|
|
|
|
"container",
|
|
|
|
"container-interface",
|
|
|
|
"container-interop",
|
|
|
|
"psr"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/php-fig/container/issues",
|
|
|
|
"source": "https://github.com/php-fig/container/tree/1.1.2"
|
|
|
|
},
|
|
|
|
"time": "2021-11-05T16:50:12+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": [
|
2018-04-17 23:58:51 +05:30
|
|
|
{
|
2022-09-20 05:07:57 +05:30
|
|
|
"name": "PHP-FIG",
|
|
|
|
"homepage": "http://www.php-fig.org/"
|
2018-04-17 23:58:51 +05:30
|
|
|
}
|
|
|
|
],
|
2022-09-20 05:07:57 +05:30
|
|
|
"description": "Standard interfaces for event handling.",
|
2018-04-17 23:58:51 +05:30
|
|
|
"keywords": [
|
2022-09-20 05:07:57 +05:30
|
|
|
"events",
|
|
|
|
"psr",
|
|
|
|
"psr-14"
|
2018-04-17 23:58:51 +05:30
|
|
|
],
|
2021-05-13 19:48:57 +05:30
|
|
|
"support": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"issues": "https://github.com/php-fig/event-dispatcher/issues",
|
|
|
|
"source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
|
2021-05-13 19:48:57 +05:30
|
|
|
},
|
2022-09-20 05:07:57 +05:30
|
|
|
"time": "2019-01-08T18:20:26+00:00"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
2018-08-06 12:37:29 +05:30
|
|
|
{
|
|
|
|
"name": "psr/log",
|
2021-05-13 19:48:57 +05:30
|
|
|
"version": "1.1.4",
|
2018-08-06 12:37:29 +05:30
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-fig/log.git",
|
2021-05-13 19:48:57 +05:30
|
|
|
"reference": "d49695b909c3b7628b6289db5479a1c204601f11"
|
2018-08-06 12:37:29 +05:30
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2021-05-13 19:48:57 +05:30
|
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
|
|
|
|
"reference": "d49695b909c3b7628b6289db5479a1c204601f11",
|
2018-08-06 12:37:29 +05:30
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2021-05-13 19:48:57 +05:30
|
|
|
"dev-master": "1.1.x-dev"
|
2018-08-06 12:37:29 +05:30
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Psr\\Log\\": "Psr/Log/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "PHP-FIG",
|
2021-05-13 19:48:57 +05:30
|
|
|
"homepage": "https://www.php-fig.org/"
|
2018-08-06 12:37:29 +05:30
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Common interface for logging libraries",
|
|
|
|
"homepage": "https://github.com/php-fig/log",
|
|
|
|
"keywords": [
|
|
|
|
"log",
|
|
|
|
"psr",
|
|
|
|
"psr-3"
|
|
|
|
],
|
2021-05-13 19:48:57 +05:30
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/php-fig/log/tree/1.1.4"
|
|
|
|
},
|
|
|
|
"time": "2021-05-03T11:20:27+00:00"
|
2018-08-06 12:37:29 +05:30
|
|
|
},
|
2022-09-20 05:07:57 +05:30
|
|
|
{
|
|
|
|
"name": "sebastian/diff",
|
|
|
|
"version": "4.0.4",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/diff.git",
|
|
|
|
"reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
|
|
|
|
"reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^9.3",
|
|
|
|
"symfony/process": "^4.2 || ^5"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "4.0-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Kore Nordmann",
|
|
|
|
"email": "mail@kore-nordmann.de"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Diff implementation",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/diff",
|
|
|
|
"keywords": [
|
|
|
|
"diff",
|
|
|
|
"udiff",
|
|
|
|
"unidiff",
|
|
|
|
"unified diff"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/diff/issues",
|
|
|
|
"source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2020-10-26T13:10:38+00:00"
|
|
|
|
},
|
2018-04-17 23:58:51 +05:30
|
|
|
{
|
|
|
|
"name": "symfony/console",
|
2022-09-20 05:07:57 +05:30
|
|
|
"version": "v5.4.12",
|
2018-04-17 23:58:51 +05:30
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/console.git",
|
2022-09-20 05:07:57 +05:30
|
|
|
"reference": "c072aa8f724c3af64e2c7a96b796a4863d24dba1"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-09-20 05:07:57 +05:30
|
|
|
"url": "https://api.github.com/repos/symfony/console/zipball/c072aa8f724c3af64e2c7a96b796a4863d24dba1",
|
|
|
|
"reference": "c072aa8f724c3af64e2c7a96b796a4863d24dba1",
|
2018-04-17 23:58:51 +05:30
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"php": ">=7.2.5",
|
|
|
|
"symfony/deprecation-contracts": "^2.1|^3",
|
|
|
|
"symfony/polyfill-mbstring": "~1.0",
|
|
|
|
"symfony/polyfill-php73": "^1.9",
|
|
|
|
"symfony/polyfill-php80": "^1.16",
|
|
|
|
"symfony/service-contracts": "^1.1|^2|^3",
|
|
|
|
"symfony/string": "^5.1|^6.0"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"conflict": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"psr/log": ">=3",
|
|
|
|
"symfony/dependency-injection": "<4.4",
|
|
|
|
"symfony/dotenv": "<5.1",
|
|
|
|
"symfony/event-dispatcher": "<4.4",
|
|
|
|
"symfony/lock": "<4.4",
|
|
|
|
"symfony/process": "<4.4"
|
2019-02-22 22:50:30 +05:30
|
|
|
},
|
|
|
|
"provide": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"psr/log-implementation": "1.0|2.0"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"require-dev": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"psr/log": "^1|^2",
|
|
|
|
"symfony/config": "^4.4|^5.0|^6.0",
|
|
|
|
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
|
|
|
|
"symfony/event-dispatcher": "^4.4|^5.0|^6.0",
|
|
|
|
"symfony/lock": "^4.4|^5.0|^6.0",
|
|
|
|
"symfony/process": "^4.4|^5.0|^6.0",
|
|
|
|
"symfony/var-dumper": "^4.4|^5.0|^6.0"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"suggest": {
|
2018-08-07 14:42:55 +05:30
|
|
|
"psr/log": "For using the console logger",
|
2018-04-17 23:58:51 +05:30
|
|
|
"symfony/event-dispatcher": "",
|
2019-02-22 22:50:30 +05:30
|
|
|
"symfony/lock": "",
|
2018-04-17 23:58:51 +05:30
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
2022-09-20 05:07:57 +05:30
|
|
|
"description": "Eases the creation of beautiful and testable command line interfaces",
|
2018-04-17 23:58:51 +05:30
|
|
|
"homepage": "https://symfony.com",
|
2022-09-20 05:07:57 +05:30
|
|
|
"keywords": [
|
|
|
|
"cli",
|
|
|
|
"command line",
|
|
|
|
"console",
|
|
|
|
"terminal"
|
|
|
|
],
|
2021-05-13 19:48:57 +05:30
|
|
|
"support": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"source": "https://github.com/symfony/console/tree/v5.4.12"
|
2021-05-13 19:48:57 +05:30
|
|
|
},
|
|
|
|
"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-20 05:07:57 +05:30
|
|
|
"time": "2022-08-17T13:18:05+00:00"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
{
|
2022-09-20 05:07:57 +05:30
|
|
|
"name": "symfony/deprecation-contracts",
|
|
|
|
"version": "v2.5.2",
|
2018-04-17 23:58:51 +05:30
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2022-09-20 05:07:57 +05:30
|
|
|
"url": "https://github.com/symfony/deprecation-contracts.git",
|
|
|
|
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-09-20 05:07:57 +05:30
|
|
|
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
|
|
|
|
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
|
2018-04-17 23:58:51 +05:30
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"php": ">=7.1"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"type": "library",
|
2022-09-20 05:07:57 +05:30
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-main": "2.5-dev"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
2022-09-20 05:07:57 +05:30
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/contracts",
|
|
|
|
"url": "https://github.com/symfony/contracts"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"function.php"
|
2018-04-17 23:58:51 +05:30
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2022-09-20 05:07:57 +05:30
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
2022-09-20 05:07:57 +05:30
|
|
|
"description": "A generic function and convention to trigger deprecation notices",
|
2018-04-17 23:58:51 +05:30
|
|
|
"homepage": "https://symfony.com",
|
2021-05-13 19:48:57 +05:30
|
|
|
"support": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
|
2021-05-13 19:48:57 +05:30
|
|
|
},
|
|
|
|
"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-20 05:07:57 +05:30
|
|
|
"time": "2022-01-02T09:53:40+00:00"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
{
|
2018-08-07 14:42:55 +05:30
|
|
|
"name": "symfony/event-dispatcher",
|
2022-09-20 05:07:57 +05:30
|
|
|
"version": "v5.4.9",
|
2018-04-17 23:58:51 +05:30
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2018-08-07 14:42:55 +05:30
|
|
|
"url": "https://github.com/symfony/event-dispatcher.git",
|
2022-09-20 05:07:57 +05:30
|
|
|
"reference": "8e6ce1cc0279e3ff3c8ff0f43813bc88d21ca1bc"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-09-20 05:07:57 +05:30
|
|
|
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/8e6ce1cc0279e3ff3c8ff0f43813bc88d21ca1bc",
|
|
|
|
"reference": "8e6ce1cc0279e3ff3c8ff0f43813bc88d21ca1bc",
|
2018-04-17 23:58:51 +05:30
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"php": ">=7.2.5",
|
|
|
|
"symfony/deprecation-contracts": "^2.1|^3",
|
|
|
|
"symfony/event-dispatcher-contracts": "^2|^3",
|
|
|
|
"symfony/polyfill-php80": "^1.16"
|
2018-08-07 14:42:55 +05:30
|
|
|
},
|
|
|
|
"conflict": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"symfony/dependency-injection": "<4.4"
|
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"psr/event-dispatcher-implementation": "1.0",
|
|
|
|
"symfony/event-dispatcher-implementation": "2.0"
|
2018-08-07 14:42:55 +05:30
|
|
|
},
|
|
|
|
"require-dev": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"psr/log": "^1|^2|^3",
|
|
|
|
"symfony/config": "^4.4|^5.0|^6.0",
|
|
|
|
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
|
|
|
|
"symfony/error-handler": "^4.4|^5.0|^6.0",
|
|
|
|
"symfony/expression-language": "^4.4|^5.0|^6.0",
|
|
|
|
"symfony/http-foundation": "^4.4|^5.0|^6.0",
|
|
|
|
"symfony/service-contracts": "^1.1|^2|^3",
|
|
|
|
"symfony/stopwatch": "^4.4|^5.0|^6.0"
|
2018-08-07 14:42:55 +05:30
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/dependency-injection": "",
|
|
|
|
"symfony/http-kernel": ""
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2018-08-07 14:42:55 +05:30
|
|
|
"Symfony\\Component\\EventDispatcher\\": ""
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
2022-09-20 05:07:57 +05:30
|
|
|
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
|
2018-04-17 23:58:51 +05:30
|
|
|
"homepage": "https://symfony.com",
|
2021-05-13 19:48:57 +05:30
|
|
|
"support": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"source": "https://github.com/symfony/event-dispatcher/tree/v5.4.9"
|
2021-05-13 19:48:57 +05:30
|
|
|
},
|
|
|
|
"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-20 05:07:57 +05:30
|
|
|
"time": "2022-05-05T16:45:39+00:00"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
{
|
2022-09-20 05:07:57 +05:30
|
|
|
"name": "symfony/event-dispatcher-contracts",
|
|
|
|
"version": "v2.5.2",
|
2018-04-17 23:58:51 +05:30
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2022-09-20 05:07:57 +05:30
|
|
|
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
|
|
|
|
"reference": "f98b54df6ad059855739db6fcbc2d36995283fe1"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-09-20 05:07:57 +05:30
|
|
|
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/f98b54df6ad059855739db6fcbc2d36995283fe1",
|
|
|
|
"reference": "f98b54df6ad059855739db6fcbc2d36995283fe1",
|
2018-04-17 23:58:51 +05:30
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"php": ">=7.2.5",
|
|
|
|
"psr/event-dispatcher": "^1"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/event-dispatcher-implementation": ""
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"type": "library",
|
2022-09-20 05:07:57 +05:30
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-main": "2.5-dev"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
2022-09-20 05:07:57 +05:30
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/contracts",
|
|
|
|
"url": "https://github.com/symfony/contracts"
|
|
|
|
}
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
2022-09-20 05:07:57 +05:30
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Contracts\\EventDispatcher\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Generic abstractions related to dispatching event",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"abstractions",
|
|
|
|
"contracts",
|
|
|
|
"decoupling",
|
|
|
|
"interfaces",
|
|
|
|
"interoperability",
|
|
|
|
"standards"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.2"
|
|
|
|
},
|
|
|
|
"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": "2022-01-02T09:53:40+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/filesystem",
|
|
|
|
"version": "v5.4.12",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/filesystem.git",
|
|
|
|
"reference": "2d67c1f9a1937406a9be3171b4b22250c0a11447"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/filesystem/zipball/2d67c1f9a1937406a9be3171b4b22250c0a11447",
|
|
|
|
"reference": "2d67c1f9a1937406a9be3171b4b22250c0a11447",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.2.5",
|
|
|
|
"symfony/polyfill-ctype": "~1.8",
|
|
|
|
"symfony/polyfill-mbstring": "~1.8",
|
|
|
|
"symfony/polyfill-php80": "^1.16"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Filesystem\\": ""
|
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2018-04-17 23:58:51 +05:30
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
2022-09-20 05:07:57 +05:30
|
|
|
"description": "Provides basic utilities for the filesystem",
|
2018-04-17 23:58:51 +05:30
|
|
|
"homepage": "https://symfony.com",
|
2021-05-13 19:48:57 +05:30
|
|
|
"support": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"source": "https://github.com/symfony/filesystem/tree/v5.4.12"
|
2021-05-13 19:48:57 +05:30
|
|
|
},
|
|
|
|
"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-20 05:07:57 +05:30
|
|
|
"time": "2022-08-02T13:48:16+00:00"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
{
|
2018-08-07 14:42:55 +05:30
|
|
|
"name": "symfony/finder",
|
2022-09-20 05:07:57 +05:30
|
|
|
"version": "v5.4.11",
|
2018-04-17 23:58:51 +05:30
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2018-08-07 14:42:55 +05:30
|
|
|
"url": "https://github.com/symfony/finder.git",
|
2022-09-20 05:07:57 +05:30
|
|
|
"reference": "7872a66f57caffa2916a584db1aa7f12adc76f8c"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-09-20 05:07:57 +05:30
|
|
|
"url": "https://api.github.com/repos/symfony/finder/zipball/7872a66f57caffa2916a584db1aa7f12adc76f8c",
|
|
|
|
"reference": "7872a66f57caffa2916a584db1aa7f12adc76f8c",
|
2018-04-17 23:58:51 +05:30
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"php": ">=7.2.5",
|
|
|
|
"symfony/deprecation-contracts": "^2.1|^3",
|
|
|
|
"symfony/polyfill-php80": "^1.16"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2018-08-07 14:42:55 +05:30
|
|
|
"Symfony\\Component\\Finder\\": ""
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
2022-09-20 05:07:57 +05:30
|
|
|
"description": "Finds files and directories via an intuitive fluent interface",
|
2018-04-17 23:58:51 +05:30
|
|
|
"homepage": "https://symfony.com",
|
2021-05-13 19:48:57 +05:30
|
|
|
"support": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"source": "https://github.com/symfony/finder/tree/v5.4.11"
|
2021-05-13 19:48:57 +05:30
|
|
|
},
|
|
|
|
"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-20 05:07:57 +05:30
|
|
|
"time": "2022-07-29T07:37:50+00:00"
|
2018-08-06 15:15:25 +05:30
|
|
|
},
|
|
|
|
{
|
2018-08-07 14:42:55 +05:30
|
|
|
"name": "symfony/options-resolver",
|
2022-09-20 05:07:57 +05:30
|
|
|
"version": "v5.4.11",
|
2018-08-06 15:15:25 +05:30
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2018-08-07 14:42:55 +05:30
|
|
|
"url": "https://github.com/symfony/options-resolver.git",
|
2022-09-20 05:07:57 +05:30
|
|
|
"reference": "54f14e36aa73cb8f7261d7686691fd4d75ea2690"
|
2018-08-06 15:15:25 +05:30
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-09-20 05:07:57 +05:30
|
|
|
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/54f14e36aa73cb8f7261d7686691fd4d75ea2690",
|
|
|
|
"reference": "54f14e36aa73cb8f7261d7686691fd4d75ea2690",
|
2018-08-06 15:15:25 +05:30
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"php": ">=7.2.5",
|
|
|
|
"symfony/deprecation-contracts": "^2.1|^3",
|
|
|
|
"symfony/polyfill-php73": "~1.0",
|
|
|
|
"symfony/polyfill-php80": "^1.16"
|
2018-08-06 15:15:25 +05:30
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2018-08-07 14:42:55 +05:30
|
|
|
"Symfony\\Component\\OptionsResolver\\": ""
|
2018-08-06 15:15:25 +05:30
|
|
|
},
|
2018-08-07 14:42:55 +05:30
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
2018-08-06 15:15:25 +05:30
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2018-08-07 14:42:55 +05:30
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
2018-08-06 15:15:25 +05:30
|
|
|
},
|
|
|
|
{
|
2018-08-07 14:42:55 +05:30
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2018-08-06 15:15:25 +05:30
|
|
|
}
|
|
|
|
],
|
2022-09-20 05:07:57 +05:30
|
|
|
"description": "Provides an improved replacement for the array_replace PHP function",
|
2018-08-06 15:15:25 +05:30
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
2018-08-07 14:42:55 +05:30
|
|
|
"config",
|
|
|
|
"configuration",
|
|
|
|
"options"
|
2018-08-06 15:15:25 +05:30
|
|
|
],
|
2021-05-13 19:48:57 +05:30
|
|
|
"support": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"source": "https://github.com/symfony/options-resolver/tree/v5.4.11"
|
2021-05-13 19:48:57 +05:30
|
|
|
},
|
|
|
|
"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-20 05:07:57 +05:30
|
|
|
"time": "2022-07-20T13:00:38+00:00"
|
2021-05-13 19:48:57 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-ctype",
|
2022-09-20 05:07:57 +05:30
|
|
|
"version": "v1.26.0",
|
2021-05-13 19:48:57 +05:30
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
2022-09-20 05:07:57 +05:30
|
|
|
"reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4"
|
2021-05-13 19:48:57 +05:30
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-09-20 05:07:57 +05:30
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
|
|
|
|
"reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
|
2021-05-13 19:48:57 +05:30
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"php": ">=7.1"
|
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"ext-ctype": "*"
|
2021-05-13 19:48:57 +05:30
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-ctype": "For best performance"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"dev-main": "1.26-dev"
|
2021-05-13 19:48:57 +05:30
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
2022-09-20 05:07:57 +05:30
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Ctype\\": ""
|
|
|
|
}
|
2021-05-13 19:48:57 +05:30
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Gert de Pagter",
|
|
|
|
"email": "BackEndTea@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony polyfill for ctype functions",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"ctype",
|
|
|
|
"polyfill",
|
|
|
|
"portable"
|
|
|
|
],
|
|
|
|
"support": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.26.0"
|
2021-05-13 19:48:57 +05:30
|
|
|
},
|
|
|
|
"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-20 05:07:57 +05:30
|
|
|
"time": "2022-05-24T11:49:31+00:00"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
{
|
2022-09-20 05:07:57 +05:30
|
|
|
"name": "symfony/polyfill-intl-grapheme",
|
|
|
|
"version": "v1.26.0",
|
2018-04-17 23:58:51 +05:30
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2022-09-20 05:07:57 +05:30
|
|
|
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
|
|
|
|
"reference": "433d05519ce6990bf3530fba6957499d327395c2"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-09-20 05:07:57 +05:30
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/433d05519ce6990bf3530fba6957499d327395c2",
|
|
|
|
"reference": "433d05519ce6990bf3530fba6957499d327395c2",
|
2018-04-17 23:58:51 +05:30
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"php": ">=7.1"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"suggest": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"ext-intl": "For best performance"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"dev-main": "1.26-dev"
|
2021-05-13 19:48:57 +05:30
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
2018-04-17 23:58:51 +05:30
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
2022-09-20 05:07:57 +05:30
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
|
|
|
|
}
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
2022-09-20 05:07:57 +05:30
|
|
|
"description": "Symfony polyfill for intl's grapheme_* functions",
|
2018-04-17 23:58:51 +05:30
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
2022-09-20 05:07:57 +05:30
|
|
|
"grapheme",
|
|
|
|
"intl",
|
2018-04-17 23:58:51 +05:30
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
2021-05-13 19:48:57 +05:30
|
|
|
"support": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.26.0"
|
2021-05-13 19:48:57 +05:30
|
|
|
},
|
|
|
|
"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-20 05:07:57 +05:30
|
|
|
"time": "2022-05-24T11:49:31+00:00"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
{
|
2022-09-20 05:07:57 +05:30
|
|
|
"name": "symfony/polyfill-intl-normalizer",
|
|
|
|
"version": "v1.26.0",
|
2018-04-17 23:58:51 +05:30
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2022-09-20 05:07:57 +05:30
|
|
|
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
|
|
|
|
"reference": "219aa369ceff116e673852dce47c3a41794c14bd"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-09-20 05:07:57 +05:30
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/219aa369ceff116e673852dce47c3a41794c14bd",
|
|
|
|
"reference": "219aa369ceff116e673852dce47c3a41794c14bd",
|
2018-04-17 23:58:51 +05:30
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"php": ">=7.1"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-intl": "For best performance"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"dev-main": "1.26-dev"
|
2021-05-13 19:48:57 +05:30
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
2018-04-17 23:58:51 +05:30
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
|
|
|
],
|
2022-09-20 05:07:57 +05:30
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
|
|
|
|
},
|
2018-04-17 23:58:51 +05:30
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
2022-09-20 05:07:57 +05:30
|
|
|
"description": "Symfony polyfill for intl's Normalizer class and related functions",
|
2018-04-17 23:58:51 +05:30
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
2022-09-20 05:07:57 +05:30
|
|
|
"intl",
|
|
|
|
"normalizer",
|
2018-04-17 23:58:51 +05:30
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
2021-05-13 19:48:57 +05:30
|
|
|
"support": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.26.0"
|
2021-05-13 19:48:57 +05:30
|
|
|
},
|
|
|
|
"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-20 05:07:57 +05:30
|
|
|
"time": "2022-05-24T11:49:31+00:00"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
{
|
2022-09-20 05:07:57 +05:30
|
|
|
"name": "symfony/polyfill-mbstring",
|
|
|
|
"version": "v1.26.0",
|
2018-04-17 23:58:51 +05:30
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2022-09-20 05:07:57 +05:30
|
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
|
|
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-09-20 05:07:57 +05:30
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
|
|
|
|
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
|
2018-04-17 23:58:51 +05:30
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"php": ">=7.1"
|
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"ext-mbstring": "*"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-mbstring": "For best performance"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"dev-main": "1.26-dev"
|
2021-05-13 19:48:57 +05:30
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
2018-04-17 23:58:51 +05:30
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
2022-09-20 05:07:57 +05:30
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
|
|
|
}
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
2022-09-20 05:07:57 +05:30
|
|
|
"description": "Symfony polyfill for the Mbstring extension",
|
2018-04-17 23:58:51 +05:30
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
2022-09-20 05:07:57 +05:30
|
|
|
"mbstring",
|
2018-04-17 23:58:51 +05:30
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
2021-05-13 19:48:57 +05:30
|
|
|
"support": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0"
|
2021-05-13 19:48:57 +05:30
|
|
|
},
|
|
|
|
"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-20 05:07:57 +05:30
|
|
|
"time": "2022-05-24T11:49:31+00:00"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
{
|
2022-09-20 05:07:57 +05:30
|
|
|
"name": "symfony/polyfill-php73",
|
|
|
|
"version": "v1.26.0",
|
2018-04-17 23:58:51 +05:30
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2022-09-20 05:07:57 +05:30
|
|
|
"url": "https://github.com/symfony/polyfill-php73.git",
|
|
|
|
"reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-09-20 05:07:57 +05:30
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/e440d35fa0286f77fb45b79a03fedbeda9307e85",
|
|
|
|
"reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85",
|
2018-04-17 23:58:51 +05:30
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"php": ">=7.1"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"type": "library",
|
2022-09-20 05:07:57 +05:30
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-main": "1.26-dev"
|
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
|
|
|
}
|
|
|
|
},
|
2018-04-17 23:58:51 +05:30
|
|
|
"autoload": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
|
|
|
],
|
2018-04-17 23:58:51 +05:30
|
|
|
"psr-4": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"Symfony\\Polyfill\\Php73\\": ""
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
2022-09-20 05:07:57 +05:30
|
|
|
"classmap": [
|
|
|
|
"Resources/stubs"
|
2018-04-17 23:58:51 +05:30
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2022-09-20 05:07:57 +05:30
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
2022-09-20 05:07:57 +05:30
|
|
|
"description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
|
2018-04-17 23:58:51 +05:30
|
|
|
"homepage": "https://symfony.com",
|
2022-09-20 05:07:57 +05:30
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
2021-05-13 19:48:57 +05:30
|
|
|
"support": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"source": "https://github.com/symfony/polyfill-php73/tree/v1.26.0"
|
2021-05-13 19:48:57 +05:30
|
|
|
},
|
|
|
|
"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-20 05:07:57 +05:30
|
|
|
"time": "2022-05-24T11:49:31+00:00"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
{
|
2022-09-20 05:07:57 +05:30
|
|
|
"name": "symfony/polyfill-php80",
|
2023-05-17 23:24:10 +05:30
|
|
|
"version": "v1.26.0",
|
2018-04-17 23:58:51 +05:30
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2022-09-20 05:07:57 +05:30
|
|
|
"url": "https://github.com/symfony/polyfill-php80.git",
|
2023-05-17 23:24:10 +05:30
|
|
|
"reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-05-17 23:24:10 +05:30
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace",
|
|
|
|
"reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace",
|
2018-04-17 23:58:51 +05:30
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"php": ">=7.1"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"type": "library",
|
2022-09-20 05:07:57 +05:30
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2023-05-17 23:24:10 +05:30
|
|
|
"dev-main": "1.26-dev"
|
2022-09-20 05:07:57 +05:30
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
|
|
|
}
|
|
|
|
},
|
2018-04-17 23:58:51 +05:30
|
|
|
"autoload": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
|
|
|
],
|
2018-04-17 23:58:51 +05:30
|
|
|
"psr-4": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"Symfony\\Polyfill\\Php80\\": ""
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
2022-09-20 05:07:57 +05:30
|
|
|
"classmap": [
|
|
|
|
"Resources/stubs"
|
2018-04-17 23:58:51 +05:30
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2022-09-20 05:07:57 +05:30
|
|
|
"name": "Ion Bazan",
|
|
|
|
"email": "ion.bazan@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
2022-09-20 05:07:57 +05:30
|
|
|
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
|
2018-04-17 23:58:51 +05:30
|
|
|
"homepage": "https://symfony.com",
|
2022-09-20 05:07:57 +05:30
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
2021-05-13 19:48:57 +05:30
|
|
|
"support": {
|
2023-05-17 23:24:10 +05:30
|
|
|
"source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0"
|
2021-05-13 19:48:57 +05:30
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
2023-05-17 23:24:10 +05:30
|
|
|
"time": "2022-05-10T07:21:04+00:00"
|
2022-09-20 05:07:57 +05:30
|
|
|
},
|
2018-04-17 23:58:51 +05:30
|
|
|
{
|
2022-09-20 05:07:57 +05:30
|
|
|
"name": "symfony/polyfill-php81",
|
|
|
|
"version": "v1.26.0",
|
2018-04-17 23:58:51 +05:30
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2022-09-20 05:07:57 +05:30
|
|
|
"url": "https://github.com/symfony/polyfill-php81.git",
|
|
|
|
"reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-09-20 05:07:57 +05:30
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/13f6d1271c663dc5ae9fb843a8f16521db7687a1",
|
|
|
|
"reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1",
|
2018-04-17 23:58:51 +05:30
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"php": ">=7.1"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"dev-main": "1.26-dev"
|
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
2018-04-17 23:58:51 +05:30
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
|
|
|
],
|
2018-04-17 23:58:51 +05:30
|
|
|
"psr-4": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"Symfony\\Polyfill\\Php81\\": ""
|
|
|
|
},
|
|
|
|
"classmap": [
|
|
|
|
"Resources/stubs"
|
|
|
|
]
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2022-09-20 05:07:57 +05:30
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2018-04-17 23:58:51 +05:30
|
|
|
}
|
|
|
|
],
|
2022-09-20 05:07:57 +05:30
|
|
|
"description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
|
|
|
|
"homepage": "https://symfony.com",
|
2018-04-17 23:58:51 +05:30
|
|
|
"keywords": [
|
2022-09-20 05:07:57 +05:30
|
|
|
"compatibility",
|
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/symfony/polyfill-php81/tree/v1.26.0"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
2018-04-17 23:58:51 +05:30
|
|
|
],
|
2022-09-20 05:07:57 +05:30
|
|
|
"time": "2022-05-24T11:49:31+00:00"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
{
|
2022-09-20 05:07:57 +05:30
|
|
|
"name": "symfony/process",
|
|
|
|
"version": "v5.4.11",
|
2018-04-17 23:58:51 +05:30
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2022-09-20 05:07:57 +05:30
|
|
|
"url": "https://github.com/symfony/process.git",
|
|
|
|
"reference": "6e75fe6874cbc7e4773d049616ab450eff537bf1"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-09-20 05:07:57 +05:30
|
|
|
"url": "https://api.github.com/repos/symfony/process/zipball/6e75fe6874cbc7e4773d049616ab450eff537bf1",
|
|
|
|
"reference": "6e75fe6874cbc7e4773d049616ab450eff537bf1",
|
2018-04-17 23:58:51 +05:30
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"php": ">=7.2.5",
|
|
|
|
"symfony/polyfill-php80": "^1.16"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2022-09-20 05:07:57 +05:30
|
|
|
"Symfony\\Component\\Process\\": ""
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
2022-09-20 05:07:57 +05:30
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
2018-04-17 23:58:51 +05:30
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
2022-09-20 05:07:57 +05:30
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
2018-04-17 23:58:51 +05:30
|
|
|
],
|
2022-09-20 05:07:57 +05:30
|
|
|
"description": "Executes commands in sub-processes",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/symfony/process/tree/v5.4.11"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
2022-09-20 05:07:57 +05:30
|
|
|
"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": "2022-06-27T16:58:25+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/service-contracts",
|
|
|
|
"version": "v2.5.2",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/service-contracts.git",
|
|
|
|
"reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
|
|
|
|
"reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.2.5",
|
|
|
|
"psr/container": "^1.1",
|
|
|
|
"symfony/deprecation-contracts": "^2.1|^3"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"ext-psr": "<1.1|>=2"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/service-implementation": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-main": "2.5-dev"
|
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/contracts",
|
|
|
|
"url": "https://github.com/symfony/contracts"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Contracts\\Service\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Generic abstractions related to writing services",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"abstractions",
|
|
|
|
"contracts",
|
|
|
|
"decoupling",
|
|
|
|
"interfaces",
|
|
|
|
"interoperability",
|
|
|
|
"standards"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/symfony/service-contracts/tree/v2.5.2"
|
|
|
|
},
|
|
|
|
"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": "2022-05-30T19:17:29+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/stopwatch",
|
|
|
|
"version": "v5.4.5",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/stopwatch.git",
|
|
|
|
"reference": "4d04b5c24f3c9a1a168a131f6cbe297155bc0d30"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/4d04b5c24f3c9a1a168a131f6cbe297155bc0d30",
|
|
|
|
"reference": "4d04b5c24f3c9a1a168a131f6cbe297155bc0d30",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.2.5",
|
|
|
|
"symfony/service-contracts": "^1|^2|^3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Stopwatch\\": ""
|
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Provides a way to profile code",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/symfony/stopwatch/tree/v5.4.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": "2022-02-18T16:06:09+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/string",
|
|
|
|
"version": "v5.4.12",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/string.git",
|
|
|
|
"reference": "2fc515e512d721bf31ea76bd02fe23ada4640058"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/string/zipball/2fc515e512d721bf31ea76bd02fe23ada4640058",
|
|
|
|
"reference": "2fc515e512d721bf31ea76bd02fe23ada4640058",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.2.5",
|
|
|
|
"symfony/polyfill-ctype": "~1.8",
|
|
|
|
"symfony/polyfill-intl-grapheme": "~1.0",
|
|
|
|
"symfony/polyfill-intl-normalizer": "~1.0",
|
|
|
|
"symfony/polyfill-mbstring": "~1.0",
|
|
|
|
"symfony/polyfill-php80": "~1.15"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"symfony/translation-contracts": ">=3.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"symfony/error-handler": "^4.4|^5.0|^6.0",
|
|
|
|
"symfony/http-client": "^4.4|^5.0|^6.0",
|
|
|
|
"symfony/translation-contracts": "^1.1|^2",
|
|
|
|
"symfony/var-exporter": "^4.4|^5.0|^6.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"Resources/functions.php"
|
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\String\\": ""
|
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"grapheme",
|
|
|
|
"i18n",
|
|
|
|
"string",
|
|
|
|
"unicode",
|
|
|
|
"utf-8",
|
|
|
|
"utf8"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/symfony/string/tree/v5.4.12"
|
|
|
|
},
|
|
|
|
"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": "2022-08-12T17:03:11+00:00"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"packages-dev": [
|
2022-09-20 06:05:44 +05:30
|
|
|
{
|
|
|
|
"name": "ergebnis/composer-normalize",
|
|
|
|
"version": "2.28.3",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/ergebnis/composer-normalize.git",
|
|
|
|
"reference": "ec75a2bf751f6fec165e9ea0262655b8ca397e5c"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/ergebnis/composer-normalize/zipball/ec75a2bf751f6fec165e9ea0262655b8ca397e5c",
|
|
|
|
"reference": "ec75a2bf751f6fec165e9ea0262655b8ca397e5c",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"composer-plugin-api": "^2.0.0",
|
|
|
|
"ergebnis/json-normalizer": "~2.1.0",
|
|
|
|
"ergebnis/json-printer": "^3.2.0",
|
|
|
|
"justinrainbow/json-schema": "^5.2.12",
|
|
|
|
"localheinz/diff": "^1.1.1",
|
|
|
|
"php": "^7.4 || ^8.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"composer/composer": "^2.3.9",
|
|
|
|
"ergebnis/license": "^1.2.0",
|
|
|
|
"ergebnis/php-cs-fixer-config": "^4.4.0",
|
|
|
|
"fakerphp/faker": "^1.19.0",
|
|
|
|
"phpunit/phpunit": "^9.5.21",
|
|
|
|
"psalm/plugin-phpunit": "~0.17.0",
|
|
|
|
"symfony/filesystem": "^5.4.9",
|
|
|
|
"vimeo/psalm": "^4.24.0"
|
|
|
|
},
|
|
|
|
"type": "composer-plugin",
|
|
|
|
"extra": {
|
|
|
|
"class": "Ergebnis\\Composer\\Normalize\\NormalizePlugin",
|
|
|
|
"composer-normalize": {
|
|
|
|
"indent-size": 2,
|
|
|
|
"indent-style": "space"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Ergebnis\\Composer\\Normalize\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Andreas Möller",
|
|
|
|
"email": "am@localheinz.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Provides a composer plugin for normalizing composer.json.",
|
|
|
|
"homepage": "https://github.com/ergebnis/composer-normalize",
|
|
|
|
"keywords": [
|
|
|
|
"composer",
|
|
|
|
"normalize",
|
|
|
|
"normalizer",
|
|
|
|
"plugin"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/ergebnis/composer-normalize/issues",
|
|
|
|
"source": "https://github.com/ergebnis/composer-normalize"
|
|
|
|
},
|
|
|
|
"time": "2022-07-05T16:09:10+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "ergebnis/json-normalizer",
|
|
|
|
"version": "2.1.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/ergebnis/json-normalizer.git",
|
|
|
|
"reference": "2039eb11131a243b9204bf51219baa08935e6b1d"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/ergebnis/json-normalizer/zipball/2039eb11131a243b9204bf51219baa08935e6b1d",
|
|
|
|
"reference": "2039eb11131a243b9204bf51219baa08935e6b1d",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ergebnis/json-printer": "^3.2.0",
|
|
|
|
"ergebnis/json-schema-validator": "^2.0.0",
|
|
|
|
"ext-json": "*",
|
|
|
|
"justinrainbow/json-schema": "^5.2.11",
|
|
|
|
"php": "^7.4 || ^8.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"ergebnis/data-provider": "^1.0.0",
|
|
|
|
"ergebnis/license": "^1.2.0",
|
|
|
|
"ergebnis/php-cs-fixer-config": "^3.4.0",
|
|
|
|
"fakerphp/faker": "^1.17.0",
|
|
|
|
"infection/infection": "~0.25.5",
|
|
|
|
"phpunit/phpunit": "^9.5.11",
|
|
|
|
"psalm/plugin-phpunit": "~0.16.1",
|
|
|
|
"vimeo/psalm": "^4.17.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Ergebnis\\Json\\Normalizer\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Andreas Möller",
|
|
|
|
"email": "am@localheinz.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Provides generic and vendor-specific normalizers for normalizing JSON documents.",
|
|
|
|
"homepage": "https://github.com/ergebnis/json-normalizer",
|
|
|
|
"keywords": [
|
|
|
|
"json",
|
|
|
|
"normalizer"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/ergebnis/json-normalizer/issues",
|
|
|
|
"source": "https://github.com/ergebnis/json-normalizer"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/localheinz",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2022-01-04T11:19:55+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "ergebnis/json-printer",
|
|
|
|
"version": "3.2.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/ergebnis/json-printer.git",
|
|
|
|
"reference": "651cab2b7604a6b338d0d16749f5ea0851a68005"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/ergebnis/json-printer/zipball/651cab2b7604a6b338d0d16749f5ea0851a68005",
|
|
|
|
"reference": "651cab2b7604a6b338d0d16749f5ea0851a68005",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-json": "*",
|
|
|
|
"ext-mbstring": "*",
|
|
|
|
"php": "^7.4 || ^8.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"ergebnis/license": "^1.1.0",
|
|
|
|
"ergebnis/php-cs-fixer-config": "^3.4.0",
|
|
|
|
"fakerphp/faker": "^1.17.0",
|
|
|
|
"infection/infection": "~0.25.5",
|
|
|
|
"phpunit/phpunit": "^9.5.11",
|
|
|
|
"psalm/plugin-phpunit": "~0.16.1",
|
|
|
|
"vimeo/psalm": "^4.16.1"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Ergebnis\\Json\\Printer\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Andreas Möller",
|
|
|
|
"email": "am@localheinz.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Provides a JSON printer, allowing for flexible indentation.",
|
|
|
|
"homepage": "https://github.com/ergebnis/json-printer",
|
|
|
|
"keywords": [
|
|
|
|
"formatter",
|
|
|
|
"json",
|
|
|
|
"printer"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/ergebnis/json-printer/issues",
|
|
|
|
"source": "https://github.com/ergebnis/json-printer"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/localheinz",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2021-12-27T12:39:13+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "ergebnis/json-schema-validator",
|
|
|
|
"version": "2.0.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/ergebnis/json-schema-validator.git",
|
|
|
|
"reference": "dacd8a47c1cc2c426ec71e952da3609ebe901fac"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/ergebnis/json-schema-validator/zipball/dacd8a47c1cc2c426ec71e952da3609ebe901fac",
|
|
|
|
"reference": "dacd8a47c1cc2c426ec71e952da3609ebe901fac",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-json": "*",
|
|
|
|
"justinrainbow/json-schema": "^5.2.10",
|
|
|
|
"php": "^7.4 || ^8.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"ergebnis/composer-normalize": "^2.18.0",
|
|
|
|
"ergebnis/data-provider": "^1.0.0",
|
|
|
|
"ergebnis/license": "^1.1.0",
|
|
|
|
"ergebnis/php-cs-fixer-config": "~3.4.0",
|
|
|
|
"fakerphp/faker": "^1.17.0",
|
|
|
|
"infection/infection": "~0.25.3",
|
|
|
|
"phpunit/phpunit": "~9.5.10",
|
|
|
|
"psalm/plugin-phpunit": "~0.16.1",
|
|
|
|
"vimeo/psalm": "^4.15.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"composer-normalize": {
|
|
|
|
"indent-size": 2,
|
|
|
|
"indent-style": "space"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Ergebnis\\Json\\SchemaValidator\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Andreas Möller",
|
|
|
|
"email": "am@localheinz.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Provides a JSON schema validator, building on top of justinrainbow/json-schema.",
|
|
|
|
"homepage": "https://github.com/ergebnis/json-schema-validator",
|
|
|
|
"keywords": [
|
|
|
|
"json",
|
|
|
|
"schema",
|
|
|
|
"validator"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/ergebnis/json-schema-validator/issues",
|
|
|
|
"source": "https://github.com/ergebnis/json-schema-validator"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/localheinz",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2021-12-13T16:54:56+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "justinrainbow/json-schema",
|
|
|
|
"version": "5.2.12",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/justinrainbow/json-schema.git",
|
|
|
|
"reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/ad87d5a5ca981228e0e205c2bc7dfb8e24559b60",
|
|
|
|
"reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
|
|
|
|
"json-schema/json-schema-test-suite": "1.2.0",
|
|
|
|
"phpunit/phpunit": "^4.8.35"
|
|
|
|
},
|
|
|
|
"bin": [
|
|
|
|
"bin/validate-json"
|
|
|
|
],
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "5.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"JsonSchema\\": "src/JsonSchema/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Bruno Prieto Reis",
|
|
|
|
"email": "bruno.p.reis@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Justin Rainbow",
|
|
|
|
"email": "justin.rainbow@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Igor Wiedler",
|
|
|
|
"email": "igor@wiedler.ch"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Robert Schönthal",
|
|
|
|
"email": "seroscho@googlemail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A library to validate a json schema.",
|
|
|
|
"homepage": "https://github.com/justinrainbow/json-schema",
|
|
|
|
"keywords": [
|
|
|
|
"json",
|
|
|
|
"schema"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/justinrainbow/json-schema/issues",
|
|
|
|
"source": "https://github.com/justinrainbow/json-schema/tree/5.2.12"
|
|
|
|
},
|
|
|
|
"time": "2022-04-13T08:02:27+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "localheinz/diff",
|
|
|
|
"version": "1.1.1",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/localheinz/diff.git",
|
|
|
|
"reference": "851bb20ea8358c86f677f5f111c4ab031b1c764c"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/localheinz/diff/zipball/851bb20ea8358c86f677f5f111c4ab031b1c764c",
|
|
|
|
"reference": "851bb20ea8358c86f677f5f111c4ab031b1c764c",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": "^7.1 || ^8.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^7.5 || ^8.0",
|
|
|
|
"symfony/process": "^4.2 || ^5"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Kore Nordmann",
|
|
|
|
"email": "mail@kore-nordmann.de"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Fork of sebastian/diff for use with ergebnis/composer-normalize",
|
|
|
|
"homepage": "https://github.com/localheinz/diff",
|
|
|
|
"keywords": [
|
|
|
|
"diff",
|
|
|
|
"udiff",
|
|
|
|
"unidiff",
|
|
|
|
"unified diff"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/localheinz/diff/tree/main"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2020-07-06T04:49:32+00:00"
|
2018-04-17 23:58:51 +05:30
|
|
|
}
|
|
|
|
],
|
|
|
|
"aliases": [],
|
|
|
|
"minimum-stability": "stable",
|
2023-05-17 23:24:10 +05:30
|
|
|
"stability-flags": {
|
|
|
|
"erickskrauch/php-cs-fixer-custom-fixers": 20
|
|
|
|
},
|
2018-04-17 23:58:51 +05:30
|
|
|
"prefer-stable": false,
|
|
|
|
"prefer-lowest": false,
|
|
|
|
"platform": {
|
2022-09-20 06:05:44 +05:30
|
|
|
"php": "^7.4 || ^8.0"
|
2018-04-17 23:58:51 +05:30
|
|
|
},
|
2019-02-22 23:13:39 +05:30
|
|
|
"platform-dev": [],
|
2022-09-20 05:07:57 +05:30
|
|
|
"plugin-api-version": "2.3.0"
|
2018-04-17 23:58:51 +05:30
|
|
|
}
|