1234567891011121314151617181920 |
- {
- "name": "ik/oauthserver-bundle",
- "description": "Flowdat 3 Base OAuth Server Bundle",
- "keywords": ["Admin Generator", "admin", "oauth", "bundle"],
- "repositories": [
- {
- "type": "vcs",
- "url": "ssh://git@200.50.168.30:222/VendorSoftwareFlowdat3/BaseAdmin.git"
- }
- ],
- "require": {
- "friendsofsymfony/oauth-server-bundle": "^1.5",
- "ik/base-admin-bundle": "dev-master"
- },
- "autoload": {
- "psr-4": { "Base\\OAuthServerBundle\\": "" }
- },
- "version": "1.0",
- "minimum-stability": "stable"
- }
|