12345678910111213 |
- {
- "name": "base-oauth-server-bundle",
- "description": "Flowdat 3 Base OAuth Server Bundle",
- "keywords": ["Admin Generator", "admin", "oauth", "bundle"],
- "require": {
- "friendsofsymfony/oauth-server-bundle": "^1.5"
- },
- "autoload": {
- "psr-4": { "Base\\OAuthServerBundle\\": "" }
- },
- "version": "1.0",
- "minimum-stability": "stable"
- }
|