Added autoloader info
This commit is contained in:
parent
d0cdfe2e69
commit
d8fa89156e
1 changed files with 20 additions and 15 deletions
5
composer.json
Normal file → Executable file
5
composer.json
Normal file → Executable file
|
@ -14,5 +14,10 @@
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.0"
|
"php": ">=5.3.0"
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"enko\\dokuwiki\\objectrepresentation\\": "lib/enko/dokuwiki/objectrepresentation"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in a new issue