Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update symfony/console dependency #214

Closed
wants to merge 1 commit into from
Closed

Conversation

smaddock
Copy link

@smaddock smaddock commented Nov 2, 2021

What does it do ?

Added int return codes to Symfony\Console\Command::execute() implementations.
Changed composer.json symfony/console required version.

Why is it needed ?

Update symfony/console dependency to late versions to resolve conflicts with third-party packages.

Related issue(s)/PR(s)

Resolves #180

@cla-bot
Copy link

cla-bot bot commented Nov 2, 2021

Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Shawn Maddock.
This is most likely caused by a git client misconfiguration; please make sure to:

  1. check if your git client is configured with an email to sign commits git config --list | grep email
  2. If not, set it up using git config --global user.email email@example.com
  3. Make sure that the git commit email is configured in your GitHub account settings, see https://github.com/settings/emails

@smaddock
Copy link
Author

smaddock commented Nov 2, 2021

Updated GitHub profile.

@opengeek
Copy link
Member

opengeek commented Nov 2, 2021

@cla-bot check

@cla-bot cla-bot bot added the cla-signed CLA confirmed for all contributors to this PR label Nov 2, 2021
@cla-bot
Copy link

cla-bot bot commented Nov 2, 2021

The cla-bot has been summoned, and re-checked this pull request!

@opengeek
Copy link
Member

FWIW, I have addressed this separately for 3.0.x and 3.x in #226 and #225, respectively.

@opengeek opengeek closed this Apr 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed CLA confirmed for all contributors to this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update package so it works with latest symfony/console version
2 participants