diff --git a/composer.json b/composer.json index 18db65b..07d21c5 100644 --- a/composer.json +++ b/composer.json @@ -1,15 +1,6 @@ { - "autoload" : { - "psr-4" : { - "Genkgo\\Migrations\\" : ["src"] - } - }, - "autoload-dev" : { - "psr-4" : { - "Genkgo\\TestMigrations\\" : ["test"] - } - }, "name" : "genkgo/migrations", + "license": "MIT", "require" : { "php" : "~8.0.0 || ~8.1.0", "ext-pdo": "*" @@ -19,6 +10,16 @@ "phpstan/phpstan": "^1.0", "friendsofphp/php-cs-fixer": "^3.0" }, + "autoload" : { + "psr-4" : { + "Genkgo\\Migrations\\" : ["src"] + } + }, + "autoload-dev" : { + "psr-4" : { + "Genkgo\\TestMigrations\\" : ["test"] + } + }, "scripts": { "test": [ "./vendor/bin/phpunit -c phpunit.xml",