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

33 行
761 B

  1. {
  2. "name": "magento/module-persistent",
  3. "description": "N/A",
  4. "type": "magento2-module",
  5. "license": [
  6. "OSL-3.0",
  7. "AFL-3.0"
  8. ],
  9. "config": {
  10. "sort-packages": true
  11. },
  12. "version": "100.4.5",
  13. "require": {
  14. "php": "~7.4.0||~8.1.0",
  15. "magento/framework": "103.0.*",
  16. "magento/module-checkout": "100.4.*",
  17. "magento/module-cron": "100.4.*",
  18. "magento/module-customer": "103.0.*",
  19. "magento/module-page-cache": "100.4.*",
  20. "magento/module-quote": "101.2.*",
  21. "magento/module-store": "101.1.*"
  22. },
  23. "autoload": {
  24. "files": [
  25. "registration.php"
  26. ],
  27. "psr-4": {
  28. "Magento\\Persistent\\": ""
  29. }
  30. }
  31. }