Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e9d7d22

Browse filesBrowse files
author
Andrey Helldar
committed
Updated doc: Added key to disable the display of package suggestions
See deployphp/deployer#1812
1 parent 0ca9ae1 commit e9d7d22
Copy full SHA for e9d7d22

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎docs/all-options.md

Copy file name to clipboardExpand all lines: docs/all-options.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
| `use_relative_symlink` | | Whether to use relative symlinks. By default deployer will detect if the system supports relative symlinks and use them. |
3131
| `use_atomic_symlink` | | Whether to use atomic symlinks. By default deployer will detect if system supports atomic symlinks and use them. |
3232
| `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. |
3434
| `env` | `[]` | Array of environment variables. |
3535
| `releases_list` | `[...]` | List the names of the existings releases. |
3636
| `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

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.