diff --git a/composer.json b/composer.json index 484ed4af..b8114a15 100644 --- a/composer.json +++ b/composer.json @@ -25,8 +25,8 @@ "intervention/imagecache": "Caching extension for the Intervention Image library" }, "autoload": { - "psr-0": { - "Intervention\\Image\\": "src/" + "psr-4": { + "Intervention\\Image\\": "src/Intervention/Image" } }, "minimum-stability": "stable"