composer dissable platform-check
This commit is contained in:
parent
ab706e3b61
commit
49d55de717
|
@ -1,7 +1,7 @@
|
|||
sudo: true
|
||||
language: php
|
||||
php:
|
||||
- 8.0
|
||||
#- 8.0
|
||||
- 7.1
|
||||
- 7.2
|
||||
- 5.6
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue