diff --git a/composer.json b/composer.json index 429a678..0fe71fc 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "rayblair/type-safety", - "description": "This is my package type-safety", + "description": "Type Safety is a PHP package that enforces strict type safety when working with mixed arrays and variables.", "keywords": [ "rayblair", "type-safety" @@ -25,16 +25,16 @@ "autoload": { "psr-4": { "Rayblair\\ArrayType\\": "src" - } - }, - "autoload-dev": { - "psr-4": { - "Rayblair\\ArrayType\\Tests\\": "tests" }, "files": [ "src/helpers.php" ] }, + "autoload-dev": { + "psr-4": { + "Rayblair\\ArrayType\\Tests\\": "tests" + } + }, "scripts": { "test": "vendor/bin/phpunit", "test-coverage": "vendor/bin/phpunit --coverage",