You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
714 B

{
"name": "cmg/authkit2",
"description": "authn/authz toolkit",
"type": "library",
"license": "proprietary",
"version": "2.0.0",
"authors": [
{
"name": "Adam Pippin",
"email": "adam.pippin@createmusicgroup.com"
}
],
"require": {
"guzzlehttp/guzzle": "^7.2",
"psr/simple-cache": "^1.0",
"firebase/php-jwt": "^5.2"
},
"autoload": {
"psr-4": {
"authkit2\\": "src"
}
},
"extra": {
"laravel": {
"providers": [
"authkit2\\Providers\\Authkit2ServiceProvider"
]
}
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.18",
"phan/phan": "^4.0",
"laravel/framework": "^8.31"
},
"scripts": {
"analyze": "phan",
"format": "php-cs-fixer fix --allow-risky=yes"
}
}