##// END OF EJS Templates
Add README.md and example config
Add README.md and example config

File last commit:

r2:8e1a300a09b7 default
r3:1b46b989a9f2 v0.1.0 default
Show More
composer.json
17 lines | 469 B | application/json | JsonLexer
{
"name": "markei/dbmigrate",
"version": "1",
"description": "Script for migrating databases between environments, easy for use in a situation of Wordpress and DTAP",
"license": "MIT",
"authors": [
{
"name": "Maarten de Keizer",
"email": "m.de.keizer@markei.nl",
"role": "Lead Developer"
}
],
"require": {
"DvdGiessen/DBSR": "dev-master"
},
"bin": ["bin/dbmigratie.php"]
}