Skip to content

Commit

Permalink
Patch symfony console to fix interactive input BC-breaking change (#4066
Browse files Browse the repository at this point in the history
)

* Updated symfony console.

* patch instead

* a

* cleanup
  • Loading branch information
danepowell committed Mar 19, 2020
1 parent 939b01a commit 1631865
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"sensiolabs/security-checker": "^5.0.0",
"squizlabs/php_codesniffer": "^3.0.1",
"symfony/config": "^4.4",
"symfony/console": "^4.4",
"symfony/console": "4.4.5",
"symfony/twig-bridge": "^3.3",
"symfony/yaml": "^4.4",
"zaporylie/composer-drupal-optimizations": "^1.0",
Expand Down Expand Up @@ -80,6 +80,11 @@
"type:drupal-core"
]
},
"patches": {
"symfony/console": {
"symfony console breaks non-interactive input": "https://github.com/symfony/symfony/files/4356765/symfony-console-36031.txt"
}
},
"phpcodesniffer-search-depth": 4
},
"autoload": {
Expand Down
22 changes: 20 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1631865

Please sign in to comment.