2017-02-11 15:03:22 -05:00
|
|
|
{
|
|
|
|
"_readme": [
|
|
|
|
"This file locks the dependencies of your project to a known state",
|
2019-01-23 12:36:43 -05:00
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
2017-02-11 15:03:22 -05:00
|
|
|
"This file is @generated automatically"
|
|
|
|
],
|
2021-02-25 14:49:17 -05:00
|
|
|
"content-hash": "2a87797422ae569bafcbb6476461ac38",
|
2017-02-11 15:03:22 -05:00
|
|
|
"packages": [
|
2017-07-21 17:15:43 -04:00
|
|
|
{
|
|
|
|
"name": "docopt/docopt",
|
2020-01-20 00:34:02 -05:00
|
|
|
"version": "1.0.4",
|
2017-07-21 17:15:43 -04:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/docopt/docopt.php.git",
|
2020-01-20 00:34:02 -05:00
|
|
|
"reference": "bf3683a16e09fa1665e493eb4d5a29469e132a4f"
|
2017-07-21 17:15:43 -04:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-01-20 00:34:02 -05:00
|
|
|
"url": "https://api.github.com/repos/docopt/docopt.php/zipball/bf3683a16e09fa1665e493eb4d5a29469e132a4f",
|
|
|
|
"reference": "bf3683a16e09fa1665e493eb4d5a29469e132a4f",
|
2017-07-21 17:15:43 -04:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "4.1.*"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/docopt.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Blake Williams",
|
|
|
|
"email": "code@shabbyrobe.org",
|
|
|
|
"homepage": "http://docopt.org/",
|
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
2020-01-20 00:34:02 -05:00
|
|
|
"description": "Port of Python's docopt for PHP >=5.3",
|
2017-07-21 17:15:43 -04:00
|
|
|
"homepage": "http://github.com/docopt/docopt.php",
|
|
|
|
"keywords": [
|
|
|
|
"cli",
|
|
|
|
"docs"
|
|
|
|
],
|
2021-02-25 14:49:17 -05:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/docopt/docopt.php/issues",
|
|
|
|
"source": "https://github.com/docopt/docopt.php/tree/1.0.4"
|
|
|
|
},
|
2020-01-20 00:34:02 -05:00
|
|
|
"time": "2019-12-03T02:48:46+00:00"
|
2017-07-21 17:15:43 -04:00
|
|
|
},
|
2020-01-21 08:42:38 -05:00
|
|
|
{
|
|
|
|
"name": "guzzlehttp/guzzle",
|
2020-09-09 10:59:28 -04:00
|
|
|
"version": "6.5.5",
|
2020-01-21 08:42:38 -05:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/guzzle/guzzle.git",
|
2020-09-09 10:59:28 -04:00
|
|
|
"reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e"
|
2020-01-21 08:42:38 -05:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-09-09 10:59:28 -04:00
|
|
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
|
|
|
|
"reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
|
2020-01-21 08:42:38 -05:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-json": "*",
|
|
|
|
"guzzlehttp/promises": "^1.0",
|
|
|
|
"guzzlehttp/psr7": "^1.6.1",
|
2020-09-09 10:59:28 -04:00
|
|
|
"php": ">=5.5",
|
|
|
|
"symfony/polyfill-intl-idn": "^1.17.0"
|
2020-01-21 08:42:38 -05:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
],
|
2021-02-25 14:49:17 -05:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/guzzle/guzzle/issues",
|
|
|
|
"source": "https://github.com/guzzle/guzzle/tree/6.5"
|
|
|
|
},
|
2020-09-09 10:59:28 -04:00
|
|
|
"time": "2020-06-16T21:01:06+00:00"
|
2020-01-21 08:42:38 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "guzzlehttp/promises",
|
2021-04-14 09:50:25 -04:00
|
|
|
"version": "1.4.1",
|
2020-01-21 08:42:38 -05:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/guzzle/promises.git",
|
2021-04-14 09:50:25 -04:00
|
|
|
"reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d"
|
2020-01-21 08:42:38 -05:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2021-04-14 09:50:25 -04:00
|
|
|
"url": "https://api.github.com/repos/guzzle/promises/zipball/8e7d04f1f6450fef59366c399cfad4b9383aa30d",
|
|
|
|
"reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d",
|
2020-01-21 08:42:38 -05:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-10-26 14:44:54 -04:00
|
|
|
"php": ">=5.5"
|
2020-01-21 08:42:38 -05:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2020-10-26 14:44:54 -04:00
|
|
|
"symfony/phpunit-bridge": "^4.4 || ^5.1"
|
2020-01-21 08:42:38 -05:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
],
|
2021-02-25 14:49:17 -05:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/guzzle/promises/issues",
|
2021-04-14 09:50:25 -04:00
|
|
|
"source": "https://github.com/guzzle/promises/tree/1.4.1"
|
2021-02-25 14:49:17 -05:00
|
|
|
},
|
2021-04-14 09:50:25 -04:00
|
|
|
"time": "2021-03-07T09:25:29+00:00"
|
2020-01-21 08:42:38 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "guzzlehttp/psr7",
|
2021-05-21 12:11:50 -04:00
|
|
|
"version": "1.8.2",
|
2020-01-21 08:42:38 -05:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/guzzle/psr7.git",
|
2021-05-21 12:11:50 -04:00
|
|
|
"reference": "dc960a912984efb74d0a90222870c72c87f10c91"
|
2020-01-21 08:42:38 -05:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2021-05-21 12:11:50 -04:00
|
|
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/dc960a912984efb74d0a90222870c72c87f10c91",
|
|
|
|
"reference": "dc960a912984efb74d0a90222870c72c87f10c91",
|
2020-01-21 08:42:38 -05:00
|
|
|
"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": "*",
|
2020-10-26 14:44:54 -04:00
|
|
|
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
|
2020-01-21 08:42:38 -05:00
|
|
|
},
|
|
|
|
"suggest": {
|
2020-10-26 14:44:54 -04:00
|
|
|
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
2020-01-21 08:42:38 -05:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2020-10-26 14:44:54 -04:00
|
|
|
"dev-master": "1.7-dev"
|
2020-01-21 08:42:38 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
],
|
2021-02-25 14:49:17 -05:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/guzzle/psr7/issues",
|
2021-05-21 12:11:50 -04:00
|
|
|
"source": "https://github.com/guzzle/psr7/tree/1.8.2"
|
2021-02-25 14:49:17 -05:00
|
|
|
},
|
2021-05-21 12:11:50 -04:00
|
|
|
"time": "2021-04-26T09:17:50+00:00"
|
2020-01-21 08:42:38 -05:00
|
|
|
},
|
2017-02-20 17:04:13 -05:00
|
|
|
{
|
|
|
|
"name": "hosteurope/password-generator",
|
|
|
|
"version": "v1.0.1",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/hosteurope/password-generator.git",
|
|
|
|
"reference": "21bb99eb9ae47191d816368d3d9e54562e3f9a5f"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/hosteurope/password-generator/zipball/21bb99eb9ae47191d816368d3d9e54562e3f9a5f",
|
|
|
|
"reference": "21bb99eb9ae47191d816368d3d9e54562e3f9a5f",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.0.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^5.5"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"PasswordGenerator\\": "src/",
|
|
|
|
"PasswordGeneratorTests\\": "tests/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Karim Geiger",
|
|
|
|
"email": "karim.geiger@heg.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Password generator for generating policy-compliant passwords.",
|
2021-02-25 14:49:17 -05:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/hosteurope/password-generator/issues",
|
|
|
|
"source": "https://github.com/hosteurope/password-generator/tree/master"
|
|
|
|
},
|
2017-02-20 17:04:13 -05:00
|
|
|
"time": "2016-12-08T09:32:12+00:00"
|
|
|
|
},
|
2017-09-16 19:57:33 -04:00
|
|
|
{
|
|
|
|
"name": "jkingweb/druuid",
|
|
|
|
"version": "3.0.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/JKingweb/DrUUID.git",
|
|
|
|
"reference": "ca88019069f03ee9c0b1bb6b0200f421bbc9607e"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/JKingweb/DrUUID/zipball/ca88019069f03ee9c0b1bb6b0200f421bbc9607e",
|
|
|
|
"reference": "ca88019069f03ee9c0b1bb6b0200f421bbc9607e",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.0"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-bcmath": "Supported alternative to GMP on 32-bit systems",
|
|
|
|
"ext-gmp": "Recommended on 32-bit installations for time-base UUIDs",
|
|
|
|
"phpseclib/phpseclib": "Supported alternative to GMP or BC Math on 32-bit systems (either v1.x or v2.x)"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"JKingWeb\\DrUUID\\": "lib/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "J. King",
|
|
|
|
"email": "jking@jkingweb.ca",
|
|
|
|
"homepage": "https://jkingweb.ca/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "DrUUID RFC 4122 library for PHP",
|
|
|
|
"keywords": [
|
|
|
|
"uuid"
|
|
|
|
],
|
2021-02-25 14:49:17 -05:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/JKingweb/DrUUID/issues",
|
|
|
|
"source": "https://github.com/JKingweb/DrUUID/tree/3.0.0"
|
|
|
|
},
|
2017-09-16 19:57:33 -04:00
|
|
|
"time": "2017-02-09T14:17:01+00:00"
|
|
|
|
},
|
2020-01-21 08:42:38 -05:00
|
|
|
{
|
|
|
|
"name": "kevinrob/guzzle-cache-middleware",
|
|
|
|
"version": "v2.1.1",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Kevinrob/guzzle-cache-middleware.git",
|
|
|
|
"reference": "6952064f7747756b0be7b4c234c0fd7535ea4c8c"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/Kevinrob/guzzle-cache-middleware/zipball/6952064f7747756b0be7b4c234c0fd7535ea4c8c",
|
|
|
|
"reference": "6952064f7747756b0be7b4c234c0fd7535ea4c8c",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.5.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"cache/array-adapter": "^0.4",
|
|
|
|
"doctrine/cache": "^1.0",
|
|
|
|
"guzzlehttp/guzzle": "^6.0",
|
|
|
|
"illuminate/cache": "^5.0",
|
|
|
|
"league/flysystem": "^1.0",
|
|
|
|
"phpunit/phpunit": "^4.0 || ^5.0",
|
|
|
|
"psr/cache": "^1.0"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"doctrine/cache": "This library have a lot of ready-to-use cache storage (to be use with Kevinrob\\GuzzleCache\\Storage\\DoctrineCacheStorage)",
|
|
|
|
"guzzlehttp/guzzle": "For using this library. It was created for Guzzle6. (but you can use it with any PSR-7 HTTP Client)",
|
|
|
|
"laravel/framework": "To be use with Kevinrob\\GuzzleCache\\Storage\\LaravelCacheStorage",
|
|
|
|
"league/flysystem": "To be use with Kevinrob\\GuzzleCache\\Storage\\FlysystemStorage",
|
|
|
|
"psr/cache": "To be use with Kevinrob\\GuzzleCache\\Storage\\Psr6CacheStorage"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Kevinrob\\GuzzleCache\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Kevin Robatel",
|
|
|
|
"email": "kevinrob2@gmail.com",
|
|
|
|
"homepage": "https://github.com/Kevinrob"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A HTTP/1.1 Cache for Guzzle 6. It's a simple Middleware to be added in the HandlerStack. (RFC 7234)",
|
|
|
|
"homepage": "https://github.com/Kevinrob/guzzle-cache-middleware",
|
|
|
|
"keywords": [
|
|
|
|
"Etag",
|
|
|
|
"Flysystem",
|
|
|
|
"Guzzle",
|
|
|
|
"cache",
|
|
|
|
"cache-control",
|
|
|
|
"doctrine",
|
|
|
|
"expiration",
|
|
|
|
"guzzle6",
|
|
|
|
"handler",
|
|
|
|
"http",
|
|
|
|
"http 1.1",
|
|
|
|
"middleware",
|
|
|
|
"performance",
|
|
|
|
"php",
|
|
|
|
"promise",
|
|
|
|
"psr6",
|
|
|
|
"psr7",
|
|
|
|
"rfc7234",
|
|
|
|
"validation"
|
|
|
|
],
|
2021-02-25 14:49:17 -05:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/Kevinrob/guzzle-cache-middleware/issues",
|
|
|
|
"source": "https://github.com/Kevinrob/guzzle-cache-middleware/tree/master"
|
|
|
|
},
|
2020-01-21 08:42:38 -05:00
|
|
|
"time": "2017-08-17T12:23:43+00:00"
|
|
|
|
},
|
2020-01-20 00:34:02 -05:00
|
|
|
{
|
|
|
|
"name": "laminas/laminas-diactoros",
|
2020-09-09 10:59:28 -04:00
|
|
|
"version": "2.4.1",
|
2020-01-20 00:34:02 -05:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/laminas/laminas-diactoros.git",
|
2020-09-09 10:59:28 -04:00
|
|
|
"reference": "36ef09b73e884135d2059cc498c938e90821bb57"
|
2020-01-20 00:34:02 -05:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-09-09 10:59:28 -04:00
|
|
|
"url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/36ef09b73e884135d2059cc498c938e90821bb57",
|
|
|
|
"reference": "36ef09b73e884135d2059cc498c938e90821bb57",
|
2020-01-20 00:34:02 -05:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"laminas/laminas-zendframework-bridge": "^1.0",
|
|
|
|
"php": "^7.1",
|
|
|
|
"psr/http-factory": "^1.0",
|
|
|
|
"psr/http-message": "^1.0"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"phpspec/prophecy": "<1.9.0"
|
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"psr/http-factory-implementation": "1.0",
|
|
|
|
"psr/http-message-implementation": "1.0"
|
|
|
|
},
|
|
|
|
"replace": {
|
2020-09-09 10:59:28 -04:00
|
|
|
"zendframework/zend-diactoros": "^2.2.1"
|
2020-01-20 00:34:02 -05:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"ext-curl": "*",
|
|
|
|
"ext-dom": "*",
|
2020-09-09 10:59:28 -04:00
|
|
|
"ext-gd": "*",
|
2020-01-20 00:34:02 -05:00
|
|
|
"ext-libxml": "*",
|
|
|
|
"http-interop/http-factory-tests": "^0.5.0",
|
|
|
|
"laminas/laminas-coding-standard": "~1.0.0",
|
2020-09-09 10:59:28 -04:00
|
|
|
"php-http/psr7-integration-tests": "^1.0",
|
2020-01-20 00:34:02 -05:00
|
|
|
"phpunit/phpunit": "^7.5.18"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
2020-09-09 10:59:28 -04:00
|
|
|
"laminas": {
|
|
|
|
"config-provider": "Laminas\\Diactoros\\ConfigProvider",
|
|
|
|
"module": "Laminas\\Diactoros"
|
2020-01-20 00:34:02 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"src/functions/create_uploaded_file.php",
|
|
|
|
"src/functions/marshal_headers_from_sapi.php",
|
|
|
|
"src/functions/marshal_method_from_sapi.php",
|
|
|
|
"src/functions/marshal_protocol_version_from_sapi.php",
|
|
|
|
"src/functions/marshal_uri_from_sapi.php",
|
|
|
|
"src/functions/normalize_server.php",
|
|
|
|
"src/functions/normalize_uploaded_files.php",
|
|
|
|
"src/functions/parse_cookie_header.php",
|
|
|
|
"src/functions/create_uploaded_file.legacy.php",
|
|
|
|
"src/functions/marshal_headers_from_sapi.legacy.php",
|
|
|
|
"src/functions/marshal_method_from_sapi.legacy.php",
|
|
|
|
"src/functions/marshal_protocol_version_from_sapi.legacy.php",
|
|
|
|
"src/functions/marshal_uri_from_sapi.legacy.php",
|
|
|
|
"src/functions/normalize_server.legacy.php",
|
|
|
|
"src/functions/normalize_uploaded_files.legacy.php",
|
|
|
|
"src/functions/parse_cookie_header.legacy.php"
|
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"Laminas\\Diactoros\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"description": "PSR HTTP Message implementations",
|
|
|
|
"homepage": "https://laminas.dev",
|
|
|
|
"keywords": [
|
|
|
|
"http",
|
|
|
|
"laminas",
|
|
|
|
"psr",
|
2020-09-09 10:59:28 -04:00
|
|
|
"psr-17",
|
2020-01-20 00:34:02 -05:00
|
|
|
"psr-7"
|
|
|
|
],
|
2021-02-25 14:49:17 -05:00
|
|
|
"support": {
|
|
|
|
"chat": "https://laminas.dev/chat",
|
|
|
|
"docs": "https://docs.laminas.dev/laminas-diactoros/",
|
|
|
|
"forum": "https://discourse.laminas.dev",
|
|
|
|
"issues": "https://github.com/laminas/laminas-diactoros/issues",
|
|
|
|
"rss": "https://github.com/laminas/laminas-diactoros/releases.atom",
|
|
|
|
"source": "https://github.com/laminas/laminas-diactoros"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://funding.communitybridge.org/projects/laminas-project",
|
|
|
|
"type": "community_bridge"
|
|
|
|
}
|
|
|
|
],
|
2020-09-09 10:59:28 -04:00
|
|
|
"time": "2020-09-03T14:29:41+00:00"
|
2020-01-20 00:34:02 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "laminas/laminas-httphandlerrunner",
|
2020-09-09 10:59:28 -04:00
|
|
|
"version": "1.2.0",
|
2020-01-20 00:34:02 -05:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/laminas/laminas-httphandlerrunner.git",
|
2020-09-09 10:59:28 -04:00
|
|
|
"reference": "e1a5dad040e0043135e8095ee27d1fbf6fb640e1"
|
2020-01-20 00:34:02 -05:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-09-09 10:59:28 -04:00
|
|
|
"url": "https://api.github.com/repos/laminas/laminas-httphandlerrunner/zipball/e1a5dad040e0043135e8095ee27d1fbf6fb640e1",
|
|
|
|
"reference": "e1a5dad040e0043135e8095ee27d1fbf6fb640e1",
|
2020-01-20 00:34:02 -05:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"laminas/laminas-zendframework-bridge": "^1.0",
|
|
|
|
"php": "^7.1",
|
|
|
|
"psr/http-message": "^1.0",
|
|
|
|
"psr/http-message-implementation": "^1.0",
|
|
|
|
"psr/http-server-handler": "^1.0"
|
|
|
|
},
|
|
|
|
"replace": {
|
2020-09-09 10:59:28 -04:00
|
|
|
"zendframework/zend-httphandlerrunner": "^1.1.0"
|
2020-01-20 00:34:02 -05:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"laminas/laminas-coding-standard": "~1.0.0",
|
|
|
|
"laminas/laminas-diactoros": "^1.7 || ^2.1.1",
|
|
|
|
"phpunit/phpunit": "^7.0.2"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2020-09-09 10:59:28 -04:00
|
|
|
"dev-master": "1.2.x-dev",
|
|
|
|
"dev-develop": "1.3.x-dev"
|
2020-01-20 00:34:02 -05:00
|
|
|
},
|
|
|
|
"laminas": {
|
|
|
|
"config-provider": "Laminas\\HttpHandlerRunner\\ConfigProvider"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Laminas\\HttpHandlerRunner\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"description": "Execute PSR-15 RequestHandlerInterface instances and emit responses they generate.",
|
|
|
|
"homepage": "https://laminas.dev",
|
|
|
|
"keywords": [
|
|
|
|
"components",
|
|
|
|
"laminas",
|
|
|
|
"mezzio",
|
|
|
|
"psr-15",
|
|
|
|
"psr-7"
|
|
|
|
],
|
2021-02-25 14:49:17 -05:00
|
|
|
"support": {
|
|
|
|
"chat": "https://laminas.dev/chat",
|
|
|
|
"docs": "https://docs.laminas.dev/laminas-httphandlerrunner/",
|
|
|
|
"forum": "https://discourse.laminas.dev",
|
|
|
|
"issues": "https://github.com/laminas/laminas-httphandlerrunner/issues",
|
|
|
|
"rss": "https://github.com/laminas/laminas-httphandlerrunner/releases.atom",
|
|
|
|
"source": "https://github.com/laminas/laminas-httphandlerrunner"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://funding.communitybridge.org/projects/laminas-project",
|
|
|
|
"type": "community_bridge"
|
|
|
|
}
|
|
|
|
],
|
2020-09-09 10:59:28 -04:00
|
|
|
"time": "2020-06-03T15:52:17+00:00"
|
2020-01-20 00:34:02 -05:00
|
|
|
},
|
2020-01-21 08:42:38 -05:00
|
|
|
{
|
|
|
|
"name": "laminas/laminas-xml",
|
|
|
|
"version": "1.2.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/laminas/laminas-xml.git",
|
|
|
|
"reference": "879cc66d1bba6a37705e98074f52a6960c220020"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/laminas/laminas-xml/zipball/879cc66d1bba6a37705e98074f52a6960c220020",
|
|
|
|
"reference": "879cc66d1bba6a37705e98074f52a6960c220020",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"laminas/laminas-zendframework-bridge": "^1.0",
|
|
|
|
"php": "^5.6 || ^7.0"
|
|
|
|
},
|
|
|
|
"replace": {
|
|
|
|
"zendframework/zendxml": "self.version"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"laminas/laminas-coding-standard": "~1.0.0",
|
|
|
|
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.2.x-dev",
|
|
|
|
"dev-develop": "1.3.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Laminas\\Xml\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"description": "Utility library for XML usage, best practices, and security in PHP",
|
|
|
|
"homepage": "https://laminas.dev",
|
|
|
|
"keywords": [
|
|
|
|
"laminas",
|
|
|
|
"security",
|
|
|
|
"xml"
|
|
|
|
],
|
2021-02-25 14:49:17 -05:00
|
|
|
"support": {
|
|
|
|
"chat": "https://laminas.dev/chat",
|
|
|
|
"docs": "https://docs.laminas.dev/laminas-xml/",
|
|
|
|
"forum": "https://discourse.laminas.dev",
|
|
|
|
"issues": "https://github.com/laminas/laminas-xml/issues",
|
|
|
|
"rss": "https://github.com/laminas/laminas-xml/releases.atom",
|
|
|
|
"source": "https://github.com/laminas/laminas-xml"
|
|
|
|
},
|
2020-01-21 08:42:38 -05:00
|
|
|
"time": "2019-12-31T18:05:42+00:00"
|
|
|
|
},
|
2020-01-20 00:34:02 -05:00
|
|
|
{
|
|
|
|
"name": "laminas/laminas-zendframework-bridge",
|
2020-09-15 08:45:49 -04:00
|
|
|
"version": "1.1.1",
|
2020-01-20 00:34:02 -05:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/laminas/laminas-zendframework-bridge.git",
|
2020-09-15 08:45:49 -04:00
|
|
|
"reference": "6ede70583e101030bcace4dcddd648f760ddf642"
|
2020-01-20 00:34:02 -05:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-09-15 08:45:49 -04:00
|
|
|
"url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/6ede70583e101030bcace4dcddd648f760ddf642",
|
|
|
|
"reference": "6ede70583e101030bcace4dcddd648f760ddf642",
|
2020-01-20 00:34:02 -05:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-09-09 10:59:28 -04:00
|
|
|
"php": "^5.6 || ^7.0 || ^8.0"
|
2020-01-20 00:34:02 -05:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2020-09-09 10:59:28 -04:00
|
|
|
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1 || ^9.3",
|
2020-01-20 00:34:02 -05:00
|
|
|
"squizlabs/php_codesniffer": "^3.5"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"laminas": {
|
|
|
|
"module": "Laminas\\ZendFrameworkBridge"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"src/autoload.php"
|
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"Laminas\\ZendFrameworkBridge\\": "src//"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"description": "Alias legacy ZF class names to Laminas Project equivalents.",
|
|
|
|
"keywords": [
|
|
|
|
"ZendFramework",
|
|
|
|
"autoloading",
|
|
|
|
"laminas",
|
|
|
|
"zf"
|
|
|
|
],
|
2021-02-25 14:49:17 -05:00
|
|
|
"support": {
|
|
|
|
"forum": "https://discourse.laminas.dev/",
|
|
|
|
"issues": "https://github.com/laminas/laminas-zendframework-bridge/issues",
|
|
|
|
"rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom",
|
|
|
|
"source": "https://github.com/laminas/laminas-zendframework-bridge"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://funding.communitybridge.org/projects/laminas-project",
|
|
|
|
"type": "community_bridge"
|
|
|
|
}
|
|
|
|
],
|
2020-09-15 08:45:49 -04:00
|
|
|
"time": "2020-09-14T14:23:00+00:00"
|
2020-01-20 00:34:02 -05:00
|
|
|
},
|
2019-01-23 12:36:43 -05:00
|
|
|
{
|
2020-01-21 08:42:38 -05:00
|
|
|
"name": "nicolus/picofeed",
|
2020-09-15 08:45:49 -04:00
|
|
|
"version": "0.1.43",
|
2019-01-23 12:36:43 -05:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2020-02-16 17:37:13 -05:00
|
|
|
"url": "https://github.com/nicolus/picoFeed.git",
|
2020-09-15 08:45:49 -04:00
|
|
|
"reference": "e6bfe8d30009603702d1bff46a7abf8bfb25f8a8"
|
2019-01-23 12:36:43 -05:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-09-15 08:45:49 -04:00
|
|
|
"url": "https://api.github.com/repos/nicolus/picoFeed/zipball/e6bfe8d30009603702d1bff46a7abf8bfb25f8a8",
|
|
|
|
"reference": "e6bfe8d30009603702d1bff46a7abf8bfb25f8a8",
|
2019-01-23 12:36:43 -05:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-dom": "*",
|
|
|
|
"ext-iconv": "*",
|
|
|
|
"ext-libxml": "*",
|
|
|
|
"ext-simplexml": "*",
|
|
|
|
"ext-xml": "*",
|
2020-01-21 08:42:38 -05:00
|
|
|
"guzzlehttp/guzzle": "~6.0",
|
|
|
|
"kevinrob/guzzle-cache-middleware": "^2.1",
|
|
|
|
"laminas/laminas-xml": "^1.0",
|
|
|
|
"php": ">=7.1",
|
|
|
|
"psr/log": "^1.0"
|
2019-01-23 12:36:43 -05:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2020-01-21 08:42:38 -05:00
|
|
|
"blastcloud/guzzler": "^1.5",
|
|
|
|
"monolog/monolog": "^1.23",
|
|
|
|
"php-coveralls/php-coveralls": "^2.1",
|
2019-01-23 12:36:43 -05:00
|
|
|
"phpdocumentor/reflection-docblock": "2.0.4",
|
2020-01-21 08:42:38 -05:00
|
|
|
"phpunit/phpunit": "^7.0.0"
|
2019-01-23 12:36:43 -05:00
|
|
|
},
|
|
|
|
"suggest": {
|
2020-01-21 08:42:38 -05:00
|
|
|
"ext-curl": "PicoFeed will use cURL if present",
|
|
|
|
"monolog/monolog": "You can set a monolog Logger to get debug information from PicoFeed"
|
2019-01-23 12:36:43 -05:00
|
|
|
},
|
|
|
|
"bin": [
|
|
|
|
"picofeed"
|
|
|
|
],
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"PicoFeed": "lib/"
|
|
|
|
}
|
|
|
|
},
|
2020-02-16 17:37:13 -05:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2019-01-23 12:36:43 -05:00
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Frédéric Guillot"
|
2020-01-21 08:42:38 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Nicolas Bailly"
|
2019-01-23 12:36:43 -05:00
|
|
|
}
|
|
|
|
],
|
2020-01-21 08:42:38 -05:00
|
|
|
"description": "RSS/Atom parsing library",
|
|
|
|
"homepage": "https://github.com/nicolus/picoFeed",
|
2021-02-25 14:49:17 -05:00
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/nicolus/picoFeed/tree/0.1.43"
|
|
|
|
},
|
2020-09-15 08:45:49 -04:00
|
|
|
"time": "2020-09-15T07:28:23+00:00"
|
2019-01-23 12:36:43 -05:00
|
|
|
},
|
2019-04-09 16:15:36 -04:00
|
|
|
{
|
|
|
|
"name": "psr/http-factory",
|
2019-07-24 14:04:04 -04:00
|
|
|
"version": "1.0.1",
|
2019-04-09 16:15:36 -04:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-fig/http-factory.git",
|
2019-07-24 14:04:04 -04:00
|
|
|
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
|
2019-04-09 16:15:36 -04:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-07-24 14:04:04 -04:00
|
|
|
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
|
|
|
|
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
|
2019-04-09 16:15:36 -04:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.0.0",
|
|
|
|
"psr/http-message": "^1.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 interfaces for PSR-7 HTTP message factories",
|
|
|
|
"keywords": [
|
|
|
|
"factory",
|
|
|
|
"http",
|
|
|
|
"message",
|
|
|
|
"psr",
|
|
|
|
"psr-17",
|
|
|
|
"psr-7",
|
|
|
|
"request",
|
|
|
|
"response"
|
|
|
|
],
|
2021-02-25 14:49:17 -05:00
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/php-fig/http-factory/tree/master"
|
|
|
|
},
|
2019-07-24 14:04:04 -04:00
|
|
|
"time": "2019-04-30T12:38:16+00:00"
|
2019-04-09 16:15:36 -04:00
|
|
|
},
|
2018-01-03 23:13:08 -05: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"
|
|
|
|
],
|
2021-02-25 14:49:17 -05:00
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/php-fig/http-message/tree/master"
|
|
|
|
},
|
2018-01-03 23:13:08 -05:00
|
|
|
"time": "2016-08-06T14:39:51+00:00"
|
|
|
|
},
|
2019-04-09 16:15:36 -04:00
|
|
|
{
|
|
|
|
"name": "psr/http-server-handler",
|
|
|
|
"version": "1.0.1",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-fig/http-server-handler.git",
|
|
|
|
"reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
|
|
|
|
"reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.0",
|
|
|
|
"psr/http-message": "^1.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Psr\\Http\\Server\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "PHP-FIG",
|
|
|
|
"homepage": "http://www.php-fig.org/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Common interface for HTTP server-side request handler",
|
|
|
|
"keywords": [
|
|
|
|
"handler",
|
|
|
|
"http",
|
|
|
|
"http-interop",
|
|
|
|
"psr",
|
|
|
|
"psr-15",
|
|
|
|
"psr-7",
|
|
|
|
"request",
|
|
|
|
"response",
|
|
|
|
"server"
|
|
|
|
],
|
2021-02-25 14:49:17 -05:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/php-fig/http-server-handler/issues",
|
|
|
|
"source": "https://github.com/php-fig/http-server-handler/tree/master"
|
|
|
|
},
|
2019-04-09 16:15:36 -04:00
|
|
|
"time": "2018-10-30T16:46:14+00:00"
|
|
|
|
},
|
2017-02-16 15:41:50 -05:00
|
|
|
{
|
2020-01-21 08:42:38 -05:00
|
|
|
"name": "psr/log",
|
2021-05-21 12:11:50 -04:00
|
|
|
"version": "1.1.4",
|
2017-02-16 15:41:50 -05:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2020-01-21 08:42:38 -05:00
|
|
|
"url": "https://github.com/php-fig/log.git",
|
2021-05-21 12:11:50 -04:00
|
|
|
"reference": "d49695b909c3b7628b6289db5479a1c204601f11"
|
2017-02-16 15:41:50 -05:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2021-05-21 12:11:50 -04:00
|
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
|
|
|
|
"reference": "d49695b909c3b7628b6289db5479a1c204601f11",
|
2017-02-16 15:41:50 -05:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-01-21 08:42:38 -05:00
|
|
|
"php": ">=5.3.0"
|
2017-02-16 15:41:50 -05:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2020-01-21 08:42:38 -05:00
|
|
|
"dev-master": "1.1.x-dev"
|
2017-02-16 15:41:50 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2018-10-26 16:27:18 -04:00
|
|
|
"psr-4": {
|
2020-01-21 08:42:38 -05:00
|
|
|
"Psr\\Log\\": "Psr/Log/"
|
2017-02-16 15:41:50 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2020-01-21 08:42:38 -05:00
|
|
|
"MIT"
|
2017-02-16 15:41:50 -05:00
|
|
|
],
|
2020-01-21 08:42:38 -05:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "PHP-FIG",
|
2021-05-21 12:11:50 -04:00
|
|
|
"homepage": "https://www.php-fig.org/"
|
2020-01-21 08:42:38 -05:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Common interface for logging libraries",
|
|
|
|
"homepage": "https://github.com/php-fig/log",
|
2017-02-16 15:41:50 -05:00
|
|
|
"keywords": [
|
2020-01-21 08:42:38 -05:00
|
|
|
"log",
|
|
|
|
"psr",
|
|
|
|
"psr-3"
|
|
|
|
],
|
2021-02-25 14:49:17 -05:00
|
|
|
"support": {
|
2021-05-21 12:11:50 -04:00
|
|
|
"source": "https://github.com/php-fig/log/tree/1.1.4"
|
2021-02-25 14:49:17 -05:00
|
|
|
},
|
2021-05-21 12:11:50 -04:00
|
|
|
"time": "2021-05-03T11:20:27+00:00"
|
2020-01-21 08:42:38 -05: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"
|
2017-02-16 15:41:50 -05:00
|
|
|
],
|
2020-01-21 08:42:38 -05:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Ralph Khattar",
|
|
|
|
"email": "ralph.khattar@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A polyfill for getallheaders.",
|
2021-02-25 14:49:17 -05:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/ralouphie/getallheaders/issues",
|
|
|
|
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
|
|
|
|
},
|
2020-01-21 08:42:38 -05:00
|
|
|
"time": "2019-03-08T08:55:37+00:00"
|
2020-09-09 10:59:28 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-intl-idn",
|
2021-02-25 14:49:17 -05:00
|
|
|
"version": "v1.22.1",
|
2020-09-09 10:59:28 -04:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-intl-idn.git",
|
2021-02-25 14:49:17 -05:00
|
|
|
"reference": "2d63434d922daf7da8dd863e7907e67ee3031483"
|
2020-09-09 10:59:28 -04:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2021-02-25 14:49:17 -05:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/2d63434d922daf7da8dd863e7907e67ee3031483",
|
|
|
|
"reference": "2d63434d922daf7da8dd863e7907e67ee3031483",
|
2020-09-09 10:59:28 -04:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-10-26 14:44:54 -04:00
|
|
|
"php": ">=7.1",
|
2020-09-09 10:59:28 -04:00
|
|
|
"symfony/polyfill-intl-normalizer": "^1.10",
|
|
|
|
"symfony/polyfill-php72": "^1.10"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-intl": "For best performance"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2021-02-06 21:48:27 -05:00
|
|
|
"dev-main": "1.22-dev"
|
2020-09-09 10:59:28 -04:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
],
|
2021-02-25 14:49:17 -05:00
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.22.1"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2021-01-22T09:19:47+00:00"
|
2020-09-09 10:59:28 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-intl-normalizer",
|
2021-02-25 14:49:17 -05:00
|
|
|
"version": "v1.22.1",
|
2020-09-09 10:59:28 -04:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
|
2021-02-25 14:49:17 -05:00
|
|
|
"reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248"
|
2020-09-09 10:59:28 -04:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2021-02-25 14:49:17 -05:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/43a0283138253ed1d48d352ab6d0bdb3f809f248",
|
|
|
|
"reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248",
|
2020-09-09 10:59:28 -04:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-10-26 14:44:54 -04:00
|
|
|
"php": ">=7.1"
|
2020-09-09 10:59:28 -04:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-intl": "For best performance"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2021-02-06 21:48:27 -05:00
|
|
|
"dev-main": "1.22-dev"
|
2020-09-09 10:59:28 -04:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
],
|
2021-02-25 14:49:17 -05:00
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.22.1"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2021-01-22T09:19:47+00:00"
|
2020-09-09 10:59:28 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-php72",
|
2021-02-25 14:49:17 -05:00
|
|
|
"version": "v1.22.1",
|
2020-09-09 10:59:28 -04:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-php72.git",
|
2021-02-06 21:48:27 -05:00
|
|
|
"reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9"
|
2020-09-09 10:59:28 -04:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2021-02-06 21:48:27 -05:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
|
|
|
|
"reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
|
2020-09-09 10:59:28 -04:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-10-26 14:44:54 -04:00
|
|
|
"php": ">=7.1"
|
2020-09-09 10:59:28 -04:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2021-02-06 21:48:27 -05:00
|
|
|
"dev-main": "1.22-dev"
|
2020-09-09 10:59:28 -04:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
],
|
2021-02-25 14:49:17 -05:00
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/symfony/polyfill-php72/tree/v1.22.1"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2021-02-06 21:48:27 -05:00
|
|
|
"time": "2021-01-07T16:49:33+00:00"
|
2017-02-11 15:03:22 -05:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"packages-dev": [
|
2017-05-21 17:16:32 -04:00
|
|
|
{
|
2017-12-07 15:09:03 -05:00
|
|
|
"name": "bamarni/composer-bin-plugin",
|
2020-09-09 10:59:28 -04:00
|
|
|
"version": "1.4.1",
|
2017-05-21 17:16:32 -04:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2017-12-07 15:09:03 -05:00
|
|
|
"url": "https://github.com/bamarni/composer-bin-plugin.git",
|
2020-09-09 10:59:28 -04:00
|
|
|
"reference": "9329fb0fbe29e0e1b2db8f4639a193e4f5406225"
|
2017-05-21 17:16:32 -04:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-09-09 10:59:28 -04:00
|
|
|
"url": "https://api.github.com/repos/bamarni/composer-bin-plugin/zipball/9329fb0fbe29e0e1b2db8f4639a193e4f5406225",
|
|
|
|
"reference": "9329fb0fbe29e0e1b2db8f4639a193e4f5406225",
|
2017-05-21 17:16:32 -04:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-09-09 10:59:28 -04:00
|
|
|
"composer-plugin-api": "^1.0 || ^2.0",
|
|
|
|
"php": "^5.5.9 || ^7.0 || ^8.0"
|
2017-05-21 17:16:32 -04:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2020-09-09 10:59:28 -04:00
|
|
|
"composer/composer": "^1.0 || ^2.0",
|
2019-03-29 10:15:30 -04:00
|
|
|
"symfony/console": "^2.5 || ^3.0 || ^4.0"
|
2017-07-16 22:27:55 -04:00
|
|
|
},
|
2017-12-07 15:09:03 -05:00
|
|
|
"type": "composer-plugin",
|
2017-05-21 17:16:32 -04:00
|
|
|
"extra": {
|
2020-09-09 10:59:28 -04:00
|
|
|
"class": "Bamarni\\Composer\\Bin\\Plugin"
|
2017-05-21 17:16:32 -04:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2017-12-07 15:09:03 -05:00
|
|
|
"Bamarni\\Composer\\Bin\\": "src"
|
2017-05-21 17:16:32 -04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
2020-09-09 10:59:28 -04:00
|
|
|
"description": "No conflicts for your bin dependencies",
|
|
|
|
"keywords": [
|
|
|
|
"composer",
|
|
|
|
"conflict",
|
|
|
|
"dependency",
|
|
|
|
"executable",
|
|
|
|
"isolation",
|
|
|
|
"tool"
|
|
|
|
],
|
2021-02-25 14:49:17 -05:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/bamarni/composer-bin-plugin/issues",
|
|
|
|
"source": "https://github.com/bamarni/composer-bin-plugin/tree/master"
|
|
|
|
},
|
2020-09-09 10:59:28 -04:00
|
|
|
"time": "2020-05-03T08:27:20+00:00"
|
2017-02-11 15:03:22 -05:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"aliases": [],
|
2017-12-07 17:33:45 -05:00
|
|
|
"minimum-stability": "stable",
|
2020-09-15 08:45:49 -04:00
|
|
|
"stability-flags": [],
|
2017-12-07 17:33:45 -05:00
|
|
|
"prefer-stable": false,
|
2017-02-11 15:03:22 -05:00
|
|
|
"prefer-lowest": false,
|
|
|
|
"platform": {
|
2021-02-25 14:49:17 -05:00
|
|
|
"php": "^7.1 || ^8.0",
|
2017-06-04 08:15:10 -04:00
|
|
|
"ext-intl": "*",
|
|
|
|
"ext-json": "*",
|
2019-03-29 10:15:30 -04:00
|
|
|
"ext-hash": "*",
|
|
|
|
"ext-dom": "*"
|
2017-02-11 15:03:22 -05:00
|
|
|
},
|
2020-01-20 00:34:02 -05:00
|
|
|
"platform-dev": [],
|
|
|
|
"platform-overrides": {
|
|
|
|
"php": "7.1.33"
|
2021-02-25 14:49:17 -05:00
|
|
|
},
|
2021-05-21 15:13:23 -04:00
|
|
|
"plugin-api-version": "1.1.0"
|
2017-02-11 15:03:22 -05:00
|
|
|
}
|