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