diff --git a/composer.json b/composer.json index 264fb29..8c4d307 100644 --- a/composer.json +++ b/composer.json @@ -24,16 +24,21 @@ ], "autoload": { "psr-4": { - "Ratchet\\": "src/Ratchet" + "Blax\\Roles\\": "src" } }, + "config": { + "sort-packages": true + }, "require": { "php": "^8.0", "illuminate/auth": "^8.12|^9.0|^10.0|^11.0|^12.0", "illuminate/container": "^8.12|^9.0|^10.0|^11.0|^12.0", "illuminate/contracts": "^8.12|^9.0|^10.0|^11.0|^12.0", "illuminate/database": "^8.12|^9.0|^10.0|^11.0|^12.0", - "illuminate/support": "^8.12|^9.0|^10.0|^11.0|^12.0", + "illuminate/support": "^8.12|^9.0|^10.0|^11.0|^12.0" + }, + "require-dev": { "laravel/pint": "^1.22" } } \ No newline at end of file