Merge pull request #1796 from phansys/autoload

Declare "autoload-dev" for `Nelmio\ApiDocBundle\Tests\` namespace
This commit is contained in:
Guilhem Niot 2021-03-14 17:11:27 +01:00 committed by GitHub
commit a48fb7b48a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,9 +76,14 @@
"Nelmio\\ApiDocBundle\\": ""
},
"exclude-from-classmap": [
"/Tests/"
"Tests/"
]
},
"autoload-dev": {
"psr-4": {
"Nelmio\\ApiDocBundle\\Tests\\": "Tests/"
}
},
"extra": {
"branch-alias": {
"dev-master": "4.x-dev"