8000 Add "static analysis" Composer keyword (#195) · djoos/Symfony-coding-standard@46d5387 · GitHub
[go: up one dir, main page]

Skip to content

Commit 46d5387

Browse files
authored
Add "static analysis" Composer keyword (#195)
As per https://getcomposer.org/doc/04-schema.md#keywords by including "static analysis" as a keyword in the `composer.json` file, Composer 2.4.0-RC1 and later will prompt users if the package is installed with `composer require` instead of `composer require --dev`. See composer/composer#10960 for more info.
1 parent 5cc7ad1 commit 46d5387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "escapestudios/symfony2-coding-standard",
33
"type": "phpcodesniffer-standard",
44
"description": "CodeSniffer ruleset for the Symfony 2+ coding standard",
5-
"keywords": ["Symfony2", "Symfony", "coding standard", "phpcs"],
5+
"keywords": ["Symfony2", "Symfony", "coding standard", "phpcs", "static analysis"],
66
"homepage": "https://github.com/djoos/Symfony-coding-standard",
77
"license": "MIT",
88
"authors": [

0 commit comments

Comments
 (0)
0