/class/libraries/vendor/firebase/php-jwt/composer.json

https://gitlab.com/VoyaTrax/vtCMS2 · JSON · 27 lines · 27 code · 0 blank · 0 comment · 0 complexity · f911ed9f7afe97079b50b4fdc89d2cd9 MD5 · raw file

  1. {
  2. "name": "firebase/php-jwt",
  3. "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
  4. "homepage": "https://github.com/firebase/php-jwt",
  5. "authors": [
  6. {
  7. "name": "Neuman Vong",
  8. "email": "neuman+pear@twilio.com",
  9. "role": "Developer"
  10. },
  11. {
  12. "name": "Anant Narayanan",
  13. "email": "anant@php.net",
  14. "role": "Developer"
  15. }
  16. ],
  17. "license": "BSD-3-Clause",
  18. "require": {
  19. "php": ">=5.3.0"
  20. },
  21. "autoload": {
  22. "psr-4": {
  23. "Firebase\\JWT\\": "src"
  24. }
  25. },
  26. "minimum-stability": "dev"
  27. }