From fe954f185223c6927a4bae8b473bdb7b8def38bc Mon Sep 17 00:00:00 2001 From: Crapo Date: Thu, 19 Nov 2020 10:06:04 +0100 Subject: [PATCH] Removed support for php 7.2 --- .travis.yml | 2 +- CHANGELOG.md | 6 ++++-- composer.json | 8 ++++---- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index b566276..dc679da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,9 @@ dist: bionic language: php php: - - 7.2 - 7.3 - 7.4 + - 8.0 # This triggers builds to run on the new TravisCI infrastructure. # See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/ diff --git a/CHANGELOG.md b/CHANGELOG.md index a7c369c..c4499b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -66,8 +66,10 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip - Updated branch alias in composer.json -## 2.1.2 - 2020-11-19 +## 2.2.0 - 2020-11-19 ### Added -- Updated phpunit and travis config +- Update phpunit and travis config +- Remove support for php 7.2 +- Bump phpunit version diff --git a/composer.json b/composer.json index b9adda6..f6023d9 100644 --- a/composer.json +++ b/composer.json @@ -19,15 +19,15 @@ } ], "require": { - "php": "^7.2", - "dms/phpunit-arraysubset-asserts": "~0.1.1|^0.2", - "phpunit/phpunit": "^8.0|^9.0", + "php": "^7.3", + "dms/phpunit-arraysubset-asserts": "^0.2", + "phpunit/phpunit": "^9.0", "vgirol/jsonapi-constant": "^1.1", "vgirol/jsonapi-structure": "dev-master" }, "require-dev": { "infection/infection": "~0.14", - "vgirol/phpunit-exception": "~1.0.0|dev-master" + "vgirol/phpunit-exception": "dev-master" }, "minimum-stability": "stable", "autoload": {