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

5 years ago
  1. {
  2. "name": "gear/auth",
  3. "type": "libary",
  4. "license": "MIT",
  5. "authors": [
  6. { "name": "Björn Hase", "email": "me@tentakelfabrik.de" }
  7. ],
  8. "require": {
  9. "php": "^7.0",
  10. "firebase/php-jwt": "^5.0"
  11. },
  12. "autoload": {
  13. "psr-4": {
  14. "Gear\\": "src/"
  15. }
  16. }
  17. }