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

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