5264 lines
188 KiB
JSON
5264 lines
188 KiB
JSON
{
|
||
"_readme": [
|
||
"This file locks the dependencies of your project to a known state",
|
||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||
"This file is @generated automatically"
|
||
],
|
||
"content-hash": "010dcca3d3b8046a639dc83a69a08fdc",
|
||
"packages": [
|
||
{
|
||
"name": "aliyuncs/oss-sdk-php",
|
||
"version": "v2.6.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/aliyun/aliyun-oss-php-sdk.git",
|
||
"reference": "572d0f8e099e8630ae7139ed3fdedb926c7a760f"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/aliyun/aliyun-oss-php-sdk/zipball/572d0f8e099e8630ae7139ed3fdedb926c7a760f",
|
||
"reference": "572d0f8e099e8630ae7139ed3fdedb926c7a760f",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "*",
|
||
"satooshi/php-coveralls": "*"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"OSS\\": "src/OSS"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Aliyuncs",
|
||
"homepage": "http://www.aliyun.com"
|
||
}
|
||
],
|
||
"description": "Aliyun OSS SDK for PHP",
|
||
"homepage": "http://www.aliyun.com/product/oss/",
|
||
"support": {
|
||
"issues": "https://github.com/aliyun/aliyun-oss-php-sdk/issues",
|
||
"source": "https://github.com/aliyun/aliyun-oss-php-sdk/tree/v2.6.0"
|
||
},
|
||
"time": "2022-08-03T08:06:01+00:00"
|
||
},
|
||
{
|
||
"name": "carbonphp/carbon-doctrine-types",
|
||
"version": "3.0.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/CarbonPHP/carbon-doctrine-types.git",
|
||
"reference": "49856fbc09fe91b5433381faec60e3620ad364ad"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/49856fbc09fe91b5433381faec60e3620ad364ad",
|
||
"reference": "49856fbc09fe91b5433381faec60e3620ad364ad",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": "^8.1"
|
||
},
|
||
"conflict": {
|
||
"doctrine/dbal": "<4.0.0 || >=5.0.0"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/dbal": "^4.0.0",
|
||
"nesbot/carbon": "^2.71.0 || ^3.0.0",
|
||
"phpunit/phpunit": "^10.3"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Carbon\\Doctrine\\": "src/Carbon/Doctrine/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "KyleKatarn",
|
||
"email": "kylekatarnls@gmail.com"
|
||
}
|
||
],
|
||
"description": "Types to use Carbon in Doctrine",
|
||
"keywords": [
|
||
"carbon",
|
||
"date",
|
||
"datetime",
|
||
"doctrine",
|
||
"time"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues",
|
||
"source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/3.0.0"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://github.com/kylekatarnls",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://opencollective.com/Carbon",
|
||
"type": "open_collective"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2023-10-01T14:36:55+00:00"
|
||
},
|
||
{
|
||
"name": "doctrine/annotations",
|
||
"version": "1.14.3",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/doctrine/annotations.git",
|
||
"reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/doctrine/annotations/zipball/fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af",
|
||
"reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/lexer": "^1 || ^2",
|
||
"ext-tokenizer": "*",
|
||
"php": "^7.1 || ^8.0",
|
||
"psr/cache": "^1 || ^2 || ^3"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/cache": "^1.11 || ^2.0",
|
||
"doctrine/coding-standard": "^9 || ^10",
|
||
"phpstan/phpstan": "~1.4.10 || ^1.8.0",
|
||
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
|
||
"symfony/cache": "^4.4 || ^5.4 || ^6",
|
||
"vimeo/psalm": "^4.10"
|
||
},
|
||
"suggest": {
|
||
"php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Guilherme Blanco",
|
||
"email": "guilhermeblanco@gmail.com"
|
||
},
|
||
{
|
||
"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",
|
||
"homepage": "https://www.doctrine-project.org/projects/annotations.html",
|
||
"keywords": [
|
||
"annotations",
|
||
"docblock",
|
||
"parser"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/doctrine/annotations/issues",
|
||
"source": "https://github.com/doctrine/annotations/tree/1.14.3"
|
||
},
|
||
"time": "2023-02-01T09:20:38+00:00"
|
||
},
|
||
{
|
||
"name": "doctrine/deprecations",
|
||
"version": "1.1.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/doctrine/deprecations.git",
|
||
"reference": "4f2d4f2836e7ec4e7a8625e75c6aa916004db931"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/4f2d4f2836e7ec4e7a8625e75c6aa916004db931",
|
||
"reference": "4f2d4f2836e7ec4e7a8625e75c6aa916004db931",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": "^7.1 || ^8.0"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/coding-standard": "^9",
|
||
"phpstan/phpstan": "1.4.10 || 1.10.15",
|
||
"phpstan/phpstan-phpunit": "^1.0",
|
||
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
|
||
"psalm/plugin-phpunit": "0.18.4",
|
||
"psr/log": "^1 || ^2 || ^3",
|
||
"vimeo/psalm": "4.30.0 || 5.12.0"
|
||
},
|
||
"suggest": {
|
||
"psr/log": "Allows logging deprecations via PSR-3 logger implementation"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
|
||
"homepage": "https://www.doctrine-project.org/",
|
||
"support": {
|
||
"issues": "https://github.com/doctrine/deprecations/issues",
|
||
"source": "https://github.com/doctrine/deprecations/tree/1.1.2"
|
||
},
|
||
"time": "2023-09-27T20:04:15+00:00"
|
||
},
|
||
{
|
||
"name": "doctrine/inflector",
|
||
"version": "2.0.8",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/doctrine/inflector.git",
|
||
"reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/doctrine/inflector/zipball/f9301a5b2fb1216b2b08f02ba04dc45423db6bff",
|
||
"reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": "^7.2 || ^8.0"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/coding-standard": "^11.0",
|
||
"phpstan/phpstan": "^1.8",
|
||
"phpstan/phpstan-phpunit": "^1.1",
|
||
"phpstan/phpstan-strict-rules": "^1.3",
|
||
"phpunit/phpunit": "^8.5 || ^9.5",
|
||
"vimeo/psalm": "^4.25 || ^5.4"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Guilherme Blanco",
|
||
"email": "guilhermeblanco@gmail.com"
|
||
},
|
||
{
|
||
"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": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
|
||
"homepage": "https://www.doctrine-project.org/projects/inflector.html",
|
||
"keywords": [
|
||
"inflection",
|
||
"inflector",
|
||
"lowercase",
|
||
"manipulation",
|
||
"php",
|
||
"plural",
|
||
"singular",
|
||
"strings",
|
||
"uppercase",
|
||
"words"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/doctrine/inflector/issues",
|
||
"source": "https://github.com/doctrine/inflector/tree/2.0.8"
|
||
},
|
||
"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%2Finflector",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2023-06-16T13:40:37+00:00"
|
||
},
|
||
{
|
||
"name": "doctrine/lexer",
|
||
"version": "2.1.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/doctrine/lexer.git",
|
||
"reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/doctrine/lexer/zipball/39ab8fcf5a51ce4b85ca97c7a7d033eb12831124",
|
||
"reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/deprecations": "^1.0",
|
||
"php": "^7.1 || ^8.0"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/coding-standard": "^9 || ^10",
|
||
"phpstan/phpstan": "^1.3",
|
||
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
|
||
"psalm/plugin-phpunit": "^0.18.3",
|
||
"vimeo/psalm": "^4.11 || ^5.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Doctrine\\Common\\Lexer\\": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Guilherme Blanco",
|
||
"email": "guilhermeblanco@gmail.com"
|
||
},
|
||
{
|
||
"name": "Roman Borschel",
|
||
"email": "roman@code-factory.org"
|
||
},
|
||
{
|
||
"name": "Johannes Schmitt",
|
||
"email": "schmittjoh@gmail.com"
|
||
}
|
||
],
|
||
"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",
|
||
"keywords": [
|
||
"annotations",
|
||
"docblock",
|
||
"lexer",
|
||
"parser",
|
||
"php"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/doctrine/lexer/issues",
|
||
"source": "https://github.com/doctrine/lexer/tree/2.1.0"
|
||
},
|
||
"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-12-14T08:49:07+00:00"
|
||
},
|
||
{
|
||
"name": "dragonmantank/cron-expression",
|
||
"version": "v3.3.3",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/dragonmantank/cron-expression.git",
|
||
"reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/adfb1f505deb6384dc8b39804c5065dd3c8c8c0a",
|
||
"reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": "^7.2|^8.0",
|
||
"webmozart/assert": "^1.0"
|
||
},
|
||
"replace": {
|
||
"mtdowling/cron-expression": "^1.0"
|
||
},
|
||
"require-dev": {
|
||
"phpstan/extension-installer": "^1.0",
|
||
"phpstan/phpstan": "^1.0",
|
||
"phpstan/phpstan-webmozart-assert": "^1.0",
|
||
"phpunit/phpunit": "^7.0|^8.0|^9.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Cron\\": "src/Cron/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Chris Tankersley",
|
||
"email": "chris@ctankersley.com",
|
||
"homepage": "https://github.com/dragonmantank"
|
||
}
|
||
],
|
||
"description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
|
||
"keywords": [
|
||
"cron",
|
||
"schedule"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/dragonmantank/cron-expression/issues",
|
||
"source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.3"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://github.com/dragonmantank",
|
||
"type": "github"
|
||
}
|
||
],
|
||
"time": "2023-08-10T19:36:49+00:00"
|
||
},
|
||
{
|
||
"name": "ezyang/htmlpurifier",
|
||
"version": "v4.17.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/ezyang/htmlpurifier.git",
|
||
"reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/bbc513d79acf6691fa9cf10f192c90dd2957f18c",
|
||
"reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
|
||
},
|
||
"require-dev": {
|
||
"cerdic/css-tidy": "^1.7 || ^2.0",
|
||
"simpletest/simpletest": "dev-master"
|
||
},
|
||
"suggest": {
|
||
"cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
|
||
"ext-bcmath": "Used for unit conversion and imagecrash protection",
|
||
"ext-iconv": "Converts text to and from non-UTF-8 encodings",
|
||
"ext-tidy": "Used for pretty-printing HTML"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"files": [
|
||
"library/HTMLPurifier.composer.php"
|
||
],
|
||
"psr-0": {
|
||
"HTMLPurifier": "library/"
|
||
},
|
||
"exclude-from-classmap": [
|
||
"/library/HTMLPurifier/Language/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"LGPL-2.1-or-later"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Edward Z. Yang",
|
||
"email": "admin@htmlpurifier.org",
|
||
"homepage": "http://ezyang.com"
|
||
}
|
||
],
|
||
"description": "Standards compliant HTML filter written in PHP",
|
||
"homepage": "http://htmlpurifier.org/",
|
||
"keywords": [
|
||
"html"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/ezyang/htmlpurifier/issues",
|
||
"source": "https://github.com/ezyang/htmlpurifier/tree/v4.17.0"
|
||
},
|
||
"time": "2023-11-17T15:01:25+00:00"
|
||
},
|
||
{
|
||
"name": "graham-campbell/result-type",
|
||
"version": "v1.1.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/GrahamCampbell/Result-Type.git",
|
||
"reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/fbd48bce38f73f8a4ec8583362e732e4095e5862",
|
||
"reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": "^7.2.5 || ^8.0",
|
||
"phpoption/phpoption": "^1.9.2"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"GrahamCampbell\\ResultType\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Graham Campbell",
|
||
"email": "hello@gjcampbell.co.uk",
|
||
"homepage": "https://github.com/GrahamCampbell"
|
||
}
|
||
],
|
||
"description": "An Implementation Of The Result Type",
|
||
"keywords": [
|
||
"Graham Campbell",
|
||
"GrahamCampbell",
|
||
"Result Type",
|
||
"Result-Type",
|
||
"result"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/GrahamCampbell/Result-Type/issues",
|
||
"source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.2"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://github.com/GrahamCampbell",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2023-11-12T22:16:48+00:00"
|
||
},
|
||
{
|
||
"name": "guzzlehttp/command",
|
||
"version": "1.3.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/command.git",
|
||
"reference": "3372bcfd79d4b357b6871665bf06155515e8d844"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/command/zipball/3372bcfd79d4b357b6871665bf06155515e8d844",
|
||
"reference": "3372bcfd79d4b357b6871665bf06155515e8d844",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"guzzlehttp/guzzle": "^7.5.1",
|
||
"guzzlehttp/promises": "^1.5.3 || ^2.0",
|
||
"guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
|
||
"php": "^7.2.5 || ^8.0"
|
||
},
|
||
"require-dev": {
|
||
"bamarni/composer-bin-plugin": "^1.8.1",
|
||
"phpunit/phpunit": "^8.5.19 || ^9.5.8"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"bamarni-bin": {
|
||
"bin-links": true,
|
||
"forward-command": false
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"GuzzleHttp\\Command\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Graham Campbell",
|
||
"email": "hello@gjcampbell.co.uk",
|
||
"homepage": "https://github.com/GrahamCampbell"
|
||
},
|
||
{
|
||
"name": "Michael Dowling",
|
||
"email": "mtdowling@gmail.com",
|
||
"homepage": "https://github.com/mtdowling"
|
||
},
|
||
{
|
||
"name": "Jeremy Lindblom",
|
||
"email": "jeremeamia@gmail.com",
|
||
"homepage": "https://github.com/jeremeamia"
|
||
},
|
||
{
|
||
"name": "Tobias Nyholm",
|
||
"email": "tobias.nyholm@gmail.com",
|
||
"homepage": "https://github.com/Nyholm"
|
||
}
|
||
],
|
||
"description": "Provides the foundation for building command-based web service clients",
|
||
"support": {
|
||
"issues": "https://github.com/guzzle/command/issues",
|
||
"source": "https://github.com/guzzle/command/tree/1.3.0"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://github.com/GrahamCampbell",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://github.com/Nyholm",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/command",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2023-05-21T14:15:09+00:00"
|
||
},
|
||
{
|
||
"name": "guzzlehttp/guzzle",
|
||
"version": "7.8.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/guzzle.git",
|
||
"reference": "1110f66a6530a40fe7aea0378fe608ee2b2248f9"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/1110f66a6530a40fe7aea0378fe608ee2b2248f9",
|
||
"reference": "1110f66a6530a40fe7aea0378fe608ee2b2248f9",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-json": "*",
|
||
"guzzlehttp/promises": "^1.5.3 || ^2.0.1",
|
||
"guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
|
||
"php": "^7.2.5 || ^8.0",
|
||
"psr/http-client": "^1.0",
|
||
"symfony/deprecation-contracts": "^2.2 || ^3.0"
|
||
},
|
||
"provide": {
|
||
"psr/http-client-implementation": "1.0"
|
||
},
|
||
"require-dev": {
|
||
"bamarni/composer-bin-plugin": "^1.8.1",
|
||
"ext-curl": "*",
|
||
"php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
|
||
"php-http/message-factory": "^1.1",
|
||
"phpunit/phpunit": "^8.5.29 || ^9.5.23",
|
||
"psr/log": "^1.1 || ^2.0 || ^3.0"
|
||
},
|
||
"suggest": {
|
||
"ext-curl": "Required for CURL handler support",
|
||
"ext-intl": "Required for Internationalized Domain Name (IDN) support",
|
||
"psr/log": "Required for using the Log middleware"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"bamarni-bin": {
|
||
"bin-links": true,
|
||
"forward-command": false
|
||
}
|
||
},
|
||
"autoload": {
|
||
"files": [
|
||
"src/functions_include.php"
|
||
],
|
||
"psr-4": {
|
||
"GuzzleHttp\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Graham Campbell",
|
||
"email": "hello@gjcampbell.co.uk",
|
||
"homepage": "https://github.com/GrahamCampbell"
|
||
},
|
||
{
|
||
"name": "Michael Dowling",
|
||
"email": "mtdowling@gmail.com",
|
||
"homepage": "https://github.com/mtdowling"
|
||
},
|
||
{
|
||
"name": "Jeremy Lindblom",
|
||
"email": "jeremeamia@gmail.com",
|
||
"homepage": "https://github.com/jeremeamia"
|
||
},
|
||
{
|
||
"name": "George Mponos",
|
||
"email": "gmponos@gmail.com",
|
||
"homepage": "https://github.com/gmponos"
|
||
},
|
||
{
|
||
"name": "Tobias Nyholm",
|
||
"email": "tobias.nyholm@gmail.com",
|
||
"homepage": "https://github.com/Nyholm"
|
||
},
|
||
{
|
||
"name": "Márk Sági-Kazár",
|
||
"email": "mark.sagikazar@gmail.com",
|
||
"homepage": "https://github.com/sagikazarmark"
|
||
},
|
||
{
|
||
"name": "Tobias Schultze",
|
||
"email": "webmaster@tubo-world.de",
|
||
"homepage": "https://github.com/Tobion"
|
||
}
|
||
],
|
||
"description": "Guzzle is a PHP HTTP client library",
|
||
"keywords": [
|
||
"client",
|
||
"curl",
|
||
"framework",
|
||
"http",
|
||
"http client",
|
||
"psr-18",
|
||
"psr-7",
|
||
"rest",
|
||
"web service"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/guzzle/guzzle/issues",
|
||
"source": "https://github.com/guzzle/guzzle/tree/7.8.0"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://github.com/GrahamCampbell",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://github.com/Nyholm",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2023-08-27T10:20:53+00:00"
|
||
},
|
||
{
|
||
"name": "guzzlehttp/guzzle-services",
|
||
"version": "1.4.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/guzzle-services.git",
|
||
"reference": "f4bb1c205152a56741624b88753732e01a60565c"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/guzzle-services/zipball/f4bb1c205152a56741624b88753732e01a60565c",
|
||
"reference": "f4bb1c205152a56741624b88753732e01a60565c",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"guzzlehttp/command": "^1.3",
|
||
"guzzlehttp/guzzle": "^7.7",
|
||
"guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
|
||
"guzzlehttp/uri-template": "^1.0.1",
|
||
"php": "^7.2.5 || ^8.0"
|
||
},
|
||
"require-dev": {
|
||
"bamarni/composer-bin-plugin": "^1.8.1",
|
||
"phpunit/phpunit": "^8.5.19 || ^9.5.8"
|
||
},
|
||
"suggest": {
|
||
"gimler/guzzle-description-loader": "^0.0.4"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"bamarni-bin": {
|
||
"bin-links": true,
|
||
"forward-command": false
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"GuzzleHttp\\Command\\Guzzle\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Graham Campbell",
|
||
"email": "hello@gjcampbell.co.uk",
|
||
"homepage": "https://github.com/GrahamCampbell"
|
||
},
|
||
{
|
||
"name": "Michael Dowling",
|
||
"email": "mtdowling@gmail.com",
|
||
"homepage": "https://github.com/mtdowling"
|
||
},
|
||
{
|
||
"name": "Stefano Kowalke",
|
||
"email": "blueduck@mail.org",
|
||
"homepage": "https://github.com/Konafets"
|
||
},
|
||
{
|
||
"name": "Tobias Nyholm",
|
||
"email": "tobias.nyholm@gmail.com",
|
||
"homepage": "https://github.com/Nyholm"
|
||
}
|
||
],
|
||
"description": "Provides an implementation of the Guzzle Command library that uses Guzzle service descriptions to describe web services, serialize requests, and parse responses into easy to use model structures.",
|
||
"support": {
|
||
"issues": "https://github.com/guzzle/guzzle-services/issues",
|
||
"source": "https://github.com/guzzle/guzzle-services/tree/1.4.0"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://github.com/GrahamCampbell",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://github.com/Nyholm",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle-services",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2023-05-21T14:21:30+00:00"
|
||
},
|
||
{
|
||
"name": "guzzlehttp/promises",
|
||
"version": "2.0.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/promises.git",
|
||
"reference": "111166291a0f8130081195ac4556a5587d7f1b5d"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/promises/zipball/111166291a0f8130081195ac4556a5587d7f1b5d",
|
||
"reference": "111166291a0f8130081195ac4556a5587d7f1b5d",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": "^7.2.5 || ^8.0"
|
||
},
|
||
"require-dev": {
|
||
"bamarni/composer-bin-plugin": "^1.8.1",
|
||
"phpunit/phpunit": "^8.5.29 || ^9.5.23"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"bamarni-bin": {
|
||
"bin-links": true,
|
||
"forward-command": false
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"GuzzleHttp\\Promise\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Graham Campbell",
|
||
"email": "hello@gjcampbell.co.uk",
|
||
"homepage": "https://github.com/GrahamCampbell"
|
||
},
|
||
{
|
||
"name": "Michael Dowling",
|
||
"email": "mtdowling@gmail.com",
|
||
"homepage": "https://github.com/mtdowling"
|
||
},
|
||
{
|
||
"name": "Tobias Nyholm",
|
||
"email": "tobias.nyholm@gmail.com",
|
||
"homepage": "https://github.com/Nyholm"
|
||
},
|
||
{
|
||
"name": "Tobias Schultze",
|
||
"email": "webmaster@tubo-world.de",
|
||
"homepage": "https://github.com/Tobion"
|
||
}
|
||
],
|
||
"description": "Guzzle promises library",
|
||
"keywords": [
|
||
"promise"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/guzzle/promises/issues",
|
||
"source": "https://github.com/guzzle/promises/tree/2.0.1"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://github.com/GrahamCampbell",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://github.com/Nyholm",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2023-08-03T15:11:55+00:00"
|
||
},
|
||
{
|
||
"name": "guzzlehttp/psr7",
|
||
"version": "2.6.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/psr7.git",
|
||
"reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/psr7/zipball/be45764272e8873c72dbe3d2edcfdfcc3bc9f727",
|
||
"reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": "^7.2.5 || ^8.0",
|
||
"psr/http-factory": "^1.0",
|
||
"psr/http-message": "^1.1 || ^2.0",
|
||
"ralouphie/getallheaders": "^3.0"
|
||
},
|
||
"provide": {
|
||
"psr/http-factory-implementation": "1.0",
|
||
"psr/http-message-implementation": "1.0"
|
||
},
|
||
"require-dev": {
|
||
"bamarni/composer-bin-plugin": "^1.8.1",
|
||
"http-interop/http-factory-tests": "^0.9",
|
||
"phpunit/phpunit": "^8.5.29 || ^9.5.23"
|
||
},
|
||
"suggest": {
|
||
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"bamarni-bin": {
|
||
"bin-links": true,
|
||
"forward-command": false
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"GuzzleHttp\\Psr7\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Graham Campbell",
|
||
"email": "hello@gjcampbell.co.uk",
|
||
"homepage": "https://github.com/GrahamCampbell"
|
||
},
|
||
{
|
||
"name": "Michael Dowling",
|
||
"email": "mtdowling@gmail.com",
|
||
"homepage": "https://github.com/mtdowling"
|
||
},
|
||
{
|
||
"name": "George Mponos",
|
||
"email": "gmponos@gmail.com",
|
||
"homepage": "https://github.com/gmponos"
|
||
},
|
||
{
|
||
"name": "Tobias Nyholm",
|
||
"email": "tobias.nyholm@gmail.com",
|
||
"homepage": "https://github.com/Nyholm"
|
||
},
|
||
{
|
||
"name": "Márk Sági-Kazár",
|
||
"email": "mark.sagikazar@gmail.com",
|
||
"homepage": "https://github.com/sagikazarmark"
|
||
},
|
||
{
|
||
"name": "Tobias Schultze",
|
||
"email": "webmaster@tubo-world.de",
|
||
"homepage": "https://github.com/Tobion"
|
||
},
|
||
{
|
||
"name": "Márk Sági-Kazár",
|
||
"email": "mark.sagikazar@gmail.com",
|
||
"homepage": "https://sagikazarmark.hu"
|
||
}
|
||
],
|
||
"description": "PSR-7 message implementation that also provides common utility methods",
|
||
"keywords": [
|
||
"http",
|
||
"message",
|
||
"psr-7",
|
||
"request",
|
||
"response",
|
||
"stream",
|
||
"uri",
|
||
"url"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/guzzle/psr7/issues",
|
||
"source": "https://github.com/guzzle/psr7/tree/2.6.1"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://github.com/GrahamCampbell",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://github.com/Nyholm",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2023-08-27T10:13:57+00:00"
|
||
},
|
||
{
|
||
"name": "guzzlehttp/uri-template",
|
||
"version": "v1.0.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/uri-template.git",
|
||
"reference": "61bf437fc2197f587f6857d3ff903a24f1731b5d"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/uri-template/zipball/61bf437fc2197f587f6857d3ff903a24f1731b5d",
|
||
"reference": "61bf437fc2197f587f6857d3ff903a24f1731b5d",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": "^7.2.5 || ^8.0",
|
||
"symfony/polyfill-php80": "^1.17"
|
||
},
|
||
"require-dev": {
|
||
"bamarni/composer-bin-plugin": "^1.8.1",
|
||
"phpunit/phpunit": "^8.5.19 || ^9.5.8",
|
||
"uri-template/tests": "1.0.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"GuzzleHttp\\UriTemplate\\": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Graham Campbell",
|
||
"email": "hello@gjcampbell.co.uk",
|
||
"homepage": "https://github.com/GrahamCampbell"
|
||
},
|
||
{
|
||
"name": "Michael Dowling",
|
||
"email": "mtdowling@gmail.com",
|
||
"homepage": "https://github.com/mtdowling"
|
||
},
|
||
{
|
||
"name": "George Mponos",
|
||
"email": "gmponos@gmail.com",
|
||
"homepage": "https://github.com/gmponos"
|
||
},
|
||
{
|
||
"name": "Tobias Nyholm",
|
||
"email": "tobias.nyholm@gmail.com",
|
||
"homepage": "https://github.com/Nyholm"
|
||
}
|
||
],
|
||
"description": "A polyfill class for uri_template of PHP",
|
||
"keywords": [
|
||
"guzzlehttp",
|
||
"uri-template"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/guzzle/uri-template/issues",
|
||
"source": "https://github.com/guzzle/uri-template/tree/v1.0.2"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://github.com/GrahamCampbell",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://github.com/Nyholm",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/uri-template",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2023-08-27T10:19:19+00:00"
|
||
},
|
||
{
|
||
"name": "illuminate/collections",
|
||
"version": "v10.34.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/illuminate/collections.git",
|
||
"reference": "8e4c4f97ea066cd6aec962ef8a6abc09dfd5e754"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/illuminate/collections/zipball/8e4c4f97ea066cd6aec962ef8a6abc09dfd5e754",
|
||
"reference": "8e4c4f97ea066cd6aec962ef8a6abc09dfd5e754",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"illuminate/conditionable": "^10.0",
|
||
"illuminate/contracts": "^10.0",
|
||
"illuminate/macroable": "^10.0",
|
||
"php": "^8.1"
|
||
},
|
||
"suggest": {
|
||
"symfony/var-dumper": "Required to use the dump method (^6.2)."
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "10.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"files": [
|
||
"helpers.php"
|
||
],
|
||
"psr-4": {
|
||
"Illuminate\\Support\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Taylor Otwell",
|
||
"email": "taylor@laravel.com"
|
||
}
|
||
],
|
||
"description": "The Illuminate Collections package.",
|
||
"homepage": "https://laravel.com",
|
||
"support": {
|
||
"issues": "https://github.com/laravel/framework/issues",
|
||
"source": "https://github.com/laravel/framework"
|
||
},
|
||
"time": "2023-11-27T14:46:52+00:00"
|
||
},
|
||
{
|
||
"name": "illuminate/conditionable",
|
||
"version": "v10.34.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/illuminate/conditionable.git",
|
||
"reference": "d0958e4741fc9d6f516a552060fd1b829a85e009"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/illuminate/conditionable/zipball/d0958e4741fc9d6f516a552060fd1b829a85e009",
|
||
"reference": "d0958e4741fc9d6f516a552060fd1b829a85e009",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": "^8.0.2"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "10.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Illuminate\\Support\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Taylor Otwell",
|
||
"email": "taylor@laravel.com"
|
||
}
|
||
],
|
||
"description": "The Illuminate Conditionable package.",
|
||
"homepage": "https://laravel.com",
|
||
"support": {
|
||
"issues": "https://github.com/laravel/framework/issues",
|
||
"source": "https://github.com/laravel/framework"
|
||
},
|
||
"time": "2023-02-03T08:06:17+00:00"
|
||
},
|
||
{
|
||
"name": "illuminate/contracts",
|
||
"version": "v10.34.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/illuminate/contracts.git",
|
||
"reference": "f6bf37a272fda164f6c451407c99f820eb1eb95b"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/illuminate/contracts/zipball/f6bf37a272fda164f6c451407c99f820eb1eb95b",
|
||
"reference": "f6bf37a272fda164f6c451407c99f820eb1eb95b",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": "^8.1",
|
||
"psr/container": "^1.1.1|^2.0.1",
|
||
"psr/simple-cache": "^1.0|^2.0|^3.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "10.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Illuminate\\Contracts\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Taylor Otwell",
|
||
"email": "taylor@laravel.com"
|
||
}
|
||
],
|
||
"description": "The Illuminate Contracts package.",
|
||
"homepage": "https://laravel.com",
|
||
"support": {
|
||
"issues": "https://github.com/laravel/framework/issues",
|
||
"source": "https://github.com/laravel/framework"
|
||
},
|
||
"time": "2023-10-30T00:59:22+00:00"
|
||
},
|
||
{
|
||
"name": "illuminate/macroable",
|
||
"version": "v10.34.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/illuminate/macroable.git",
|
||
"reference": "dff667a46ac37b634dcf68909d9d41e94dc97c27"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/illuminate/macroable/zipball/dff667a46ac37b634dcf68909d9d41e94dc97c27",
|
||
"reference": "dff667a46ac37b634dcf68909d9d41e94dc97c27",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": "^8.1"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "10.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Illuminate\\Support\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Taylor Otwell",
|
||
"email": "taylor@laravel.com"
|
||
}
|
||
],
|
||
"description": "The Illuminate Macroable package.",
|
||
"homepage": "https://laravel.com",
|
||
"support": {
|
||
"issues": "https://github.com/laravel/framework/issues",
|
||
"source": "https://github.com/laravel/framework"
|
||
},
|
||
"time": "2023-06-05T12:46:42+00:00"
|
||
},
|
||
{
|
||
"name": "illuminate/redis",
|
||
"version": "v10.34.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/illuminate/redis.git",
|
||
"reference": "69771c1ef8d76a0066d86e41f26598d6650eb79f"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/illuminate/redis/zipball/69771c1ef8d76a0066d86e41f26598d6650eb79f",
|
||
"reference": "69771c1ef8d76a0066d86e41f26598d6650eb79f",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"illuminate/collections": "^10.0",
|
||
"illuminate/contracts": "^10.0",
|
||
"illuminate/macroable": "^10.0",
|
||
"illuminate/support": "^10.0",
|
||
"php": "^8.1"
|
||
},
|
||
"suggest": {
|
||
"ext-redis": "Required to use the phpredis connector (^4.0|^5.0).",
|
||
"predis/predis": "Required to use the predis connector (^2.0.2)."
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "10.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Illuminate\\Redis\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Taylor Otwell",
|
||
"email": "taylor@laravel.com"
|
||
}
|
||
],
|
||
"description": "The Illuminate Redis package.",
|
||
"homepage": "https://laravel.com",
|
||
"support": {
|
||
"issues": "https://github.com/laravel/framework/issues",
|
||
"source": "https://github.com/laravel/framework"
|
||
},
|
||
"time": "2023-09-11T19:51:35+00:00"
|
||
},
|
||
{
|
||
"name": "illuminate/support",
|
||
"version": "v10.34.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/illuminate/support.git",
|
||
"reference": "88960c790553fb24aa0c52b9a0b58fab04ea6fc3"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/illuminate/support/zipball/88960c790553fb24aa0c52b9a0b58fab04ea6fc3",
|
||
"reference": "88960c790553fb24aa0c52b9a0b58fab04ea6fc3",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/inflector": "^2.0",
|
||
"ext-ctype": "*",
|
||
"ext-filter": "*",
|
||
"ext-mbstring": "*",
|
||
"illuminate/collections": "^10.0",
|
||
"illuminate/conditionable": "^10.0",
|
||
"illuminate/contracts": "^10.0",
|
||
"illuminate/macroable": "^10.0",
|
||
"nesbot/carbon": "^2.67",
|
||
"php": "^8.1",
|
||
"voku/portable-ascii": "^2.0"
|
||
},
|
||
"conflict": {
|
||
"tightenco/collect": "<5.5.33"
|
||
},
|
||
"suggest": {
|
||
"illuminate/filesystem": "Required to use the composer class (^10.0).",
|
||
"league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^2.0.2).",
|
||
"ramsey/uuid": "Required to use Str::uuid() (^4.7).",
|
||
"symfony/process": "Required to use the composer class (^6.2).",
|
||
"symfony/uid": "Required to use Str::ulid() (^6.2).",
|
||
"symfony/var-dumper": "Required to use the dd function (^6.2).",
|
||
"vlucas/phpdotenv": "Required to use the Env class and env helper (^5.4.1)."
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "10.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"files": [
|
||
"helpers.php"
|
||
],
|
||
"psr-4": {
|
||
"Illuminate\\Support\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Taylor Otwell",
|
||
"email": "taylor@laravel.com"
|
||
}
|
||
],
|
||
"description": "The Illuminate Support package.",
|
||
"homepage": "https://laravel.com",
|
||
"support": {
|
||
"issues": "https://github.com/laravel/framework/issues",
|
||
"source": "https://github.com/laravel/framework"
|
||
},
|
||
"time": "2023-11-27T16:17:31+00:00"
|
||
},
|
||
{
|
||
"name": "laravel/serializable-closure",
|
||
"version": "v1.3.3",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/laravel/serializable-closure.git",
|
||
"reference": "3dbf8a8e914634c48d389c1234552666b3d43754"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/laravel/serializable-closure/zipball/3dbf8a8e914634c48d389c1234552666b3d43754",
|
||
"reference": "3dbf8a8e914634c48d389c1234552666b3d43754",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": "^7.3|^8.0"
|
||
},
|
||
"require-dev": {
|
||
"nesbot/carbon": "^2.61",
|
||
"pestphp/pest": "^1.21.3",
|
||
"phpstan/phpstan": "^1.8.2",
|
||
"symfony/var-dumper": "^5.4.11"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Laravel\\SerializableClosure\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Taylor Otwell",
|
||
"email": "taylor@laravel.com"
|
||
},
|
||
{
|
||
"name": "Nuno Maduro",
|
||
"email": "nuno@laravel.com"
|
||
}
|
||
],
|
||
"description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.",
|
||
"keywords": [
|
||
"closure",
|
||
"laravel",
|
||
"serializable"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/laravel/serializable-closure/issues",
|
||
"source": "https://github.com/laravel/serializable-closure"
|
||
},
|
||
"time": "2023-11-08T14:08:06+00:00"
|
||
},
|
||
{
|
||
"name": "maennchen/zipstream-php",
|
||
"version": "3.1.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/maennchen/ZipStream-PHP.git",
|
||
"reference": "b8174494eda667f7d13876b4a7bfef0f62a7c0d1"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/b8174494eda667f7d13876b4a7bfef0f62a7c0d1",
|
||
"reference": "b8174494eda667f7d13876b4a7bfef0f62a7c0d1",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-mbstring": "*",
|
||
"ext-zlib": "*",
|
||
"php-64bit": "^8.1"
|
||
},
|
||
"require-dev": {
|
||
"ext-zip": "*",
|
||
"friendsofphp/php-cs-fixer": "^3.16",
|
||
"guzzlehttp/guzzle": "^7.5",
|
||
"mikey179/vfsstream": "^1.6",
|
||
"php-coveralls/php-coveralls": "^2.5",
|
||
"phpunit/phpunit": "^10.0",
|
||
"vimeo/psalm": "^5.0"
|
||
},
|
||
"suggest": {
|
||
"guzzlehttp/psr7": "^2.4",
|
||
"psr/http-message": "^2.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"ZipStream\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Paul Duncan",
|
||
"email": "pabs@pablotron.org"
|
||
},
|
||
{
|
||
"name": "Jonatan Männchen",
|
||
"email": "jonatan@maennchen.ch"
|
||
},
|
||
{
|
||
"name": "Jesse Donat",
|
||
"email": "donatj@gmail.com"
|
||
},
|
||
{
|
||
"name": "András Kolesár",
|
||
"email": "kolesar@kolesar.hu"
|
||
}
|
||
],
|
||
"description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
|
||
"keywords": [
|
||
"stream",
|
||
"zip"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/maennchen/ZipStream-PHP/issues",
|
||
"source": "https://github.com/maennchen/ZipStream-PHP/tree/3.1.0"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://github.com/maennchen",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://opencollective.com/zipstream",
|
||
"type": "open_collective"
|
||
}
|
||
],
|
||
"time": "2023-06-21T14:59:35+00:00"
|
||
},
|
||
{
|
||
"name": "markbaker/complex",
|
||
"version": "3.0.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/MarkBaker/PHPComplex.git",
|
||
"reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
|
||
"reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": "^7.2 || ^8.0"
|
||
},
|
||
"require-dev": {
|
||
"dealerdirect/phpcodesniffer-composer-installer": "dev-master",
|
||
"phpcompatibility/php-compatibility": "^9.3",
|
||
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
|
||
"squizlabs/php_codesniffer": "^3.7"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Complex\\": "classes/src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Mark Baker",
|
||
"email": "mark@lange.demon.co.uk"
|
||
}
|
||
],
|
||
"description": "PHP Class for working with complex numbers",
|
||
"homepage": "https://github.com/MarkBaker/PHPComplex",
|
||
"keywords": [
|
||
"complex",
|
||
"mathematics"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/MarkBaker/PHPComplex/issues",
|
||
"source": "https://github.com/MarkBaker/PHPComplex/tree/3.0.2"
|
||
},
|
||
"time": "2022-12-06T16:21:08+00:00"
|
||
},
|
||
{
|
||
"name": "markbaker/matrix",
|
||
"version": "3.0.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/MarkBaker/PHPMatrix.git",
|
||
"reference": "728434227fe21be27ff6d86621a1b13107a2562c"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/728434227fe21be27ff6d86621a1b13107a2562c",
|
||
"reference": "728434227fe21be27ff6d86621a1b13107a2562c",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": "^7.1 || ^8.0"
|
||
},
|
||
"require-dev": {
|
||
"dealerdirect/phpcodesniffer-composer-installer": "dev-master",
|
||
"phpcompatibility/php-compatibility": "^9.3",
|
||
"phpdocumentor/phpdocumentor": "2.*",
|
||
"phploc/phploc": "^4.0",
|
||
"phpmd/phpmd": "2.*",
|
||
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
|
||
"sebastian/phpcpd": "^4.0",
|
||
"squizlabs/php_codesniffer": "^3.7"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Matrix\\": "classes/src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Mark Baker",
|
||
"email": "mark@demon-angel.eu"
|
||
}
|
||
],
|
||
"description": "PHP Class for working with matrices",
|
||
"homepage": "https://github.com/MarkBaker/PHPMatrix",
|
||
"keywords": [
|
||
"mathematics",
|
||
"matrix",
|
||
"vector"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/MarkBaker/PHPMatrix/issues",
|
||
"source": "https://github.com/MarkBaker/PHPMatrix/tree/3.0.1"
|
||
},
|
||
"time": "2022-12-02T22:17:43+00:00"
|
||
},
|
||
{
|
||
"name": "max/var-dumper",
|
||
"version": "0.1.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/next-laboratory/var-dumper.git",
|
||
"reference": "603bdeb2135b24c9eb91e559df1f9fc6a95b811d"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/next-laboratory/var-dumper/zipball/603bdeb2135b24c9eb91e559df1f9fc6a95b811d",
|
||
"reference": "603bdeb2135b24c9eb91e559df1f9fc6a95b811d",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.4",
|
||
"symfony/var-dumper": "*"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "0.1.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"files": [
|
||
"src/helpers.php"
|
||
],
|
||
"psr-4": {
|
||
"Max\\VarDumper\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"Apache-2.0"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "chengyao",
|
||
"email": "987861463@qq.com"
|
||
}
|
||
],
|
||
"homepage": "https://github.com/marxphp/var-dumper",
|
||
"support": {
|
||
"issues": "https://github.com/next-laboratory/var-dumper/issues",
|
||
"source": "https://github.com/next-laboratory/var-dumper/tree/0.1.1"
|
||
},
|
||
"abandoned": "next/var-dumper",
|
||
"time": "2023-07-07T12:54:36+00:00"
|
||
},
|
||
{
|
||
"name": "mongdch/mon-util",
|
||
"version": "1.3.12",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/MonGDCH/mon-util.git",
|
||
"reference": "dee088b3bee124b1784d39714addb54d141447b0"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/MonGDCH/mon-util/zipball/dee088b3bee124b1784d39714addb54d141447b0",
|
||
"reference": "dee088b3bee124b1784d39714addb54d141447b0",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.6.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"files": [
|
||
"src/functions.php"
|
||
],
|
||
"psr-4": {
|
||
"mon\\util\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"Apache-2.0"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "MonGDCH",
|
||
"email": "985558837@qq.com"
|
||
}
|
||
],
|
||
"description": "常用的PHP工具类库,包含了各种各式各样的工具,如:容器、时间、验证器、多语言、图片、二维码、IP地址、文件上传、文件操作、加解密、数据字典、各种算法等等等等。。。",
|
||
"homepage": "http://www.gdmon.com",
|
||
"keywords": [
|
||
"mon",
|
||
"tool",
|
||
"util"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/MonGDCH/mon-util/issues",
|
||
"source": "https://github.com/MonGDCH/mon-util/tree/1.3.12"
|
||
},
|
||
"time": "2022-07-15T02:26:44+00:00"
|
||
},
|
||
{
|
||
"name": "mongdch/webman-uploadslice",
|
||
"version": "1.0.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/MonGDCH/webman-uploadslice.git",
|
||
"reference": "bf38ef7c9e92c5a0fc67d24828d922f4a84ec563"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/MonGDCH/webman-uploadslice/zipball/bf38ef7c9e92c5a0fc67d24828d922f4a84ec563",
|
||
"reference": "bf38ef7c9e92c5a0fc67d24828d922f4a84ec563",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"mongdch/mon-util": "^1.3"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Mongdch\\WebmanUploadslice\\": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "MonGDCH",
|
||
"email": "985558837@qq.com"
|
||
}
|
||
],
|
||
"description": "Webman plugin mongdch/webman-uploadslice",
|
||
"support": {
|
||
"issues": "https://github.com/MonGDCH/webman-uploadslice/issues",
|
||
"source": "https://github.com/MonGDCH/webman-uploadslice/tree/1.0.0"
|
||
},
|
||
"time": "2022-08-15T06:45:25+00:00"
|
||
},
|
||
{
|
||
"name": "monolog/monolog",
|
||
"version": "2.9.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Seldaek/monolog.git",
|
||
"reference": "437cb3628f4cf6042cc10ae97fc2b8472e48ca1f"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/437cb3628f4cf6042cc10ae97fc2b8472e48ca1f",
|
||
"reference": "437cb3628f4cf6042cc10ae97fc2b8472e48ca1f",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.2",
|
||
"psr/log": "^1.0.1 || ^2.0 || ^3.0"
|
||
},
|
||
"provide": {
|
||
"psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
|
||
},
|
||
"require-dev": {
|
||
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
|
||
"doctrine/couchdb": "~1.0@dev",
|
||
"elasticsearch/elasticsearch": "^7 || ^8",
|
||
"ext-json": "*",
|
||
"graylog2/gelf-php": "^1.4.2 || ^2@dev",
|
||
"guzzlehttp/guzzle": "^7.4",
|
||
"guzzlehttp/psr7": "^2.2",
|
||
"mongodb/mongodb": "^1.8",
|
||
"php-amqplib/php-amqplib": "~2.4 || ^3",
|
||
"phpspec/prophecy": "^1.15",
|
||
"phpstan/phpstan": "^0.12.91",
|
||
"phpunit/phpunit": "^8.5.14",
|
||
"predis/predis": "^1.1 || ^2.0",
|
||
"rollbar/rollbar": "^1.3 || ^2 || ^3",
|
||
"ruflin/elastica": "^7",
|
||
"swiftmailer/swiftmailer": "^5.3|^6.0",
|
||
"symfony/mailer": "^5.4 || ^6",
|
||
"symfony/mime": "^5.4 || ^6"
|
||
},
|
||
"suggest": {
|
||
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
|
||
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
|
||
"elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
|
||
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
|
||
"ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
|
||
"ext-mbstring": "Allow to work properly with unicode symbols",
|
||
"ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
|
||
"ext-openssl": "Required to send log messages using SSL",
|
||
"ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
|
||
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
|
||
"mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
|
||
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
|
||
"rollbar/rollbar": "Allow sending log messages to Rollbar",
|
||
"ruflin/elastica": "Allow sending log messages to an Elastic Search server"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-main": "2.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Monolog\\": "src/Monolog"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Jordi Boggiano",
|
||
"email": "j.boggiano@seld.be",
|
||
"homepage": "https://seld.be"
|
||
}
|
||
],
|
||
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
|
||
"homepage": "https://github.com/Seldaek/monolog",
|
||
"keywords": [
|
||
"log",
|
||
"logging",
|
||
"psr-3"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/Seldaek/monolog/issues",
|
||
"source": "https://github.com/Seldaek/monolog/tree/2.9.2"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://github.com/Seldaek",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2023-10-27T15:25:26+00:00"
|
||
},
|
||
{
|
||
"name": "nesbot/carbon",
|
||
"version": "2.72.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/briannesbitt/Carbon.git",
|
||
"reference": "a6885fcbad2ec4360b0e200ee0da7d9b7c90786b"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/a6885fcbad2ec4360b0e200ee0da7d9b7c90786b",
|
||
"reference": "a6885fcbad2ec4360b0e200ee0da7d9b7c90786b",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"carbonphp/carbon-doctrine-types": "*",
|
||
"ext-json": "*",
|
||
"php": "^7.1.8 || ^8.0",
|
||
"psr/clock": "^1.0",
|
||
"symfony/polyfill-mbstring": "^1.0",
|
||
"symfony/polyfill-php80": "^1.16",
|
||
"symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
|
||
},
|
||
"provide": {
|
||
"psr/clock-implementation": "1.0"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/dbal": "^2.0 || ^3.1.4 || ^4.0",
|
||
"doctrine/orm": "^2.7 || ^3.0",
|
||
"friendsofphp/php-cs-fixer": "^3.0",
|
||
"kylekatarnls/multi-tester": "^2.0",
|
||
"ondrejmirtes/better-reflection": "*",
|
||
"phpmd/phpmd": "^2.9",
|
||
"phpstan/extension-installer": "^1.0",
|
||
"phpstan/phpstan": "^0.12.99 || ^1.7.14",
|
||
"phpunit/php-file-iterator": "^2.0.5 || ^3.0.6",
|
||
"phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20",
|
||
"squizlabs/php_codesniffer": "^3.4"
|
||
},
|
||
"bin": [
|
||
"bin/carbon"
|
||
],
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-3.x": "3.x-dev",
|
||
"dev-master": "2.x-dev"
|
||
},
|
||
"laravel": {
|
||
"providers": [
|
||
"Carbon\\Laravel\\ServiceProvider"
|
||
]
|
||
},
|
||
"phpstan": {
|
||
"includes": [
|
||
"extension.neon"
|
||
]
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Carbon\\": "src/Carbon/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Brian Nesbitt",
|
||
"email": "brian@nesbot.com",
|
||
"homepage": "https://markido.com"
|
||
},
|
||
{
|
||
"name": "kylekatarnls",
|
||
"homepage": "https://github.com/kylekatarnls"
|
||
}
|
||
],
|
||
"description": "An API extension for DateTime that supports 281 different languages.",
|
||
"homepage": "https://carbon.nesbot.com",
|
||
"keywords": [
|
||
"date",
|
||
"datetime",
|
||
"time"
|
||
],
|
||
"support": {
|
||
"docs": "https://carbon.nesbot.com/docs",
|
||
"issues": "https://github.com/briannesbitt/Carbon/issues",
|
||
"source": "https://github.com/briannesbitt/Carbon"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://github.com/sponsors/kylekatarnls",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://opencollective.com/Carbon#sponsor",
|
||
"type": "opencollective"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2023-11-28T10:13:25+00:00"
|
||
},
|
||
{
|
||
"name": "nikic/fast-route",
|
||
"version": "v1.3.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/nikic/FastRoute.git",
|
||
"reference": "181d480e08d9476e61381e04a71b34dc0432e812"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
|
||
"reference": "181d480e08d9476e61381e04a71b34dc0432e812",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.4.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "^4.8.35|~5.7"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"files": [
|
||
"src/functions.php"
|
||
],
|
||
"psr-4": {
|
||
"FastRoute\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Nikita Popov",
|
||
"email": "nikic@php.net"
|
||
}
|
||
],
|
||
"description": "Fast request router for PHP",
|
||
"keywords": [
|
||
"router",
|
||
"routing"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/nikic/FastRoute/issues",
|
||
"source": "https://github.com/nikic/FastRoute/tree/master"
|
||
},
|
||
"time": "2018-02-13T20:26:39+00:00"
|
||
},
|
||
{
|
||
"name": "php-di/invoker",
|
||
"version": "2.3.4",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/PHP-DI/Invoker.git",
|
||
"reference": "33234b32dafa8eb69202f950a1fc92055ed76a86"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/33234b32dafa8eb69202f950a1fc92055ed76a86",
|
||
"reference": "33234b32dafa8eb69202f950a1fc92055ed76a86",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.3",
|
||
"psr/container": "^1.0|^2.0"
|
||
},
|
||
"require-dev": {
|
||
"athletic/athletic": "~0.1.8",
|
||
"mnapoli/hard-mode": "~0.3.0",
|
||
"phpunit/phpunit": "^9.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Invoker\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"description": "Generic and extensible callable invoker",
|
||
"homepage": "https://github.com/PHP-DI/Invoker",
|
||
"keywords": [
|
||
"callable",
|
||
"dependency",
|
||
"dependency-injection",
|
||
"injection",
|
||
"invoke",
|
||
"invoker"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/PHP-DI/Invoker/issues",
|
||
"source": "https://github.com/PHP-DI/Invoker/tree/2.3.4"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://github.com/mnapoli",
|
||
"type": "github"
|
||
}
|
||
],
|
||
"time": "2023-09-08T09:24:21+00:00"
|
||
},
|
||
{
|
||
"name": "php-di/php-di",
|
||
"version": "6.4.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/PHP-DI/PHP-DI.git",
|
||
"reference": "ae0f1b3b03d8b29dff81747063cbfd6276246cc4"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/ae0f1b3b03d8b29dff81747063cbfd6276246cc4",
|
||
"reference": "ae0f1b3b03d8b29dff81747063cbfd6276246cc4",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"laravel/serializable-closure": "^1.0",
|
||
"php": ">=7.4.0",
|
||
"php-di/invoker": "^2.0",
|
||
"php-di/phpdoc-reader": "^2.0.1",
|
||
"psr/container": "^1.0"
|
||
},
|
||
"provide": {
|
||
"psr/container-implementation": "^1.0"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/annotations": "~1.10",
|
||
"friendsofphp/php-cs-fixer": "^2.4",
|
||
"mnapoli/phpunit-easymock": "^1.2",
|
||
"ocramius/proxy-manager": "^2.11.2",
|
||
"phpstan/phpstan": "^0.12",
|
||
"phpunit/phpunit": "^9.5"
|
||
},
|
||
"suggest": {
|
||
"doctrine/annotations": "Install it if you want to use annotations (version ~1.2)",
|
||
"ocramius/proxy-manager": "Install it if you want to use lazy injection (version ~2.0)"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"files": [
|
||
"src/functions.php"
|
||
],
|
||
"psr-4": {
|
||
"DI\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"description": "The dependency injection container for humans",
|
||
"homepage": "https://php-di.org/",
|
||
"keywords": [
|
||
"PSR-11",
|
||
"container",
|
||
"container-interop",
|
||
"dependency injection",
|
||
"di",
|
||
"ioc",
|
||
"psr11"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/PHP-DI/PHP-DI/issues",
|
||
"source": "https://github.com/PHP-DI/PHP-DI/tree/6.4.0"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://github.com/mnapoli",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/php-di/php-di",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2022-04-09T16:46:38+00:00"
|
||
},
|
||
{
|
||
"name": "php-di/phpdoc-reader",
|
||
"version": "2.2.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/PHP-DI/PhpDocReader.git",
|
||
"reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/PHP-DI/PhpDocReader/zipball/66daff34cbd2627740ffec9469ffbac9f8c8185c",
|
||
"reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.2.0"
|
||
},
|
||
"require-dev": {
|
||
"mnapoli/hard-mode": "~0.3.0",
|
||
"phpunit/phpunit": "^8.5|^9.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"PhpDocReader\\": "src/PhpDocReader"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"description": "PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)",
|
||
"keywords": [
|
||
"phpdoc",
|
||
"reflection"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/PHP-DI/PhpDocReader/issues",
|
||
"source": "https://github.com/PHP-DI/PhpDocReader/tree/2.2.1"
|
||
},
|
||
"time": "2020-10-12T12:39:22+00:00"
|
||
},
|
||
{
|
||
"name": "phpoffice/phpspreadsheet",
|
||
"version": "1.29.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
|
||
"reference": "fde2ccf55eaef7e86021ff1acce26479160a0fa0"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/fde2ccf55eaef7e86021ff1acce26479160a0fa0",
|
||
"reference": "fde2ccf55eaef7e86021ff1acce26479160a0fa0",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-ctype": "*",
|
||
"ext-dom": "*",
|
||
"ext-fileinfo": "*",
|
||
"ext-gd": "*",
|
||
"ext-iconv": "*",
|
||
"ext-libxml": "*",
|
||
"ext-mbstring": "*",
|
||
"ext-simplexml": "*",
|
||
"ext-xml": "*",
|
||
"ext-xmlreader": "*",
|
||
"ext-xmlwriter": "*",
|
||
"ext-zip": "*",
|
||
"ext-zlib": "*",
|
||
"ezyang/htmlpurifier": "^4.15",
|
||
"maennchen/zipstream-php": "^2.1 || ^3.0",
|
||
"markbaker/complex": "^3.0",
|
||
"markbaker/matrix": "^3.0",
|
||
"php": "^7.4 || ^8.0",
|
||
"psr/http-client": "^1.0",
|
||
"psr/http-factory": "^1.0",
|
||
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
|
||
},
|
||
"require-dev": {
|
||
"dealerdirect/phpcodesniffer-composer-installer": "dev-main",
|
||
"dompdf/dompdf": "^1.0 || ^2.0",
|
||
"friendsofphp/php-cs-fixer": "^3.2",
|
||
"mitoteam/jpgraph": "^10.3",
|
||
"mpdf/mpdf": "^8.1.1",
|
||
"phpcompatibility/php-compatibility": "^9.3",
|
||
"phpstan/phpstan": "^1.1",
|
||
"phpstan/phpstan-phpunit": "^1.0",
|
||
"phpunit/phpunit": "^8.5 || ^9.0 || ^10.0",
|
||
"squizlabs/php_codesniffer": "^3.7",
|
||
"tecnickcom/tcpdf": "^6.5"
|
||
},
|
||
"suggest": {
|
||
"dompdf/dompdf": "Option for rendering PDF with PDF Writer",
|
||
"ext-intl": "PHP Internationalization Functions",
|
||
"mitoteam/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
|
||
"mpdf/mpdf": "Option for rendering PDF with PDF Writer",
|
||
"tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Maarten Balliauw",
|
||
"homepage": "https://blog.maartenballiauw.be"
|
||
},
|
||
{
|
||
"name": "Mark Baker",
|
||
"homepage": "https://markbakeruk.net"
|
||
},
|
||
{
|
||
"name": "Franck Lefevre",
|
||
"homepage": "https://rootslabs.net"
|
||
},
|
||
{
|
||
"name": "Erik Tilt"
|
||
},
|
||
{
|
||
"name": "Adrien Crivelli"
|
||
}
|
||
],
|
||
"description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
|
||
"homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
|
||
"keywords": [
|
||
"OpenXML",
|
||
"excel",
|
||
"gnumeric",
|
||
"ods",
|
||
"php",
|
||
"spreadsheet",
|
||
"xls",
|
||
"xlsx"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
|
||
"source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.29.0"
|
||
},
|
||
"time": "2023-06-14T22:48:31+00:00"
|
||
},
|
||
{
|
||
"name": "phpoption/phpoption",
|
||
"version": "1.9.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/schmittjoh/php-option.git",
|
||
"reference": "80735db690fe4fc5c76dfa7f9b770634285fa820"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/80735db690fe4fc5c76dfa7f9b770634285fa820",
|
||
"reference": "80735db690fe4fc5c76dfa7f9b770634285fa820",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": "^7.2.5 || ^8.0"
|
||
},
|
||
"require-dev": {
|
||
"bamarni/composer-bin-plugin": "^1.8.2",
|
||
"phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"bamarni-bin": {
|
||
"bin-links": true,
|
||
"forward-command": true
|
||
},
|
||
"branch-alias": {
|
||
"dev-master": "1.9-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"PhpOption\\": "src/PhpOption/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"Apache-2.0"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Johannes M. Schmitt",
|
||
"email": "schmittjoh@gmail.com",
|
||
"homepage": "https://github.com/schmittjoh"
|
||
},
|
||
{
|
||
"name": "Graham Campbell",
|
||
"email": "hello@gjcampbell.co.uk",
|
||
"homepage": "https://github.com/GrahamCampbell"
|
||
}
|
||
],
|
||
"description": "Option Type for PHP",
|
||
"keywords": [
|
||
"language",
|
||
"option",
|
||
"php",
|
||
"type"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/schmittjoh/php-option/issues",
|
||
"source": "https://github.com/schmittjoh/php-option/tree/1.9.2"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://github.com/GrahamCampbell",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2023-11-12T21:59:55+00:00"
|
||
},
|
||
{
|
||
"name": "phrity/net-uri",
|
||
"version": "1.3.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sirn-se/phrity-net-uri.git",
|
||
"reference": "3f458e0c4d1ddc0e218d7a5b9420127c63925f43"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sirn-se/phrity-net-uri/zipball/3f458e0c4d1ddc0e218d7a5b9420127c63925f43",
|
||
"reference": "3f458e0c4d1ddc0e218d7a5b9420127c63925f43",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": "^7.4 | ^8.0",
|
||
"psr/http-factory": "^1.0",
|
||
"psr/http-message": "^1.0 | ^2.0"
|
||
},
|
||
"require-dev": {
|
||
"php-coveralls/php-coveralls": "^2.0",
|
||
"phpunit/phpunit": "^9.0 | ^10.0",
|
||
"squizlabs/php_codesniffer": "^3.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Phrity\\Net\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Sören Jensen",
|
||
"email": "sirn@sirn.se",
|
||
"homepage": "https://phrity.sirn.se"
|
||
}
|
||
],
|
||
"description": "PSR-7 Uri and PSR-17 UriFactory implementation",
|
||
"homepage": "https://phrity.sirn.se/net-uri",
|
||
"keywords": [
|
||
"psr-17",
|
||
"psr-7",
|
||
"uri",
|
||
"uri factory"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/sirn-se/phrity-net-uri/issues",
|
||
"source": "https://github.com/sirn-se/phrity-net-uri/tree/1.3.0"
|
||
},
|
||
"time": "2023-08-21T10:33:06+00:00"
|
||
},
|
||
{
|
||
"name": "phrity/util-errorhandler",
|
||
"version": "1.0.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/sirn-se/phrity-util-errorhandler.git",
|
||
"reference": "dc9ac8fb70d733c48a9d9d1eb50f7022172da6bc"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/sirn-se/phrity-util-errorhandler/zipball/dc9ac8fb70d733c48a9d9d1eb50f7022172da6bc",
|
||
"reference": "dc9ac8fb70d733c48a9d9d1eb50f7022172da6bc",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": "^7.2|^8.0"
|
||
},
|
||
"require-dev": {
|
||
"php-coveralls/php-coveralls": "^2.0",
|
||
"phpunit/phpunit": "^8.0|^9.0",
|
||
"squizlabs/php_codesniffer": "^3.5"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Sören Jensen",
|
||
"email": "sirn@sirn.se",
|
||
"homepage": "https://phrity.sirn.se"
|
||
}
|
||
],
|
||
"description": "Inline error handler; catch and resolve errors for code block.",
|
||
"homepage": "https://phrity.sirn.se/util-errorhandler",
|
||
"keywords": [
|
||
"error",
|
||
"warning"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/sirn-se/phrity-util-errorhandler/issues",
|
||
"source": "https://github.com/sirn-se/phrity-util-errorhandler/tree/1.0.1"
|
||
},
|
||
"time": "2022-10-27T12:14:42+00:00"
|
||
},
|
||
{
|
||
"name": "psr/cache",
|
||
"version": "2.0.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/php-fig/cache.git",
|
||
"reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/php-fig/cache/zipball/213f9dbc5b9bfbc4f8db86d2838dc968752ce13b",
|
||
"reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=8.0.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Psr\\Cache\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "PHP-FIG",
|
||
"homepage": "https://www.php-fig.org/"
|
||
}
|
||
],
|
||
"description": "Common interface for caching libraries",
|
||
"keywords": [
|
||
"cache",
|
||
"psr",
|
||
"psr-6"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/php-fig/cache/tree/2.0.0"
|
||
},
|
||
"time": "2021-02-03T23:23:37+00:00"
|
||
},
|
||
{
|
||
"name": "psr/clock",
|
||
"version": "1.0.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/php-fig/clock.git",
|
||
"reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
|
||
"reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": "^7.0 || ^8.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Psr\\Clock\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "PHP-FIG",
|
||
"homepage": "https://www.php-fig.org/"
|
||
}
|
||
],
|
||
"description": "Common interface for reading the clock.",
|
||
"homepage": "https://github.com/php-fig/clock",
|
||
"keywords": [
|
||
"clock",
|
||
"now",
|
||
"psr",
|
||
"psr-20",
|
||
"time"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/php-fig/clock/issues",
|
||
"source": "https://github.com/php-fig/clock/tree/1.0.0"
|
||
},
|
||
"time": "2022-11-25T14:36:26+00:00"
|
||
},
|
||
{
|
||
"name": "psr/container",
|
||
"version": "1.1.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/php-fig/container.git",
|
||
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
|
||
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.4.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Psr\\Container\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "PHP-FIG",
|
||
"homepage": "https://www.php-fig.org/"
|
||
}
|
||
],
|
||
"description": "Common Container Interface (PHP FIG PSR-11)",
|
||
"homepage": "https://github.com/php-fig/container",
|
||
"keywords": [
|
||
"PSR-11",
|
||
"container",
|
||
"container-interface",
|
||
"container-interop",
|
||
"psr"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/php-fig/container/issues",
|
||
"source": "https://github.com/php-fig/container/tree/1.1.2"
|
||
},
|
||
"time": "2021-11-05T16:50:12+00:00"
|
||
},
|
||
{
|
||
"name": "psr/http-client",
|
||
"version": "1.0.3",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/php-fig/http-client.git",
|
||
"reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
|
||
"reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": "^7.0 || ^8.0",
|
||
"psr/http-message": "^1.0 || ^2.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Psr\\Http\\Client\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "PHP-FIG",
|
||
"homepage": "https://www.php-fig.org/"
|
||
}
|
||
],
|
||
"description": "Common interface for HTTP clients",
|
||
"homepage": "https://github.com/php-fig/http-client",
|
||
"keywords": [
|
||
"http",
|
||
"http-client",
|
||
"psr",
|
||
"psr-18"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/php-fig/http-client"
|
||
},
|
||
"time": "2023-09-23T14:17:50+00:00"
|
||
},
|
||
{
|
||
"name": "psr/http-factory",
|
||
"version": "1.0.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/php-fig/http-factory.git",
|
||
"reference": "e616d01114759c4c489f93b099585439f795fe35"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
|
||
"reference": "e616d01114759c4c489f93b099585439f795fe35",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.0.0",
|
||
"psr/http-message": "^1.0 || ^2.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Psr\\Http\\Message\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "PHP-FIG",
|
||
"homepage": "https://www.php-fig.org/"
|
||
}
|
||
],
|
||
"description": "Common interfaces for PSR-7 HTTP message factories",
|
||
"keywords": [
|
||
"factory",
|
||
"http",
|
||
"message",
|
||
"psr",
|
||
"psr-17",
|
||
"psr-7",
|
||
"request",
|
||
"response"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/php-fig/http-factory/tree/1.0.2"
|
||
},
|
||
"time": "2023-04-10T20:10:41+00:00"
|
||
},
|
||
{
|
||
"name": "psr/http-message",
|
||
"version": "1.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/php-fig/http-message.git",
|
||
"reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
|
||
"reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": "^7.2 || ^8.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.1.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Psr\\Http\\Message\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "PHP-FIG",
|
||
"homepage": "http://www.php-fig.org/"
|
||
}
|
||
],
|
||
"description": "Common interface for HTTP messages",
|
||
"homepage": "https://github.com/php-fig/http-message",
|
||
"keywords": [
|
||
"http",
|
||
"http-message",
|
||
"psr",
|
||
"psr-7",
|
||
"request",
|
||
"response"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/php-fig/http-message/tree/1.1"
|
||
},
|
||
"time": "2023-04-04T09:50:52+00:00"
|
||
},
|
||
{
|
||
"name": "psr/log",
|
||
"version": "3.0.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/php-fig/log.git",
|
||
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
|
||
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=8.0.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "3.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Psr\\Log\\": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "PHP-FIG",
|
||
"homepage": "https://www.php-fig.org/"
|
||
}
|
||
],
|
||
"description": "Common interface for logging libraries",
|
||
"homepage": "https://github.com/php-fig/log",
|
||
"keywords": [
|
||
"log",
|
||
"psr",
|
||
"psr-3"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/php-fig/log/tree/3.0.0"
|
||
},
|
||
"time": "2021-07-14T16:46:02+00:00"
|
||
},
|
||
{
|
||
"name": "psr/simple-cache",
|
||
"version": "3.0.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/php-fig/simple-cache.git",
|
||
"reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
|
||
"reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=8.0.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "3.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Psr\\SimpleCache\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "PHP-FIG",
|
||
"homepage": "https://www.php-fig.org/"
|
||
}
|
||
],
|
||
"description": "Common interfaces for simple caching",
|
||
"keywords": [
|
||
"cache",
|
||
"caching",
|
||
"psr",
|
||
"psr-16",
|
||
"simple-cache"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
|
||
},
|
||
"time": "2021-10-29T13:26:27+00:00"
|
||
},
|
||
{
|
||
"name": "qcloud/cos-sdk-v5",
|
||
"version": "v2.6.8",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/tencentyun/cos-php-sdk-v5.git",
|
||
"reference": "6bbce32516a4932aca3e7b8cdcc734eb2b1ec5d4"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/tencentyun/cos-php-sdk-v5/zipball/6bbce32516a4932aca3e7b8cdcc734eb2b1ec5d4",
|
||
"reference": "6bbce32516a4932aca3e7b8cdcc734eb2b1ec5d4",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-curl": "*",
|
||
"ext-json": "*",
|
||
"ext-mbstring": "*",
|
||
"ext-simplexml": "*",
|
||
"guzzlehttp/guzzle": "^6.2.1 || ^7.0",
|
||
"guzzlehttp/guzzle-services": "^1.1",
|
||
"guzzlehttp/psr7": "^1.3.1 || ^2.0",
|
||
"php": ">=5.6"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.4-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"files": [
|
||
"src/Common.php"
|
||
],
|
||
"psr-4": {
|
||
"Qcloud\\Cos\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "yaozongyou",
|
||
"email": "yaozongyou@vip.qq.com"
|
||
},
|
||
{
|
||
"name": "lewzylu",
|
||
"email": "327874225@qq.com"
|
||
},
|
||
{
|
||
"name": "tuunalai",
|
||
"email": "550566181@qq.com"
|
||
}
|
||
],
|
||
"description": "PHP SDK for QCloud COS",
|
||
"keywords": [
|
||
"cos",
|
||
"php",
|
||
"qcloud"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/tencentyun/cos-php-sdk-v5/issues",
|
||
"source": "https://github.com/tencentyun/cos-php-sdk-v5/tree/v2.6.8"
|
||
},
|
||
"time": "2023-11-07T07:15:40+00:00"
|
||
},
|
||
{
|
||
"name": "qiniu/php-sdk",
|
||
"version": "v7.4.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/qiniu/php-sdk.git",
|
||
"reference": "1c6bc89166e524a40ee42bf516fb99ffc6401c82"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/qiniu/php-sdk/zipball/1c6bc89166e524a40ee42bf516fb99ffc6401c82",
|
||
"reference": "1c6bc89166e524a40ee42bf516fb99ffc6401c82",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.0",
|
||
"squizlabs/php_codesniffer": "~3.6"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"files": [
|
||
"src/Qiniu/functions.php"
|
||
],
|
||
"psr-4": {
|
||
"Qiniu\\": "src/Qiniu"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Qiniu",
|
||
"email": "sdk@qiniu.com",
|
||
"homepage": "http://www.qiniu.com"
|
||
}
|
||
],
|
||
"description": "Qiniu Resource (Cloud) Storage SDK for PHP",
|
||
"homepage": "http://developer.qiniu.com/",
|
||
"keywords": [
|
||
"cloud",
|
||
"qiniu",
|
||
"sdk",
|
||
"storage"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/qiniu/php-sdk/issues",
|
||
"source": "https://github.com/qiniu/php-sdk/tree/v7.4.0"
|
||
},
|
||
"time": "2021-07-19T07:41:36+00:00"
|
||
},
|
||
{
|
||
"name": "ralouphie/getallheaders",
|
||
"version": "3.0.3",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/ralouphie/getallheaders.git",
|
||
"reference": "120b605dfeb996808c31b6477290a714d356e822"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
|
||
"reference": "120b605dfeb996808c31b6477290a714d356e822",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.6"
|
||
},
|
||
"require-dev": {
|
||
"php-coveralls/php-coveralls": "^2.1",
|
||
"phpunit/phpunit": "^5 || ^6.5"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"files": [
|
||
"src/getallheaders.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Ralph Khattar",
|
||
"email": "ralph.khattar@gmail.com"
|
||
}
|
||
],
|
||
"description": "A polyfill for getallheaders.",
|
||
"support": {
|
||
"issues": "https://github.com/ralouphie/getallheaders/issues",
|
||
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
|
||
},
|
||
"time": "2019-03-08T08:55:37+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/cache",
|
||
"version": "v5.4.32",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/cache.git",
|
||
"reference": "2553faca77502a4f68dc93cd2f3b9ec650751e40"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/cache/zipball/2553faca77502a4f68dc93cd2f3b9ec650751e40",
|
||
"reference": "2553faca77502a4f68dc93cd2f3b9ec650751e40",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.2.5",
|
||
"psr/cache": "^1.0|^2.0",
|
||
"psr/log": "^1.1|^2|^3",
|
||
"symfony/cache-contracts": "^1.1.7|^2",
|
||
"symfony/deprecation-contracts": "^2.1|^3",
|
||
"symfony/polyfill-php73": "^1.9",
|
||
"symfony/polyfill-php80": "^1.16",
|
||
"symfony/service-contracts": "^1.1|^2|^3",
|
||
"symfony/var-exporter": "^4.4|^5.0|^6.0"
|
||
},
|
||
"conflict": {
|
||
"doctrine/dbal": "<2.13.1",
|
||
"symfony/dependency-injection": "<4.4",
|
||
"symfony/http-kernel": "<4.4",
|
||
"symfony/var-dumper": "<4.4"
|
||
},
|
||
"provide": {
|
||
"psr/cache-implementation": "1.0|2.0",
|
||
"psr/simple-cache-implementation": "1.0|2.0",
|
||
"symfony/cache-implementation": "1.0|2.0"
|
||
},
|
||
"require-dev": {
|
||
"cache/integration-tests": "dev-master",
|
||
"doctrine/cache": "^1.6|^2.0",
|
||
"doctrine/dbal": "^2.13.1|^3|^4",
|
||
"predis/predis": "^1.1",
|
||
"psr/simple-cache": "^1.0|^2.0",
|
||
"symfony/config": "^4.4|^5.0|^6.0",
|
||
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
|
||
"symfony/filesystem": "^4.4|^5.0|^6.0",
|
||
"symfony/http-kernel": "^4.4|^5.0|^6.0",
|
||
"symfony/messenger": "^4.4|^5.0|^6.0",
|
||
"symfony/var-dumper": "^4.4|^5.0|^6.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Component\\Cache\\": ""
|
||
},
|
||
"exclude-from-classmap": [
|
||
"/Tests/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Nicolas Grekas",
|
||
"email": "p@tchwork.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Provides extended PSR-6, PSR-16 (and tags) implementations",
|
||
"homepage": "https://symfony.com",
|
||
"keywords": [
|
||
"caching",
|
||
"psr6"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/symfony/cache/tree/v5.4.32"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://symfony.com/sponsor",
|
||
"type": "custom"
|
||
},
|
||
{
|
||
"url": "https://github.com/fabpot",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2023-11-24T13:04:07+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/cache-contracts",
|
||
"version": "v2.5.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/cache-contracts.git",
|
||
"reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/cache-contracts/zipball/64be4a7acb83b6f2bf6de9a02cee6dad41277ebc",
|
||
"reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.2.5",
|
||
"psr/cache": "^1.0|^2.0|^3.0"
|
||
},
|
||
"suggest": {
|
||
"symfony/cache-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\\Cache\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Nicolas Grekas",
|
||
"email": "p@tchwork.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Generic abstractions related to caching",
|
||
"homepage": "https://symfony.com",
|
||
"keywords": [
|
||
"abstractions",
|
||
"contracts",
|
||
"decoupling",
|
||
"interfaces",
|
||
"interoperability",
|
||
"standards"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/symfony/cache-contracts/tree/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/console",
|
||
"version": "v6.4.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/console.git",
|
||
"reference": "a550a7c99daeedef3f9d23fb82e3531525ff11fd"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/console/zipball/a550a7c99daeedef3f9d23fb82e3531525ff11fd",
|
||
"reference": "a550a7c99daeedef3f9d23fb82e3531525ff11fd",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=8.1",
|
||
"symfony/deprecation-contracts": "^2.5|^3",
|
||
"symfony/polyfill-mbstring": "~1.0",
|
||
"symfony/service-contracts": "^2.5|^3",
|
||
"symfony/string": "^5.4|^6.0|^7.0"
|
||
},
|
||
"conflict": {
|
||
"symfony/dependency-injection": "<5.4",
|
||
"symfony/dotenv": "<5.4",
|
||
"symfony/event-dispatcher": "<5.4",
|
||
"symfony/lock": "<5.4",
|
||
"symfony/process": "<5.4"
|
||
},
|
||
"provide": {
|
||
"psr/log-implementation": "1.0|2.0|3.0"
|
||
},
|
||
"require-dev": {
|
||
"psr/log": "^1|^2|^3",
|
||
"symfony/config": "^5.4|^6.0|^7.0",
|
||
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
|
||
"symfony/event-dispatcher": "^5.4|^6.0|^7.0",
|
||
"symfony/http-foundation": "^6.4|^7.0",
|
||
"symfony/http-kernel": "^6.4|^7.0",
|
||
"symfony/lock": "^5.4|^6.0|^7.0",
|
||
"symfony/messenger": "^5.4|^6.0|^7.0",
|
||
"symfony/process": "^5.4|^6.0|^7.0",
|
||
"symfony/stopwatch": "^5.4|^6.0|^7.0",
|
||
"symfony/var-dumper": "^5.4|^6.0|^7.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Component\\Console\\": ""
|
||
},
|
||
"exclude-from-classmap": [
|
||
"/Tests/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Fabien Potencier",
|
||
"email": "fabien@symfony.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Eases the creation of beautiful and testable command line interfaces",
|
||
"homepage": "https://symfony.com",
|
||
"keywords": [
|
||
"cli",
|
||
"command-line",
|
||
"console",
|
||
"terminal"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/symfony/console/tree/v6.4.1"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://symfony.com/sponsor",
|
||
"type": "custom"
|
||
},
|
||
{
|
||
"url": "https://github.com/fabpot",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2023-11-30T10:54:28+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/deprecation-contracts",
|
||
"version": "v3.4.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/deprecation-contracts.git",
|
||
"reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
|
||
"reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=8.1"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-main": "3.4-dev"
|
||
},
|
||
"thanks": {
|
||
"name": "symfony/contracts",
|
||
"url": "https://github.com/symfony/contracts"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"files": [
|
||
"function.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Nicolas Grekas",
|
||
"email": "p@tchwork.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "A generic function and convention to trigger deprecation notices",
|
||
"homepage": "https://symfony.com",
|
||
"support": {
|
||
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.4.0"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://symfony.com/sponsor",
|
||
"type": "custom"
|
||
},
|
||
{
|
||
"url": "https://github.com/fabpot",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2023-05-23T14:45:45+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/polyfill-ctype",
|
||
"version": "v1.28.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/polyfill-ctype.git",
|
||
"reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
|
||
"reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.1"
|
||
},
|
||
"provide": {
|
||
"ext-ctype": "*"
|
||
},
|
||
"suggest": {
|
||
"ext-ctype": "For best performance"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-main": "1.28-dev"
|
||
},
|
||
"thanks": {
|
||
"name": "symfony/polyfill",
|
||
"url": "https://github.com/symfony/polyfill"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"files": [
|
||
"bootstrap.php"
|
||
],
|
||
"psr-4": {
|
||
"Symfony\\Polyfill\\Ctype\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Gert de Pagter",
|
||
"email": "BackEndTea@gmail.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Symfony polyfill for ctype functions",
|
||
"homepage": "https://symfony.com",
|
||
"keywords": [
|
||
"compatibility",
|
||
"ctype",
|
||
"polyfill",
|
||
"portable"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://symfony.com/sponsor",
|
||
"type": "custom"
|
||
},
|
||
{
|
||
"url": "https://github.com/fabpot",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2023-01-26T09:26:14+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/polyfill-intl-grapheme",
|
||
"version": "v1.28.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
|
||
"reference": "875e90aeea2777b6f135677f618529449334a612"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/875e90aeea2777b6f135677f618529449334a612",
|
||
"reference": "875e90aeea2777b6f135677f618529449334a612",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.1"
|
||
},
|
||
"suggest": {
|
||
"ext-intl": "For best performance"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-main": "1.28-dev"
|
||
},
|
||
"thanks": {
|
||
"name": "symfony/polyfill",
|
||
"url": "https://github.com/symfony/polyfill"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"files": [
|
||
"bootstrap.php"
|
||
],
|
||
"psr-4": {
|
||
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Nicolas Grekas",
|
||
"email": "p@tchwork.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Symfony polyfill for intl's grapheme_* functions",
|
||
"homepage": "https://symfony.com",
|
||
"keywords": [
|
||
"compatibility",
|
||
"grapheme",
|
||
"intl",
|
||
"polyfill",
|
||
"portable",
|
||
"shim"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.28.0"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://symfony.com/sponsor",
|
||
"type": "custom"
|
||
},
|
||
{
|
||
"url": "https://github.com/fabpot",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2023-01-26T09:26:14+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/polyfill-intl-normalizer",
|
||
"version": "v1.28.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
|
||
"reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
|
||
"reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.1"
|
||
},
|
||
"suggest": {
|
||
"ext-intl": "For best performance"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-main": "1.28-dev"
|
||
},
|
||
"thanks": {
|
||
"name": "symfony/polyfill",
|
||
"url": "https://github.com/symfony/polyfill"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"files": [
|
||
"bootstrap.php"
|
||
],
|
||
"psr-4": {
|
||
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
|
||
},
|
||
"classmap": [
|
||
"Resources/stubs"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Nicolas Grekas",
|
||
"email": "p@tchwork.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Symfony polyfill for intl's Normalizer class and related functions",
|
||
"homepage": "https://symfony.com",
|
||
"keywords": [
|
||
"compatibility",
|
||
"intl",
|
||
"normalizer",
|
||
"polyfill",
|
||
"portable",
|
||
"shim"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.28.0"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://symfony.com/sponsor",
|
||
"type": "custom"
|
||
},
|
||
{
|
||
"url": "https://github.com/fabpot",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2023-01-26T09:26:14+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/polyfill-mbstring",
|
||
"version": "v1.28.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
||
"reference": "42292d99c55abe617799667f454222c54c60e229"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
|
||
"reference": "42292d99c55abe617799667f454222c54c60e229",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.1"
|
||
},
|
||
"provide": {
|
||
"ext-mbstring": "*"
|
||
},
|
||
"suggest": {
|
||
"ext-mbstring": "For best performance"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-main": "1.28-dev"
|
||
},
|
||
"thanks": {
|
||
"name": "symfony/polyfill",
|
||
"url": "https://github.com/symfony/polyfill"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"files": [
|
||
"bootstrap.php"
|
||
],
|
||
"psr-4": {
|
||
"Symfony\\Polyfill\\Mbstring\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Nicolas Grekas",
|
||
"email": "p@tchwork.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Symfony polyfill for the Mbstring extension",
|
||
"homepage": "https://symfony.com",
|
||
"keywords": [
|
||
"compatibility",
|
||
"mbstring",
|
||
"polyfill",
|
||
"portable",
|
||
"shim"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://symfony.com/sponsor",
|
||
"type": "custom"
|
||
},
|
||
{
|
||
"url": "https://github.com/fabpot",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2023-07-28T09:04:16+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/polyfill-php73",
|
||
"version": "v1.28.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/polyfill-php73.git",
|
||
"reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fe2f306d1d9d346a7fee353d0d5012e401e984b5",
|
||
"reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.1"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-main": "1.28-dev"
|
||
},
|
||
"thanks": {
|
||
"name": "symfony/polyfill",
|
||
"url": "https://github.com/symfony/polyfill"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"files": [
|
||
"bootstrap.php"
|
||
],
|
||
"psr-4": {
|
||
"Symfony\\Polyfill\\Php73\\": ""
|
||
},
|
||
"classmap": [
|
||
"Resources/stubs"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Nicolas Grekas",
|
||
"email": "p@tchwork.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
|
||
"homepage": "https://symfony.com",
|
||
"keywords": [
|
||
"compatibility",
|
||
"polyfill",
|
||
"portable",
|
||
"shim"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/symfony/polyfill-php73/tree/v1.28.0"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://symfony.com/sponsor",
|
||
"type": "custom"
|
||
},
|
||
{
|
||
"url": "https://github.com/fabpot",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2023-01-26T09:26:14+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/polyfill-php80",
|
||
"version": "v1.28.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/polyfill-php80.git",
|
||
"reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
|
||
"reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.1"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-main": "1.28-dev"
|
||
},
|
||
"thanks": {
|
||
"name": "symfony/polyfill",
|
||
"url": "https://github.com/symfony/polyfill"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"files": [
|
||
"bootstrap.php"
|
||
],
|
||
"psr-4": {
|
||
"Symfony\\Polyfill\\Php80\\": ""
|
||
},
|
||
"classmap": [
|
||
"Resources/stubs"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Ion Bazan",
|
||
"email": "ion.bazan@gmail.com"
|
||
},
|
||
{
|
||
"name": "Nicolas Grekas",
|
||
"email": "p@tchwork.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
|
||
"homepage": "https://symfony.com",
|
||
"keywords": [
|
||
"compatibility",
|
||
"polyfill",
|
||
"portable",
|
||
"shim"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://symfony.com/sponsor",
|
||
"type": "custom"
|
||
},
|
||
{
|
||
"url": "https://github.com/fabpot",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2023-01-26T09:26:14+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/string",
|
||
"version": "v6.4.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/string.git",
|
||
"reference": "b45fcf399ea9c3af543a92edf7172ba21174d809"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/string/zipball/b45fcf399ea9c3af543a92edf7172ba21174d809",
|
||
"reference": "b45fcf399ea9c3af543a92edf7172ba21174d809",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=8.1",
|
||
"symfony/polyfill-ctype": "~1.8",
|
||
"symfony/polyfill-intl-grapheme": "~1.0",
|
||
"symfony/polyfill-intl-normalizer": "~1.0",
|
||
"symfony/polyfill-mbstring": "~1.0"
|
||
},
|
||
"conflict": {
|
||
"symfony/translation-contracts": "<2.5"
|
||
},
|
||
"require-dev": {
|
||
"symfony/error-handler": "^5.4|^6.0|^7.0",
|
||
"symfony/http-client": "^5.4|^6.0|^7.0",
|
||
"symfony/intl": "^6.2|^7.0",
|
||
"symfony/translation-contracts": "^2.5|^3.0",
|
||
"symfony/var-exporter": "^5.4|^6.0|^7.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/v6.4.0"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://symfony.com/sponsor",
|
||
"type": "custom"
|
||
},
|
||
{
|
||
"url": "https://github.com/fabpot",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2023-11-28T20:41:49+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/translation",
|
||
"version": "v6.4.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/translation.git",
|
||
"reference": "b1035dbc2a344b21f8fa8ac451c7ecec4ea45f37"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/translation/zipball/b1035dbc2a344b21f8fa8ac451c7ecec4ea45f37",
|
||
"reference": "b1035dbc2a344b21f8fa8ac451c7ecec4ea45f37",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=8.1",
|
||
"symfony/deprecation-contracts": "^2.5|^3",
|
||
"symfony/polyfill-mbstring": "~1.0",
|
||
"symfony/translation-contracts": "^2.5|^3.0"
|
||
},
|
||
"conflict": {
|
||
"symfony/config": "<5.4",
|
||
"symfony/console": "<5.4",
|
||
"symfony/dependency-injection": "<5.4",
|
||
"symfony/http-client-contracts": "<2.5",
|
||
"symfony/http-kernel": "<5.4",
|
||
"symfony/service-contracts": "<2.5",
|
||
"symfony/twig-bundle": "<5.4",
|
||
"symfony/yaml": "<5.4"
|
||
},
|
||
"provide": {
|
||
"symfony/translation-implementation": "2.3|3.0"
|
||
},
|
||
"require-dev": {
|
||
"nikic/php-parser": "^4.13",
|
||
"psr/log": "^1|^2|^3",
|
||
"symfony/config": "^5.4|^6.0|^7.0",
|
||
"symfony/console": "^5.4|^6.0|^7.0",
|
||
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
|
||
"symfony/finder": "^5.4|^6.0|^7.0",
|
||
"symfony/http-client-contracts": "^2.5|^3.0",
|
||
"symfony/http-kernel": "^5.4|^6.0|^7.0",
|
||
"symfony/intl": "^5.4|^6.0|^7.0",
|
||
"symfony/polyfill-intl-icu": "^1.21",
|
||
"symfony/routing": "^5.4|^6.0|^7.0",
|
||
"symfony/service-contracts": "^2.5|^3",
|
||
"symfony/yaml": "^5.4|^6.0|^7.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"files": [
|
||
"Resources/functions.php"
|
||
],
|
||
"psr-4": {
|
||
"Symfony\\Component\\Translation\\": ""
|
||
},
|
||
"exclude-from-classmap": [
|
||
"/Tests/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Fabien Potencier",
|
||
"email": "fabien@symfony.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Provides tools to internationalize your application",
|
||
"homepage": "https://symfony.com",
|
||
"support": {
|
||
"source": "https://github.com/symfony/translation/tree/v6.4.0"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://symfony.com/sponsor",
|
||
"type": "custom"
|
||
},
|
||
{
|
||
"url": "https://github.com/fabpot",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2023-11-29T08:14:36+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/translation-contracts",
|
||
"version": "v3.4.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/translation-contracts.git",
|
||
"reference": "dee0c6e5b4c07ce851b462530088e64b255ac9c5"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/dee0c6e5b4c07ce851b462530088e64b255ac9c5",
|
||
"reference": "dee0c6e5b4c07ce851b462530088e64b255ac9c5",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=8.1"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-main": "3.4-dev"
|
||
},
|
||
"thanks": {
|
||
"name": "symfony/contracts",
|
||
"url": "https://github.com/symfony/contracts"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Contracts\\Translation\\": ""
|
||
},
|
||
"exclude-from-classmap": [
|
||
"/Test/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Nicolas Grekas",
|
||
"email": "p@tchwork.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Generic abstractions related to translation",
|
||
"homepage": "https://symfony.com",
|
||
"keywords": [
|
||
"abstractions",
|
||
"contracts",
|
||
"decoupling",
|
||
"interfaces",
|
||
"interoperability",
|
||
"standards"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/symfony/translation-contracts/tree/v3.4.0"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://symfony.com/sponsor",
|
||
"type": "custom"
|
||
},
|
||
{
|
||
"url": "https://github.com/fabpot",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2023-07-25T15:08:44+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/var-dumper",
|
||
"version": "v6.4.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/var-dumper.git",
|
||
"reference": "c40f7d17e91d8b407582ed51a2bbf83c52c367f6"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/c40f7d17e91d8b407582ed51a2bbf83c52c367f6",
|
||
"reference": "c40f7d17e91d8b407582ed51a2bbf83c52c367f6",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=8.1",
|
||
"symfony/deprecation-contracts": "^2.5|^3",
|
||
"symfony/polyfill-mbstring": "~1.0"
|
||
},
|
||
"conflict": {
|
||
"symfony/console": "<5.4"
|
||
},
|
||
"require-dev": {
|
||
"ext-iconv": "*",
|
||
"symfony/console": "^5.4|^6.0|^7.0",
|
||
"symfony/error-handler": "^6.3|^7.0",
|
||
"symfony/http-kernel": "^5.4|^6.0|^7.0",
|
||
"symfony/process": "^5.4|^6.0|^7.0",
|
||
"symfony/uid": "^5.4|^6.0|^7.0",
|
||
"twig/twig": "^2.13|^3.0.4"
|
||
},
|
||
"bin": [
|
||
"Resources/bin/var-dump-server"
|
||
],
|
||
"type": "library",
|
||
"autoload": {
|
||
"files": [
|
||
"Resources/functions/dump.php"
|
||
],
|
||
"psr-4": {
|
||
"Symfony\\Component\\VarDumper\\": ""
|
||
},
|
||
"exclude-from-classmap": [
|
||
"/Tests/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Nicolas Grekas",
|
||
"email": "p@tchwork.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Provides mechanisms for walking through any arbitrary PHP variable",
|
||
"homepage": "https://symfony.com",
|
||
"keywords": [
|
||
"debug",
|
||
"dump"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/symfony/var-dumper/tree/v6.4.0"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://symfony.com/sponsor",
|
||
"type": "custom"
|
||
},
|
||
{
|
||
"url": "https://github.com/fabpot",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2023-11-09T08:28:32+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/var-exporter",
|
||
"version": "v6.4.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/var-exporter.git",
|
||
"reference": "2d08ca6b9cc704dce525615d1e6d1788734f36d9"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/2d08ca6b9cc704dce525615d1e6d1788734f36d9",
|
||
"reference": "2d08ca6b9cc704dce525615d1e6d1788734f36d9",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=8.1",
|
||
"symfony/deprecation-contracts": "^2.5|^3"
|
||
},
|
||
"require-dev": {
|
||
"symfony/var-dumper": "^5.4|^6.0|^7.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Component\\VarExporter\\": ""
|
||
},
|
||
"exclude-from-classmap": [
|
||
"/Tests/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Nicolas Grekas",
|
||
"email": "p@tchwork.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Allows exporting any serializable PHP data structure to plain PHP code",
|
||
"homepage": "https://symfony.com",
|
||
"keywords": [
|
||
"clone",
|
||
"construct",
|
||
"export",
|
||
"hydrate",
|
||
"instantiate",
|
||
"lazy-loading",
|
||
"proxy",
|
||
"serialize"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/symfony/var-exporter/tree/v6.4.1"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://symfony.com/sponsor",
|
||
"type": "custom"
|
||
},
|
||
{
|
||
"url": "https://github.com/fabpot",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2023-11-30T10:32:10+00:00"
|
||
},
|
||
{
|
||
"name": "taoser/webman-validate",
|
||
"version": "v1.7.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/taoser/webman-validate.git",
|
||
"reference": "f6ceda3700cabf3e48966b845fd980faa292127e"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/taoser/webman-validate/zipball/f6ceda3700cabf3e48966b845fd980faa292127e",
|
||
"reference": "f6ceda3700cabf3e48966b845fd980faa292127e",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.2.0",
|
||
"symfony/translation": "^5.4|^6.0",
|
||
"topthink/think-container": "~2.0",
|
||
"topthink/think-helper": "^3.1"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"files": [
|
||
"src/helper.php"
|
||
],
|
||
"psr-4": {
|
||
"taoser\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"mit"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "taoser",
|
||
"email": "changlin_zhao@qq.com"
|
||
}
|
||
],
|
||
"description": "The webman Validate Package",
|
||
"support": {
|
||
"issues": "https://github.com/taoser/webman-validate/issues",
|
||
"source": "https://github.com/taoser/webman-validate/tree/v1.7.2"
|
||
},
|
||
"time": "2022-08-27T08:29:08+00:00"
|
||
},
|
||
{
|
||
"name": "textalk/websocket",
|
||
"version": "1.6.3",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Textalk/websocket-php.git",
|
||
"reference": "67de79745b1a357caf812bfc44e0abf481cee012"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Textalk/websocket-php/zipball/67de79745b1a357caf812bfc44e0abf481cee012",
|
||
"reference": "67de79745b1a357caf812bfc44e0abf481cee012",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": "^7.4 | ^8.0",
|
||
"phrity/net-uri": "^1.0",
|
||
"phrity/util-errorhandler": "^1.0",
|
||
"psr/http-message": "^1.0",
|
||
"psr/log": "^1.0 | ^2.0 | ^3.0"
|
||
},
|
||
"require-dev": {
|
||
"php-coveralls/php-coveralls": "^2.0",
|
||
"phpunit/phpunit": "^9.0",
|
||
"squizlabs/php_codesniffer": "^3.5"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"WebSocket\\": "lib"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"ISC"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Fredrik Liljegren"
|
||
},
|
||
{
|
||
"name": "Sören Jensen"
|
||
}
|
||
],
|
||
"description": "WebSocket client and server",
|
||
"support": {
|
||
"issues": "https://github.com/Textalk/websocket-php/issues",
|
||
"source": "https://github.com/Textalk/websocket-php/tree/1.6.3"
|
||
},
|
||
"time": "2022-11-07T18:59:33+00:00"
|
||
},
|
||
{
|
||
"name": "tinywan/storage",
|
||
"version": "v0.3.4",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Tinywan/webman-storage.git",
|
||
"reference": "0867631bbd1731658ac745481131ef93415cdf62"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Tinywan/webman-storage/zipball/0867631bbd1731658ac745481131ef93415cdf62",
|
||
"reference": "0867631bbd1731658ac745481131ef93415cdf62",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.2",
|
||
"workerman/webman-framework": "^1.2.1"
|
||
},
|
||
"require-dev": {
|
||
"aliyuncs/oss-sdk-php": "^2.4",
|
||
"friendsofphp/php-cs-fixer": "^3.6",
|
||
"phpstan/phpstan": "^1.4",
|
||
"phpunit/phpunit": "^9.5",
|
||
"qcloud/cos-sdk-v5": "^2.5",
|
||
"qiniu/php-sdk": "^7.4",
|
||
"workerman/webman": "^1.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Tinywan\\Storage\\": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"description": "webman storage plugin",
|
||
"support": {
|
||
"issues": "https://github.com/Tinywan/webman-storage/issues",
|
||
"source": "https://github.com/Tinywan/webman-storage/tree/v0.3.4"
|
||
},
|
||
"time": "2022-08-03T12:12:34+00:00"
|
||
},
|
||
{
|
||
"name": "topthink/think-container",
|
||
"version": "v2.0.5",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/top-think/think-container.git",
|
||
"reference": "2189b39e42af2c14203ed4372b92e38989e9dabb"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/top-think/think-container/zipball/2189b39e42af2c14203ed4372b92e38989e9dabb",
|
||
"reference": "2189b39e42af2c14203ed4372b92e38989e9dabb",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.2.0",
|
||
"psr/container": "^1.0|^2.0",
|
||
"topthink/think-helper": "^3.1"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "^7.0|^8.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"files": [],
|
||
"psr-4": {
|
||
"think\\": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"Apache-2.0"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "liu21st",
|
||
"email": "liu21st@gmail.com"
|
||
}
|
||
],
|
||
"description": "PHP Container & Facade Manager",
|
||
"support": {
|
||
"issues": "https://github.com/top-think/think-container/issues",
|
||
"source": "https://github.com/top-think/think-container/tree/v2.0.5"
|
||
},
|
||
"time": "2022-05-23T06:24:54+00:00"
|
||
},
|
||
{
|
||
"name": "topthink/think-helper",
|
||
"version": "v3.1.6",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/top-think/think-helper.git",
|
||
"reference": "769acbe50a4274327162f9c68ec2e89a38eb2aff"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/top-think/think-helper/zipball/769acbe50a4274327162f9c68ec2e89a38eb2aff",
|
||
"reference": "769acbe50a4274327162f9c68ec2e89a38eb2aff",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.1.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "^9.5"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"files": [
|
||
"src/helper.php"
|
||
],
|
||
"psr-4": {
|
||
"think\\": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"Apache-2.0"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "yunwuxin",
|
||
"email": "448901948@qq.com"
|
||
}
|
||
],
|
||
"description": "The ThinkPHP6 Helper Package",
|
||
"support": {
|
||
"issues": "https://github.com/top-think/think-helper/issues",
|
||
"source": "https://github.com/top-think/think-helper/tree/v3.1.6"
|
||
},
|
||
"time": "2021-12-15T04:27:55+00:00"
|
||
},
|
||
{
|
||
"name": "topthink/think-orm",
|
||
"version": "v3.0.14",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/top-think/think-orm.git",
|
||
"reference": "7b0b8ea6ca5e020217f6ba7ae34d547e148a675b"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/top-think/think-orm/zipball/7b0b8ea6ca5e020217f6ba7ae34d547e148a675b",
|
||
"reference": "7b0b8ea6ca5e020217f6ba7ae34d547e148a675b",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-json": "*",
|
||
"ext-pdo": "*",
|
||
"php": ">=8.0.0",
|
||
"psr/log": ">=1.0",
|
||
"psr/simple-cache": ">=1.0",
|
||
"topthink/think-helper": "^3.1"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "^8|^9.5|^10"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"files": [
|
||
"stubs/load_stubs.php"
|
||
],
|
||
"psr-4": {
|
||
"think\\": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"Apache-2.0"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "liu21st",
|
||
"email": "liu21st@gmail.com"
|
||
}
|
||
],
|
||
"description": "the PHP Database&ORM Framework",
|
||
"keywords": [
|
||
"database",
|
||
"orm"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/top-think/think-orm/issues",
|
||
"source": "https://github.com/top-think/think-orm/tree/v3.0.14"
|
||
},
|
||
"time": "2023-09-24T13:15:07+00:00"
|
||
},
|
||
{
|
||
"name": "vlucas/phpdotenv",
|
||
"version": "v5.6.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/vlucas/phpdotenv.git",
|
||
"reference": "2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4",
|
||
"reference": "2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-pcre": "*",
|
||
"graham-campbell/result-type": "^1.1.2",
|
||
"php": "^7.2.5 || ^8.0",
|
||
"phpoption/phpoption": "^1.9.2",
|
||
"symfony/polyfill-ctype": "^1.24",
|
||
"symfony/polyfill-mbstring": "^1.24",
|
||
"symfony/polyfill-php80": "^1.24"
|
||
},
|
||
"require-dev": {
|
||
"bamarni/composer-bin-plugin": "^1.8.2",
|
||
"ext-filter": "*",
|
||
"phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
|
||
},
|
||
"suggest": {
|
||
"ext-filter": "Required to use the boolean validator."
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"bamarni-bin": {
|
||
"bin-links": true,
|
||
"forward-command": true
|
||
},
|
||
"branch-alias": {
|
||
"dev-master": "5.6-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Dotenv\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Graham Campbell",
|
||
"email": "hello@gjcampbell.co.uk",
|
||
"homepage": "https://github.com/GrahamCampbell"
|
||
},
|
||
{
|
||
"name": "Vance Lucas",
|
||
"email": "vance@vancelucas.com",
|
||
"homepage": "https://github.com/vlucas"
|
||
}
|
||
],
|
||
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
|
||
"keywords": [
|
||
"dotenv",
|
||
"env",
|
||
"environment"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/vlucas/phpdotenv/issues",
|
||
"source": "https://github.com/vlucas/phpdotenv/tree/v5.6.0"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://github.com/GrahamCampbell",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2023-11-12T22:43:29+00:00"
|
||
},
|
||
{
|
||
"name": "voku/portable-ascii",
|
||
"version": "2.0.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/voku/portable-ascii.git",
|
||
"reference": "b56450eed252f6801410d810c8e1727224ae0743"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743",
|
||
"reference": "b56450eed252f6801410d810c8e1727224ae0743",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.0.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
|
||
},
|
||
"suggest": {
|
||
"ext-intl": "Use Intl for transliterator_transliterate() support"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"voku\\": "src/voku/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Lars Moelleken",
|
||
"homepage": "http://www.moelleken.org/"
|
||
}
|
||
],
|
||
"description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
|
||
"homepage": "https://github.com/voku/portable-ascii",
|
||
"keywords": [
|
||
"ascii",
|
||
"clean",
|
||
"php"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/voku/portable-ascii/issues",
|
||
"source": "https://github.com/voku/portable-ascii/tree/2.0.1"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://www.paypal.me/moelleken",
|
||
"type": "custom"
|
||
},
|
||
{
|
||
"url": "https://github.com/voku",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://opencollective.com/portable-ascii",
|
||
"type": "open_collective"
|
||
},
|
||
{
|
||
"url": "https://www.patreon.com/voku",
|
||
"type": "patreon"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2022-03-08T17:03:00+00:00"
|
||
},
|
||
{
|
||
"name": "webman/console",
|
||
"version": "v1.2.39",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/webman-php/console.git",
|
||
"reference": "d0ed633fa4ea7c6e7d2f5961a0cc1f5f890a5079"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/webman-php/console/zipball/d0ed633fa4ea7c6e7d2f5961a0cc1f5f890a5079",
|
||
"reference": "d0ed633fa4ea7c6e7d2f5961a0cc1f5f890a5079",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"doctrine/inflector": "^2.0",
|
||
"symfony/console": ">=5.0"
|
||
},
|
||
"require-dev": {
|
||
"workerman/webman": "^1.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Webman\\Console\\": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "walkor",
|
||
"email": "walkor@workerman.net",
|
||
"homepage": "http://www.workerman.net",
|
||
"role": "Developer"
|
||
}
|
||
],
|
||
"description": "Webman console",
|
||
"homepage": "http://www.workerman.net",
|
||
"keywords": [
|
||
"webman console"
|
||
],
|
||
"support": {
|
||
"email": "walkor@workerman.net",
|
||
"forum": "http://www.workerman.net/questions",
|
||
"issues": "https://github.com/webman-php/console/issues",
|
||
"source": "https://github.com/webman-php/console",
|
||
"wiki": "http://www.workerman.net/doc/webman"
|
||
},
|
||
"time": "2023-10-13T07:42:14+00:00"
|
||
},
|
||
{
|
||
"name": "webman/log",
|
||
"version": "v1.1.8",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/webman-php/log.git",
|
||
"reference": "3e212bd86e2580f1c32d04ec999944fe6c1ea570"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/webman-php/log/zipball/3e212bd86e2580f1c32d04ec999944fe6c1ea570",
|
||
"reference": "3e212bd86e2580f1c32d04ec999944fe6c1ea570",
|
||
"shasum": ""
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Webman\\Log\\": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"description": "Webman plugin webman/log",
|
||
"support": {
|
||
"issues": "https://github.com/webman-php/log/issues",
|
||
"source": "https://github.com/webman-php/log/tree/v1.1.8"
|
||
},
|
||
"time": "2023-10-16T12:16:47+00:00"
|
||
},
|
||
{
|
||
"name": "webman/think-orm",
|
||
"version": "v1.1.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/webman-php/think-orm.git",
|
||
"reference": "9f1e525c5c4b5a2e1eee6a4f82ef5d23c69139a2"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/webman-php/think-orm/zipball/9f1e525c5c4b5a2e1eee6a4f82ef5d23c69139a2",
|
||
"reference": "9f1e525c5c4b5a2e1eee6a4f82ef5d23c69139a2",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"topthink/think-orm": "^2.0.53 || ^3.0.0",
|
||
"workerman/webman-framework": "^1.2.1"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Webman\\ThinkOrm\\": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/webman-php/think-orm/issues",
|
||
"source": "https://github.com/webman-php/think-orm/tree/v1.1.1"
|
||
},
|
||
"time": "2023-04-23T14:40:18+00:00"
|
||
},
|
||
{
|
||
"name": "webmozart/assert",
|
||
"version": "1.11.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/webmozarts/assert.git",
|
||
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
|
||
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-ctype": "*",
|
||
"php": "^7.2 || ^8.0"
|
||
},
|
||
"conflict": {
|
||
"phpstan/phpstan": "<0.12.20",
|
||
"vimeo/psalm": "<4.6.1 || 4.6.2"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "^8.5.13"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.10-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Webmozart\\Assert\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Bernhard Schussek",
|
||
"email": "bschussek@gmail.com"
|
||
}
|
||
],
|
||
"description": "Assertions to validate method input/output with nice error messages.",
|
||
"keywords": [
|
||
"assert",
|
||
"check",
|
||
"validate"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/webmozarts/assert/issues",
|
||
"source": "https://github.com/webmozarts/assert/tree/1.11.0"
|
||
},
|
||
"time": "2022-06-03T18:03:27+00:00"
|
||
},
|
||
{
|
||
"name": "workerman/webman-framework",
|
||
"version": "v1.5.13",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/walkor/webman-framework.git",
|
||
"reference": "699c9c9509d472679fa1d8461b9a9bb58fbe79a7"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/walkor/webman-framework/zipball/699c9c9509d472679fa1d8461b9a9bb58fbe79a7",
|
||
"reference": "699c9c9509d472679fa1d8461b9a9bb58fbe79a7",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-json": "*",
|
||
"nikic/fast-route": "^1.3",
|
||
"php": ">=7.2",
|
||
"psr/container": ">=1.0",
|
||
"workerman/workerman": "^4.0.4 || ^5.0.0"
|
||
},
|
||
"suggest": {
|
||
"ext-event": "For better performance. "
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Webman\\": "./src",
|
||
"Support\\": "./src/support",
|
||
"support\\": "./src/support",
|
||
"Support\\View\\": "./src/support/view",
|
||
"Support\\Bootstrap\\": "./src/support/bootstrap",
|
||
"Support\\Exception\\": "./src/support/exception"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "walkor",
|
||
"email": "walkor@workerman.net",
|
||
"homepage": "https://www.workerman.net",
|
||
"role": "Developer"
|
||
}
|
||
],
|
||
"description": "High performance HTTP Service Framework.",
|
||
"homepage": "https://www.workerman.net",
|
||
"keywords": [
|
||
"High Performance",
|
||
"http service"
|
||
],
|
||
"support": {
|
||
"email": "walkor@workerman.net",
|
||
"forum": "https://wenda.workerman.net/",
|
||
"issues": "https://github.com/walkor/webman/issues",
|
||
"source": "https://github.com/walkor/webman-framework",
|
||
"wiki": "https://doc.workerman.net/"
|
||
},
|
||
"time": "2023-11-16T04:06:19+00:00"
|
||
},
|
||
{
|
||
"name": "workerman/workerman",
|
||
"version": "v4.1.13",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/walkor/workerman.git",
|
||
"reference": "807780ff672775fcd08f89e573a2824e939021ce"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/walkor/workerman/zipball/807780ff672775fcd08f89e573a2824e939021ce",
|
||
"reference": "807780ff672775fcd08f89e573a2824e939021ce",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.0"
|
||
},
|
||
"suggest": {
|
||
"ext-event": "For better performance. "
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Workerman\\": "./"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "walkor",
|
||
"email": "walkor@workerman.net",
|
||
"homepage": "http://www.workerman.net",
|
||
"role": "Developer"
|
||
}
|
||
],
|
||
"description": "An asynchronous event driven PHP framework for easily building fast, scalable network applications.",
|
||
"homepage": "http://www.workerman.net",
|
||
"keywords": [
|
||
"asynchronous",
|
||
"event-loop"
|
||
],
|
||
"support": {
|
||
"email": "walkor@workerman.net",
|
||
"forum": "http://wenda.workerman.net/",
|
||
"issues": "https://github.com/walkor/workerman/issues",
|
||
"source": "https://github.com/walkor/workerman",
|
||
"wiki": "http://doc.workerman.net/"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://opencollective.com/workerman",
|
||
"type": "open_collective"
|
||
},
|
||
{
|
||
"url": "https://www.patreon.com/walkor",
|
||
"type": "patreon"
|
||
}
|
||
],
|
||
"time": "2023-07-31T05:57:25+00:00"
|
||
}
|
||
],
|
||
"packages-dev": [],
|
||
"aliases": [],
|
||
"minimum-stability": "stable",
|
||
"stability-flags": [],
|
||
"prefer-stable": false,
|
||
"prefer-lowest": false,
|
||
"platform": {
|
||
"php": ">=7.2",
|
||
"ext-json": "*"
|
||
},
|
||
"platform-dev": [],
|
||
"plugin-api-version": "2.3.0"
|
||
}
|