composer.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "magento/module-weee",
  3. "description": "N/A",
  4. "config": {
  5. "sort-packages": true
  6. },
  7. "require": {
  8. "php": "~7.1.3||~7.2.0",
  9. "magento/framework": "102.0.*",
  10. "magento/module-backend": "101.0.*",
  11. "magento/module-catalog": "103.0.*",
  12. "magento/module-checkout": "100.3.*",
  13. "magento/module-customer": "102.0.*",
  14. "magento/module-directory": "100.3.*",
  15. "magento/module-eav": "102.0.*",
  16. "magento/module-page-cache": "100.3.*",
  17. "magento/module-quote": "101.1.*",
  18. "magento/module-sales": "102.0.*",
  19. "magento/module-store": "101.0.*",
  20. "magento/module-tax": "100.3.*",
  21. "magento/module-ui": "101.1.*"
  22. },
  23. "suggest": {
  24. "magento/module-bundle": "100.3.*"
  25. },
  26. "type": "magento2-module",
  27. "license": [
  28. "OSL-3.0",
  29. "AFL-3.0"
  30. ],
  31. "autoload": {
  32. "files": [
  33. "registration.php"
  34. ],
  35. "psr-4": {
  36. "Magento\\Weee\\": ""
  37. }
  38. },
  39. "version": "100.3.1"
  40. }