summaryrefslogtreecommitdiffstats
path: root/admin/survey/minify/vendor/intervention/httpauth/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'admin/survey/minify/vendor/intervention/httpauth/composer.json')
-rw-r--r--admin/survey/minify/vendor/intervention/httpauth/composer.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/admin/survey/minify/vendor/intervention/httpauth/composer.json b/admin/survey/minify/vendor/intervention/httpauth/composer.json
new file mode 100644
index 0000000..1473284
--- /dev/null
+++ b/admin/survey/minify/vendor/intervention/httpauth/composer.json
@@ -0,0 +1,33 @@
+{
+ "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": "http://olivervogel.com/"
+ }
+ ],
+ "require": {
+ "php": ">=5.3.0"
+ },
+ "autoload": {
+ "psr-4": {
+ "Intervention\\Httpauth\\": "src/Intervention/Httpauth"
+ }
+ },
+ "extra": {
+ "laravel": {
+ "providers": [
+ "Intervention\\Httpauth\\HttpauthServiceProvider"
+ ],
+ "aliases": {
+ "Httpauth": "Intervention\\Httpauth\\Facades\\Httpauth"
+ }
+ }
+ },
+ "minimum-stability": "stable"
+} \ No newline at end of file