|
@@ -1,30 +1,84 @@
|
|
|
{
|
|
|
"_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#composer-lock-the-lock-file",
|
|
|
+ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
"This file is @generated automatically"
|
|
|
],
|
|
|
"content-hash": "e20f395162aaa593a890967537ff5f08",
|
|
|
"packages": [
|
|
|
+ {
|
|
|
+ "name": "aws/aws-crt-php",
|
|
|
+ "version": "v1.0.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/awslabs/aws-crt-php.git",
|
|
|
+ "reference": "3942776a8c99209908ee0b287746263725685732"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/3942776a8c99209908ee0b287746263725685732",
|
|
|
+ "reference": "3942776a8c99209908ee0b287746263725685732",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.5"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^4.8.35|^5.4.3"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "classmap": [
|
|
|
+ "src/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "AWS SDK Common Runtime Team",
|
|
|
+ "email": "aws-sdk-common-runtime@amazon.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "AWS Common Runtime for PHP",
|
|
|
+ "homepage": "http://aws.amazon.com/sdkforphp",
|
|
|
+ "keywords": [
|
|
|
+ "amazon",
|
|
|
+ "aws",
|
|
|
+ "crt",
|
|
|
+ "sdk"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/awslabs/aws-crt-php/issues",
|
|
|
+ "source": "https://github.com/awslabs/aws-crt-php/tree/v1.0.2"
|
|
|
+ },
|
|
|
+ "time": "2021-09-03T22:57:30+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "aws/aws-sdk-php",
|
|
|
- "version": "3.33.0",
|
|
|
+ "version": "3.208.5",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/aws/aws-sdk-php.git",
|
|
|
- "reference": "980351b9468d85fd077e74e696ccf14d3f5b631e"
|
|
|
+ "reference": "58fa9d8b522b0afa260299179ff950c783ff0ee1"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/980351b9468d85fd077e74e696ccf14d3f5b631e",
|
|
|
- "reference": "980351b9468d85fd077e74e696ccf14d3f5b631e",
|
|
|
+ "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/58fa9d8b522b0afa260299179ff950c783ff0ee1",
|
|
|
+ "reference": "58fa9d8b522b0afa260299179ff950c783ff0ee1",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
- "guzzlehttp/guzzle": "^5.3.1|^6.2.1",
|
|
|
- "guzzlehttp/promises": "~1.0",
|
|
|
- "guzzlehttp/psr7": "^1.4.1",
|
|
|
- "mtdowling/jmespath.php": "~2.2",
|
|
|
+ "aws/aws-crt-php": "^1.0.2",
|
|
|
+ "ext-json": "*",
|
|
|
+ "ext-pcre": "*",
|
|
|
+ "ext-simplexml": "*",
|
|
|
+ "guzzlehttp/guzzle": "^5.3.3|^6.2.1|^7.0",
|
|
|
+ "guzzlehttp/promises": "^1.4.0",
|
|
|
+ "guzzlehttp/psr7": "^1.7.0|^2.0",
|
|
|
+ "mtdowling/jmespath.php": "^2.6",
|
|
|
"php": ">=5.5"
|
|
|
},
|
|
|
"require-dev": {
|
|
@@ -33,25 +87,27 @@
|
|
|
"behat/behat": "~3.0",
|
|
|
"doctrine/cache": "~1.4",
|
|
|
"ext-dom": "*",
|
|
|
- "ext-json": "*",
|
|
|
"ext-openssl": "*",
|
|
|
- "ext-pcre": "*",
|
|
|
- "ext-simplexml": "*",
|
|
|
- "ext-spl": "*",
|
|
|
+ "ext-pcntl": "*",
|
|
|
+ "ext-sockets": "*",
|
|
|
"nette/neon": "^2.3",
|
|
|
- "phpunit/phpunit": "^4.8.35|^5.4.0",
|
|
|
- "psr/cache": "^1.0"
|
|
|
+ "paragonie/random_compat": ">= 2",
|
|
|
+ "phpunit/phpunit": "^4.8.35|^5.4.3",
|
|
|
+ "psr/cache": "^1.0",
|
|
|
+ "psr/simple-cache": "^1.0",
|
|
|
+ "sebastian/comparator": "^1.2.3"
|
|
|
},
|
|
|
"suggest": {
|
|
|
"aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
|
|
|
"doctrine/cache": "To use the DoctrineCacheAdapter",
|
|
|
"ext-curl": "To send requests using cURL",
|
|
|
- "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages"
|
|
|
+ "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
|
|
|
+ "ext-sockets": "To use client-side monitoring"
|
|
|
},
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
|
"branch-alias": {
|
|
|
- "dev-main": "3.0-dev"
|
|
|
+ "dev-master": "3.0-dev"
|
|
|
}
|
|
|
},
|
|
|
"autoload": {
|
|
@@ -84,97 +140,161 @@
|
|
|
"s3",
|
|
|
"sdk"
|
|
|
],
|
|
|
- "time": "2017-08-14T19:22:37+00:00"
|
|
|
+ "support": {
|
|
|
+ "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
|
|
|
+ "issues": "https://github.com/aws/aws-sdk-php/issues",
|
|
|
+ "source": "https://github.com/aws/aws-sdk-php/tree/3.208.5"
|
|
|
+ },
|
|
|
+ "time": "2021-12-13T20:17:56+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "guzzlehttp/guzzle",
|
|
|
- "version": "6.3.0",
|
|
|
+ "version": "7.4.1",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/guzzle/guzzle.git",
|
|
|
- "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
|
|
|
+ "reference": "ee0a041b1760e6a53d2a39c8c34115adc2af2c79"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
|
|
|
- "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
|
|
|
+ "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ee0a041b1760e6a53d2a39c8c34115adc2af2c79",
|
|
|
+ "reference": "ee0a041b1760e6a53d2a39c8c34115adc2af2c79",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
- "guzzlehttp/promises": "^1.0",
|
|
|
- "guzzlehttp/psr7": "^1.4",
|
|
|
- "php": ">=5.5"
|
|
|
+ "ext-json": "*",
|
|
|
+ "guzzlehttp/promises": "^1.5",
|
|
|
+ "guzzlehttp/psr7": "^1.8.3 || ^2.1",
|
|
|
+ "php": "^7.2.5 || ^8.0",
|
|
|
+ "psr/http-client": "^1.0",
|
|
|
+ "symfony/deprecation-contracts": "^2.2 || ^3.0"
|
|
|
+ },
|
|
|
+ "provide": {
|
|
|
+ "psr/http-client-implementation": "1.0"
|
|
|
},
|
|
|
"require-dev": {
|
|
|
+ "bamarni/composer-bin-plugin": "^1.4.1",
|
|
|
"ext-curl": "*",
|
|
|
- "phpunit/phpunit": "^4.0 || ^5.0",
|
|
|
- "psr/log": "^1.0"
|
|
|
+ "php-http/client-integration-tests": "^3.0",
|
|
|
+ "phpunit/phpunit": "^8.5.5 || ^9.3.5",
|
|
|
+ "psr/log": "^1.1 || ^2.0 || ^3.0"
|
|
|
},
|
|
|
"suggest": {
|
|
|
+ "ext-curl": "Required for CURL handler support",
|
|
|
+ "ext-intl": "Required for Internationalized Domain Name (IDN) support",
|
|
|
"psr/log": "Required for using the Log middleware"
|
|
|
},
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
|
"branch-alias": {
|
|
|
- "dev-main": "6.2-dev"
|
|
|
+ "dev-master": "7.4-dev"
|
|
|
}
|
|
|
},
|
|
|
"autoload": {
|
|
|
- "files": [
|
|
|
- "src/functions_include.php"
|
|
|
- ],
|
|
|
"psr-4": {
|
|
|
"GuzzleHttp\\": "src/"
|
|
|
- }
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "src/functions_include.php"
|
|
|
+ ]
|
|
|
},
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
"license": [
|
|
|
"MIT"
|
|
|
],
|
|
|
"authors": [
|
|
|
+ {
|
|
|
+ "name": "Graham Campbell",
|
|
|
+ "email": "hello@gjcampbell.co.uk",
|
|
|
+ "homepage": "https://github.com/GrahamCampbell"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "Michael Dowling",
|
|
|
"email": "mtdowling@gmail.com",
|
|
|
"homepage": "https://github.com/mtdowling"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Jeremy Lindblom",
|
|
|
+ "email": "jeremeamia@gmail.com",
|
|
|
+ "homepage": "https://github.com/jeremeamia"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "George Mponos",
|
|
|
+ "email": "gmponos@gmail.com",
|
|
|
+ "homepage": "https://github.com/gmponos"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Tobias Nyholm",
|
|
|
+ "email": "tobias.nyholm@gmail.com",
|
|
|
+ "homepage": "https://github.com/Nyholm"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Márk Sági-Kazár",
|
|
|
+ "email": "mark.sagikazar@gmail.com",
|
|
|
+ "homepage": "https://github.com/sagikazarmark"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Tobias Schultze",
|
|
|
+ "email": "webmaster@tubo-world.de",
|
|
|
+ "homepage": "https://github.com/Tobion"
|
|
|
}
|
|
|
],
|
|
|
"description": "Guzzle is a PHP HTTP client library",
|
|
|
- "homepage": "http://guzzlephp.org/",
|
|
|
"keywords": [
|
|
|
"client",
|
|
|
"curl",
|
|
|
"framework",
|
|
|
"http",
|
|
|
"http client",
|
|
|
+ "psr-18",
|
|
|
+ "psr-7",
|
|
|
"rest",
|
|
|
"web service"
|
|
|
],
|
|
|
- "time": "2017-06-22T18:50:49+00:00"
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/guzzle/guzzle/issues",
|
|
|
+ "source": "https://github.com/guzzle/guzzle/tree/7.4.1"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/GrahamCampbell",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/Nyholm",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2021-12-06T18:43:05+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "guzzlehttp/promises",
|
|
|
- "version": "v1.3.1",
|
|
|
+ "version": "1.5.1",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/guzzle/promises.git",
|
|
|
- "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
|
|
|
+ "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
|
|
|
- "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
|
|
|
+ "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
|
|
|
+ "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
- "php": ">=5.5.0"
|
|
|
+ "php": ">=5.5"
|
|
|
},
|
|
|
"require-dev": {
|
|
|
- "phpunit/phpunit": "^4.0"
|
|
|
+ "symfony/phpunit-bridge": "^4.4 || ^5.1"
|
|
|
},
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
|
"branch-alias": {
|
|
|
- "dev-main": "1.4-dev"
|
|
|
+ "dev-master": "1.5-dev"
|
|
|
}
|
|
|
},
|
|
|
"autoload": {
|
|
@@ -190,102 +310,187 @@
|
|
|
"MIT"
|
|
|
],
|
|
|
"authors": [
|
|
|
+ {
|
|
|
+ "name": "Graham Campbell",
|
|
|
+ "email": "hello@gjcampbell.co.uk",
|
|
|
+ "homepage": "https://github.com/GrahamCampbell"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "Michael Dowling",
|
|
|
"email": "mtdowling@gmail.com",
|
|
|
"homepage": "https://github.com/mtdowling"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Tobias Nyholm",
|
|
|
+ "email": "tobias.nyholm@gmail.com",
|
|
|
+ "homepage": "https://github.com/Nyholm"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Tobias Schultze",
|
|
|
+ "email": "webmaster@tubo-world.de",
|
|
|
+ "homepage": "https://github.com/Tobion"
|
|
|
}
|
|
|
],
|
|
|
"description": "Guzzle promises library",
|
|
|
"keywords": [
|
|
|
"promise"
|
|
|
],
|
|
|
- "time": "2016-12-20T10:07:11+00:00"
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/guzzle/promises/issues",
|
|
|
+ "source": "https://github.com/guzzle/promises/tree/1.5.1"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/GrahamCampbell",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/Nyholm",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2021-10-22T20:56:57+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "guzzlehttp/psr7",
|
|
|
- "version": "1.4.2",
|
|
|
+ "version": "2.1.0",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/guzzle/psr7.git",
|
|
|
- "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
|
|
|
+ "reference": "089edd38f5b8abba6cb01567c2a8aaa47cec4c72"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
|
|
|
- "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
|
|
|
+ "url": "https://api.github.com/repos/guzzle/psr7/zipball/089edd38f5b8abba6cb01567c2a8aaa47cec4c72",
|
|
|
+ "reference": "089edd38f5b8abba6cb01567c2a8aaa47cec4c72",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
- "php": ">=5.4.0",
|
|
|
- "psr/http-message": "~1.0"
|
|
|
+ "php": "^7.2.5 || ^8.0",
|
|
|
+ "psr/http-factory": "^1.0",
|
|
|
+ "psr/http-message": "^1.0",
|
|
|
+ "ralouphie/getallheaders": "^3.0"
|
|
|
},
|
|
|
"provide": {
|
|
|
+ "psr/http-factory-implementation": "1.0",
|
|
|
"psr/http-message-implementation": "1.0"
|
|
|
},
|
|
|
"require-dev": {
|
|
|
- "phpunit/phpunit": "~4.0"
|
|
|
+ "bamarni/composer-bin-plugin": "^1.4.1",
|
|
|
+ "http-interop/http-factory-tests": "^0.9",
|
|
|
+ "phpunit/phpunit": "^8.5.8 || ^9.3.10"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
|
|
},
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
|
"branch-alias": {
|
|
|
- "dev-main": "1.4-dev"
|
|
|
+ "dev-master": "2.1-dev"
|
|
|
}
|
|
|
},
|
|
|
"autoload": {
|
|
|
"psr-4": {
|
|
|
"GuzzleHttp\\Psr7\\": "src/"
|
|
|
- },
|
|
|
- "files": [
|
|
|
- "src/functions_include.php"
|
|
|
- ]
|
|
|
+ }
|
|
|
},
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
"license": [
|
|
|
"MIT"
|
|
|
],
|
|
|
"authors": [
|
|
|
+ {
|
|
|
+ "name": "Graham Campbell",
|
|
|
+ "email": "hello@gjcampbell.co.uk",
|
|
|
+ "homepage": "https://github.com/GrahamCampbell"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "Michael Dowling",
|
|
|
"email": "mtdowling@gmail.com",
|
|
|
"homepage": "https://github.com/mtdowling"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "George Mponos",
|
|
|
+ "email": "gmponos@gmail.com",
|
|
|
+ "homepage": "https://github.com/gmponos"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Tobias Nyholm",
|
|
|
+ "email": "tobias.nyholm@gmail.com",
|
|
|
+ "homepage": "https://github.com/Nyholm"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Márk Sági-Kazár",
|
|
|
+ "email": "mark.sagikazar@gmail.com",
|
|
|
+ "homepage": "https://github.com/sagikazarmark"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "Tobias Schultze",
|
|
|
+ "email": "webmaster@tubo-world.de",
|
|
|
"homepage": "https://github.com/Tobion"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Márk Sági-Kazár",
|
|
|
+ "email": "mark.sagikazar@gmail.com",
|
|
|
+ "homepage": "https://sagikazarmark.hu"
|
|
|
}
|
|
|
],
|
|
|
"description": "PSR-7 message implementation that also provides common utility methods",
|
|
|
"keywords": [
|
|
|
"http",
|
|
|
"message",
|
|
|
+ "psr-7",
|
|
|
"request",
|
|
|
"response",
|
|
|
"stream",
|
|
|
"uri",
|
|
|
"url"
|
|
|
],
|
|
|
- "time": "2017-03-20T17:10:46+00:00"
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/guzzle/psr7/issues",
|
|
|
+ "source": "https://github.com/guzzle/psr7/tree/2.1.0"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/GrahamCampbell",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/Nyholm",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2021-10-06T17:43:30+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "mtdowling/jmespath.php",
|
|
|
- "version": "2.4.0",
|
|
|
+ "version": "2.6.1",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/jmespath/jmespath.php.git",
|
|
|
- "reference": "adcc9531682cf87dfda21e1fd5d0e7a41d292fac"
|
|
|
+ "reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/adcc9531682cf87dfda21e1fd5d0e7a41d292fac",
|
|
|
- "reference": "adcc9531682cf87dfda21e1fd5d0e7a41d292fac",
|
|
|
+ "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
|
|
|
+ "reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
- "php": ">=5.4.0"
|
|
|
+ "php": "^5.4 || ^7.0 || ^8.0",
|
|
|
+ "symfony/polyfill-mbstring": "^1.17"
|
|
|
},
|
|
|
"require-dev": {
|
|
|
- "phpunit/phpunit": "~4.0"
|
|
|
+ "composer/xdebug-handler": "^1.4 || ^2.0",
|
|
|
+ "phpunit/phpunit": "^4.8.36 || ^7.5.15"
|
|
|
},
|
|
|
"bin": [
|
|
|
"bin/jp.php"
|
|
@@ -293,7 +498,7 @@
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
|
"branch-alias": {
|
|
|
- "dev-main": "2.0-dev"
|
|
|
+ "dev-master": "2.6-dev"
|
|
|
}
|
|
|
},
|
|
|
"autoload": {
|
|
@@ -320,7 +525,118 @@
|
|
|
"json",
|
|
|
"jsonpath"
|
|
|
],
|
|
|
- "time": "2016-12-03T22:08:25+00:00"
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/jmespath/jmespath.php/issues",
|
|
|
+ "source": "https://github.com/jmespath/jmespath.php/tree/2.6.1"
|
|
|
+ },
|
|
|
+ "time": "2021-06-14T00:11:39+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "psr/http-client",
|
|
|
+ "version": "1.0.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/http-client.git",
|
|
|
+ "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
|
|
|
+ "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.0 || ^8.0",
|
|
|
+ "psr/http-message": "^1.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Psr\\Http\\Client\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "PHP-FIG",
|
|
|
+ "homepage": "http://www.php-fig.org/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Common interface for HTTP clients",
|
|
|
+ "homepage": "https://github.com/php-fig/http-client",
|
|
|
+ "keywords": [
|
|
|
+ "http",
|
|
|
+ "http-client",
|
|
|
+ "psr",
|
|
|
+ "psr-18"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/php-fig/http-client/tree/master"
|
|
|
+ },
|
|
|
+ "time": "2020-06-29T06:28:15+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "psr/http-factory",
|
|
|
+ "version": "1.0.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/http-factory.git",
|
|
|
+ "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
|
|
|
+ "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
|
|
|
+ "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"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/php-fig/http-factory/tree/master"
|
|
|
+ },
|
|
|
+ "time": "2019-04-30T12:38:16+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "psr/http-message",
|
|
@@ -342,7 +658,7 @@
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
|
"branch-alias": {
|
|
|
- "dev-main": "1.0.x-dev"
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
}
|
|
|
},
|
|
|
"autoload": {
|
|
@@ -370,7 +686,201 @@
|
|
|
"request",
|
|
|
"response"
|
|
|
],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/php-fig/http-message/tree/master"
|
|
|
+ },
|
|
|
"time": "2016-08-06T14:39:51+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ralouphie/getallheaders",
|
|
|
+ "version": "3.0.3",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/ralouphie/getallheaders.git",
|
|
|
+ "reference": "120b605dfeb996808c31b6477290a714d356e822"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
|
|
|
+ "reference": "120b605dfeb996808c31b6477290a714d356e822",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.6"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "php-coveralls/php-coveralls": "^2.1",
|
|
|
+ "phpunit/phpunit": "^5 || ^6.5"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "src/getallheaders.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Ralph Khattar",
|
|
|
+ "email": "ralph.khattar@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A polyfill for getallheaders.",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/ralouphie/getallheaders/issues",
|
|
|
+ "source": "https://github.com/ralouphie/getallheaders/tree/develop"
|
|
|
+ },
|
|
|
+ "time": "2019-03-08T08:55:37+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/deprecation-contracts",
|
|
|
+ "version": "v3.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/deprecation-contracts.git",
|
|
|
+ "reference": "c726b64c1ccfe2896cb7df2e1331c357ad1c8ced"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/c726b64c1ccfe2896cb7df2e1331c357ad1c8ced",
|
|
|
+ "reference": "c726b64c1ccfe2896cb7df2e1331c357ad1c8ced",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=8.0.2"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "3.0-dev"
|
|
|
+ },
|
|
|
+ "thanks": {
|
|
|
+ "name": "symfony/contracts",
|
|
|
+ "url": "https://github.com/symfony/contracts"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "function.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Nicolas Grekas",
|
|
|
+ "email": "p@tchwork.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A generic function and convention to trigger deprecation notices",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/deprecation-contracts/tree/v3.0.0"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2021-11-01T23:48:49+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/polyfill-mbstring",
|
|
|
+ "version": "v1.23.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
|
+ "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6",
|
|
|
+ "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-mbstring": "For best performance"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "1.23-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"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.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-05-27T12:26:48+00:00"
|
|
|
}
|
|
|
],
|
|
|
"packages-dev": [],
|
|
@@ -380,5 +890,6 @@
|
|
|
"prefer-stable": false,
|
|
|
"prefer-lowest": false,
|
|
|
"platform": [],
|
|
|
- "platform-dev": []
|
|
|
+ "platform-dev": [],
|
|
|
+ "plugin-api-version": "2.1.0"
|
|
|
}
|