![]() 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/demo.intellicart.co/vendor/intervention/httpauth/ |
{ "name": "intervention/httpauth", "description": "HTTP authentication (Basic & Digest) including ServiceProviders for easy Laravel integration", "homepage": "https://github.com/Intervention/httpauth", "keywords": ["authentication", "http", "laravel"], "license": "MIT", "authors": [ { "name": "Oliver Vogel", "email": "[email protected]", "homepage": "https://olivervogel.com/" } ], "require": { "php": "^7.3|^8.0" }, "require-dev": { "phpunit/phpunit": "^9.0", "phpstan/phpstan": "^0.12.11" }, "autoload": { "psr-4": { "Intervention\\HttpAuth\\": "src/" } }, "autoload-dev": { "psr-4": { "Intervention\\HttpAuth\\Test\\": "tests/" } }, "extra": { "laravel": { "providers": [ "Intervention\\HttpAuth\\Laravel\\HttpAuthServiceProvider" ], "aliases": { "HttpAuth": "Intervention\\HttpAuth\\Laravel\\Facades\\HttpAuth" } } }, "minimum-stability": "stable" }