{
	"name": "jetrails/magento2-varnish",
	"description": "Magento 2 extension which interfaces with the Varnish caching application in order to manage it through the Magento backend",
	"type": "magento2-module",
	"version": "3.0.6",
	"license": "proprietary",
	"authors": [
		{
			"name": "Rafael Grigorian",
			"email": "development@jetrails.com"
		}
	],
	"repositories": [
		{
			"type": "composer",
			"url": "https://composer.magerepo.com/"
		}
	],
	"autoload": {
		"psr-4": { "JetRails\\Varnish\\": "" },
		"files": [ "registration.php" ]
	},
	"require-dev": {
		"phpcompatibility/php-compatibility": "*"
	},
	"require": {
		"php": ">=7.2"
	}
}
