選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

30 行
687 B

  1. {
  2. "name": "magento/module-swatches-graph-ql",
  3. "description": "N/A",
  4. "type": "magento2-module",
  5. "license": [
  6. "OSL-3.0",
  7. "AFL-3.0"
  8. ],
  9. "version": "100.4.3",
  10. "require": {
  11. "php": "~7.4.0||~8.1.0",
  12. "magento/framework": "103.0.*",
  13. "magento/module-swatches": "100.4.*",
  14. "magento/module-catalog": "104.0.*",
  15. "magento/module-catalog-graph-ql": "100.4.*"
  16. },
  17. "suggest": {
  18. "magento/module-configurable-product-graph-ql": "100.4.*"
  19. },
  20. "autoload": {
  21. "files": [
  22. "registration.php"
  23. ],
  24. "psr-4": {
  25. "Magento\\SwatchesGraphQl\\": ""
  26. }
  27. }
  28. }