Commit 2a8f6792 authored by Benjamin Eberlei's avatar Benjamin Eberlei

Merge pull request #262 from BenMorel/composer

Add Symfony Console dependency to composer.json
parents 47411d33 22af8812
...@@ -22,6 +22,9 @@ ...@@ -22,6 +22,9 @@
"suggest": { "suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files." "symfony/console": "For helpful console commands such as SQL execution and import of files."
}, },
"suggest": {
"symfony/console": "Allows use of the command line interface"
},
"autoload": { "autoload": {
"psr-0": { "Doctrine\\DBAL\\": "lib/" } "psr-0": { "Doctrine\\DBAL\\": "lib/" }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment