From 622a1f375de9b98371a31158509384ee3bd8d7b0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 30 Sep 2022 12:29:46 +0200 Subject: update to 2.0.1 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 209e0e6..99ec24b 100644 --- a/composer.json +++ b/composer.json @@ -46,12 +46,12 @@ }, "autoload": { "psr-4": { - "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections" + "Doctrine\\Common\\Collections\\": "src" } }, "autoload-dev": { "psr-4": { - "Doctrine\\Tests\\": "tests/Doctrine/Tests" + "Doctrine\\Tests\\": "tests" } }, "config": { -- cgit