From 21707593ff55b648fc946b19f0076657dc2ac060 Mon Sep 17 00:00:00 2001 From: Robson Nascimento Date: Sun, 26 Apr 2020 11:54:19 +1200 Subject: [PATCH] Bumping min php version to 7.2 --- .travis.yml | 1 - composer.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5166792..ca5f1d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ sudo: required services: - docker php: - - 7.1 - 7.2 - 7.3 diff --git a/composer.json b/composer.json index bd8ae0b..7c8906f 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ ], "license" : "MIT", "require": { - "php": "^7.1", + "php": "^7.2", "illuminate/database": "5.4.*", "illuminate/support": "5.4.*", "illuminate/container": "5.4.*",