Enable platform (extension) checks

This commit is contained in:
Chris Kankiewicz
2021-11-17 10:59:17 -07:00
parent 246adca8e1
commit 21a36aac7d

View File

@@ -58,11 +58,12 @@
}
},
"config": {
"optimize-autoloader": true,
"platform": {
"php": "7.3"
},
"platform-check": true,
"sort-packages": true,
"optimize-autoloader": true,
"vendor-dir": "app/vendor"
},
"scripts": {