{
  "name": "bilaliqbalr/irb-license-manager",
  "type": "library",
  "version": "1.0.0",
  "description": "IRB license manager package for laravel.",
  "keywords": ["laravel", "license manager"],
  "license": "MIT",
  "homepage": "https://phalcosoft.com",
  "authors": [
    {
      "name": "Bilal Iqbal",
      "email": "info@phalcosoft.com"
    }
  ],
  "require": {
    "php": "^5.6 || ^7.0",
    "ext-curl": "*"
  },
  "autoload": {
    "psr-4": {
      "Bilaliqbalr\\IrbLicenseManager\\": "src/"
    },
    "files": [
      "src/Helpers/functions.php"
    ]
  },
  "extra": {
    "laravel": {
      "providers": [
        "Bilaliqbalr\\IrbLicenseManager\\IrbLicenseManagerServiceProvider"
      ],
      "aliases": {
        "LicenseManager": "Bilaliqbalr\\IrbLicenseManager\\Facade\\IrbLicenseManager"
      }
    }
  }
}
