|
|
|
@ -109,16 +109,16 @@
@@ -109,16 +109,16 @@
|
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "guzzlehttp/psr7", |
|
|
|
|
"version": "1.8.5", |
|
|
|
|
"version": "1.9.1", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/guzzle/psr7.git", |
|
|
|
|
"reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268" |
|
|
|
|
"reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/337e3ad8e5716c15f9657bd214d16cc5e69df268", |
|
|
|
|
"reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268", |
|
|
|
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/e4490cabc77465aaee90b20cfc9a770f8c04be6b", |
|
|
|
|
"reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
@ -137,11 +137,6 @@
@@ -137,11 +137,6 @@
|
|
|
|
|
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"branch-alias": { |
|
|
|
|
"dev-master": "1.7-dev" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"autoload": { |
|
|
|
|
"files": [ |
|
|
|
|
"src/functions_include.php" |
|
|
|
@ -199,7 +194,7 @@
@@ -199,7 +194,7 @@
|
|
|
|
|
], |
|
|
|
|
"support": { |
|
|
|
|
"issues": "https://github.com/guzzle/psr7/issues", |
|
|
|
|
"source": "https://github.com/guzzle/psr7/tree/1.8.5" |
|
|
|
|
"source": "https://github.com/guzzle/psr7/tree/1.9.1" |
|
|
|
|
}, |
|
|
|
|
"funding": [ |
|
|
|
|
{ |
|
|
|
@ -215,7 +210,7 @@
@@ -215,7 +210,7 @@
|
|
|
|
|
"type": "tidelift" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"time": "2022-03-20T21:51:18+00:00" |
|
|
|
|
"time": "2023-04-17T16:00:37+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "paragonie/random_compat", |
|
|
|
@ -264,25 +259,25 @@
@@ -264,25 +259,25 @@
|
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "psr/http-message", |
|
|
|
|
"version": "1.0.1", |
|
|
|
|
"version": "1.1", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/php-fig/http-message.git", |
|
|
|
|
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" |
|
|
|
|
"reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", |
|
|
|
|
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", |
|
|
|
|
"url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba", |
|
|
|
|
"reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": ">=5.3.0" |
|
|
|
|
"php": "^7.2 || ^8.0" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"branch-alias": { |
|
|
|
|
"dev-master": "1.0.x-dev" |
|
|
|
|
"dev-master": "1.1.x-dev" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"autoload": { |
|
|
|
@ -311,9 +306,9 @@
@@ -311,9 +306,9 @@
|
|
|
|
|
"response" |
|
|
|
|
], |
|
|
|
|
"support": { |
|
|
|
|
"source": "https://github.com/php-fig/http-message/tree/master" |
|
|
|
|
"source": "https://github.com/php-fig/http-message/tree/1.1" |
|
|
|
|
}, |
|
|
|
|
"time": "2016-08-06T14:39:51+00:00" |
|
|
|
|
"time": "2023-04-04T09:50:52+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "ralouphie/getallheaders", |
|
|
|
@ -840,5 +835,5 @@
@@ -840,5 +835,5 @@
|
|
|
|
|
"prefer-lowest": false, |
|
|
|
|
"platform": [], |
|
|
|
|
"platform-dev": [], |
|
|
|
|
"plugin-api-version": "2.2.0" |
|
|
|
|
"plugin-api-version": "2.3.0" |
|
|
|
|
} |
|
|
|
|