composer.json 374 B

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