From f91ffb480662c45c17124f895bd5bcc2243f21e9 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Wed, 25 Apr 2018 08:59:46 +0200 Subject: [PATCH] support php-xapi/model 3.x --- .travis.yml | 2 ++ CHANGELOG.md | 2 +- composer.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c1154d9..743f13e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,8 @@ cache: php: - 5.6 - 7.0 + - 7.1 + - 7.2 matrix: fast_finish: true diff --git a/CHANGELOG.md b/CHANGELOG.md index eee9884..f9597fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ CHANGELOG * made the package compatible with `3.x` releases of `ramsey/uuid` -* allow `2.x` releases of the `php-xapi/model` package too +* allow `2.x` and `3.x` releases of the `php-xapi/model` package too * added an `ActivityRepositoryInterface` that defines the public API of an activity repository diff --git a/composer.json b/composer.json index a66231a..60c0f62 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "require": { "php": "^5.6 || ^7.0", "ramsey/uuid": "^2.8 || ^3.0", - "php-xapi/model": "^1.1 || ^2.0", + "php-xapi/model": "^1.1 || ^2.0 || ^3.0", "php-xapi/test-fixtures": "^1.0" }, "minimum-stability": "dev",