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.

12 lines
209 B

{
"require": {
"guzzlehttp/guzzle": "^7.2",
"psr/simple-cache": "^1.0",
"firebase/php-jwt": "^5.2"
},
"autoload": {
"psr-4": {
"authkit2\\": "src"
}
}
}