composer.json 356 B

12345678910111213
  1. {
  2. "name": "base-oauth-client-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. },
  8. "autoload": {
  9. "psr-4": { "Base\\OAuthClientBundle\\": "" }
  10. },
  11. "version": "1.0",
  12. "minimum-stability": "stable"
  13. }