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.
 
 
 
 
 
 

24 lines
523 B

  1. {
  2. "name": "magento/module-adobe-ims-api",
  3. "description": "Implementation of Magento module responsible for authentication to Adobe services",
  4. "type": "magento2-module",
  5. "license": [
  6. "OSL-3.0",
  7. "AFL-3.0"
  8. ],
  9. "version": "2.1.2-p2",
  10. "require": {
  11. "php": "~7.4.0||~8.1.0",
  12. "magento/framework": "103.0.*"
  13. },
  14. "autoload": {
  15. "files": [
  16. "registration.php"
  17. ],
  18. "psr-4": {
  19. "Magento\\AdobeImsApi\\": ""
  20. }
  21. }
  22. }