Merge pull request #873 from acelaya-forks/feature/disable-platform-checks

Disabled platform checks in composer
This commit is contained in:
Alejandro Celaya 2020-10-29 17:28:18 +01:00 committed by GitHub
commit f651b0e5a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -170,6 +170,7 @@
"clean:dev": "<fg=blue;options=bold>Deletes artifacts which are gitignored and could affect dev env</>"
},
"config": {
"sort-packages": true
"sort-packages": true,
"platform-check": false
}
}