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

24 lines
634 B
JSON
Raw Permalink Normal View History

2013-11-28 15:14:43 +01:00
{
2014-06-08 00:45:52 +02:00
"name": "enko/dokuwikiobjectrepresentation",
"type": "library",
"description": "DokuWiki data abstraction from the future",
"keywords": ["dokuwiki", "abstraction"],
2014-06-08 00:52:58 +02:00
"homepage": "https://phablab.krautspace.de/project/view/1/",
2014-06-08 00:45:52 +02:00
"license": "GPL2",
"authors": [
{
"name": "Tim Schumacher",
"email": "tim@bandenkrieg.hacked.jp",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-4": {
"enko\\dokuwiki\\objectrepresentation\\": "lib/enko/dokuwiki/objectrepresentation"
}
2013-11-28 15:14:43 +01:00
}
2014-06-08 00:52:58 +02:00
}