{
  "name": "olegnax/module-instagramfeedpro",
  "description": "Olegnax Instagram Feed Pro",
  "type": "magento2-module",
  "license": "Commercial",
  "authors": [
	{
	  "name": "Olegnax",
	  "email": "mail@olegnax.com",
	  "homepage": "https://olegnax.com",
	  "role": "Technical Support"
	}
  ],
  "require": {
	"ext-intl": "*",
	"ext-curl": "*",
        "olegnax/module-core": ">=1.3.3"
  },
  "autoload": {
	"psr-4": {
	  "Olegnax\\InstagramFeedPro\\": ""
	},
	"files": [
	  "registration.php"
	]
  }
}