3437 lines
119 KiB
Plaintext
3437 lines
119 KiB
Plaintext
|
{
|
||
|
"_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": "e9cc6619e8c1bb4e6546fcb9e369bcd4",
|
||
|
"packages": [
|
||
|
{
|
||
|
"name": "brick/math",
|
||
|
"version": "0.9.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/brick/math.git",
|
||
|
"reference": "283a40c901101e66de7061bd359252c013dcc43c"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/brick/math/zipball/283a40c901101e66de7061bd359252c013dcc43c",
|
||
|
"reference": "283a40c901101e66de7061bd359252c013dcc43c",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-json": "*",
|
||
|
"php": "^7.1|^8.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"php-coveralls/php-coveralls": "^2.2",
|
||
|
"phpunit/phpunit": "^7.5.15|^8.5",
|
||
|
"vimeo/psalm": "^3.5"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Brick\\Math\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"description": "Arbitrary-precision arithmetic library",
|
||
|
"keywords": [
|
||
|
"Arbitrary-precision",
|
||
|
"BigInteger",
|
||
|
"BigRational",
|
||
|
"arithmetic",
|
||
|
"bigdecimal",
|
||
|
"bignum",
|
||
|
"brick",
|
||
|
"math"
|
||
|
],
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/brick/math",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
],
|
||
|
"time": "2020-08-18T23:57:15+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "doctrine/inflector",
|
||
|
"version": "2.0.3",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/doctrine/inflector.git",
|
||
|
"reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/doctrine/inflector/zipball/9cf661f4eb38f7c881cac67c75ea9b00bf97b210",
|
||
|
"reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^7.2 || ^8.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"doctrine/coding-standard": "^7.0",
|
||
|
"phpstan/phpstan": "^0.11",
|
||
|
"phpstan/phpstan-phpunit": "^0.11",
|
||
|
"phpstan/phpstan-strict-rules": "^0.11",
|
||
|
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "2.0.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"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"
|
||
|
],
|
||
|
"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": "2020-05-29T15:13:26+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "ely/mojang-api",
|
||
|
"version": "0.2.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/elyby/mojang-api.git",
|
||
|
"reference": "bbc85be65b442205be9aadd3c719820426a197ed"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/elyby/mojang-api/zipball/bbc85be65b442205be9aadd3c719820426a197ed",
|
||
|
"reference": "bbc85be65b442205be9aadd3c719820426a197ed",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-json": "*",
|
||
|
"ext-mbstring": "*",
|
||
|
"guzzlehttp/guzzle": "^6|^7",
|
||
|
"php": ">=7.1.0",
|
||
|
"ramsey/uuid": "^3|^4"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"ely/php-code-style": "^0.3.0",
|
||
|
"phpunit/phpunit": "^7.0.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Ely\\Mojang\\": "src"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "ErickSkrauch",
|
||
|
"email": "erickskrauch@yandex.ru"
|
||
|
}
|
||
|
],
|
||
|
"description": "Library for access to Mojang API.",
|
||
|
"time": "2020-06-10T14:00:58+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "evenement/evenement",
|
||
|
"version": "v3.0.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/igorw/evenement.git",
|
||
|
"reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/igorw/evenement/zipball/531bfb9d15f8aa57454f5f0285b18bec903b8fb7",
|
||
|
"reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=7.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^6.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"psr-0": {
|
||
|
"Evenement": "src"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Igor Wiedler",
|
||
|
"email": "igor@wiedler.ch"
|
||
|
}
|
||
|
],
|
||
|
"description": "Événement is a very simple event dispatching library for PHP",
|
||
|
"keywords": [
|
||
|
"event-dispatcher",
|
||
|
"event-emitter"
|
||
|
],
|
||
|
"time": "2017-07-23T21:35:13+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "graham-campbell/result-type",
|
||
|
"version": "v1.0.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/GrahamCampbell/Result-Type.git",
|
||
|
"reference": "7e279d2cd5d7fbb156ce46daada972355cea27bb"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/7e279d2cd5d7fbb156ce46daada972355cea27bb",
|
||
|
"reference": "7e279d2cd5d7fbb156ce46daada972355cea27bb",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^7.0|^8.0",
|
||
|
"phpoption/phpoption": "^1.7.3"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^6.5|^7.5|^8.5|^9.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.0-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"GrahamCampbell\\ResultType\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Graham Campbell",
|
||
|
"email": "graham@alt-three.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "An Implementation Of The Result Type",
|
||
|
"keywords": [
|
||
|
"Graham Campbell",
|
||
|
"GrahamCampbell",
|
||
|
"Result Type",
|
||
|
"Result-Type",
|
||
|
"result"
|
||
|
],
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://github.com/GrahamCampbell",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
],
|
||
|
"time": "2020-04-13T13:17:36+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "guzzlehttp/guzzle",
|
||
|
"version": "6.5.5",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/guzzle/guzzle.git",
|
||
|
"reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
|
||
|
"reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-json": "*",
|
||
|
"guzzlehttp/promises": "^1.0",
|
||
|
"guzzlehttp/psr7": "^1.6.1",
|
||
|
"php": ">=5.5",
|
||
|
"symfony/polyfill-intl-idn": "^1.17.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"ext-curl": "*",
|
||
|
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
|
||
|
"psr/log": "^1.1"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"psr/log": "Required for using the Log middleware"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "6.5-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"GuzzleHttp\\": "src/"
|
||
|
},
|
||
|
"files": [
|
||
|
"src/functions_include.php"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Michael Dowling",
|
||
|
"email": "mtdowling@gmail.com",
|
||
|
"homepage": "https://github.com/mtdowling"
|
||
|
}
|
||
|
],
|
||
|
"description": "Guzzle is a PHP HTTP client library",
|
||
|
"homepage": "http://guzzlephp.org/",
|
||
|
"keywords": [
|
||
|
"client",
|
||
|
"curl",
|
||
|
"framework",
|
||
|
"http",
|
||
|
"http client",
|
||
|
"rest",
|
||
|
"web service"
|
||
|
],
|
||
|
"time": "2020-06-16T21:01:06+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "guzzlehttp/promises",
|
||
|
"version": "v1.3.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/guzzle/promises.git",
|
||
|
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
|
||
|
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.5.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^4.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.4-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"GuzzleHttp\\Promise\\": "src/"
|
||
|
},
|
||
|
"files": [
|
||
|
"src/functions_include.php"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Michael Dowling",
|
||
|
"email": "mtdowling@gmail.com",
|
||
|
"homepage": "https://github.com/mtdowling"
|
||
|
}
|
||
|
],
|
||
|
"description": "Guzzle promises library",
|
||
|
"keywords": [
|
||
|
"promise"
|
||
|
],
|
||
|
"time": "2016-12-20T10:07:11+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "guzzlehttp/psr7",
|
||
|
"version": "1.6.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/guzzle/psr7.git",
|
||
|
"reference": "239400de7a173fe9901b9ac7c06497751f00727a"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
|
||
|
"reference": "239400de7a173fe9901b9ac7c06497751f00727a",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.4.0",
|
||
|
"psr/http-message": "~1.0",
|
||
|
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
|
||
|
},
|
||
|
"provide": {
|
||
|
"psr/http-message-implementation": "1.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"ext-zlib": "*",
|
||
|
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.6-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"GuzzleHttp\\Psr7\\": "src/"
|
||
|
},
|
||
|
"files": [
|
||
|
"src/functions_include.php"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Michael Dowling",
|
||
|
"email": "mtdowling@gmail.com",
|
||
|
"homepage": "https://github.com/mtdowling"
|
||
|
},
|
||
|
{
|
||
|
"name": "Tobias Schultze",
|
||
|
"homepage": "https://github.com/Tobion"
|
||
|
}
|
||
|
],
|
||
|
"description": "PSR-7 message implementation that also provides common utility methods",
|
||
|
"keywords": [
|
||
|
"http",
|
||
|
"message",
|
||
|
"psr-7",
|
||
|
"request",
|
||
|
"response",
|
||
|
"stream",
|
||
|
"uri",
|
||
|
"url"
|
||
|
],
|
||
|
"time": "2019-07-01T23:21:34+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "illuminate/contracts",
|
||
|
"version": "v7.28.3",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/illuminate/contracts.git",
|
||
|
"reference": "cd12d3c23a3dbbb7b43e68b4105f68ad68d0c3cc"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/illuminate/contracts/zipball/cd12d3c23a3dbbb7b43e68b4105f68ad68d0c3cc",
|
||
|
"reference": "cd12d3c23a3dbbb7b43e68b4105f68ad68d0c3cc",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^7.2.5",
|
||
|
"psr/container": "^1.0",
|
||
|
"psr/simple-cache": "^1.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "7.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",
|
||
|
"time": "2020-09-07T02:45:15+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "illuminate/support",
|
||
|
"version": "v7.28.3",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/illuminate/support.git",
|
||
|
"reference": "8ee8e0e719cda577e2ca5b78766a4b079bf332f8"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/illuminate/support/zipball/8ee8e0e719cda577e2ca5b78766a4b079bf332f8",
|
||
|
"reference": "8ee8e0e719cda577e2ca5b78766a4b079bf332f8",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"doctrine/inflector": "^1.4|^2.0",
|
||
|
"ext-json": "*",
|
||
|
"ext-mbstring": "*",
|
||
|
"illuminate/contracts": "^7.0",
|
||
|
"nesbot/carbon": "^2.17",
|
||
|
"php": "^7.2.5",
|
||
|
"voku/portable-ascii": "^1.4.8"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"tightenco/collect": "<5.5.33"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"illuminate/filesystem": "Required to use the composer class (^7.0).",
|
||
|
"moontoast/math": "Required to use ordered UUIDs (^1.1).",
|
||
|
"ramsey/uuid": "Required to use Str::uuid() (^3.7|^4.0).",
|
||
|
"symfony/process": "Required to use the composer class (^5.0).",
|
||
|
"symfony/var-dumper": "Required to use the dd function (^5.0).",
|
||
|
"vlucas/phpdotenv": "Required to use the Env class and env helper (^4.0)."
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "7.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Illuminate\\Support\\": ""
|
||
|
},
|
||
|
"files": [
|
||
|
"helpers.php"
|
||
|
]
|
||
|
},
|
||
|
"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",
|
||
|
"time": "2020-08-28T14:23:23+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "kitetail/zttp",
|
||
|
"version": "v0.6.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/kitetail/zttp.git",
|
||
|
"reference": "92662d7f9025b4c9a0b8a585e31810461fcca435"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/kitetail/zttp/zipball/92662d7f9025b4c9a0b8a585e31810461fcca435",
|
||
|
"reference": "92662d7f9025b4c9a0b8a585e31810461fcca435",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"guzzlehttp/guzzle": "^6.0",
|
||
|
"php": ">=7.0",
|
||
|
"tightenco/collect": "^5.4"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"laravel/lumen-framework": "5.5.*",
|
||
|
"phpunit/phpunit": "^6.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"files": [
|
||
|
"src/Zttp.php"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Adam Wathan",
|
||
|
"email": "adam.wathan@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "A developer-experience focused HTTP client, optimized for most common use cases.",
|
||
|
"keywords": [
|
||
|
"Guzzle",
|
||
|
"http"
|
||
|
],
|
||
|
"time": "2019-06-10T12:18:52+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "mollie/polyfill-libsodium",
|
||
|
"version": "v1.1.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/mollie/polyfill-libsodium.git",
|
||
|
"reference": "60351707e048080a2218a97296f88733f050f183"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/mollie/polyfill-libsodium/zipball/60351707e048080a2218a97296f88733f050f183",
|
||
|
"reference": "60351707e048080a2218a97296f88733f050f183",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=7.0.0"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-sodium": "The new sodium php extension"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"files": [
|
||
|
"./bootstrap.php"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Martijn Smit",
|
||
|
"email": "smit@mollie.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Willem Stuursma-Ruwen",
|
||
|
"email": "willem@mollie.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "A polyfill package to transition from the libsodium php extension to the sodium extension. Which is included in PHP 7.2",
|
||
|
"time": "2018-01-22T16:27:22+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "monolog/monolog",
|
||
|
"version": "2.1.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/Seldaek/monolog.git",
|
||
|
"reference": "f9eee5cec93dfb313a38b6b288741e84e53f02d5"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/f9eee5cec93dfb313a38b6b288741e84e53f02d5",
|
||
|
"reference": "f9eee5cec93dfb313a38b6b288741e84e53f02d5",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=7.2",
|
||
|
"psr/log": "^1.0.1"
|
||
|
},
|
||
|
"provide": {
|
||
|
"psr/log-implementation": "1.0.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
|
||
|
"doctrine/couchdb": "~1.0@dev",
|
||
|
"elasticsearch/elasticsearch": "^6.0",
|
||
|
"graylog2/gelf-php": "^1.4.2",
|
||
|
"php-amqplib/php-amqplib": "~2.4",
|
||
|
"php-console/php-console": "^3.1.3",
|
||
|
"php-parallel-lint/php-parallel-lint": "^1.0",
|
||
|
"phpspec/prophecy": "^1.6.1",
|
||
|
"phpunit/phpunit": "^8.5",
|
||
|
"predis/predis": "^1.1",
|
||
|
"rollbar/rollbar": "^1.3",
|
||
|
"ruflin/elastica": ">=0.90 <3.0",
|
||
|
"swiftmailer/swiftmailer": "^5.3|^6.0"
|
||
|
},
|
||
|
"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-mbstring": "Allow to work properly with unicode symbols",
|
||
|
"ext-mongodb": "Allow sending log messages to a MongoDB server (via 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",
|
||
|
"php-console/php-console": "Allow sending log messages to Google Chrome",
|
||
|
"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-master": "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": "http://seld.be"
|
||
|
}
|
||
|
],
|
||
|
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
|
||
|
"homepage": "http://github.com/Seldaek/monolog",
|
||
|
"keywords": [
|
||
|
"log",
|
||
|
"logging",
|
||
|
"psr-3"
|
||
|
],
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://github.com/Seldaek",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
],
|
||
|
"time": "2020-07-23T08:41:23+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "nesbot/carbon",
|
||
|
"version": "2.40.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/briannesbitt/Carbon.git",
|
||
|
"reference": "6c7646154181013ecd55e80c201b9fd873c6ee5d"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/6c7646154181013ecd55e80c201b9fd873c6ee5d",
|
||
|
"reference": "6c7646154181013ecd55e80c201b9fd873c6ee5d",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-json": "*",
|
||
|
"php": "^7.1.8 || ^8.0",
|
||
|
"symfony/polyfill-mbstring": "^1.0",
|
||
|
"symfony/translation": "^3.4 || ^4.0 || ^5.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"doctrine/orm": "^2.7",
|
||
|
"friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
|
||
|
"kylekatarnls/multi-tester": "^2.0",
|
||
|
"phpmd/phpmd": "^2.9",
|
||
|
"phpstan/extension-installer": "^1.0",
|
||
|
"phpstan/phpstan": "^0.12.35",
|
||
|
"phpunit/phpunit": "^7.5 || ^8.0",
|
||
|
"squizlabs/php_codesniffer": "^3.4"
|
||
|
},
|
||
|
"bin": [
|
||
|
"bin/carbon"
|
||
|
],
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "2.x-dev",
|
||
|
"dev-3.x": "3.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": "http://nesbot.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "kylekatarnls",
|
||
|
"homepage": "http://github.com/kylekatarnls"
|
||
|
}
|
||
|
],
|
||
|
"description": "An API extension for DateTime that supports 281 different languages.",
|
||
|
"homepage": "http://carbon.nesbot.com",
|
||
|
"keywords": [
|
||
|
"date",
|
||
|
"datetime",
|
||
|
"time"
|
||
|
],
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://opencollective.com/Carbon",
|
||
|
"type": "open_collective"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
],
|
||
|
"time": "2020-09-11T19:00:58+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "paragonie/random_compat",
|
||
|
"version": "v9.99.99",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/paragonie/random_compat.git",
|
||
|
"reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
|
||
|
"reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^7"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "4.*|5.*",
|
||
|
"vimeo/psalm": "^1"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
|
||
|
},
|
||
|
"type": "library",
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Paragon Initiative Enterprises",
|
||
|
"email": "security@paragonie.com",
|
||
|
"homepage": "https://paragonie.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
|
||
|
"keywords": [
|
||
|
"csprng",
|
||
|
"polyfill",
|
||
|
"pseudorandom",
|
||
|
"random"
|
||
|
],
|
||
|
"time": "2018-07-02T15:55:56+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "phpoption/phpoption",
|
||
|
"version": "1.7.5",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/schmittjoh/php-option.git",
|
||
|
"reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/994ecccd8f3283ecf5ac33254543eb0ac946d525",
|
||
|
"reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^5.5.9 || ^7.0 || ^8.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"bamarni/composer-bin-plugin": "^1.4.1",
|
||
|
"phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0 || ^8.0 || ^9.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.7-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"
|
||
|
},
|
||
|
{
|
||
|
"name": "Graham Campbell",
|
||
|
"email": "graham@alt-three.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "Option Type for PHP",
|
||
|
"keywords": [
|
||
|
"language",
|
||
|
"option",
|
||
|
"php",
|
||
|
"type"
|
||
|
],
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://github.com/GrahamCampbell",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
],
|
||
|
"time": "2020-07-20T17:29:33+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "psr/container",
|
||
|
"version": "1.0.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/php-fig/container.git",
|
||
|
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
||
|
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.0.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Psr\\Container\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "PHP-FIG",
|
||
|
"homepage": "http://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"
|
||
|
],
|
||
|
"time": "2017-02-14T16:28:37+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "psr/http-message",
|
||
|
"version": "1.0.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/php-fig/http-message.git",
|
||
|
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
|
||
|
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.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": "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"
|
||
|
],
|
||
|
"time": "2016-08-06T14:39:51+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "psr/log",
|
||
|
"version": "1.1.3",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/php-fig/log.git",
|
||
|
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
|
||
|
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.1.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Psr\\Log\\": "Psr/Log/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "PHP-FIG",
|
||
|
"homepage": "http://www.php-fig.org/"
|
||
|
}
|
||
|
],
|
||
|
"description": "Common interface for logging libraries",
|
||
|
"homepage": "https://github.com/php-fig/log",
|
||
|
"keywords": [
|
||
|
"log",
|
||
|
"psr",
|
||
|
"psr-3"
|
||
|
],
|
||
|
"time": "2020-03-23T09:12:05+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "psr/simple-cache",
|
||
|
"version": "1.0.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/php-fig/simple-cache.git",
|
||
|
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
|
||
|
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.0.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Psr\\SimpleCache\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "PHP-FIG",
|
||
|
"homepage": "http://www.php-fig.org/"
|
||
|
}
|
||
|
],
|
||
|
"description": "Common interfaces for simple caching",
|
||
|
"keywords": [
|
||
|
"cache",
|
||
|
"caching",
|
||
|
"psr",
|
||
|
"psr-16",
|
||
|
"simple-cache"
|
||
|
],
|
||
|
"time": "2017-10-23T01:57:42+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.",
|
||
|
"time": "2019-03-08T08:55:37+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "ramsey/collection",
|
||
|
"version": "1.1.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/ramsey/collection.git",
|
||
|
"reference": "24d93aefb2cd786b7edd9f45b554aea20b28b9b1"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/ramsey/collection/zipball/24d93aefb2cd786b7edd9f45b554aea20b28b9b1",
|
||
|
"reference": "24d93aefb2cd786b7edd9f45b554aea20b28b9b1",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^7.2 || ^8"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"captainhook/captainhook": "^5.3",
|
||
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
|
||
|
"ergebnis/composer-normalize": "^2.6",
|
||
|
"fzaninotto/faker": "^1.5",
|
||
|
"hamcrest/hamcrest-php": "^2",
|
||
|
"jangregor/phpstan-prophecy": "^0.6",
|
||
|
"mockery/mockery": "^1.3",
|
||
|
"phpstan/extension-installer": "^1",
|
||
|
"phpstan/phpstan": "^0.12.32",
|
||
|
"phpstan/phpstan-mockery": "^0.12.5",
|
||
|
"phpstan/phpstan-phpunit": "^0.12.11",
|
||
|
"phpunit/phpunit": "^8.5",
|
||
|
"psy/psysh": "^0.10.4",
|
||
|
"slevomat/coding-standard": "^6.3",
|
||
|
"squizlabs/php_codesniffer": "^3.5",
|
||
|
"vimeo/psalm": "^3.12.2"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Ramsey\\Collection\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Ben Ramsey",
|
||
|
"email": "ben@benramsey.com",
|
||
|
"homepage": "https://benramsey.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "A PHP 7.2+ library for representing and manipulating collections.",
|
||
|
"keywords": [
|
||
|
"array",
|
||
|
"collection",
|
||
|
"hash",
|
||
|
"map",
|
||
|
"queue",
|
||
|
"set"
|
||
|
],
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://github.com/ramsey",
|
||
|
"type": "github"
|
||
|
}
|
||
|
],
|
||
|
"time": "2020-09-10T20:58:17+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "ramsey/uuid",
|
||
|
"version": "4.1.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/ramsey/uuid.git",
|
||
|
"reference": "cd4032040a750077205918c86049aa0f43d22947"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/ramsey/uuid/zipball/cd4032040a750077205918c86049aa0f43d22947",
|
||
|
"reference": "cd4032040a750077205918c86049aa0f43d22947",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"brick/math": "^0.8 || ^0.9",
|
||
|
"ext-json": "*",
|
||
|
"php": "^7.2 || ^8",
|
||
|
"ramsey/collection": "^1.0",
|
||
|
"symfony/polyfill-ctype": "^1.8"
|
||
|
},
|
||
|
"replace": {
|
||
|
"rhumsaa/uuid": "self.version"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"codeception/aspect-mock": "^3",
|
||
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7.0",
|
||
|
"doctrine/annotations": "^1.8",
|
||
|
"goaop/framework": "^2",
|
||
|
"mockery/mockery": "^1.3",
|
||
|
"moontoast/math": "^1.1",
|
||
|
"paragonie/random-lib": "^2",
|
||
|
"php-mock/php-mock-mockery": "^1.3",
|
||
|
"php-mock/php-mock-phpunit": "^2.5",
|
||
|
"php-parallel-lint/php-parallel-lint": "^1.1",
|
||
|
"phpbench/phpbench": "^0.17.1",
|
||
|
"phpstan/extension-installer": "^1.0",
|
||
|
"phpstan/phpstan": "^0.12",
|
||
|
"phpstan/phpstan-mockery": "^0.12",
|
||
|
"phpstan/phpstan-phpunit": "^0.12",
|
||
|
"phpunit/phpunit": "^8.5",
|
||
|
"psy/psysh": "^0.10.0",
|
||
|
"slevomat/coding-standard": "^6.0",
|
||
|
"squizlabs/php_codesniffer": "^3.5",
|
||
|
"vimeo/psalm": "3.9.4"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
|
||
|
"ext-ctype": "Enables faster processing of character classification using ctype functions.",
|
||
|
"ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
|
||
|
"ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
|
||
|
"paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
|
||
|
"ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "4.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Ramsey\\Uuid\\": "src/"
|
||
|
},
|
||
|
"files": [
|
||
|
"src/functions.php"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
|
||
|
"homepage": "https://github.com/ramsey/uuid",
|
||
|
"keywords": [
|
||
|
"guid",
|
||
|
"identifier",
|
||
|
"uuid"
|
||
|
],
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://github.com/ramsey",
|
||
|
"type": "github"
|
||
|
}
|
||
|
],
|
||
|
"time": "2020-08-18T17:17:46+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "ratchet/pawl",
|
||
|
"version": "v0.3.5",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/ratchetphp/Pawl.git",
|
||
|
"reference": "89ec703c76dc893484a2a0ed44b48a37d445abd5"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/ratchetphp/Pawl/zipball/89ec703c76dc893484a2a0ed44b48a37d445abd5",
|
||
|
"reference": "89ec703c76dc893484a2a0ed44b48a37d445abd5",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"evenement/evenement": "^3.0 || ^2.0",
|
||
|
"php": ">=5.4",
|
||
|
"ratchet/rfc6455": "^0.3",
|
||
|
"react/socket": "^1.0 || ^0.8 || ^0.7"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "~4.8"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"reactivex/rxphp": "~2.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Ratchet\\Client\\": "src"
|
||
|
},
|
||
|
"files": [
|
||
|
"src/functions_include.php"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"description": "Asynchronous WebSocket client",
|
||
|
"keywords": [
|
||
|
"Ratchet",
|
||
|
"async",
|
||
|
"client",
|
||
|
"websocket",
|
||
|
"websocket client"
|
||
|
],
|
||
|
"time": "2020-07-17T15:32:47+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "ratchet/rfc6455",
|
||
|
"version": "v0.3",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/ratchetphp/RFC6455.git",
|
||
|
"reference": "c8651c7938651c2d55f5d8c2422ac5e57a183341"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/ratchetphp/RFC6455/zipball/c8651c7938651c2d55f5d8c2422ac5e57a183341",
|
||
|
"reference": "c8651c7938651c2d55f5d8c2422ac5e57a183341",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"guzzlehttp/psr7": "^1.0",
|
||
|
"php": ">=5.4.2"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "5.7.*",
|
||
|
"react/socket": "^1.3"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Ratchet\\RFC6455\\": "src"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Chris Boden",
|
||
|
"email": "cboden@gmail.com",
|
||
|
"role": "Developer"
|
||
|
},
|
||
|
{
|
||
|
"name": "Matt Bonneau",
|
||
|
"role": "Developer"
|
||
|
}
|
||
|
],
|
||
|
"description": "RFC6455 WebSocket protocol handler",
|
||
|
"homepage": "http://socketo.me",
|
||
|
"keywords": [
|
||
|
"WebSockets",
|
||
|
"rfc6455",
|
||
|
"websocket"
|
||
|
],
|
||
|
"time": "2020-05-15T18:31:24+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "react/cache",
|
||
|
"version": "v1.1.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/reactphp/cache.git",
|
||
|
"reference": "44a568925556b0bd8cacc7b49fb0f1cf0d706a0c"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/reactphp/cache/zipball/44a568925556b0bd8cacc7b49fb0f1cf0d706a0c",
|
||
|
"reference": "44a568925556b0bd8cacc7b49fb0f1cf0d706a0c",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.0",
|
||
|
"react/promise": "^3.0 || ^2.0 || ^1.1"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"React\\Cache\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Christian Lück",
|
||
|
"email": "christian@clue.engineering",
|
||
|
"homepage": "https://clue.engineering/"
|
||
|
},
|
||
|
{
|
||
|
"name": "Cees-Jan Kiewiet",
|
||
|
"email": "reactphp@ceesjankiewiet.nl",
|
||
|
"homepage": "https://wyrihaximus.net/"
|
||
|
},
|
||
|
{
|
||
|
"name": "Jan Sorgalla",
|
||
|
"email": "jsorgalla@gmail.com",
|
||
|
"homepage": "https://sorgalla.com/"
|
||
|
},
|
||
|
{
|
||
|
"name": "Chris Boden",
|
||
|
"email": "cboden@gmail.com",
|
||
|
"homepage": "https://cboden.dev/"
|
||
|
}
|
||
|
],
|
||
|
"description": "Async, Promise-based cache interface for ReactPHP",
|
||
|
"keywords": [
|
||
|
"cache",
|
||
|
"caching",
|
||
|
"promise",
|
||
|
"reactphp"
|
||
|
],
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://github.com/WyriHaximus",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://github.com/clue",
|
||
|
"type": "github"
|
||
|
}
|
||
|
],
|
||
|
"time": "2020-09-18T12:12:35+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "react/datagram",
|
||
|
"version": "v1.5.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/reactphp/datagram.git",
|
||
|
"reference": "e4c5bf8daf44630f0a938f40fe2104b2b76ad2ff"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/reactphp/datagram/zipball/e4c5bf8daf44630f0a938f40fe2104b2b76ad2ff",
|
||
|
"reference": "e4c5bf8daf44630f0a938f40fe2104b2b76ad2ff",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"evenement/evenement": "^3.0 || ^2.0 || ^1.0",
|
||
|
"php": ">=5.3",
|
||
|
"react/dns": "^1.0 || ^0.4.13",
|
||
|
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3",
|
||
|
"react/promise": "~2.1|~1.2"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"clue/block-react": "~1.0",
|
||
|
"phpunit/phpunit": "^5.0 || ^4.8"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"React\\Datagram\\": "src"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Christian Lück",
|
||
|
"email": "christian@lueck.tv"
|
||
|
}
|
||
|
],
|
||
|
"description": "Event-driven UDP datagram socket client and server for ReactPHP",
|
||
|
"homepage": "https://github.com/reactphp/datagram",
|
||
|
"keywords": [
|
||
|
"Socket",
|
||
|
"async",
|
||
|
"client",
|
||
|
"datagram",
|
||
|
"dgram",
|
||
|
"reactphp",
|
||
|
"server",
|
||
|
"udp"
|
||
|
],
|
||
|
"time": "2019-07-10T10:04:15+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "react/dns",
|
||
|
"version": "v1.4.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/reactphp/dns.git",
|
||
|
"reference": "665260757171e2ab17485b44e7ffffa7acb6ca1f"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/reactphp/dns/zipball/665260757171e2ab17485b44e7ffffa7acb6ca1f",
|
||
|
"reference": "665260757171e2ab17485b44e7ffffa7acb6ca1f",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.0",
|
||
|
"react/cache": "^1.0 || ^0.6 || ^0.5",
|
||
|
"react/event-loop": "^1.0 || ^0.5",
|
||
|
"react/promise": "^3.0 || ^2.7 || ^1.2.1",
|
||
|
"react/promise-timer": "^1.2"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"clue/block-react": "^1.2",
|
||
|
"phpunit/phpunit": "^9.3 || ^4.8.35"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"React\\Dns\\": "src"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Christian Lück",
|
||
|
"email": "christian@clue.engineering",
|
||
|
"homepage": "https://clue.engineering/"
|
||
|
},
|
||
|
{
|
||
|
"name": "Cees-Jan Kiewiet",
|
||
|
"email": "reactphp@ceesjankiewiet.nl",
|
||
|
"homepage": "https://wyrihaximus.net/"
|
||
|
},
|
||
|
{
|
||
|
"name": "Jan Sorgalla",
|
||
|
"email": "jsorgalla@gmail.com",
|
||
|
"homepage": "https://sorgalla.com/"
|
||
|
},
|
||
|
{
|
||
|
"name": "Chris Boden",
|
||
|
"email": "cboden@gmail.com",
|
||
|
"homepage": "https://cboden.dev/"
|
||
|
}
|
||
|
],
|
||
|
"description": "Async DNS resolver for ReactPHP",
|
||
|
"keywords": [
|
||
|
"async",
|
||
|
"dns",
|
||
|
"dns-resolver",
|
||
|
"reactphp"
|
||
|
],
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://github.com/WyriHaximus",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://github.com/clue",
|
||
|
"type": "github"
|
||
|
}
|
||
|
],
|
||
|
"time": "2020-09-18T12:12:55+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "react/event-loop",
|
||
|
"version": "v1.1.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/reactphp/event-loop.git",
|
||
|
"reference": "6d24de090cd59cfc830263cfba965be77b563c13"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/reactphp/event-loop/zipball/6d24de090cd59cfc830263cfba965be77b563c13",
|
||
|
"reference": "6d24de090cd59cfc830263cfba965be77b563c13",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-event": "~1.0 for ExtEventLoop",
|
||
|
"ext-pcntl": "For signal handling support when using the StreamSelectLoop",
|
||
|
"ext-uv": "* for ExtUvLoop"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"React\\EventLoop\\": "src"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.",
|
||
|
"keywords": [
|
||
|
"asynchronous",
|
||
|
"event-loop"
|
||
|
],
|
||
|
"time": "2020-01-01T18:39:52+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "react/http",
|
||
|
"version": "v1.1.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/reactphp/http.git",
|
||
|
"reference": "754b0c18545d258922ffa907f3b18598280fdecd"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/reactphp/http/zipball/754b0c18545d258922ffa907f3b18598280fdecd",
|
||
|
"reference": "754b0c18545d258922ffa907f3b18598280fdecd",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"evenement/evenement": "^3.0 || ^2.0 || ^1.0",
|
||
|
"php": ">=5.3.0",
|
||
|
"psr/http-message": "^1.0",
|
||
|
"react/event-loop": "^1.0 || ^0.5",
|
||
|
"react/promise": "^2.3 || ^1.2.1",
|
||
|
"react/promise-stream": "^1.1",
|
||
|
"react/socket": "^1.6",
|
||
|
"react/stream": "^1.1",
|
||
|
"ringcentral/psr7": "^1.2"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"clue/block-react": "^1.1",
|
||
|
"clue/http-proxy-react": "^1.3",
|
||
|
"clue/reactphp-ssh-proxy": "^1.0",
|
||
|
"clue/socks-react": "^1.0",
|
||
|
"phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"React\\Http\\": "src"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Christian Lück",
|
||
|
"email": "christian@clue.engineering",
|
||
|
"homepage": "https://clue.engineering/"
|
||
|
},
|
||
|
{
|
||
|
"name": "Cees-Jan Kiewiet",
|
||
|
"email": "reactphp@ceesjankiewiet.nl",
|
||
|
"homepage": "https://wyrihaximus.net/"
|
||
|
},
|
||
|
{
|
||
|
"name": "Jan Sorgalla",
|
||
|
"email": "jsorgalla@gmail.com",
|
||
|
"homepage": "https://sorgalla.com/"
|
||
|
},
|
||
|
{
|
||
|
"name": "Chris Boden",
|
||
|
"email": "cboden@gmail.com",
|
||
|
"homepage": "https://cboden.dev/"
|
||
|
}
|
||
|
],
|
||
|
"description": "Event-driven, streaming HTTP client and server implementation for ReactPHP",
|
||
|
"keywords": [
|
||
|
"async",
|
||
|
"client",
|
||
|
"event-driven",
|
||
|
"http",
|
||
|
"http client",
|
||
|
"http server",
|
||
|
"https",
|
||
|
"psr-7",
|
||
|
"reactphp",
|
||
|
"server",
|
||
|
"streaming"
|
||
|
],
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://github.com/WyriHaximus",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://github.com/clue",
|
||
|
"type": "github"
|
||
|
}
|
||
|
],
|
||
|
"time": "2020-09-11T11:01:51+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "react/partial",
|
||
|
"version": "v2.0.2",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/reactphp/partial.git",
|
||
|
"reference": "b75ab9438424536c669d596feb94a37cc3dc644e"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/reactphp/partial/zipball/b75ab9438424536c669d596feb94a37cc3dc644e",
|
||
|
"reference": "b75ab9438424536c669d596feb94a37cc3dc644e",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.2"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "2.0-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-0": {
|
||
|
"React\\Partial": "src"
|
||
|
},
|
||
|
"files": [
|
||
|
"src/React/Partial/functions.php"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"description": "Partial function application.",
|
||
|
"keywords": [
|
||
|
"functional-programming",
|
||
|
"partial"
|
||
|
],
|
||
|
"time": "2014-12-12T16:39:23+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "react/promise",
|
||
|
"version": "v2.8.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/reactphp/promise.git",
|
||
|
"reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/reactphp/promise/zipball/f3cff96a19736714524ca0dd1d4130de73dbbbc4",
|
||
|
"reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.4.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^7.0 || ^6.5 || ^5.7 || ^4.8.36"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"React\\Promise\\": "src/"
|
||
|
},
|
||
|
"files": [
|
||
|
"src/functions_include.php"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Jan Sorgalla",
|
||
|
"email": "jsorgalla@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "A lightweight implementation of CommonJS Promises/A for PHP",
|
||
|
"keywords": [
|
||
|
"promise",
|
||
|
"promises"
|
||
|
],
|
||
|
"time": "2020-05-12T15:16:56+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "react/promise-stream",
|
||
|
"version": "v1.2.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/reactphp/promise-stream.git",
|
||
|
"reference": "6384d8b76cf7dcc44b0bf3343fb2b2928412d1fe"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/reactphp/promise-stream/zipball/6384d8b76cf7dcc44b0bf3343fb2b2928412d1fe",
|
||
|
"reference": "6384d8b76cf7dcc44b0bf3343fb2b2928412d1fe",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3",
|
||
|
"react/promise": "^2.1 || ^1.2",
|
||
|
"react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4.6"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"clue/block-react": "^1.0",
|
||
|
"phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35",
|
||
|
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3",
|
||
|
"react/promise-timer": "^1.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"React\\Promise\\Stream\\": "src/"
|
||
|
},
|
||
|
"files": [
|
||
|
"src/functions_include.php"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Christian Lück",
|
||
|
"email": "christian@lueck.tv"
|
||
|
}
|
||
|
],
|
||
|
"description": "The missing link between Promise-land and Stream-land for ReactPHP",
|
||
|
"homepage": "https://github.com/reactphp/promise-stream",
|
||
|
"keywords": [
|
||
|
"Buffer",
|
||
|
"async",
|
||
|
"promise",
|
||
|
"reactphp",
|
||
|
"stream",
|
||
|
"unwrap"
|
||
|
],
|
||
|
"time": "2019-07-03T12:29:10+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "react/promise-timer",
|
||
|
"version": "v1.6.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/reactphp/promise-timer.git",
|
||
|
"reference": "daee9baf6ef30c43ea4c86399f828bb5f558f6e6"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/reactphp/promise-timer/zipball/daee9baf6ef30c43ea4c86399f828bb5f558f6e6",
|
||
|
"reference": "daee9baf6ef30c43ea4c86399f828bb5f558f6e6",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3",
|
||
|
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
|
||
|
"react/promise": "^3.0 || ^2.7.0 || ^1.2.1"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^9.0 || ^5.7 || ^4.8.35"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"React\\Promise\\Timer\\": "src/"
|
||
|
},
|
||
|
"files": [
|
||
|
"src/functions_include.php"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Christian Lück",
|
||
|
"email": "christian@lueck.tv"
|
||
|
}
|
||
|
],
|
||
|
"description": "A trivial implementation of timeouts for Promises, built on top of ReactPHP.",
|
||
|
"homepage": "https://github.com/reactphp/promise-timer",
|
||
|
"keywords": [
|
||
|
"async",
|
||
|
"event-loop",
|
||
|
"promise",
|
||
|
"reactphp",
|
||
|
"timeout",
|
||
|
"timer"
|
||
|
],
|
||
|
"time": "2020-07-10T12:18:06+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "react/socket",
|
||
|
"version": "v1.6.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/reactphp/socket.git",
|
||
|
"reference": "e2b96b23a13ca9b41ab343268dbce3f8ef4d524a"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/reactphp/socket/zipball/e2b96b23a13ca9b41ab343268dbce3f8ef4d524a",
|
||
|
"reference": "e2b96b23a13ca9b41ab343268dbce3f8ef4d524a",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"evenement/evenement": "^3.0 || ^2.0 || ^1.0",
|
||
|
"php": ">=5.3.0",
|
||
|
"react/dns": "^1.1",
|
||
|
"react/event-loop": "^1.0 || ^0.5",
|
||
|
"react/promise": "^2.6.0 || ^1.2.1",
|
||
|
"react/promise-timer": "^1.4.0",
|
||
|
"react/stream": "^1.1"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"clue/block-react": "^1.2",
|
||
|
"phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35",
|
||
|
"react/promise-stream": "^1.2"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"React\\Socket\\": "src"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Christian Lück",
|
||
|
"email": "christian@clue.engineering",
|
||
|
"homepage": "https://clue.engineering/"
|
||
|
},
|
||
|
{
|
||
|
"name": "Cees-Jan Kiewiet",
|
||
|
"email": "reactphp@ceesjankiewiet.nl",
|
||
|
"homepage": "https://wyrihaximus.net/"
|
||
|
},
|
||
|
{
|
||
|
"name": "Jan Sorgalla",
|
||
|
"email": "jsorgalla@gmail.com",
|
||
|
"homepage": "https://sorgalla.com/"
|
||
|
},
|
||
|
{
|
||
|
"name": "Chris Boden",
|
||
|
"email": "cboden@gmail.com",
|
||
|
"homepage": "https://cboden.dev/"
|
||
|
}
|
||
|
],
|
||
|
"description": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP",
|
||
|
"keywords": [
|
||
|
"Connection",
|
||
|
"Socket",
|
||
|
"async",
|
||
|
"reactphp",
|
||
|
"stream"
|
||
|
],
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://github.com/WyriHaximus",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://github.com/clue",
|
||
|
"type": "github"
|
||
|
}
|
||
|
],
|
||
|
"time": "2020-08-28T12:49:05+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "react/stream",
|
||
|
"version": "v1.1.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/reactphp/stream.git",
|
||
|
"reference": "7c02b510ee3f582c810aeccd3a197b9c2f52ff1a"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/reactphp/stream/zipball/7c02b510ee3f582c810aeccd3a197b9c2f52ff1a",
|
||
|
"reference": "7c02b510ee3f582c810aeccd3a197b9c2f52ff1a",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"evenement/evenement": "^3.0 || ^2.0 || ^1.0",
|
||
|
"php": ">=5.3.8",
|
||
|
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"clue/stream-filter": "~1.2",
|
||
|
"phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"React\\Stream\\": "src"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP",
|
||
|
"keywords": [
|
||
|
"event-driven",
|
||
|
"io",
|
||
|
"non-blocking",
|
||
|
"pipe",
|
||
|
"reactphp",
|
||
|
"readable",
|
||
|
"stream",
|
||
|
"writable"
|
||
|
],
|
||
|
"time": "2020-05-04T10:17:57+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "ringcentral/psr7",
|
||
|
"version": "1.3.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/ringcentral/psr7.git",
|
||
|
"reference": "360faaec4b563958b673fb52bbe94e37f14bc686"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/ringcentral/psr7/zipball/360faaec4b563958b673fb52bbe94e37f14bc686",
|
||
|
"reference": "360faaec4b563958b673fb52bbe94e37f14bc686",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3",
|
||
|
"psr/http-message": "~1.0"
|
||
|
},
|
||
|
"provide": {
|
||
|
"psr/http-message-implementation": "1.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "~4.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.0-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"RingCentral\\Psr7\\": "src/"
|
||
|
},
|
||
|
"files": [
|
||
|
"src/functions_include.php"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Michael Dowling",
|
||
|
"email": "mtdowling@gmail.com",
|
||
|
"homepage": "https://github.com/mtdowling"
|
||
|
}
|
||
|
],
|
||
|
"description": "PSR-7 message implementation",
|
||
|
"keywords": [
|
||
|
"http",
|
||
|
"message",
|
||
|
"stream",
|
||
|
"uri"
|
||
|
],
|
||
|
"time": "2018-05-29T20:21:04+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/deprecation-contracts",
|
||
|
"version": "v2.2.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/deprecation-contracts.git",
|
||
|
"reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5fa56b4074d1ae755beb55617ddafe6f5d78f665",
|
||
|
"reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=7.1"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "2.2-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",
|
||
|
"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": "2020-09-07T11:33:47+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/options-resolver",
|
||
|
"version": "v5.1.5",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/options-resolver.git",
|
||
|
"reference": "9ff59517938f88d90b6e65311fef08faa640f681"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/9ff59517938f88d90b6e65311fef08faa640f681",
|
||
|
"reference": "9ff59517938f88d90b6e65311fef08faa640f681",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=7.2.5",
|
||
|
"symfony/deprecation-contracts": "^2.1",
|
||
|
"symfony/polyfill-php80": "^1.15"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "5.1-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Component\\OptionsResolver\\": ""
|
||
|
},
|
||
|
"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": "Symfony OptionsResolver Component",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"keywords": [
|
||
|
"config",
|
||
|
"configuration",
|
||
|
"options"
|
||
|
],
|
||
|
"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": "2020-07-12T12:58:00+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/polyfill-ctype",
|
||
|
"version": "v1.18.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
||
|
"reference": "1c302646f6efc070cd46856e600e5e0684d6b454"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454",
|
||
|
"reference": "1c302646f6efc070cd46856e600e5e0684d6b454",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.3"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-ctype": "For best performance"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.18-dev"
|
||
|
},
|
||
|
"thanks": {
|
||
|
"name": "symfony/polyfill",
|
||
|
"url": "https://github.com/symfony/polyfill"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Polyfill\\Ctype\\": ""
|
||
|
},
|
||
|
"files": [
|
||
|
"bootstrap.php"
|
||
|
]
|
||
|
},
|
||
|
"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"
|
||
|
],
|
||
|
"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": "2020-07-14T12:35:20+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/polyfill-intl-idn",
|
||
|
"version": "v1.18.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/polyfill-intl-idn.git",
|
||
|
"reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/5dcab1bc7146cf8c1beaa4502a3d9be344334251",
|
||
|
"reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.3",
|
||
|
"symfony/polyfill-intl-normalizer": "^1.10",
|
||
|
"symfony/polyfill-php70": "^1.10",
|
||
|
"symfony/polyfill-php72": "^1.10"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-intl": "For best performance"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.18-dev"
|
||
|
},
|
||
|
"thanks": {
|
||
|
"name": "symfony/polyfill",
|
||
|
"url": "https://github.com/symfony/polyfill"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Polyfill\\Intl\\Idn\\": ""
|
||
|
},
|
||
|
"files": [
|
||
|
"bootstrap.php"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Laurent Bassin",
|
||
|
"email": "laurent@bassin.info"
|
||
|
},
|
||
|
{
|
||
|
"name": "Trevor Rowbotham",
|
||
|
"email": "trevor.rowbotham@pm.me"
|
||
|
},
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"keywords": [
|
||
|
"compatibility",
|
||
|
"idn",
|
||
|
"intl",
|
||
|
"polyfill",
|
||
|
"portable",
|
||
|
"shim"
|
||
|
],
|
||
|
"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": "2020-08-04T06:02:08+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/polyfill-intl-normalizer",
|
||
|
"version": "v1.18.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
|
||
|
"reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e",
|
||
|
"reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.3"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-intl": "For best performance"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.18-dev"
|
||
|
},
|
||
|
"thanks": {
|
||
|
"name": "symfony/polyfill",
|
||
|
"url": "https://github.com/symfony/polyfill"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
|
||
|
},
|
||
|
"files": [
|
||
|
"bootstrap.php"
|
||
|
],
|
||
|
"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"
|
||
|
],
|
||
|
"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": "2020-07-14T12:35:20+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/polyfill-mbstring",
|
||
|
"version": "v1.18.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
||
|
"reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/a6977d63bf9a0ad4c65cd352709e230876f9904a",
|
||
|
"reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.3"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-mbstring": "For best performance"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.18-dev"
|
||
|
},
|
||
|
"thanks": {
|
||
|
"name": "symfony/polyfill",
|
||
|
"url": "https://github.com/symfony/polyfill"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
||
|
},
|
||
|
"files": [
|
||
|
"bootstrap.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": "Symfony polyfill for the Mbstring extension",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"keywords": [
|
||
|
"compatibility",
|
||
|
"mbstring",
|
||
|
"polyfill",
|
||
|
"portable",
|
||
|
"shim"
|
||
|
],
|
||
|
"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": "2020-07-14T12:35:20+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/polyfill-php70",
|
||
|
"version": "v1.18.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/polyfill-php70.git",
|
||
|
"reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0dd93f2c578bdc9c72697eaa5f1dd25644e618d3",
|
||
|
"reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"paragonie/random_compat": "~1.0|~2.0|~9.99",
|
||
|
"php": ">=5.3.3"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.18-dev"
|
||
|
},
|
||
|
"thanks": {
|
||
|
"name": "symfony/polyfill",
|
||
|
"url": "https://github.com/symfony/polyfill"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Polyfill\\Php70\\": ""
|
||
|
},
|
||
|
"files": [
|
||
|
"bootstrap.php"
|
||
|
],
|
||
|
"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.0+ features to lower PHP versions",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"keywords": [
|
||
|
"compatibility",
|
||
|
"polyfill",
|
||
|
"portable",
|
||
|
"shim"
|
||
|
],
|
||
|
"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": "2020-07-14T12:35:20+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/polyfill-php72",
|
||
|
"version": "v1.18.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/polyfill-php72.git",
|
||
|
"reference": "639447d008615574653fb3bc60d1986d7172eaae"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/639447d008615574653fb3bc60d1986d7172eaae",
|
||
|
"reference": "639447d008615574653fb3bc60d1986d7172eaae",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.3"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.18-dev"
|
||
|
},
|
||
|
"thanks": {
|
||
|
"name": "symfony/polyfill",
|
||
|
"url": "https://github.com/symfony/polyfill"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Polyfill\\Php72\\": ""
|
||
|
},
|
||
|
"files": [
|
||
|
"bootstrap.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": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"keywords": [
|
||
|
"compatibility",
|
||
|
"polyfill",
|
||
|
"portable",
|
||
|
"shim"
|
||
|
],
|
||
|
"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": "2020-07-14T12:35:20+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/polyfill-php80",
|
||
|
"version": "v1.18.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/polyfill-php80.git",
|
||
|
"reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/d87d5766cbf48d72388a9f6b85f280c8ad51f981",
|
||
|
"reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=7.0.8"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.18-dev"
|
||
|
},
|
||
|
"thanks": {
|
||
|
"name": "symfony/polyfill",
|
||
|
"url": "https://github.com/symfony/polyfill"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Polyfill\\Php80\\": ""
|
||
|
},
|
||
|
"files": [
|
||
|
"bootstrap.php"
|
||
|
],
|
||
|
"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"
|
||
|
],
|
||
|
"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": "2020-07-14T12:35:20+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/translation",
|
||
|
"version": "v5.1.5",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/translation.git",
|
||
|
"reference": "917b02cdc5f33e0309b8e9d33ee1480b20687413"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/translation/zipball/917b02cdc5f33e0309b8e9d33ee1480b20687413",
|
||
|
"reference": "917b02cdc5f33e0309b8e9d33ee1480b20687413",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=7.2.5",
|
||
|
"symfony/polyfill-mbstring": "~1.0",
|
||
|
"symfony/polyfill-php80": "^1.15",
|
||
|
"symfony/translation-contracts": "^2"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"symfony/config": "<4.4",
|
||
|
"symfony/dependency-injection": "<5.0",
|
||
|
"symfony/http-kernel": "<5.0",
|
||
|
"symfony/twig-bundle": "<5.0",
|
||
|
"symfony/yaml": "<4.4"
|
||
|
},
|
||
|
"provide": {
|
||
|
"symfony/translation-implementation": "2.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"psr/log": "~1.0",
|
||
|
"symfony/config": "^4.4|^5.0",
|
||
|
"symfony/console": "^4.4|^5.0",
|
||
|
"symfony/dependency-injection": "^5.0",
|
||
|
"symfony/finder": "^4.4|^5.0",
|
||
|
"symfony/http-kernel": "^5.0",
|
||
|
"symfony/intl": "^4.4|^5.0",
|
||
|
"symfony/service-contracts": "^1.1.2|^2",
|
||
|
"symfony/yaml": "^4.4|^5.0"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"psr/log-implementation": "To use logging capability in translator",
|
||
|
"symfony/config": "",
|
||
|
"symfony/yaml": ""
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "5.1-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"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": "Symfony Translation Component",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"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": "2020-08-17T10:01:29+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/translation-contracts",
|
||
|
"version": "v2.2.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/translation-contracts.git",
|
||
|
"reference": "77ce1c3627c9f39643acd9af086631f842c50c4d"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/77ce1c3627c9f39643acd9af086631f842c50c4d",
|
||
|
"reference": "77ce1c3627c9f39643acd9af086631f842c50c4d",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=7.2.5"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"symfony/translation-implementation": ""
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "2.2-dev"
|
||
|
},
|
||
|
"thanks": {
|
||
|
"name": "symfony/contracts",
|
||
|
"url": "https://github.com/symfony/contracts"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Contracts\\Translation\\": ""
|
||
|
}
|
||
|
},
|
||
|
"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"
|
||
|
],
|
||
|
"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": "2020-09-07T11:33:47+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/var-dumper",
|
||
|
"version": "v4.4.13",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/var-dumper.git",
|
||
|
"reference": "1bef32329f3166486ab7cb88599cae4875632b99"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/1bef32329f3166486ab7cb88599cae4875632b99",
|
||
|
"reference": "1bef32329f3166486ab7cb88599cae4875632b99",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=7.1.3",
|
||
|
"symfony/polyfill-mbstring": "~1.0",
|
||
|
"symfony/polyfill-php72": "~1.5",
|
||
|
"symfony/polyfill-php80": "^1.15"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
|
||
|
"symfony/console": "<3.4"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"ext-iconv": "*",
|
||
|
"symfony/console": "^3.4|^4.0|^5.0",
|
||
|
"symfony/process": "^4.4|^5.0",
|
||
|
"twig/twig": "^1.34|^2.4|^3.0"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
|
||
|
"ext-intl": "To show region name in time zone dump",
|
||
|
"symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
|
||
|
},
|
||
|
"bin": [
|
||
|
"Resources/bin/var-dump-server"
|
||
|
],
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "4.4-dev"
|
||
|
}
|
||
|
},
|
||
|
"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": "Symfony mechanism for exploring and dumping PHP variables",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"keywords": [
|
||
|
"debug",
|
||
|
"dump"
|
||
|
],
|
||
|
"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": "2020-08-17T07:31:35+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "team-reflex/discord-php",
|
||
|
"version": "v5.0.3",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/teamreflex/DiscordPHP.git",
|
||
|
"reference": "e7f09f16b4e0ebaaa67d2bba2de422a733c34c1c"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/teamreflex/DiscordPHP/zipball/e7f09f16b4e0ebaaa67d2bba2de422a733c34c1c",
|
||
|
"reference": "e7f09f16b4e0ebaaa67d2bba2de422a733c34c1c",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"guzzlehttp/guzzle": "~5.3|~6.0",
|
||
|
"illuminate/support": "^4.0|^5.0|^6.0|^7.0",
|
||
|
"mollie/polyfill-libsodium": "^1.1",
|
||
|
"monolog/monolog": "^2.1",
|
||
|
"nesbot/carbon": "^2.38",
|
||
|
"php": "^7.0",
|
||
|
"ratchet/pawl": "0.3.*",
|
||
|
"react/datagram": "1.5.*",
|
||
|
"react/http": "^1.1",
|
||
|
"react/partial": "^2.0",
|
||
|
"symfony/options-resolver": "^5.1.3",
|
||
|
"trafficcophp/bytebuffer": "^0.3"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"friendsofphp/php-cs-fixer": "^2.16",
|
||
|
"symfony/var-dumper": "*"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-event": "For a faster, and more performant loop",
|
||
|
"ext-libev": "For a faster, and more performant loop",
|
||
|
"ext-uv": "For a faster, and more performant loop. PHP >=7 only. Preferred."
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"files": [
|
||
|
"src/Discord/functions.php"
|
||
|
],
|
||
|
"psr-4": {
|
||
|
"Discord\\": "src/Discord"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "David Cole",
|
||
|
"email": "david@team-reflex.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Aaron Scherer",
|
||
|
"email": "aequasi@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "An unofficial API to interact with the voice and text service Discord.",
|
||
|
"time": "2020-09-23T05:43:14+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "tightenco/collect",
|
||
|
"version": "v5.8.38",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/tighten/collect.git",
|
||
|
"reference": "c93a7039e6207ad533a09109838fe80933fcc72c"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/tighten/collect/zipball/c93a7039e6207ad533a09109838fe80933fcc72c",
|
||
|
"reference": "c93a7039e6207ad533a09109838fe80933fcc72c",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^7.1.3",
|
||
|
"symfony/var-dumper": ">=3.4 <5"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"mockery/mockery": "^1.0",
|
||
|
"nesbot/carbon": "^1.26.3",
|
||
|
"phpunit/phpunit": "^7.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"files": [
|
||
|
"src/Collect/Support/helpers.php",
|
||
|
"src/Collect/Support/alias.php"
|
||
|
],
|
||
|
"psr-4": {
|
||
|
"Tightenco\\Collect\\": "src/Collect"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Taylor Otwell",
|
||
|
"email": "taylorotwell@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "Collect - Illuminate Collections as a separate package.",
|
||
|
"keywords": [
|
||
|
"collection",
|
||
|
"laravel"
|
||
|
],
|
||
|
"time": "2019-09-17T18:57:01+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "trafficcophp/bytebuffer",
|
||
|
"version": "v0.3",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/nesQuick/ByteBuffer.git",
|
||
|
"reference": "e94e5c87c41bc79c0f738b0fa89bad11d27ae0b4"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/nesQuick/ByteBuffer/zipball/e94e5c87c41bc79c0f738b0fa89bad11d27ae0b4",
|
||
|
"reference": "e94e5c87c41bc79c0f738b0fa89bad11d27ae0b4",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"psr-0": {
|
||
|
"TrafficCophp": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Ole 'nesQuick' Michaelis",
|
||
|
"email": "ole.michaelis@googlemail.com",
|
||
|
"homepage": "http://www.codestars.eu"
|
||
|
}
|
||
|
],
|
||
|
"description": "Node.js inspired byte stream buffer for PHP.",
|
||
|
"keywords": [
|
||
|
"Buffer",
|
||
|
"Bytehandling",
|
||
|
"Socket",
|
||
|
"binary data",
|
||
|
"library",
|
||
|
"pack",
|
||
|
"stream",
|
||
|
"wrapper"
|
||
|
],
|
||
|
"time": "2016-01-13T22:50:58+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "vlucas/phpdotenv",
|
||
|
"version": "v5.2.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/vlucas/phpdotenv.git",
|
||
|
"reference": "fba64139db67123c7a57072e5f8d3db10d160b66"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/fba64139db67123c7a57072e5f8d3db10d160b66",
|
||
|
"reference": "fba64139db67123c7a57072e5f8d3db10d160b66",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-pcre": "*",
|
||
|
"graham-campbell/result-type": "^1.0.1",
|
||
|
"php": "^7.1.3 || ^8.0",
|
||
|
"phpoption/phpoption": "^1.7.4",
|
||
|
"symfony/polyfill-ctype": "^1.17",
|
||
|
"symfony/polyfill-mbstring": "^1.17",
|
||
|
"symfony/polyfill-php80": "^1.17"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"bamarni/composer-bin-plugin": "^1.4.1",
|
||
|
"ext-filter": "*",
|
||
|
"phpunit/phpunit": "^7.5.20 || ^8.5.2 || ^9.0"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-filter": "Required to use the boolean validator."
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "5.2-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Dotenv\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Graham Campbell",
|
||
|
"email": "graham@alt-three.com",
|
||
|
"homepage": "https://gjcampbell.co.uk/"
|
||
|
},
|
||
|
{
|
||
|
"name": "Vance Lucas",
|
||
|
"email": "vance@vancelucas.com",
|
||
|
"homepage": "https://vancelucas.com/"
|
||
|
}
|
||
|
],
|
||
|
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
|
||
|
"keywords": [
|
||
|
"dotenv",
|
||
|
"env",
|
||
|
"environment"
|
||
|
],
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://github.com/GrahamCampbell",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
],
|
||
|
"time": "2020-09-14T15:57:31+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "voku/portable-ascii",
|
||
|
"version": "1.5.3",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/voku/portable-ascii.git",
|
||
|
"reference": "25bcbf01678930251fd572891447d9e318a6e2b8"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/voku/portable-ascii/zipball/25bcbf01678930251fd572891447d9e318a6e2b8",
|
||
|
"reference": "25bcbf01678930251fd572891447d9e318a6e2b8",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=7.0.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "~6.0 || ~7.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"
|
||
|
],
|
||
|
"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": "2020-07-22T23:32:04+00:00"
|
||
|
}
|
||
|
],
|
||
|
"packages-dev": [],
|
||
|
"aliases": [],
|
||
|
"minimum-stability": "stable",
|
||
|
"stability-flags": [],
|
||
|
"prefer-stable": false,
|
||
|
"prefer-lowest": false,
|
||
|
"platform": [],
|
||
|
"platform-dev": [],
|
||
|
"plugin-api-version": "1.1.0"
|
||
|
}
|