Disable platform-check and prepend-autoloader options in composer.json

This commit is contained in:
Kijin Sung 2023-12-30 21:45:58 +09:00
parent ee440eff53
commit ccc0417a38
8 changed files with 80 additions and 73 deletions

View file

@ -9,7 +9,9 @@
{ "name": "NAVER", "email": "developers@xpressengine.com" }
],
"config": {
"optimize-autoloader": true
"optimize-autoloader": true,
"platform-check": false,
"prepend-autoloader": false
},
"require": {
"php": ">=7.2.5",