1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/processwire_ynh.git synced 2024-09-03 20:06:37 +02:00
This commit is contained in:
ericgaspar 2023-01-07 07:39:08 +01:00
parent a79e3d1b77
commit 7b2c7ae8ec
2 changed files with 3 additions and 3 deletions

View file

@ -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": {

View file

@ -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"