From 43ef28903f38516f52805313e7898e1b74327ce8 Mon Sep 17 00:00:00 2001 From: Chris Schuld Date: Wed, 26 Jun 2019 15:39:21 -0700 Subject: [PATCH] dropped support for php 5.x for phpunit, and php 5.x is old --- .travis.yml | 3 --- CHANGELOG.md | 4 +++- composer.json | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1faa8d8..82c8e5b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,6 @@ dist: precise php: - 7.3 - 7.2 - - 5.6 - - 5.5 - - 5.4 install: composer install diff --git a/CHANGELOG.md b/CHANGELOG.md index adc45e2..e5704e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,9 @@ changes when it socially makes sense. ## [1.9.2] - 2019-06-26 ### Added - PHPUnit Tests for Firefox, Opera and Chrome (3684 tests, 7368 assertions) -- Stronger tests for Firefox +- Stronger tests for Firefox and Chrome +### Removed +- Dropped support for 5.x PHP due to updates to PHPUnit and legacy nature of 5.X ## [1.9.1] - 2019-06-19 ### Added diff --git a/composer.json b/composer.json index afaf198..421c6db 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "classmap": ["lib/Browser.php"] }, "require": { - "php": ">=5.4" + "php": ">=7.2" }, "extra": { "branch-alias": {