Skip to content

Commit ab29a09

Browse files
committed
Merge pull request #10 from joegreen88/master
Added license to composer.json and updated readme
2 parents b813f22 + adf1b87 commit ab29a09

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,7 @@ Run `vendor/bin/teardown <environment>` to tear down the tables on the given env
8282

8383
This command is useful for development & testing developments where you may wish to, for example, tear down your
8484
database between test runs.
85+
86+
Use the `confirm` option to bypass the confirmation prompt, e.g.
87+
88+
vendor/bin/teardown <environment> --confirm

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"description": "A crude version control system for mysql written in php",
44
"keywords": ["database", "db", "mysql", "version control", "version", "migration", "update", "data", "structure"],
55
"bin": ["bin/up", "bin/teardown"],
6+
"license": "MIT",
67
"authors": [
78
{
89
"name": "Joe Green",

0 commit comments

Comments
 (0)