mirror of
https://github.com/YunoHost-Apps/plainpad_ynh.git
synced 2024-09-03 20:05:53 +02:00
Revert to php 8.0
This commit is contained in:
parent
9dc48647e0
commit
cb68a4dc05
1 changed files with 6 additions and 6 deletions
|
@ -67,12 +67,12 @@ ram.runtime = "50M"
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = [
|
packages = [
|
||||||
"mariadb-server",
|
"mariadb-server",
|
||||||
"php8.2-zip",
|
"php8.0-zip",
|
||||||
"php8.2-fileinfo",
|
"php8.0-fileinfo",
|
||||||
"php8.2-xml",
|
"php8.0-xml",
|
||||||
"php8.2-bcmath",
|
"php8.0-bcmath",
|
||||||
"php8.2-mbstring",
|
"php8.0-mbstring",
|
||||||
"php8.2-mysql",
|
"php8.0-mysql",
|
||||||
]
|
]
|
||||||
|
|
||||||
[resources.database]
|
[resources.database]
|
||||||
|
|
Loading…
Reference in a new issue