From 64881ce7c65b5fd63526867a37b2b3cc790d4e7d Mon Sep 17 00:00:00 2001 From: Michael Chrisco Date: Thu, 6 Sep 2018 12:52:28 -0700 Subject: [PATCH 1/3] Update .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9496e74..9a20b75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ matrix: - php: 7.0 - php: 7.1 - php: 7.2 + - php: 7.3 sudo: false From 7589b70bafd35552291a3bbc40e5a3b6aa87a910 Mon Sep 17 00:00:00 2001 From: Michael Chrisco Date: Mon, 22 Oct 2018 14:08:02 -0700 Subject: [PATCH 2/3] Update composer.json Update CS fixer --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a6508f3..bd74d2b 100644 --- a/composer.json +++ b/composer.json @@ -16,6 +16,6 @@ "require-dev": { "kahlan/kahlan": "^2.4", "illuminate/database": ">=5.2.0", - "friendsofphp/php-cs-fixer": "^2.2" + "friendsofphp/php-cs-fixer": ">=2.2" } } From ea0ff8735ed56a913587813840dc95c479be72da Mon Sep 17 00:00:00 2001 From: Michael Chrisco Date: Mon, 22 Oct 2018 14:12:11 -0700 Subject: [PATCH 3/3] Update composer.json Remove friendsofphp/php-cs-fixer for now. --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index bd74d2b..0f5e417 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,6 @@ }, "require-dev": { "kahlan/kahlan": "^2.4", - "illuminate/database": ">=5.2.0", - "friendsofphp/php-cs-fixer": ">=2.2" + "illuminate/database": ">=5.2.0" } }