diff --git a/src/EventDispatch.php b/EventDispatch.php similarity index 100% rename from src/EventDispatch.php rename to EventDispatch.php diff --git a/src/EventProvider.php b/EventProvider.php similarity index 100% rename from src/EventProvider.php rename to EventProvider.php diff --git a/src/Struct.php b/Struct.php similarity index 100% rename from src/Struct.php rename to Struct.php diff --git a/composer.json b/composer.json index 4e59b07..144bc2f 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ }, "autoload": { "psr-4": { - "Kiri\\Events\\": "src/" + "Kiri\\Events\\": "./" } }, "require-dev": {