Browse Source

Restore hard dependency on php7.0-fpm.

Yunohost already takes care to auto-patch configs to use 7.3 when needed.
pitchum 4 years ago
parent
commit
d98a593179
2 changed files with 2 additions and 2 deletions
  1. 1 1
      manifest.json
  2. 1 1
      scripts/_common.sh

+ 1 - 1
manifest.json

@@ -19,7 +19,7 @@
   },
   "services": [
     "nginx",
-    "php-fpm"
+    "php7.0-fpm"
   ],
   "arguments": {
     "install": [

+ 1 - 1
scripts/_common.sh

@@ -3,7 +3,7 @@
 # Common variables and helpers
 #
 
-pkg_dependencies="php-fpm sipcalc dnsutils openvpn curl fake-hwclock"
+pkg_dependencies="php7.0-fpm sipcalc dnsutils openvpn curl fake-hwclock"
 
 service_name="ynh-vpnclient"
 service_checker_name=$service_name"-checker"