composer.json 544 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "magento/module-swagger-webapi",
  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-swagger": "100.3.*"
  11. },
  12. "type": "magento2-module",
  13. "license": [
  14. "OSL-3.0",
  15. "AFL-3.0"
  16. ],
  17. "autoload": {
  18. "files": [
  19. "registration.php"
  20. ],
  21. "psr-4": {
  22. "Magento\\SwaggerWebapi\\": ""
  23. }
  24. },
  25. "version": "100.3.1"
  26. }