From f4b90921751c8585abfd574458b5ddf786a47c60 Mon Sep 17 00:00:00 2001 From: NekoMonci12 Date: Fri, 25 Jul 2025 19:13:35 +0700 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6b3c057..8815aef 100644 --- a/composer.json +++ b/composer.json @@ -1,11 +1,11 @@ { - "name": "shellrent/cloudflare-php", + "name": "yuemi/cloudflare-php", "description": "PHP binding for v4 of the Cloudflare Client API.", "type": "library", "require": { "guzzlehttp/guzzle": "^7.0.1", "php": ">=7.2.5", - "psr/http-message": "~1.0", + "psr/http-message": "^1.0 || ^2.0", "ext-json": "*" }, "require-dev": {