/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakedc/auth
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/cakedc/auth/composer.json (2468B)
{
"name": "cakedc/auth",
"description": "Auth objects for CakePHP",
"type": "cakephp-plugin",
"keywords": [
"cakephp",
"auth",
"authentication",
"cakedc"
],
"homepage": "https://github.com/CakeDC/auth",
"license": "MIT",
"authors": [
{
"name": "CakeDC",
"homepage": "https://www.cakedc.com",
"role": "Author"
},
{
"name": "Others",
"homepage": "https://github.com/CakeDC/auth/graphs/contributors"
}
],
"support": {
"issues": "https://github.com/CakeDC/auth/issues",
"source": "https://github.com/CakeDC/auth"
},
"minimum-stability": "dev",
"require": {
"php": ">=7.2.0",
"cakephp/cakephp": "^4.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
"league/oauth2-facebook": "@stable",
"league/oauth2-instagram": "@stable",
"league/oauth2-google": "@stable",
"league/oauth2-linkedin": "@stable",
"luchianenco/oauth2-amazon": "^1.1",
"google/recaptcha": "@stable",
"robthree/twofactorauth": "^1.6",
"league/oauth1-client": "^1.7",
"cakephp/authorization": "^2.0",
"cakephp/cakephp-codesniffer": "^4.0",
"cakephp/authentication": "^2.0",
"yubico/u2flib-server": "^1.0",
"php-coveralls/php-coveralls": "^2.4"
},
"suggest": {
},
"autoload": {
"psr-4": {
"CakeDC\\Auth\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"CakeDC\\Auth\\Test\\": "tests",
"CakeDC\\Auth\\Test\\Fixture\\": "tests"
}
},
"scripts": {
"check": [
"@test",
"@cs-check"
],
"analyse": [
"@stan",
"@psalm"
],
"cs-check": "phpcs -n -p --standard=vendor/cakephp/cakephp-codesniffer/CakePHP ./src ./tests",
"cs-fix": "phpcbf --standard=vendor/cakephp/cakephp-codesniffer/CakePHP ./src ./tests",
"test": "phpunit --stderr",
"stan": "phpstan analyse src/",
"psalm": "php vendor/psalm/phar/psalm.phar --show-info=false src/ ",
"stan-setup": "cp composer.json composer.backup && composer require --dev phpstan/phpstan:0.12.94 psalm/phar:~4.9.2 && mv composer.backup composer.json",
"coverage-test": "phpunit --stderr --coverage-clover=clover.xml"
}
}