Update project dependencies
This commit is contained in:
Generated
+27
-26
@@ -870,27 +870,28 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "guzzlehttp/guzzle",
|
"name": "guzzlehttp/guzzle",
|
||||||
"version": "6.3.3",
|
"version": "6.4.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/guzzle/guzzle.git",
|
"url": "https://github.com/guzzle/guzzle.git",
|
||||||
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
|
"reference": "0895c932405407fd3a7368b6910c09a24d26db11"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/0895c932405407fd3a7368b6910c09a24d26db11",
|
||||||
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
|
"reference": "0895c932405407fd3a7368b6910c09a24d26db11",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
"ext-json": "*",
|
||||||
"guzzlehttp/promises": "^1.0",
|
"guzzlehttp/promises": "^1.0",
|
||||||
"guzzlehttp/psr7": "^1.4",
|
"guzzlehttp/psr7": "^1.6.1",
|
||||||
"php": ">=5.5"
|
"php": ">=5.5"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"ext-curl": "*",
|
"ext-curl": "*",
|
||||||
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
|
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
|
||||||
"psr/log": "^1.0"
|
"psr/log": "^1.1"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"psr/log": "Required for using the Log middleware"
|
"psr/log": "Required for using the Log middleware"
|
||||||
@@ -902,12 +903,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"files": [
|
|
||||||
"src/functions_include.php"
|
|
||||||
],
|
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"GuzzleHttp\\": "src/"
|
"GuzzleHttp\\": "src/"
|
||||||
}
|
},
|
||||||
|
"files": [
|
||||||
|
"src/functions_include.php"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
@@ -931,7 +932,7 @@
|
|||||||
"rest",
|
"rest",
|
||||||
"web service"
|
"web service"
|
||||||
],
|
],
|
||||||
"time": "2018-04-22T15:46:56+00:00"
|
"time": "2019-10-23T15:58:00+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "guzzlehttp/promises",
|
"name": "guzzlehttp/promises",
|
||||||
@@ -1247,16 +1248,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "league/csv",
|
"name": "league/csv",
|
||||||
"version": "9.4.0",
|
"version": "9.4.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/thephpleague/csv.git",
|
"url": "https://github.com/thephpleague/csv.git",
|
||||||
"reference": "e7225b6cc853942caef1c9c4d8889b716c34bc04"
|
"reference": "bf83acc23a7d60978fce36a384f97bf9d7d2ea0c"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/thephpleague/csv/zipball/e7225b6cc853942caef1c9c4d8889b716c34bc04",
|
"url": "https://api.github.com/repos/thephpleague/csv/zipball/bf83acc23a7d60978fce36a384f97bf9d7d2ea0c",
|
||||||
"reference": "e7225b6cc853942caef1c9c4d8889b716c34bc04",
|
"reference": "bf83acc23a7d60978fce36a384f97bf9d7d2ea0c",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -1312,7 +1313,7 @@
|
|||||||
"read",
|
"read",
|
||||||
"write"
|
"write"
|
||||||
],
|
],
|
||||||
"time": "2019-10-02T18:32:54+00:00"
|
"time": "2019-10-17T06:05:32+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "nikic/php-parser",
|
"name": "nikic/php-parser",
|
||||||
@@ -4972,16 +4973,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "typo3/phar-stream-wrapper",
|
"name": "typo3/phar-stream-wrapper",
|
||||||
"version": "v3.1.2",
|
"version": "v3.1.3",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/TYPO3/phar-stream-wrapper.git",
|
"url": "https://github.com/TYPO3/phar-stream-wrapper.git",
|
||||||
"reference": "df7609a2f6cc4013d7bd12f1a2412d127b28f771"
|
"reference": "586ff60beea128e069a5dc271d3d8133a9bc460a"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/df7609a2f6cc4013d7bd12f1a2412d127b28f771",
|
"url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/586ff60beea128e069a5dc271d3d8133a9bc460a",
|
||||||
"reference": "df7609a2f6cc4013d7bd12f1a2412d127b28f771",
|
"reference": "586ff60beea128e069a5dc271d3d8133a9bc460a",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -5018,20 +5019,20 @@
|
|||||||
"security",
|
"security",
|
||||||
"stream-wrapper"
|
"stream-wrapper"
|
||||||
],
|
],
|
||||||
"time": "2019-05-14T13:14:14+00:00"
|
"time": "2019-10-18T11:57:16+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "typo3fluid/fluid",
|
"name": "typo3fluid/fluid",
|
||||||
"version": "2.6.4",
|
"version": "2.6.5",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/TYPO3/Fluid.git",
|
"url": "https://github.com/TYPO3/Fluid.git",
|
||||||
"reference": "75a3a58c2ee1edf1c3b5c0d5bc815e9252afba80"
|
"reference": "53eb2aa5395422ee00019bb28bc5d1b3c6916705"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/TYPO3/Fluid/zipball/75a3a58c2ee1edf1c3b5c0d5bc815e9252afba80",
|
"url": "https://api.github.com/repos/TYPO3/Fluid/zipball/53eb2aa5395422ee00019bb28bc5d1b3c6916705",
|
||||||
"reference": "75a3a58c2ee1edf1c3b5c0d5bc815e9252afba80",
|
"reference": "53eb2aa5395422ee00019bb28bc5d1b3c6916705",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -5057,7 +5058,7 @@
|
|||||||
"LGPL-3.0-or-later"
|
"LGPL-3.0-or-later"
|
||||||
],
|
],
|
||||||
"description": "The TYPO3 Fluid template rendering engine",
|
"description": "The TYPO3 Fluid template rendering engine",
|
||||||
"time": "2019-09-13T09:38:15+00:00"
|
"time": "2019-10-21T09:41:33+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "wazum/pagetree-resizable",
|
"name": "wazum/pagetree-resizable",
|
||||||
|
|||||||
Reference in New Issue
Block a user