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.
 
 
 
 
 
 

26 wiersze
548 B

  1. {
  2. "name": "magento/module-customer-analytics",
  3. "description": "N/A",
  4. "type": "magento2-module",
  5. "license": [
  6. "OSL-3.0",
  7. "AFL-3.0"
  8. ],
  9. "version": "100.4.2",
  10. "require": {
  11. "php": "~7.4.0||~8.1.0",
  12. "magento/framework": "103.0.*",
  13. "magento/module-customer": "103.0.*",
  14. "magento/module-analytics": "100.4.*"
  15. },
  16. "autoload": {
  17. "files": [
  18. "registration.php"
  19. ],
  20. "psr-4": {
  21. "Magento\\CustomerAnalytics\\": ""
  22. }
  23. }
  24. }