You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/all-options.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@
30
30
|`use_relative_symlink`|| Whether to use relative symlinks. By default deployer will detect if the system supports relative symlinks and use them. |
31
31
|`use_atomic_symlink`|| Whether to use atomic symlinks. By default deployer will detect if system supports atomic symlinks and use them. |
32
32
|`composer_action`|`install`| Composer action. |
33
-
|`composer_options`|`{{composer_action}} --verbose --prefer-dist --no-progress --no-interaction --no-dev --optimize-autoloader`| Options for Composer including the action. This is what is used by the `deploy:vendors` task. |
33
+
|`composer_options`|`{{composer_action}} --verbose --prefer-dist --no-progress --no-interaction --no-dev --optimize-autoloader --no-suggest`| Options for Composer including the action. This is what is used by the `deploy:vendors` task. |
34
34
|`env`|`[]`| Array of environment variables. |
35
35
|`releases_list`|`[...]`| List the names of the existings releases. |
36
36
|`release_name`|| Function that returns the name of the next release. Override to provide your own release_name logic (e.g YmdHis format). |
0 commit comments