composer.json 403 B

1234567891011121314151617181920212223
  1. {
  2. "name": "opauth/google",
  3. "description": "Google strategy for Opauth",
  4. "keywords": ["authentication","auth","google"],
  5. "homepage": "http://opauth.org",
  6. "license": "MIT",
  7. "authors": [
  8. {
  9. "name": "U-Zyn Chua",
  10. "email": "chua@uzyn.com",
  11. "homepage": "http://uzyn.com"
  12. }
  13. ],
  14. "require": {
  15. "php": ">=5.2.0",
  16. "opauth/opauth": ">=0.2.0"
  17. },
  18. "autoload": {
  19. "psr-0": {
  20. "": "."
  21. }
  22. }
  23. }