Commit 22af8812 authored by Benjamin Morel's avatar Benjamin Morel

Added Symfony Console suggestion to composer.json

parent 31bd1538
......@@ -15,6 +15,9 @@
"php": ">=5.3.2",
"doctrine/common": ">=2.3-dev,<2.5-dev"
},
"suggest": {
"symfony/console": "Allows use of the command line interface"
},
"autoload": {
"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