From a306c7420e2640bdcdc5aa8b3ca2dd68fa7399c5 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 24 Nov 2024 10:58:39 +0100 Subject: [PATCH] Rename package to acelaya/ip-address-middleware --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index d3ab097..034bf3e 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { - "name": "akrabat/ip-address-middleware", - "description": "PSR-15 middleware that determines the client IP address and stores it as a ServerRequest attribute", + "name": "acelaya/ip-address-middleware", + "description": "Fork of http://github.com/akrabat/rka-ip-address-middleware with PHP 8.4 warnings fixed", "keywords": [ "psr7", "middleware", "ip" ],