You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

28 lines
560 B

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