Skip to content

Commit 12af2e9

Browse files
author
Joe Green
committed
dbal bundled
1 parent 63bc41e commit 12af2e9

File tree

5 files changed

+598
-65
lines changed

5 files changed

+598
-65
lines changed

build/db-sync.phar

-9.47 KB
Binary file not shown.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Command component based on laravel's",
55
"autoload": {
66
"psr-0": {
7-
"DbSync": "src"
7+
"DbSync": "src",
8+
"Dbal": "src"
89
},
910
"files" : ["src/functions.php"]
1011
},
@@ -17,7 +18,6 @@
1718
"minimum-stability": "dev",
1819
"require" : {
1920
"mrjgreen/php-cli" : "1.*",
20-
"mrjgreen/dbal" : "1.*",
2121
"psr/log" : "dev-master"
2222
}
2323
}

composer.lock

Lines changed: 13 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)