From c32c583bfcead9741a24a0584833e832e8eb8e0d Mon Sep 17 00:00:00 2001 From: kohanaxworld Date: Tue, 25 Jun 2024 10:03:40 +0300 Subject: [PATCH] Update composer.json --- composer.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 99a6b35..3251382 100644 --- a/composer.json +++ b/composer.json @@ -1,11 +1,15 @@ { - "name": "lstrojny/hmmmath", - "description": "Collection of math related PHP functions", + "name": "kohanaworld/hmmmath", + "description": "Collection of math related PHP functions (PHP >=7.2 <=8.3", "license": "MIT", "authors": [ { "name": "Lars Strojny", "email": "lars@strojny.net" + }, + { + "name": "Kohana World Team", + "email": "ga@koseven@ga" } ], "autoload": {