composer.json 432 B

1234567891011121314151617181920
  1. {
  2. "name": "smartwave/theme-frontend-porto-rtl",
  3. "description": "N/A",
  4. "require": {
  5. "php": "~5.5.0|~5.6.0|~7.0.0",
  6. "magento/theme-frontend-porto": "100.0.*",
  7. "magento/framework": "100.0.*"
  8. },
  9. "type": "magento2-theme",
  10. "version": "2.2.1",
  11. "license": [
  12. "OSL-3.0",
  13. "AFL-3.0"
  14. ],
  15. "autoload": {
  16. "files": [
  17. "registration.php"
  18. ]
  19. }
  20. }