![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mcoil.corals.io/vendor/konekt/html/ |
{ "name": "konekt/html", "description": "HTML and Form Builders for the Laravel Framework", "license": "MIT", "homepage": "https://laravelcollective.com", "support": { "issues": "https://github.com/artkonekt/html/issues", "source": "https://github.com/artkonekt/html" }, "authors": [ { "name": "Adam Engebretson", "email": "[email protected]" }, { "name": "Taylor Otwell", "email": "[email protected]" }, { "name": "Attila Fulop" } ], "require": { "php": "^8.1", "illuminate/http": "^10.0|^11.0", "illuminate/routing": "^10.0|^11.0", "illuminate/session": "^10.0|^11.0", "illuminate/support": "^10.0|^11.0", "illuminate/view": "^10.0|^11.0" }, "require-dev": { "illuminate/database": "^10.0|^11.0", "mockery/mockery": "^1.0", "phpunit/phpunit": "^10.0" }, "autoload": { "psr-4": { "Collective\\Html\\": "src/" }, "files": [ "src/helpers.php" ] }, "extra": { "branch-alias": { "dev-master": "6.5.x-dev" }, "laravel": { "providers": [ "Collective\\Html\\HtmlServiceProvider" ], "aliases": { "Form": "Collective\\Html\\FormFacade", "Html": "Collective\\Html\\HtmlFacade" } } }, "replace": { "laravelcollective/html": "^6.4" }, "minimum-stability": "dev", "abandoned": "spatie/laravel-html", "prefer-stable": true }