From 94db3f05600b16f001ef8dadeb8d65cc9e6d8a2b Mon Sep 17 00:00:00 2001 From: myrmidex Date: Sun, 30 Aug 2026 21:52:19 +0200 Subject: [PATCH] Fix namespace --- composer.json | 8 ++++---- src/Matcher.php | 2 +- tests/Unit/MatcherTest.php | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index e3ea209..1c317f9 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { - "name": "anagram-finder/core", - "description": "AnagramFinder core", + "name": "countdown/letters-core", + "description": "Countdown letters core", "type": "library", "require": { "illuminate/collections": "^13.26" @@ -8,8 +8,8 @@ "license": "AGPL-3.0-only", "autoload": { "psr-4": { - "Lvl0\\AnagramFinder\\Core\\": "src/", - "Lvl0\\AnagramFinder\\Core\\Tests\\": "tests/" + "Lvl0\\Countdown\\Letters\\": "src/", + "Lvl0\\Countdown\\Letters\\Tests\\": "tests/" } }, "authors": [ diff --git a/src/Matcher.php b/src/Matcher.php index d130c2c..0e98690 100644 --- a/src/Matcher.php +++ b/src/Matcher.php @@ -1,6 +1,6 @@