{ "name": "myrmidex/anagram-finder", "description": "An anagram finder in PHP", "type": "project", "require": { "illuminate/collections": "^13.26" }, "license": "AGPL-3.0-only", "autoload": { "psr-4": { "Myrmidex\\AnagramFinder\\": "src/", "Myrmidex\\AnagramFinder\\Tests\\": "tests/" } }, "authors": [ { "name": "myrmidex", "email": "myrmidex@myrmidex.net" } ], "require-dev": { "phpunit/phpunit": "^13", "friendsofphp/php-cs-fixer": "^3.95" } }