Added autoloader info
This commit is contained in:
parent
d0cdfe2e69
commit
d8fa89156e
1 changed files with 20 additions and 15 deletions
35
composer.json
Normal file → Executable file
35
composer.json
Normal file → Executable file
|
@ -1,18 +1,23 @@
|
||||||
{
|
{
|
||||||
"name": "enko/dokuwikiobjectrepresentation",
|
"name": "enko/dokuwikiobjectrepresentation",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"description": "DokuWiki data abstraction from the future",
|
"description": "DokuWiki data abstraction from the future",
|
||||||
"keywords": ["dokuwiki","abstraction"],
|
"keywords": ["dokuwiki", "abstraction"],
|
||||||
"homepage": "https://bk-dev.hacked.jp/project/view/1/",
|
"homepage": "https://bk-dev.hacked.jp/project/view/1/",
|
||||||
"license": "GPL2",
|
"license": "GPL2",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Tim Schumacher",
|
"name": "Tim Schumacher",
|
||||||
"email": "tim@bandenkrieg.hacked.jp",
|
"email": "tim@bandenkrieg.hacked.jp",
|
||||||
"role": "Developer"
|
"role": "Developer"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"require": {
|
||||||
|
"php": ">=5.3.0"
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"enko\\dokuwiki\\objectrepresentation\\": "lib/enko/dokuwiki/objectrepresentation"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
|
||||||
"require": {
|
|
||||||
"php": ">=5.3.0"
|
|
||||||
}
|
|
||||||
}
|
}
|
Reference in a new issue