From 19f4b8a220f9c2cf8131ce22febe507731f0fa78 Mon Sep 17 00:00:00 2001 From: a6a2f5842 Date: Mon, 16 Jun 2025 07:12:26 +0200 Subject: [PATCH] A composer autofind --- composer.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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