composer dissable platform-check

This commit is contained in:
vnmedeiros 2021-02-12 11:04:07 -03:00
parent ab706e3b61
commit 49d55de717
2 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,7 @@
sudo: true sudo: true
language: php language: php
php: php:
- 8.0 #- 8.0
- 7.1 - 7.1
- 7.2 - 7.2
- 5.6 - 5.6

View File

@ -15,9 +15,7 @@
"minimum-stability": "dev", "minimum-stability": "dev",
"config": { "config": {
"vendor-dir": "src/vendor", "vendor-dir": "src/vendor",
"platform": { "platform-check": false
"php": "7.2"
}
}, },
"scripts": { "scripts": {
"post-install-cmd": "\"src/vendor/bin/phpcs\" --config-set installed_paths src/vendor/wimg/php-compatibility", "post-install-cmd": "\"src/vendor/bin/phpcs\" --config-set installed_paths src/vendor/wimg/php-compatibility",