[PhpUnitBridge] Mark as dev package#60587
Merged
nicolas-grekas merged 1 commit intosymfony:6.4from May 30, 2025
Merged
Conversation
fabpot
approved these changes
May 30, 2025
xabbuh
approved these changes
May 30, 2025
OskarStark
approved these changes
May 30, 2025
Member
|
Thank you @HypeMC. |
xabbuh
added a commit
to xabbuh/symfony
that referenced
this pull request
Jun 1, 2025
following symfony#60587 so that the installation script is not blocked by Composer asking to install the bridge as a dev dependency: ``` The package you required is recommended to be placed in require-dev (because it is tagged as "testing") but you did not use --dev. Do you want to re-run the command with --dev? [yes]? ```
nicolas-grekas
added a commit
that referenced
this pull request
Jun 2, 2025
This PR was merged into the 6.4 branch. Discussion ---------- skip interactive questions asked by Composer | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | | License | MIT following #60587 so that the installation script is not blocked by Composer asking to install the bridge as a dev dependency: ``` The package you required is recommended to be placed in require-dev (because it is tagged as "testing") but you did not use --dev. Do you want to re-run the command with --dev? [yes]? ``` Commits ------- c8082a9 skip interactive questions asked by Composer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Composer has a feature where it automatically suggests adding a package to
require-devwhen certain keywords are used incomposer.json:This might be useful now that the bridge no longer comes installed out of the box.
I don't think this qualifies as a feature (I think), so I targeted the 6.4 branch.