Added Symfony Console suggestion to composer.json
Showing
... | ... | @@ -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/" } | ||
}, | ||
... | ... |
Please register or sign in to comment