| Path : /var/www/html/thb_loan_system/vendor/cartalyst/sentinel/ |
|
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
| Current File : //var/www/html/thb_loan_system/vendor/cartalyst/sentinel/composer.json |
{
"name": "cartalyst/sentinel",
"description": "PHP 7.3+ Fully-featured Authentication & Authorization System",
"keywords": [
"php",
"cartalyst",
"laravel",
"auth",
"security"
],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Cartalyst LLC",
"email": "help@cartalyst.com",
"homepage": "https://cartalyst.com"
}
],
"require": {
"php": "^8.0",
"cartalyst/support": "^6.0",
"illuminate/support": "^9.0"
},
"require-dev": {
"cartalyst/php-cs-fixer-config": "^2.0",
"illuminate/cookie": "^9.0",
"illuminate/database": "^9.0",
"illuminate/events": "^9.0",
"illuminate/http": "^9.0",
"illuminate/session": "^9.0",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^9.0"
},
"suggest": {
"illuminate/database": "By default, Sentinel utilizes the powerful Illuminate database layer.",
"illuminate/events": "To hook into various events across Sentinel, we recommend using Illuminate's event dispatcher.",
"symfony/http-foundation": "Required for native implementations."
},
"autoload": {
"psr-4": {
"Cartalyst\\Sentinel\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Cartalyst\\Sentinel\\Tests\\": "tests/"
}
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true
},
"extra": {
"component": "package",
"branch-alias": {
"dev-master": "6.0.x-dev"
},
"laravel": {
"providers": [
"Cartalyst\\Sentinel\\Laravel\\SentinelServiceProvider"
],
"aliases": {
"Activation": "Cartalyst\\Sentinel\\Laravel\\Facades\\Activation",
"Reminder": "Cartalyst\\Sentinel\\Laravel\\Facades\\Reminder",
"Sentinel": "Cartalyst\\Sentinel\\Laravel\\Facades\\Sentinel"
}
}
},
"scripts": {
"cs:check": "./vendor/bin/php-cs-fixer fix --verbose --ansi --show-progress=estimating --diff --dry-run --config .php_cs.php",
"cs:fix": "./vendor/bin/php-cs-fixer fix --verbose --ansi --show-progress=estimating --config .php_cs.php",
"test": "./vendor/bin/phpunit --verbose --colors=always"
}
}