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

Require symfony/process as dev dependency #23

Merged
merged 2 commits into from
Mar 20, 2024

Conversation

uuf6429
Copy link
Member

@uuf6429 uuf6429 commented Mar 14, 2024

No description provided.

Copy link

codecov bot commented Mar 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.54%. Comparing base (c63f281) to head (7683e22).

Additional details and impacted files
@@            Coverage Diff            @@
##               main      #23   +/-   ##
=========================================
  Coverage     83.54%   83.54%           
  Complexity      191      191           
=========================================
  Files             1        1           
  Lines           468      468           
=========================================
  Hits            391      391           
  Misses           77       77           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@uuf6429 uuf6429 requested a review from aik099 March 14, 2024 18:20
@uuf6429 uuf6429 marked this pull request as ready for review March 14, 2024 18:20
@oleg-andreyev
Copy link

Reason?

@uuf6429
Copy link
Member Author

uuf6429 commented Mar 17, 2024

@oleg-andreyev symfony/process used here, as said in the "mentioned" link above. The version update is just to avoid restrictions for nothing.

Comment on lines +26 to +27
"symfony/error-handler": "^5.4 || ^6.0 || ^7.0",
"symfony/process": "^5.4 || ^6.0 || ^7.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this driver was already released, then I would suggest moving the || ^7.0 part to a different PR for adding Symfony 7 support.

Except for that, everything looks good.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Driver is WIP , so it's okay to merge as is

@uuf6429 uuf6429 merged commit 8a540d9 into main Mar 20, 2024
56 checks passed
@uuf6429 uuf6429 deleted the chore/add-symfony-process-dev-dep branch March 20, 2024 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants