From 49d55de7175c46dd54d1602b29e7a271d753d210 Mon Sep 17 00:00:00 2001 From: vnmedeiros Date: Fri, 12 Feb 2021 11:04:07 -0300 Subject: [PATCH] composer dissable platform-check --- .travis.yml | 2 +- composer.json | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7feb6842f..4b5e2df81 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: true language: php php: -- 8.0 +#- 8.0 - 7.1 - 7.2 - 5.6 diff --git a/composer.json b/composer.json index f93e1e319..09e2d774b 100644 --- a/composer.json +++ b/composer.json @@ -15,9 +15,7 @@ "minimum-stability": "dev", "config": { "vendor-dir": "src/vendor", - "platform": { - "php": "7.2" - } + "platform-check": false }, "scripts": { "post-install-cmd": "\"src/vendor/bin/phpcs\" --config-set installed_paths src/vendor/wimg/php-compatibility",