| Server IP : 82.208.35.60 / Your IP : 216.73.216.168 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/home/d2m/sofident_cz/wp-content/plugins/wp-optimize/vendor/intervention/httpauth/ |
Upload File : |
{
"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": "oliver@olivervogel.com",
"homepage": "https://olivervogel.com/"
}
],
"require": {
"php": "^7.2"
},
"require-dev": {
"phpunit/phpunit": "^8.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"
}