From 41813744a83c94309c0a0c66d9caeb9100618c64 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 31 Aug 2020 19:15:27 +0200 Subject: [PATCH] Explicitly require php-fpm >= 7.3 ... --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 1f2c24678..2076a8210 100644 --- a/debian/control +++ b/debian/control @@ -11,12 +11,12 @@ Package: yunohost Essential: yes Architecture: all Depends: ${python:Depends}, ${misc:Depends} - , moulinette (>= 4.0.0~alpha), ssowat (>= 4.0.0~alpha) + , moulinette (>= 4.0), ssowat (>= 4.0) , python-psutil, python-requests, python-dnspython, python-openssl , python-miniupnpc, python-dbus, python-jinja2 , python-toml, python-packaging, python-publicsuffix , apt, apt-transport-https, dirmngr - , php-fpm, php-ldap, php-intl + , php-fpm (>= 7.3), php-ldap, php-intl , mariadb-server, php-mysql | php-mysqlnd , openssh-server, iptables, fail2ban, dnsutils, bind9utils , openssl, ca-certificates, netcat-openbsd, iproute2