andig / carddav2fb

Download CardDAV VCards and upload as phonebook to AVM FRITZ!Box
63 stars 19 forks source link

Update symfony/console requirement from ^3.0 to ^4.3 #153

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on symfony/console to permit the latest version.

Changelog *Sourced from [symfony/console's changelog](https://github.com/symfony/console/blob/master/CHANGELOG.md).* > CHANGELOG > ========= > > 5.0.0 > ----- > > * removed `TableStyle::setCrossingChar()` method in favor of `TableStyle::setDefaultCrossingChar()` > * removed `TableStyle::setHorizontalBorderChar()` method in favor of `TableStyle::setDefaultCrossingChars()` > * removed `TableStyle::getHorizontalBorderChar()` method in favor of `TableStyle::getBorderChars()` > * removed `TableStyle::setVerticalBorderChar()` method in favor of `TableStyle::setVerticalBorderChars()` > * removed `TableStyle::getVerticalBorderChar()` method in favor of `TableStyle::getBorderChars()` > * `ProcessHelper::run()` accepts only `array|Symfony\Component\Process\Process` for its `command` argument > * `Application::setDispatcher` accepts only `Symfony\Contracts\EventDispatcher\EventDispatcherInterface` > for its `dispatcher` argument > > 4.4.0 > ----- > > * added `Question::setTrimmable` default to true to allow the answer to be trimmed > * added method `preventRedrawFasterThan()` and `forceRedrawSlowerThan()` on `ProgressBar` > * `Application` implements `ResetInterface` > * marked all dispatched event classes as `@final` > > 4.3.0 > ----- > > * added support for hyperlinks > * added `ProgressBar::iterate()` method that simplify updating the progress bar when iterating > * added `Question::setAutocompleterCallback()` to provide a callback function > that dynamically generates suggestions as the user types > > 4.2.0 > ----- > > * allowed passing commands as `[$process, 'ENV_VAR' => 'value']` to > `ProcessHelper::run()` to pass environment variables > * deprecated passing a command as a string to `ProcessHelper::run()`, > pass it the command as an array of its arguments instead > * made the `ProcessHelper` class final > * added `WrappableOutputFormatterInterface::formatAndWrap()` (implemented in `OutputFormatter`) > * added `capture_stderr_separately` option to `CommandTester::execute()` > > 4.1.0 > ----- > > * added option to run suggested command if command is not found and only 1 alternative is available > * added option to modify console output and print multiple modifiable sections > * added support for iterable messages in output `write` and `writeln` methods > > 4.0.0 > ... (truncated)
Commits - [`8b0ae57`](https://github.com/symfony/console/commit/8b0ae5742ce9aaa8b0075665862c1ca397d1c1d9) Merge branch '4.2' into 4.3 - [`fc2e274`](https://github.com/symfony/console/commit/fc2e274aade6567a750551942094b2145ade9b6c) Merge branch '3.4' into 4.2 - [`12940f2`](https://github.com/symfony/console/commit/12940f20a816c978860fa4925b3f1bbb27e9ac46) Fix multiSelect ChoiceQuestion when answers have spaces - [`56c7fcb`](https://github.com/symfony/console/commit/56c7fcb3fe7631d4e8ff563dd4ae0532fc3a0a7e) Merge branch '4.2' into 4.3 - [`4965d5a`](https://github.com/symfony/console/commit/4965d5a969a9e67864613d709fbfdab15d6d3ad7) Merge branch '3.4' into 4.2 - [`c26324c`](https://github.com/symfony/console/commit/c26324c67d565bdec12962d0c9d2c5243626d231) [Console] Update to inherit and add licence - [`0fb1794`](https://github.com/symfony/console/commit/0fb17945eb355ef2747a6425afbbecadcef1eccb) Fix CS regarding nullable arguments - [`b592b26`](https://github.com/symfony/console/commit/b592b26a24265a35172d8a2094d8b10f22b7cc39) fixed CS - [`8578887`](https://github.com/symfony/console/commit/85788878fd4718a02385d3732ec1c63487073bea) Merge branch '4.2' into 4.3 - [`79860cd`](https://github.com/symfony/console/commit/79860cda331a2edb497c72ee487ed75c484ab75e) fixed CS - Additional commits viewable in [compare view](https://github.com/symfony/console/compare/v3.0.0...v4.3.3)


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.