making this a wordpress-plugin type
{ | ||
"name": "lucha/r2db", | ||
"description": "r2db wordpress database", | ||
"type": "libray", | ||
"type": "wordpress-plugin", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "lucha", | ||
"email": "lucha@paranoici.org" | ||
} | ||
], | ||
"repositories": [ | ||
{ | ||
"type": "composer", | ||
"url" : "https://wpackagist.org" | ||
} | ||
], | ||
], | ||
"require": { | ||
"flexihash/flexihash": "^2.0", | ||
"wpackagist-plugin/hyperdb": "^1.6", | ||
"composer/installers": "^1.9" | ||
}, | ||
"extra": { | ||
"installer-paths": { | ||
"hyperdb": ["wpackagist-plugin/hyperdb"] | ||
} | ||
} | ||
"flexihash/flexihash": "^2.0" | ||
} | ||
} |
Please register or sign in to comment