Updated composer
This commit is contained in:
parent
d0cdfe2e69
commit
cb757de02b
1 changed files with 20 additions and 15 deletions
7
composer.json
Normal file → Executable file
7
composer.json
Normal file → Executable file
|
@ -3,7 +3,7 @@
|
|||
"type": "library",
|
||||
"description": "DokuWiki data abstraction from the future",
|
||||
"keywords": ["dokuwiki", "abstraction"],
|
||||
"homepage": "https://bk-dev.hacked.jp/project/view/1/",
|
||||
"homepage": "https://phablab.krautspace.de/project/view/1/",
|
||||
"license": "GPL2",
|
||||
"authors": [
|
||||
{
|
||||
|
@ -14,5 +14,10 @@
|
|||
],
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"enko\\dokuwiki\\objectrepresentation": "lib/enko/dokuwiki/objectrepresentation"
|
||||
}
|
||||
}
|
||||
}
|
Reference in a new issue