From d4d51f4b9ce84d79e5511d87afdb9ffb6cf6106d Mon Sep 17 00:00:00 2001 From: Martin Georgiev Date: Tue, 1 Jan 2019 13:47:57 +0200 Subject: [PATCH 1/3] Travis tests with PHP 7.3 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5e006b97..07d57188 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,11 +11,12 @@ php: - 7.0 - 7.1 - 7.2 + - 7.3 - nightly env: global: - - LATEST_PHP_VERSION="7.2" + - LATEST_PHP_VERSION="7.3" matrix: - DEPENDENCIES="beta" - DEPENDENCIES="low" From aa279329465fa94f4600dcf8678b9e4ca300b723 Mon Sep 17 00:00:00 2001 From: Martin Georgiev Date: Tue, 1 Jan 2019 13:55:17 +0200 Subject: [PATCH 2/3] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index ac492134..9de5390c 100644 --- a/composer.json +++ b/composer.json @@ -61,13 +61,13 @@ "scripts": { "check-code-style": [ - "php-cs-fixer fix --config='./.php_cs' --show-progress=none --dry-run --no-interaction --diff -v" + "php-cs-fixer fix --config='./.php_cs' --no-interaction --diff -v --dry-run" ], "check-security": [ "security-checker security:check" ], "fix-code-style": [ - "php-cs-fixer fix --config='./.php_cs' --show-progress=none --no-interaction --diff -v" + "php-cs-fixer fix --config='./.php_cs' --no-interaction --diff -v" ], "run-static-analysis": [ "phpstan analyse --level=1 src/" From c465891ebae9dfe72479a5fc8495b014fdf04709 Mon Sep 17 00:00:00 2001 From: Martin Georgiev Date: Tue, 1 Jan 2019 14:13:45 +0200 Subject: [PATCH 3/3] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 9de5390c..e4c53cf3 100644 --- a/composer.json +++ b/composer.json @@ -61,13 +61,13 @@ "scripts": { "check-code-style": [ - "php-cs-fixer fix --config='./.php_cs' --no-interaction --diff -v --dry-run" + "php-cs-fixer fix --config='.php_cs' --no-interaction --diff -v --dry-run" ], "check-security": [ "security-checker security:check" ], "fix-code-style": [ - "php-cs-fixer fix --config='./.php_cs' --no-interaction --diff -v" + "php-cs-fixer fix --config='.php_cs' --no-interaction --diff -v" ], "run-static-analysis": [ "phpstan analyse --level=1 src/"