{
  "name": "prabowosd/laravel-collective-html",
  "description": "HTML and Form Builders for the Laravel Framework (Laravel 10-13 compatible).",
  "type": "library",
  "license": "MIT",
  "homepage": "https://github.com/prabowosd/laravel-collective-html",
  "support": {
    "issues": "https://github.com/prabowosd/laravel-collective-html/issues",
    "source": "https://github.com/prabowosd/laravel-collective-html"
  },
  "authors": [
    {
      "name": "Satrio Dwi Prabowo",
      "email": "sdp@starset.id"
    }
  ],
  "require": {
    "php": "^8.2",
    "illuminate/http": "^10.0|^11.0|^12.0|^13.0",
    "illuminate/routing": "^10.0|^11.0|^12.0|^13.0",
    "illuminate/session": "^10.0|^11.0|^12.0|^13.0",
    "illuminate/support": "^10.0|^11.0|^12.0|^13.0",
    "illuminate/view": "^10.0|^11.0|^12.0|^13.0"
  },
  "require-dev": {
    "illuminate/database": "^10.0|^11.0|^12.0|^13.0",
    "mockery/mockery": "^1.6",
    "phpunit/phpunit": "^10.0|^11.0"
  },
  "autoload": {
    "psr-4": {
      "Collective\\Html\\": "src/"
    },
    "files": [
      "src/helpers.php"
    ]
  },
  "extra": {
    "branch-alias": {
      "dev-main": "1.1.x-dev"
    },
    "laravel": {
      "providers": [
        "Collective\\Html\\HtmlServiceProvider"
      ],
      "aliases": {
        "Form": "Collective\\Html\\FormFacade",
        "Html": "Collective\\Html\\HtmlFacade"
      }
    }
  },
  "minimum-stability": "dev",
  "prefer-stable": true
}
