From ff42c371dcbc0c365f71cc3cc1102be6a2413cfd Mon Sep 17 00:00:00 2001 From: AllenJB Date: Thu, 4 May 2017 12:45:44 +0100 Subject: [PATCH] Fix namespace name --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ab05d37..8459e7f 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ }, "autoload": { "psr-4": { - "allenjb\\migrationmanager\\": "src" + "AllenJB\\MigrationManager\\": "src" } } }