{
  "name": "tecdiary/installer",
  "version": "0.1.0",
  "description": "Installer for Tecdiary Web Applications",
  "authors": [
    {
      "name": "Mian Saleem",
      "email": "saleem@tecdiary.com"
    }
  ],
  "require": {
    "php": "^7.4|^8.0",
    "guzzlehttp/guzzle": "^7.0",
    "illuminate/support": ">=6.0"
  },
  "minimum-stability": "dev",
  "prefer-stable": true,
  "autoload": {
    "psr-4": {
      "Tecdiary\\Installer\\": "src"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Tecdiary\\Installer\\Tests\\": "tests"
    }
  },
  "config": {
    "sort-packages": true
  },
  "extra": {
    "laravel": {
      "providers": [
        "Tecdiary\\Installer\\InstallServiceProvider"
      ]
    }
  }
}
