deps: bump nc and php requirements
Signed-off-by: Varun Patil <radialapps@gmail.com>pull/877/head
parent
6a58a10c86
commit
6965d0214f
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
|
- **Breaking**: Nextcloud 26+ and PHP 8 are now required.
|
||||||
|
|
||||||
## [v5.5.0] - 2023-10-06
|
## [v5.5.0] - 2023-10-06
|
||||||
|
|
||||||
- **Important**: This update runs some slow database migrations. It is recommended to upgrade using the CLI (`occ upgrade`) instead of the web interface.
|
- **Important**: This update runs some slow database migrations. It is recommended to upgrade using the CLI (`occ upgrade`) instead of the web interface.
|
||||||
|
|
|
@ -39,7 +39,7 @@ Memories is a *batteries-included* photo management solution for Nextcloud with
|
||||||
<repository>https://github.com/pulsejet/memories</repository>
|
<repository>https://github.com/pulsejet/memories</repository>
|
||||||
<screenshot>https://raw.githubusercontent.com/pulsejet/memories/master/appinfo/screenshot.jpg</screenshot>
|
<screenshot>https://raw.githubusercontent.com/pulsejet/memories/master/appinfo/screenshot.jpg</screenshot>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<nextcloud min-version="25" max-version="27"/>
|
<nextcloud min-version="26" max-version="27"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<commands>
|
<commands>
|
||||||
<command>OCA\Memories\Command\Index</command>
|
<command>OCA\Memories\Command\Index</command>
|
||||||
|
|
Loading…
Reference in New Issue