8000 minor #52010 Revert "dev" keyword on PhpUnitBridge (jderusse) · symfony/symfony@991dd0d · GitHub
[go: up one dir, main page]

Skip to content

Commit 991dd0d

Browse files
minor #52010 Revert "dev" keyword on PhpUnitBridge (jderusse)
This PR was merged into the 5.4 branch. Discussion ---------- Revert "dev" keyword on PhpUnitBridge | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | / | License | MIT This PR revert #51925 The issue with the `dev` key word, is: Composer ask to re-run command with the `--dev` flag Which makes `simple-phpunit` stuck when running in a CI For the recall: - simple-phpunit run `composer require --no-update symfony/phpunit-bridge "*`@dev`"` https://github.com/symfony/symfony/blob/5f77c3fb3e5b95b577b1fd17cb03c12be568c70d/src/Symfony/Bridge/PhpUnit/bin/simple-phpunit.php#L256 - composer ask for re-running the command in `--dev` https://github.com/composer/composer/blob/c827c93b62186488dbffdf4b614413ae7a785607/src/Composer/Command/RequireCommand.php#L235-L261 Commits ------- 315a8a4 Revert "Add keyword `dev` to leverage composer hint"
2 parents e6ca3ae + 315a8a4 commit 991dd0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bridge/PhpUnit/composer.json

7B78 Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "symfony/phpunit-bridge",
33
"type": "symfony-bridge",
44
"description": "Provides utilities for PHPUnit, especially user deprecation notices management",
5-
"keywords": ["dev"],
5+
"keywords": [],
66
"homepage": "https://symfony.com",
77
"license": "MIT",
88
"authors": [

0 commit comments

Comments
 (0)
0