Skip to content

Commit d8ba4d6

Browse files
author
Joe Green
committed
dev
1 parent dbe086c commit d8ba4d6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
22
"name": "mrjgreen/db-sync",
33
"type": "library",
4-
"description": "Command component based on laravel's",
4+
"description": "Efficient MySQL comparision and sync utility",
55
"autoload": {
66
"psr-0": {
7-
"DbSync": "src",
8-
"Dbal": "src"
7+
"DbSync": "src"
98
},
109
"files" : ["src/functions.php"]
1110
},
@@ -15,7 +14,6 @@
1514
"php build/createphar.php"
1615
]
1716
},
18-
"minimum-stability": "dev",
1917
"require" : {
2018
"mrjgreen/php-cli" : "1.*",
2119
"psr/log" : "*"

0 commit comments

Comments
 (0)