From c6af089eabf100d1e21a730eaefef053258b83e1 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Mon, 24 Jul 2017 09:52:21 +0200 Subject: [PATCH] Use PSR-4 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c4f6b5821..a277f3057 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "doctrine/coding-standard": "~0.1@dev" }, "autoload": { - "psr-0": { "Doctrine\\Common\\Collections\\": "lib/" } + "psr-4": { "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections" } }, "autoload-dev": { "psr-4": {