From a546d19a670266a953fb82b2e6072eabbc667df6 Mon Sep 17 00:00:00 2001 From: shinya Date: Wed, 7 Feb 2024 15:26:46 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=A8=E3=83=A9=E3=83=BC=E5=AF=BE=E5=87=A6?= =?UTF-8?q?=E3=81=A7composer=E3=81=AB=E8=BF=BD=E5=8A=A0=E3=81=AE=E3=83=97?= =?UTF-8?q?=E3=83=A9=E3=82=B0=E3=82=A4=E3=83=B3=E3=82=A4=E3=83=B3=E3=82=B9?= =?UTF-8?q?=E3=83=88=E3=83=BC=E3=83=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 1 + composer.lock | 59 +++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 58 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index ca8d8dcc670..824b551fa86 100644 --- a/composer.json +++ b/composer.json @@ -45,6 +45,7 @@ "mobiledetect/mobiledetectlib": "^2.8", "monolog/monolog": "^2.5", "nesbot/carbon": "^2", + "php-http/message-factory": "^1.1", "psr/cache": "^1.0", "psr/container": "^1.0", "psr/http-message": "^1.0", diff --git a/composer.lock b/composer.lock index 6c110643def..b68abebfe1b 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "b05fb2f10279b2e65fbb66f5e802c8cb", + "content-hash": "50abc9f8efbeb7d2ababda54bbbcc168", "packages": [ { "name": "composer/ca-bundle", @@ -3632,6 +3632,61 @@ }, "time": "2022-11-12T15:38:23+00:00" }, + { + "name": "php-http/message-factory", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/php-http/message-factory.git", + "reference": "4d8778e1c7d405cbb471574821c1ff5b68cc8f57" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-http/message-factory/zipball/4d8778e1c7d405cbb471574821c1ff5b68cc8f57", + "reference": "4d8778e1c7d405cbb471574821c1ff5b68cc8f57", + "shasum": "" + }, + "require": { + "php": ">=5.4", + "psr/http-message": "^1.0 || ^2.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Http\\Message\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com" + } + ], + "description": "Factory interfaces for PSR-7 HTTP Message", + "homepage": "http://php-http.org", + "keywords": [ + "factory", + "http", + "message", + "stream", + "uri" + ], + "support": { + "issues": "https://github.com/php-http/message-factory/issues", + "source": "https://github.com/php-http/message-factory/tree/1.1.0" + }, + "abandoned": "psr/http-factory", + "time": "2023-04-14T14:16:17+00:00" + }, { "name": "phpoption/phpoption", "version": "1.9.0", @@ -13856,5 +13911,5 @@ "platform-overrides": { "php": "7.4.0" }, - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }