1
0
mirror of synced 2025-02-02 21:41:45 +03:00

Benchmark autoloading definitions

This commit is contained in:
Marco Pivetta 2016-05-26 20:17:56 +02:00 committed by Luís Cobucci
parent 25669c51b6
commit 37cb2c0722
No known key found for this signature in database
GPG Key ID: EC61C5F01750ED3C

View File

@ -35,7 +35,10 @@
"psr-4": { "Doctrine\\ORM\\": "lib/Doctrine/ORM" }
},
"autoload-dev": {
"psr-4": { "Doctrine\\Tests\\": "tests/Doctrine/Tests" }
"psr-4": {
"Doctrine\\Tests\\": "tests/Doctrine/Tests",
"Doctrine\\Performance\\": "tests/Doctrine/Performance"
}
},
"bin": ["bin/doctrine"],
"extra": {