Skip to content

Commit a90a733

Browse files
committed
minor #49438 Use composer keywords dev for installation warning (94noni)
This PR was merged into the 6.3 branch. Discussion ---------- Use composer keywords `dev` for installation warning | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | no | New feature? | yes | Deprecations? | no Small addition regarding the sentence in the bundle’s readme Leverages https://getcomposer.org/doc/04-schema.md#keywords Commits ------- 9f0a6f2 Update composer.json
2 parents 0900333 + 9f0a6f2 commit a90a733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/WebProfilerBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "symfony/web-profiler-bundle",
33
"type": "symfony-bundle",
44
"description": "Provides a development tool that gives detailed information about the execution of any request",
5-
"keywords": [],
5+
"keywords": ["dev"],
66
"homepage": "https://symfony.com",
77
"license": "MIT",
88
"authors": [

0 commit comments

Comments
 (0)