mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 19:42:15 +09:00
Disable platform-check and prepend-autoloader options in composer.json
This commit is contained in:
parent
ee440eff53
commit
ccc0417a38
8 changed files with 80 additions and 73 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue