diff options
author | Remi Collet <remi@remirepo.net> | 2022-09-30 12:29:46 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-09-30 12:29:46 +0200 |
commit | 622a1f375de9b98371a31158509384ee3bd8d7b0 (patch) | |
tree | 6fdac293b1c6ce4bd84be3df7c8a6ae3553e9693 /composer.json | |
parent | 6d2e32378f32646c8ec2e0a003b9d686fc490c3e (diff) |
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
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": { |