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",