Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

40 rader
986 B

  1. {
  2. "name": "magento/module-dhl",
  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-catalog": "104.0.*",
  19. "magento/module-catalog-inventory": "100.4.*",
  20. "magento/module-config": "101.2.*",
  21. "magento/module-directory": "100.4.*",
  22. "magento/module-quote": "101.2.*",
  23. "magento/module-sales": "103.0.*",
  24. "magento/module-shipping": "100.4.*",
  25. "magento/module-store": "101.1.*"
  26. },
  27. "suggest": {
  28. "magento/module-checkout": "100.4.*"
  29. },
  30. "autoload": {
  31. "files": [
  32. "registration.php"
  33. ],
  34. "psr-4": {
  35. "Magento\\Dhl\\": ""
  36. }
  37. }
  38. }