Skip to content

Commit 42430e9

Browse files
committed
Merge pull request #5 from joegreen88/master
Changed binaries in composer.json
2 parents 8448cec + 4b19240 commit 42430e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "smrtr/mysql-version-control",
33
"description": "A crude version control system for mysql written in php",
44
"keywords": ["database", "db", "mysql", "version control", "version", "migration", "update", "data", "structure"],
5-
"bin": ["bin/mysql-version-control", "bin/mysql-version-control"],
5+
"bin": ["bin/up", "bin/down"],
66
"authors": [
77
{
88
"name": "Joe Green",

0 commit comments

Comments
 (0)