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" diff --git a/composer.json b/composer.json index ac492134..e4c53cf3 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/"