Add a composer.json

This commit is contained in:
Tim Schumacher 2013-11-28 15:14:43 +01:00
parent 25be870949
commit c145d401f2

18
composer.json Normal file
View 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"
}
}