Commit 38db41d8 authored by Marco Pivetta's avatar Marco Pivetta

Merge pull request #641 from JeroenDeDauw/2.4

Remove duplicate suggest section in composer.json
parents 1770ffa8 aa6b7fa0
...@@ -22,9 +22,6 @@ ...@@ -22,9 +22,6 @@
"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