Update composer file

This commit is contained in:
myrmidex 2026-08-22 18:36:59 +02:00
parent 10ec71b76a
commit 3609b86eda

View file

@ -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": [