Skip to content

Commit

Permalink
Don't install symfony/console via composer
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
  • Loading branch information
kesselb committed Feb 20, 2020
1 parent 52d071a commit ab054f9
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 330 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
"symfony/service-contracts": "1.1.8"
},
"replace": {
"guzzlehttp/guzzle": "*"
"guzzlehttp/guzzle": "*",
"symfony/console": "*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ab054f9

Please sign in to comment.