From f79fbfec87cb6b984cf35a4de56d03aab6083797 Mon Sep 17 00:00:00 2001 From: Mehmet Korkmaz Date: Sun, 7 May 2017 02:23:21 +0300 Subject: [PATCH] scrutinizer config updated --- .scrutinizer.yml | 2 +- src/Core/Application.php | 3 +-- src/Core/Result.php | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 43084b3..1566851 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -6,7 +6,7 @@ checks: duplication: true build: environment: - php: '7.0.8' + php: '7.1' tests: override: - diff --git a/src/Core/Application.php b/src/Core/Application.php index 624ccce..5408d7b 100644 --- a/src/Core/Application.php +++ b/src/Core/Application.php @@ -1,4 +1,5 @@