composer.json 378 B

1234567891011121314
  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. "version": "1.0",
  13. "minimum-stability": "stable"
  14. }