����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 18.117.73.33 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gltevjme/bofirm.gltechlimited.com/vendor/spatie/laravel-cookie-consent/ |
Upload File : |
{ "name": "spatie/cookie-consent", "description": "Make your Laravel app comply with the crazy EU cookie law", "keywords": [ "spatie", "cookie-consent", "cookie", "comply", "law", "eu" ], "homepage": "https://github.com/spatie/cookie-consent", "license": "MIT", "authors": [ { "name": "Freek Van der Herten", "email": "freek@spatie.be", "homepage": "https://spatie.be", "role": "Developer" }, { "name": "Willem Van Bockstal", "email": "willem@spatie.be", "homepage": "https://spatie.be", "role": "Developer" } ], "require": { "php": "^8.0", "illuminate/support": "^8.0|^9.0|^10.0", "illuminate/view": "^8.0|^9.0|^10.0", "illuminate/cookie": "^8.0|^9.0|^10.0", "spatie/laravel-package-tools": "^1.9" }, "require-dev": { "fakerphp/faker": "^1.9", "orchestra/testbench": "^6.0|^7.0|^8.0", "pestphp/pest": "^1.22" }, "autoload": { "psr-4": { "Spatie\\CookieConsent\\": "src" } }, "autoload-dev": { "psr-4": { "Spatie\\CookieConsent\\Test\\": "tests" } }, "scripts": { "test": "vendor/bin/pest" }, "extra": { "laravel": { "providers": [ "Spatie\\CookieConsent\\CookieConsentServiceProvider" ] } }, "prefer-stable": true, "minimum-stability": "dev", "config": { "allow-plugins": { "pestphp/pest-plugin": true } } }