making r2db into a Composer package
Showing
- .gitignore 2 additions, 0 deletions.gitignore
- composer.json 28 additions, 0 deletionscomposer.json
- composer.lock 218 additions, 0 deletionscomposer.lock
- r2db/flexihash.php 0 additions, 363 deletionsr2db/flexihash.php
- src/db-backends.php 0 additions, 0 deletionssrc/db-backends.php
- src/db-hash.php 2 additions, 1 deletionsrc/db-hash.php
.gitignore
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "lucha/r2db", | ||
"description": "r2db wordpress database", | ||
"type": "libray", | ||
"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"] | ||
} | ||
} | ||
} |
composer.lock
0 → 100644
r2db/flexihash.php
deleted
100644 → 0
File moved
Please register or sign in to comment