Debian: add the PHP7.0 Support

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3985 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2017-10-30 09:40:51 +00:00
parent 730438f186
commit 09256e887f

4
debian/control vendored
View File

@@ -7,8 +7,8 @@ Standards-Version: 3.9.8
Package: domframework Package: domframework
Architecture: all Architecture: all
Depends: libapache-mod-php5 | libapache2-mod-php5 | php5-cgi, apache2 | httpd, ${misc:Depends} Depends: libapache-mod-php5 | libapache2-mod-php5 | php5-cgi | libapache2-mod-php, apache2 | httpd, ${misc:Depends}
Recommends: php5-cli Recommends: php5-cli | php7.0-cli
Description: PHP Framework with basic functionnalities Description: PHP Framework with basic functionnalities
The DomFramework allow the developpers to create easily some PHP applications. The DomFramework allow the developpers to create easily some PHP applications.
Provide authentication, abstraction to databases, and much more ! Provide authentication, abstraction to databases, and much more !