Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 

33 wiersze
701 B

  1. {
  2. "name": "magento/module-google-analytics",
  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.1",
  13. "require": {
  14. "php": "~7.4.0||~8.1.0",
  15. "magento/framework": "103.0.*",
  16. "magento/module-cookie": "100.4.*",
  17. "magento/module-sales": "103.0.*",
  18. "magento/module-store": "101.1.*"
  19. },
  20. "suggest": {
  21. "magento/module-config": "101.2.*"
  22. },
  23. "autoload": {
  24. "files": [
  25. "registration.php"
  26. ],
  27. "psr-4": {
  28. "Magento\\GoogleAnalytics\\": ""
  29. }
  30. }
  31. }