making this a wordpress-muplugin type
{ | { | ||
"name": "lucha/r2db", | "name": "lucha/r2db", | ||
"description": "r2db wordpress database", | "description": "r2db wordpress database", | ||
"type": "wordpress-plugin", | "type": "wordpress-muplugin", | ||
"license": "MIT", | "license": "MIT", | ||
"authors": [ | "authors": [ | ||
{ | { | ||
... | @@ -11,5 +11,8 @@ | ... | @@ -11,5 +11,8 @@ |
], | ], | ||
"require": { | "require": { | ||
"flexihash/flexihash": "^2.0" | "flexihash/flexihash": "^2.0" | ||
} | }, | ||
"autoload":{ | |||
"files": ["db-hash.php", "db-backends.php"] | |||
} | |||
} | } |
Please register or sign in to comment