composer.json 571 B

1234567891011121314151617181920
  1. {
  2. "name": "ik/oauthserver-bundle",
  3. "description": "Flowdat 3 Base OAuth Server Bundle",
  4. "keywords": ["Admin Generator", "admin", "oauth", "bundle"],
  5. "repositories": [
  6. {
  7. "type": "vcs",
  8. "url": "ssh://git@200.50.168.30:222/VendorSoftwareFlowdat3/BaseAdmin.git"
  9. }
  10. ],
  11. "require": {
  12. "friendsofsymfony/oauth-server-bundle": "^1.5",
  13. "ik/base-admin-bundle": "*"
  14. },
  15. "autoload": {
  16. "psr-4": { "Base\\OAuthServerBundle\\": "" }
  17. },
  18. "version": "1.0",
  19. "minimum-stability": "stable"
  20. }