diff --git a/composer.json b/composer.json index 816f147e6..13b6658fb 100644 --- a/composer.json +++ b/composer.json @@ -31,8 +31,8 @@ }, "autoload": { - "psr-0": { - "Prophecy\\": "src/" + "psr-4": { + "Prophecy\\": "src/Prophecy" } },