您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

30 行
653 B

  1. {
  2. "name": "magento/module-release-notification",
  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/module-user": "101.2.*",
  13. "magento/module-backend": "102.0.*",
  14. "magento/module-ui": "101.2.*",
  15. "magento/framework": "103.0.*"
  16. },
  17. "suggest": {
  18. "magento/module-config": "101.2.*"
  19. },
  20. "autoload": {
  21. "files": [
  22. "registration.php"
  23. ],
  24. "psr-4": {
  25. "Magento\\ReleaseNotification\\": ""
  26. }
  27. }
  28. }