1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rss-bridge_ynh.git synced 2024-09-03 20:25:51 +02:00

Merge pull request #57 from YunoHost-Apps/php8

Php8
This commit is contained in:
lapineige 2023-03-20 14:55:59 +01:00 committed by GitHub
commit 3312cdde58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.build = "300M"
ram.runtime = "50M"
[install]
@ -47,5 +47,5 @@ ram.runtime = "50M"
main.url = "/"
[resources.apt]
packages = "php7.4-fpm"
packages = "php8.1-fpm, php8.1-mbstring, php8.1-xml, php8.1-curl"