composer.json 392 B

1234567891011121314
  1. {
  2. "name": "base-oauth-bundle",
  3. "description": "Flowdat 3 Base OAuth Bundle",
  4. "keywords": ["Admin Generator", "admin", "oauth", "bundle"],
  5. "require": {
  6. "hwi/oauth-bundle": "^0.5.3",
  7. "friendsofsymfony/oauth-server-bundle": "^1.5"
  8. },
  9. "autoload": {
  10. "psr-4": { "Base\\OAuthBundle\\": "" }
  11. },
  12. "version": "1.0",
  13. "minimum-stability": "stable"
  14. }