Skip to content

Commit

Permalink
dbal bundled
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Green committed Oct 22, 2014
1 parent 63bc41e commit 12af2e9
Show file tree
Hide file tree
Showing 5 changed files with 598 additions and 65 deletions.
Binary file modified build/db-sync.phar
Binary file not shown.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "Command component based on laravel's",
"autoload": {
"psr-0": {
"DbSync": "src"
"DbSync": "src",
"Dbal": "src"
},
"files" : ["src/functions.php"]
},
Expand All @@ -17,7 +18,6 @@
"minimum-stability": "dev",
"require" : {
"mrjgreen/php-cli" : "1.*",
"mrjgreen/dbal" : "1.*",
"psr/log" : "dev-master"
}
}
76 changes: 13 additions & 63 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 12af2e9

Please sign in to comment.