25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

33 satır
758 B

  1. {
  2. "name": "magento/module-admin-notification",
  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.4",
  13. "require": {
  14. "php": "~7.4.0||~8.1.0",
  15. "lib-libxml": "*",
  16. "magento/framework": "103.0.*",
  17. "magento/module-backend": "102.0.*",
  18. "magento/module-media-storage": "100.4.*",
  19. "magento/module-store": "101.1.*",
  20. "magento/module-ui": "101.2.*",
  21. "magento/module-config": "101.2.*"
  22. },
  23. "autoload": {
  24. "files": [
  25. "registration.php"
  26. ],
  27. "psr-4": {
  28. "Magento\\AdminNotification\\": ""
  29. }
  30. }
  31. }