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.
 

17 lines
328 B

{
"name": "gear/auth",
"type": "libary",
"license": "MIT",
"authors": [
{ "name": "Björn Hase", "email": "me@tentakelfabrik.de" }
],
"require": {
"php": "^7.0",
"firebase/php-jwt": "^5.0"
},
"autoload": {
"psr-4": {
"Gear\\": "src/"
}
}
}