composer.json 325 B

123456789101112
  1. {
  2. "name": "ik/oauthclient-bundle",
  3. "description": "Flowdat 3 Base OAuth Client Bundle",
  4. "keywords": ["Admin Generator", "admin", "oauth", "bundle"],
  5. "require": {
  6. "hwi/oauth-bundle": "^0.5.3",
  7. "ext-curl": "*"
  8. },
  9. "autoload": {
  10. "psr-4": { "Base\\OAuthClientBundle\\": "" }
  11. }
  12. }