This repository has been archived on 2024-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
dokuwiki-objectrepresentation/composer.json

18 lines
428 B
JSON
Raw Normal View History

2013-11-28 15:14:43 +01:00
{
"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"
}
}