MantisBT: master 960d141b

Author Committer Branch Timestamp Parent
dregad dregad master 2019-08-03 07:14 master 56c7392b
Affected Issues  0025956: Drop support for PHP 5.x
Changeset

Update minimum PHP version to 7.0

Note: PHP version is now specified with ^ operator instead of >=,
so we need to add major PHP versions by ORing them into the constraint.

This makes supporting new PHP versions an explicit act.

Fixes 0025956

mod - composer.json Diff File
mod - core/constant_inc.php Diff File
mod - docbook/Admin_Guide/en-US/Installation.xml Diff File