Compare commits

...

1 commit

Author SHA1 Message Date
Tim Schumacher
cb757de02b Updated composer 2014-06-08 00:26:40 +02:00

35
composer.json Normal file → Executable file
View file

@ -1,18 +1,23 @@
{
"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"
"name": "enko/dokuwikiobjectrepresentation",
"type": "library",
"description": "DokuWiki data abstraction from the future",
"keywords": ["dokuwiki", "abstraction"],
"homepage": "https://phablab.krautspace.de/project/view/1/",
"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"
}
}
],
"require": {
"php": ">=5.3.0"
}
}