From 842c3d8c70393ce8d8cf17ba425e4c37356b5405 Mon Sep 17 00:00:00 2001 From: Stricted Date: Mon, 20 Jun 2016 20:53:01 +0200 Subject: [PATCH] update php requirement --- .travis.yml | 3 --- README.md | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index c54f643..2c9203a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,6 @@ language: php sudo: false php: - - 5.3 - - 5.4 - - 5.5 - 5.6 - 7.0 - hhvm diff --git a/README.md b/README.md index 92a8250..7dcd54c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ You may need for a working webinterface: * Linux machine (Debian 6+ recommended; windows may work too, but not recommended) * Linux knowledge - * At least php 5.3.2+ and activated PDO-Extension (for mysql connection) + * At least php 5.6.0+ and activated PDO-Extension (for mysql connection) * MySQL-database * working DNS server (Bind9 with DNSSEC is supported, myDNS and PowerDNS are supported too but without DNSSEC) * some time and basic knowledge about DNS -- 2.20.1