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

@ -2217,6 +2217,6 @@
"install-path": "../true/punycode"
}
],
"dev": false,
"dev": true,
"dev-package-names": []
}