mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #9919 from nextcloud/backport/9658/stable24
[stable24] Add note about dependency limitation for apps
This commit is contained in:
commit
f69bb97f79
@ -268,6 +268,9 @@ dependencies/nextcloud
|
||||
* if absent white-listed owncloud versions will be taken from the owncloud element (see below)
|
||||
* must contain a **min-version** attribute (maximum 3 digits separated by dots)
|
||||
* can contain a **max-version** attribute (maximum 3 digits separated by dots)
|
||||
|
||||
.. note:: Dependencies `dependencies/php`, `dependencies/database` and `dependencies/lib` are checked at installation time (not on update time), hence applications need to stick to the dependencies supported by a major version of Nextcloud the moment an app releases support for that version, i.e. app needs to support the same PHP version-range the supported Nextcloud version supports.
|
||||
|
||||
background-jobs/job
|
||||
* optional
|
||||
* must contain a php class which is run as background jobs
|
||||
|
||||
Loading…
Reference in New Issue
Block a user