un-bump php back to 7.0, because debian stable...

This commit is contained in:
Shish 2018-11-10 12:01:26 +00:00
parent 379fcdfd20
commit 5c49b3631d
4 changed files with 4 additions and 5 deletions

View file

@ -1,7 +1,6 @@
language: php
php:
- 7.1
- 7.2
- 7.0
sudo: false

View file

@ -29,7 +29,7 @@ check out one of the versioned branches.
# Requirements
- MySQL/MariaDB 5.1+ (with experimental support for PostgreSQL 9+ and SQLite 3)
- [Stable PHP](https://en.wikipedia.org/wiki/PHP#Release_history) (7.1+ as of writing)
- [Stable PHP](https://en.wikipedia.org/wiki/PHP#Release_history) (7.0+ as of writing)
- GD or ImageMagick
# Installation

View file

@ -23,7 +23,7 @@
],
"require" : {
"php" : ">=7.1",
"php" : ">=7.0",
"ext-pdo": "*",
"flexihash/flexihash" : "^2.0.0",

View file

@ -40,7 +40,7 @@ _d("TIMEZONE", null); // string timezone
_d("CORE_EXTS", "bbcode,user,mail,upload,image,view,handle_pixel,ext_manager,setup,upgrade,handle_404,comment,tag_list,index,tag_edit,alias_editor"); // extensions to always enable
_d("EXTRA_EXTS", ""); // string optional extra extensions
_d("BASE_URL", null); // string force a specific base URL (default is auto-detect)
_d("MIN_PHP_VERSION", '7.1');// string minimum supported PHP version
_d("MIN_PHP_VERSION", '7.0');// string minimum supported PHP version
_d("ENABLED_MODS", "imageboard");
/*