HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: /home/mmickelson/spilicensing/vendor/laravelcollective/html/composer.json
{
  "name": "laravelcollective/html",
  "description": "HTML and Form Builders for the Laravel Framework",
  "license": "MIT",
  "homepage": "http://laravelcollective.com",
  "support": {
    "issues": "https://github.com/LaravelCollective/html/issues",
    "source": "https://github.com/LaravelCollective/html"
  },
  "authors": [
    {
      "name": "Adam Engebretson",
      "email": "adam@laravelcollective.com"
    },
    {
      "name": "Taylor Otwell",
      "email": "taylorotwell@gmail.com"
    }
  ],
  "require": {
    "php": ">=5.5.9",
    "illuminate/http": "5.2.*",
    "illuminate/routing": "5.2.*",
    "illuminate/session": "5.2.*",
    "illuminate/support": "5.2.*",
    "illuminate/view": "5.2.*"
  },
  "require-dev": {
    "illuminate/database": "5.2.*",
    "mockery/mockery": "~0.9",
    "phpunit/phpunit": "~4.0"
  },
  "autoload": {
    "psr-4": {
      "Collective\\Html\\": "src/"
    },
    "files": [
      "src/helpers.php"
    ]
  }
}