We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cbb072 commit f251422Copy full SHA for f251422
deployment.rst
@@ -122,12 +122,22 @@ your application:
122
123
$ composer require symfony/requirements-checker
124
125
-Then, make sure that the ``auto-scripts`` option of your ``composer.json`` file
126
-includes the following entry:
+Then, make sure that the checker is included in your Composer scripts:
127
128
.. code-block:: json
129
130
- "vendor/bin/requirements-checker": "php-script",
+ {
+ "...": "...",
131
+
132
+ "scripts": {
133
+ "auto-scripts": {
134
+ "vendor/bin/requirements-checker": "php-script",
135
+ "...": "..."
136
+ },
137
138
139
+ }
140
141
142
.. _b-configure-your-app-config-parameters-yml-file:
143
0 commit comments