From b5abdc98a6d777e5d180b748dbcffe292040eb81 Mon Sep 17 00:00:00 2001 From: Nhat Tran Date: Wed, 14 Aug 2019 17:25:11 +0200 Subject: [PATCH] [IMR-927]: Bump beberlei/assert so that we can update dependencies in products-service --- .travis.yml | 1 - composer.json | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2686167..a03992c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,6 @@ services: - postgresql php: - - 5.6 - 7.0 - nightly diff --git a/composer.json b/composer.json index 9d6b005..2ac862d 100644 --- a/composer.json +++ b/composer.json @@ -10,10 +10,10 @@ "license": "MIT", "type": "library", "require": { - "php": ">=5.6", + "php": ">=7.0", "ramsey/uuid": "^3.0", "easyframework/collections": "^7.0.0", - "beberlei/assert": "^2.5" + "beberlei/assert": "^3.1" }, "require-dev": { "phpunit/phpunit": "^5.3",