This commit is contained in:
2019-11-21 10:40:15 +01:00
parent 4b83534c09
commit 2d640dc09a
7 changed files with 96 additions and 44 deletions

View File

@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "5c29a0c1698bd753d6b42df4822e5f2d",
"content-hash": "51482d6b9f9c27b385c17393182e0d82",
"hash": "e008822a96a469e24963e22d66f34c98",
"content-hash": "589f314a10ca56596cf580254885bd7c",
"packages": [
{
"name": "cboden/ratchet",
@ -2409,31 +2409,33 @@
},
{
"name": "mashape/unirest-php",
"version": "v2.6.6",
"version": "v3.0.4",
"source": {
"type": "git",
"url": "https://github.com/Mashape/unirest-php.git",
"reference": "73c2d903232bb5a125396e606b67314a87b8b21c"
"reference": "842c0f242dfaaf85f16b72e217bf7f7c19ab12cb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Mashape/unirest-php/zipball/73c2d903232bb5a125396e606b67314a87b8b21c",
"reference": "73c2d903232bb5a125396e606b67314a87b8b21c",
"url": "https://api.github.com/repos/Mashape/unirest-php/zipball/842c0f242dfaaf85f16b72e217bf7f7c19ab12cb",
"reference": "842c0f242dfaaf85f16b72e217bf7f7c19ab12cb",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"php": ">=5.4.0"
},
"require-dev": {
"codeclimate/php-test-reporter": "0.1.*",
"phpunit/phpunit": "~4.4"
},
"suggest": {
"ext-json": "Allows using JSON Bodies for sending and parsing requests"
},
"type": "library",
"autoload": {
"psr-0": {
"Unirest": "src"
"Unirest\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
@ -2449,7 +2451,7 @@
"https",
"rest"
],
"time": "2016-02-16 16:45:52"
"time": "2016-08-11 17:49:21"
},
{
"name": "monolog/monolog",