We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6684f7a commit 1a96f24Copy full SHA for 1a96f24
1 file changed
user_guide_src/source/extending/composer_packages.rst
@@ -150,17 +150,13 @@ That't it. Now you can run Coding Standards Fixer::
150
If you add ``scripts.cs-fix`` in your **composer.json**, you can run it with
151
``composer cs-fix`` command::
152
153
- --- a/composer.json
154
- +++ b/composer.json
155
- @@ -23,5 +23,8 @@
156
- "allow-plugins": {
157
- "phpstan/extension-installer": true
158
- }
159
- + },
160
- + "scripts": {
161
- + "cs-fix": "php-cs-fixer fix --ansi --verbose --diff"
162
163
+ {
+ // ...
+ },
+ "scripts": {
+ "cs-fix": "php-cs-fixer fix --ansi --verbose --diff"
+ }
164
165
************
166
Config Files
0 commit comments