nextcloud/apps/testing/composer/composer.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
265 B
JSON
Raw Normal View History

{
"config" : {
"vendor-dir": ".",
"optimize-autoloader": true,
"classmap-authoritative": true,
"autoloader-suffix": "Testing"
},
"autoload" : {
"psr-4": {
"OCA\\Testing\\": "../lib/"
}
}
}