{ "name": "indifferentketchup/codex", "description": "Generic PHP log parsing and analysis framework.", "license": "MIT", "type": "library", "authors": [ { "name": "indifferentketchup", "email": "samkintop@gmail.com" } ], "require": { "php": ">=8.4" }, "require-dev": { "phpunit/phpunit": "^12" }, "autoload": { "psr-4": { "IndifferentKetchup\\Codex\\": "src/" } }, "autoload-dev": { "psr-4": { "IndifferentKetchup\\Codex\\Test\\Src\\": "test/src/", "IndifferentKetchup\\Codex\\Test\\Tests\\": "test/tests/" } }, "scripts": { "test": "phpunit test/tests" } }