8000 minor #60587 [PhpUnitBridge] Mark as dev package (HypeMC) · symfony/symfony@de0773c · GitHub
[go: up one dir, main page]

Skip to content

Commit de0773c

Browse files
minor #60587 [PhpUnitBridge] Mark as dev package (HypeMC)
This PR was merged into the 6.4 branch. Discussion ---------- [PhpUnitBridge] Mark as dev package | 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`](https://github.com/composer/composer/blob/8d239c7d3d6b7cff416f4ce3546a0b2b7633cb30/src/Composer/Command/RequireCommand.php#L236) when certain keywords are used in `composer.json`: ![image](https://github.com/user-attachments/assets/815b9450-9f72-44f5-ae92-a8e95e890fe7) This might be useful now that the bridge [no longer comes installed out of the box](symfony/test-pack#24). I don't think this qualifies as a feature (I think), so I targeted the 6.4 branch. Commits ------- 5aebeb3 [PhpUnitBridge] Mark as dev package
2 parents 82a1563 + 5aebeb3 commit de0773c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Symfony/Bridge/PhpUnit/composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"name": "symfony/phpunit-bridge",
33
"type": "symfony-bridge",
44
"description": "Provides utilities for PHPUnit, especially user deprecation notices management",
5-
"keywords": [],
5+
"keywords": [
6+
"testing"
7+
],
68
"homepage": "https://symfony.com",
79
"license": "MIT",
810
"authors": [

0 commit comments

Comments
 (0)
0