composer.json 826 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "jtsternberg/oauth1-php",
  3. "description": "Andy Smith's basic php library for OAuth.",
  4. "license": "MIT",
  5. "authors": [
  6. {
  7. "name": "Andy Smith",
  8. "homepage": "http://term.ie/",
  9. "role": "Developer"
  10. },
  11. {
  12. "name": "Justin Sternberg",
  13. "email": "justin@dsgnwrks.pro",
  14. "homepage": "https://dsgnwrks.pro",
  15. "role": "Developer"
  16. }
  17. ],
  18. "keywords": ["oauth", "oauth1", "php"],
  19. "homepage": "https://github.com/jtsternberg/oauth1-php",
  20. "support": {
  21. "issues": "https://github.com/jtsternberg/oauth1-php/issues",
  22. "source": "https://github.com/jtsternberg/oauth1-php"
  23. },
  24. "require": {
  25. "php": ">5.3"
  26. },
  27. "autoload": {
  28. "classmap": ["code"]
  29. }
  30. }