Skip to content

[PhpUnitBridge] Mark as dev package #60587

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

Merged
merged 1 commit into from
May 30, 2025

Conversation

HypeMC
Copy link
Member

@HypeMC HypeMC commented May 29, 2025

Q A
Branch? 6.4
Bug fix? no
New feature? no
Deprecations? no
Issues -
License MIT

Composer has a feature where it automatically suggests adding a package to require-dev when certain keywords are used in composer.json:

image

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.

@nicolas-grekas
Copy link
Member

Thank you @HypeMC.

@nicolas-grekas nicolas-grekas merged commit de0773c into symfony:6.4 May 30, 2025
12 checks passed
@HypeMC HypeMC deleted the phpunit-bridge-tag branch May 30, 2025 11:28
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants