{
  "name": "softbuild/hitpay",
  "description": "Integration with payment gateway of hitpay",
  "require": {
    "php": ">=7.0",
    "softbuild/hitpay-sdk": "2.1.*"
  },
  "type": "magento2-module",
  "license": [
    "OSL-3.0",
    "AFL-3.0"
  ],
  "repositories": [
		{
			"type": "vcs",
			"url": "https://github.com/hit-pay/hitpay-magento2.git"
		},
		{
			"type": "vcs",
			"url": "https://github.com/hit-pay/php-sdk.git"
		}
	],
  "autoload": {
    "files": [
      "registration.php"
    ],
    "psr-4": {
      "SoftBuild\\HitPay\\": ""
    }
  }
}