diff --git a/composer.json b/composer.json index 05f5fc3..d48686a 100644 --- a/composer.json +++ b/composer.json @@ -1,12 +1,12 @@ { - "name": "aternos/codex", - "description": "PHP library to read, parse, print and analyse log files.", + "name": "indifferentketchup/codex", + "description": "Generic PHP log parsing and analysis framework.", "license": "MIT", "type": "library", "authors": [ { - "name": "Matthias Neid", - "email": "matthias@aternos.org" + "name": "indifferentketchup", + "email": "samkintop@gmail.com" } ], "require": { @@ -17,13 +17,13 @@ }, "autoload": { "psr-4": { - "Aternos\\Codex\\": "src/" + "IndifferentKetchup\\Codex\\": "src/" } }, "autoload-dev": { "psr-4": { - "Aternos\\Codex\\Test\\Src\\": "test/src/", - "Aternos\\Codex\\Test\\Tests\\": "test/tests/" + "IndifferentKetchup\\Codex\\Test\\Src\\": "test/src/", + "IndifferentKetchup\\Codex\\Test\\Tests\\": "test/tests/" } }, "scripts": {