diff --git a/composer.json b/composer.json index 7d6c9e4..9c27903 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { "name": "aternos/codex", "description": "PHP library to read, parse, print and analyse log files.", - "type": "library", "license": "MIT", + "type": "library", "authors": [ { "name": "Matthias Neid", @@ -12,6 +12,9 @@ "require": { "php": ">=8.3" }, + "require-dev": { + "phpunit/phpunit": "^12.3" + }, "autoload": { "psr-4": { "Aternos\\Codex\\": "src/" @@ -23,9 +26,6 @@ "Aternos\\Codex\\Test\\Tests\\": "test/tests/" } }, - "require-dev": { - "phpunit/phpunit": "^12.3" - }, "scripts": { "test": "phpunit test/tests" }