Disabled platform checks in composer

This commit is contained in:
Alejandro Celaya 2020-10-29 17:24:12 +01:00
parent 86d428184e
commit c85eb84b4c

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
}
}