mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
PHP 8.1 (security fixes) (#165)
* Update to php8.1 * Auto-update README --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org>
This commit is contained in:
parent
93df6e5606
commit
6571715ab6
3 changed files with 4 additions and 4 deletions
|
@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
An efficient but powerful RSS aggregator with a nice and mobile-friendly design, as well as extension and themes support.
|
||||
|
||||
|
||||
**Shipped version:** 1.21.0~ynh1
|
||||
**Shipped version:** 1.21.0~ynh2
|
||||
|
||||
**Demo:** https://demo.freshrss.org
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
Agrégateur de flux RSS avec une interface adaptée au mobile
|
||||
|
||||
|
||||
**Version incluse :** 1.21.0~ynh1
|
||||
**Version incluse :** 1.21.0~ynh2
|
||||
|
||||
**Démo :** https://demo.freshrss.org
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "FreshRSS"
|
|||
description.en = "RSS aggregator with a nice and mobile-friendly design"
|
||||
description.fr = "Agrégateur de flux RSS avec une interface adaptée au mobile"
|
||||
|
||||
version = "1.21.0~ynh1"
|
||||
version = "1.21.0~ynh2"
|
||||
|
||||
maintainers = ["plopoyop"]
|
||||
|
||||
|
@ -71,7 +71,7 @@ ram.runtime = "50M"
|
|||
api.protected = true
|
||||
|
||||
[resources.apt]
|
||||
packages = "mariadb-server acl php8.0-gd php8.0-zip php8.0-dom php8.0-mbstring php8.0-gmp php8.0-mysql php8.0-sqlite3 php8.0-curl php8.0-intl php8.0-xml"
|
||||
packages = "mariadb-server acl php8.1-gd php8.1-zip php8.1-dom php8.1-mbstring php8.1-gmp php8.1-mysql php8.1-sqlite3 php8.1-curl php8.1-intl php8.1-xml"
|
||||
|
||||
[resources.database]
|
||||
type = "mysql"
|
||||
|
|
Loading…
Add table
Reference in a new issue