Skip to content

Commit

Permalink
Merge pull request #636 from nextcloud/ignore-symfony-console-dependency
Browse files Browse the repository at this point in the history
Don't install symfony/console via composer
  • Loading branch information
Grotax committed Feb 22, 2020
2 parents 48fd0d4 + ab054f9 commit 96aba4b
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 96aba4b

Please sign in to comment.