From 3609b86eda7147fa426731e4ed93fcde9e4e6735 Mon Sep 17 00:00:00 2001 From: myrmidex Date: Sat, 22 Aug 2026 18:36:59 +0200 Subject: [PATCH] Update composer file --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 5218e79..e3ea209 100644 --- a/composer.json +++ b/composer.json @@ -1,15 +1,15 @@ { - "name": "myrmidex/anagram-finder", - "description": "An anagram finder in PHP", - "type": "project", + "name": "anagram-finder/core", + "description": "AnagramFinder core", + "type": "library", "require": { "illuminate/collections": "^13.26" }, "license": "AGPL-3.0-only", "autoload": { "psr-4": { - "Myrmidex\\AnagramFinder\\": "src/", - "Myrmidex\\AnagramFinder\\Tests\\": "tests/" + "Lvl0\\AnagramFinder\\Core\\": "src/", + "Lvl0\\AnagramFinder\\Core\\Tests\\": "tests/" } }, "authors": [