Skip to content

Commit

Permalink
Merge branch 'master' into fix/rename-files
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm committed Apr 18, 2024
2 parents 925f8a4 + 2aa0cc3 commit 07a6b78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/allow_update_indirect_with_direct.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ __default__: 0

Indicates that you want violinist to update your dependencies, even if your direct dependency does not have a new version, but at least one package in the dependency tree descending from a direct dependency has an update available.

> Note! This setting has no effect if `always_update_all` is enabled.
## Explanation

By default, violinist will only update your dependencies if one of your direct dependencies has an update available. However, if a transative dependency has an update, it will not be updated until the direct dependency that introduce this dependency has an update. This option changes that.
Expand Down Expand Up @@ -54,3 +56,5 @@ If this sounds like the configuration you want, you would change your `composer.
}
}
{{< /highlight >}}

> Note! This setting has no effect if `always_update_all` is enabled.
2 changes: 2 additions & 0 deletions content/extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ fileinfo
filter
ftp
gd
gmp
hash
iconv
imagick
Expand All @@ -41,6 +42,7 @@ mailparse
mbstring
memcached
mongodb
msgpack
mysqli
mysqlnd
openssl
Expand Down

0 comments on commit 07a6b78

Please sign in to comment.