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
language: php
php:
- 8.0
#- 8.0
- 7.1
- 7.2
- 5.6

View File

@ -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",