|
|
@ -171,32 +171,32 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "guzzlehttp/guzzle", |
|
|
|
"version": "6.1.1", |
|
|
|
"version": "6.2.1", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/guzzle/guzzle.git", |
|
|
|
"reference": "c6851d6e48f63b69357cbfa55bca116448140e0c" |
|
|
|
"reference": "3f808fba627f2c5b69e2501217bf31af349c1427" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/c6851d6e48f63b69357cbfa55bca116448140e0c", |
|
|
|
"reference": "c6851d6e48f63b69357cbfa55bca116448140e0c", |
|
|
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/3f808fba627f2c5b69e2501217bf31af349c1427", |
|
|
|
"reference": "3f808fba627f2c5b69e2501217bf31af349c1427", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"guzzlehttp/promises": "~1.0", |
|
|
|
"guzzlehttp/psr7": "~1.1", |
|
|
|
"php": ">=5.5.0" |
|
|
|
"guzzlehttp/promises": "^1.0", |
|
|
|
"guzzlehttp/psr7": "^1.3.1", |
|
|
|
"php": ">=5.5" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"ext-curl": "*", |
|
|
|
"phpunit/phpunit": "~4.0", |
|
|
|
"psr/log": "~1.0" |
|
|
|
"phpunit/phpunit": "^4.0", |
|
|
|
"psr/log": "^1.0" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"extra": { |
|
|
|
"branch-alias": { |
|
|
|
"dev-master": "6.1-dev" |
|
|
|
"dev-master": "6.2-dev" |
|
|
|
} |
|
|
|
}, |
|
|
|
"autoload": { |
|
|
@ -229,116 +229,205 @@ |
|
|
|
"rest", |
|
|
|
"web service" |
|
|
|
], |
|
|
|
"time": "2015-11-23T00:47:50+00:00" |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/guzzle/guzzle/issues", |
|
|
|
"source": "https://github.com/guzzle/guzzle/tree/release-6.2.1" |
|
|
|
}, |
|
|
|
"time": "2016-07-15T17:22:37+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "guzzlehttp/promises", |
|
|
|
"version": "1.0.3", |
|
|
|
"version": "1.5.1", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/guzzle/promises.git", |
|
|
|
"reference": "b1e1c0d55f8083c71eda2c28c12a228d708294ea" |
|
|
|
"reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/guzzle/promises/zipball/b1e1c0d55f8083c71eda2c28c12a228d708294ea", |
|
|
|
"reference": "b1e1c0d55f8083c71eda2c28c12a228d708294ea", |
|
|
|
"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-master": "1.0-dev" |
|
|
|
"dev-master": "1.5-dev" |
|
|
|
} |
|
|
|
}, |
|
|
|
"autoload": { |
|
|
|
"psr-4": { |
|
|
|
"GuzzleHttp\\Promise\\": "src/" |
|
|
|
}, |
|
|
|
"files": [ |
|
|
|
"src/functions_include.php" |
|
|
|
] |
|
|
|
], |
|
|
|
"psr-4": { |
|
|
|
"GuzzleHttp\\Promise\\": "src/" |
|
|
|
} |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"MIT" |
|
|
|
], |
|
|
|
"authors": [ |
|
|
|
{ |
|
|
|
"name": "Graham Campbell", |
|
|
|
"email": "hello@gjcampbell.co.uk", |
|
|
|
"homepage": "https://github.com/GrahamCampbell" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Michael Dowling", |
|
|
|
"email": "mtdowling@gmail.com", |
|
|
|
"homepage": "https://github.com/mtdowling" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Tobias Nyholm", |
|
|
|
"email": "tobias.nyholm@gmail.com", |
|
|
|
"homepage": "https://github.com/Nyholm" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Tobias Schultze", |
|
|
|
"email": "webmaster@tubo-world.de", |
|
|
|
"homepage": "https://github.com/Tobion" |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "Guzzle promises library", |
|
|
|
"keywords": [ |
|
|
|
"promise" |
|
|
|
], |
|
|
|
"time": "2015-10-15T22:28:00+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.2.2", |
|
|
|
"version": "1.8.5", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/guzzle/psr7.git", |
|
|
|
"reference": "f5d04bdd2881ac89abde1fb78cc234bce24327bb" |
|
|
|
"reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/f5d04bdd2881ac89abde1fb78cc234bce24327bb", |
|
|
|
"reference": "f5d04bdd2881ac89abde1fb78cc234bce24327bb", |
|
|
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/337e3ad8e5716c15f9657bd214d16cc5e69df268", |
|
|
|
"reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": ">=5.4.0", |
|
|
|
"psr/http-message": "~1.0" |
|
|
|
"psr/http-message": "~1.0", |
|
|
|
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0" |
|
|
|
}, |
|
|
|
"provide": { |
|
|
|
"psr/http-message-implementation": "1.0" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"phpunit/phpunit": "~4.0" |
|
|
|
"ext-zlib": "*", |
|
|
|
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" |
|
|
|
}, |
|
|
|
"suggest": { |
|
|
|
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"extra": { |
|
|
|
"branch-alias": { |
|
|
|
"dev-master": "1.0-dev" |
|
|
|
"dev-master": "1.7-dev" |
|
|
|
} |
|
|
|
}, |
|
|
|
"autoload": { |
|
|
|
"psr-4": { |
|
|
|
"GuzzleHttp\\Psr7\\": "src/" |
|
|
|
}, |
|
|
|
"files": [ |
|
|
|
"src/functions_include.php" |
|
|
|
] |
|
|
|
], |
|
|
|
"psr-4": { |
|
|
|
"GuzzleHttp\\Psr7\\": "src/" |
|
|
|
} |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"MIT" |
|
|
|
], |
|
|
|
"authors": [ |
|
|
|
{ |
|
|
|
"name": "Graham Campbell", |
|
|
|
"email": "hello@gjcampbell.co.uk", |
|
|
|
"homepage": "https://github.com/GrahamCampbell" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Michael Dowling", |
|
|
|
"email": "mtdowling@gmail.com", |
|
|
|
"homepage": "https://github.com/mtdowling" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "George Mponos", |
|
|
|
"email": "gmponos@gmail.com", |
|
|
|
"homepage": "https://github.com/gmponos" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Tobias Nyholm", |
|
|
|
"email": "tobias.nyholm@gmail.com", |
|
|
|
"homepage": "https://github.com/Nyholm" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Márk Sági-Kazár", |
|
|
|
"email": "mark.sagikazar@gmail.com", |
|
|
|
"homepage": "https://github.com/sagikazarmark" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Tobias Schultze", |
|
|
|
"email": "webmaster@tubo-world.de", |
|
|
|
"homepage": "https://github.com/Tobion" |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "PSR-7 message implementation", |
|
|
|
"description": "PSR-7 message implementation that also provides common utility methods", |
|
|
|
"keywords": [ |
|
|
|
"http", |
|
|
|
"message", |
|
|
|
"psr-7", |
|
|
|
"request", |
|
|
|
"response", |
|
|
|
"stream", |
|
|
|
"uri" |
|
|
|
"uri", |
|
|
|
"url" |
|
|
|
], |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/guzzle/psr7/issues", |
|
|
|
"source": "https://github.com/guzzle/psr7/tree/1.8.5" |
|
|
|
}, |
|
|
|
"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": "2016-01-23T01:23:02+00:00" |
|
|
|
"time": "2022-03-20T21:51:18+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "illuminate/auth", |
|
|
@ -2191,16 +2280,16 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "psr/http-message", |
|
|
|
"version": "1.0", |
|
|
|
"version": "1.0.1", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/php-fig/http-message.git", |
|
|
|
"reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298" |
|
|
|
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298", |
|
|
|
"reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298", |
|
|
|
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", |
|
|
|
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
@ -2228,6 +2317,7 @@ |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "Common interface for HTTP messages", |
|
|
|
"homepage": "https://github.com/php-fig/http-message", |
|
|
|
"keywords": [ |
|
|
|
"http", |
|
|
|
"http-message", |
|
|
@ -2236,7 +2326,10 @@ |
|
|
|
"request", |
|
|
|
"response" |
|
|
|
], |
|
|
|
"time": "2015-05-04T20:22:00+00:00" |
|
|
|
"support": { |
|
|
|
"source": "https://github.com/php-fig/http-message/tree/master" |
|
|
|
}, |
|
|
|
"time": "2016-08-06T14:39:51+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "psr/log", |
|
|
@ -2276,6 +2369,50 @@ |
|
|
|
], |
|
|
|
"time": "2012-12-21T11:40:51+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "ralouphie/getallheaders", |
|
|
|
"version": "2.0.5", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/ralouphie/getallheaders.git", |
|
|
|
"reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa", |
|
|
|
"reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": ">=5.3" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"phpunit/phpunit": "~3.7.0", |
|
|
|
"satooshi/php-coveralls": ">=1.0" |
|
|
|
}, |
|
|
|
"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/2.0.5" |
|
|
|
}, |
|
|
|
"time": "2016-02-11T07:05:27+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "symfony/console", |
|
|
|
"version": "v2.7.9", |
|
|
@ -4074,5 +4211,5 @@ |
|
|
|
"php": ">=5.5.9" |
|
|
|
}, |
|
|
|
"platform-dev": [], |
|
|
|
"plugin-api-version": "2.1.0" |
|
|
|
"plugin-api-version": "2.2.0" |
|
|
|
} |