mirror of
https://github.com/YunoHost-Apps/processwire_ynh.git
synced 2024-09-03 20:06:37 +02:00
fix
This commit is contained in:
parent
a79e3d1b77
commit
7b2c7ae8ec
2 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@
|
|||
},
|
||||
"license": "MPL-2.0",
|
||||
"maintainer": {
|
||||
"name": "",
|
||||
"name": "eric_G",
|
||||
"email": ""
|
||||
},
|
||||
"requirements": {
|
||||
|
@ -26,7 +26,7 @@
|
|||
"multi_instance": true,
|
||||
"services": [
|
||||
"nginx",
|
||||
"php7.4-fpm",
|
||||
"php8.0-fpm",
|
||||
"mysql"
|
||||
],
|
||||
"arguments": {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# PHP APP SPECIFIC
|
||||
#=================================================
|
||||
|
||||
YNH_PHP_VERSION=7.4
|
||||
YNH_PHP_VERSION=8.0
|
||||
|
||||
php_dependencies="php$YNH_PHP_VERSION-gd php$YNH_PHP_VERSION-mysql"
|
||||
|
||||
|
|
Loading…
Reference in a new issue