summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornashe <thomas@chauchefoin.fr>2017-07-16 17:58:54 +0200
committernashe <thomas@chauchefoin.fr>2017-07-16 17:58:54 +0200
commitcda67588e6b64668d6353387bcccec1fa2b9cc46 (patch)
tree29f8e28f99876d8ab9a81b45abb8c38ee80c813f
parent73cd15e7123627f695f46bc9f165adf03f90f9bf (diff)
downloadplanet-cda67588e6b64668d6353387bcccec1fa2b9cc46.tar
planet-cda67588e6b64668d6353387bcccec1fa2b9cc46.tar.gz
planet-cda67588e6b64668d6353387bcccec1fa2b9cc46.tar.bz2
planet-cda67588e6b64668d6353387bcccec1fa2b9cc46.tar.xz
planet-cda67588e6b64668d6353387bcccec1fa2b9cc46.zip
Oops, forgot to make guzzle update effective
-rw-r--r--composer.lock56
1 files changed, 33 insertions, 23 deletions
diff --git a/composer.lock b/composer.lock
index 401830d..1d3cf2e 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
- "content-hash": "c383733b0c4add13fca36438730d209b",
+ "content-hash": "381ab1da48dd363669e218a50e19f0b7",
"packages": [
{
"name": "mustangostang/spyc",
@@ -226,37 +226,40 @@
},
{
"name": "guzzlehttp/guzzle",
- "version": "6.0.0",
+ "version": "6.3.0",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
- "reference": "df897ae757ad329d2affc38ffb5bbce782b2b510"
+ "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/guzzle/guzzle/zipball/df897ae757ad329d2affc38ffb5bbce782b2b510",
- "reference": "df897ae757ad329d2affc38ffb5bbce782b2b510",
+ "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
+ "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
"shasum": ""
},
"require": {
- "guzzlehttp/promises": "^1.0.0",
- "guzzlehttp/psr7": "^1.0.0",
- "php": ">=5.5.0"
+ "guzzlehttp/promises": "^1.0",
+ "guzzlehttp/psr7": "^1.4",
+ "php": ">=5.5"
},
"require-dev": {
"ext-curl": "*",
- "phpunit/phpunit": "^4.0",
+ "phpunit/phpunit": "^4.0 || ^5.0",
"psr/log": "^1.0"
},
+ "suggest": {
+ "psr/log": "Required for using the Log middleware"
+ },
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "6.0-dev"
+ "dev-master": "6.2-dev"
}
},
"autoload": {
"files": [
- "src/functions.php"
+ "src/functions_include.php"
],
"psr-4": {
"GuzzleHttp\\": "src/"
@@ -284,7 +287,7 @@
"rest",
"web service"
],
- "time": "2015-05-26T18:22:06+00:00"
+ "time": "2017-06-22T18:50:49+00:00"
},
{
"name": "guzzlehttp/promises",
@@ -339,32 +342,32 @@
},
{
"name": "guzzlehttp/psr7",
- "version": "1.0.0",
+ "version": "1.4.0",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
- "reference": "19e510056d8d671d9d9e25dc16937b3dd3802ae6"
+ "reference": "04a6d1a00ea5da0727ee94309a9f0d3dbaecb569"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/guzzle/psr7/zipball/19e510056d8d671d9d9e25dc16937b3dd3802ae6",
- "reference": "19e510056d8d671d9d9e25dc16937b3dd3802ae6",
+ "url": "https://api.github.com/repos/guzzle/psr7/zipball/04a6d1a00ea5da0727ee94309a9f0d3dbaecb569",
+ "reference": "04a6d1a00ea5da0727ee94309a9f0d3dbaecb569",
"shasum": ""
},
"require": {
"php": ">=5.4.0",
- "psr/http-message": "^1.0"
+ "psr/http-message": "~1.0"
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
- "phpunit/phpunit": "^4.0"
+ "phpunit/phpunit": "~4.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.0-dev"
+ "dev-master": "1.4-dev"
}
},
"autoload": {
@@ -372,7 +375,7 @@
"GuzzleHttp\\Psr7\\": "src/"
},
"files": [
- "src/functions.php"
+ "src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
@@ -384,16 +387,23 @@
"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",
+ "description": "PSR-7 message implementation that also provides common utility methods",
"keywords": [
"http",
"message",
+ "request",
+ "response",
"stream",
- "uri"
+ "uri",
+ "url"
],
- "time": "2015-05-19T17:58:45+00:00"
+ "time": "2017-02-21T01:20:32+00:00"
},
{
"name": "myclabs/deep-copy",