Merge branch 'master' of https://bk-dev.hacked.jp/diffusion/DO
This commit is contained in:
commit
a899a4baf2
1 changed files with 18 additions and 0 deletions
18
composer.json
Normal file
18
composer.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "enko/dokuwikiobjectrepresentation",
|
||||
"type": "library",
|
||||
"description": "DokuWiki data abstraction from the future",
|
||||
"keywords": ["dokuwiki","abstraction"],
|
||||
"homepage": "https://bk-dev.hacked.jp/project/view/1/",
|
||||
"license": "GPL2",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Tim Schumacher",
|
||||
"email": "tim@bandenkrieg.hacked.jp",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
}
|
||||
}
|
Reference in a new issue