1234567891011121314151617181920212223242526272829 |
- {
- "name": "ik/map-bundle",
- "description": "The Flowdat3 Symfony Admin Generator",
- "keywords": ["Admin Generator", "admin", "sonata", "bootstrap"],
- "autoload": {
- "psr-4": { "MapBundle\\": "" }
- },
- "repositories": [
- {
- "type": "vcs",
- "url": "ssh://git@200.50.168.30:222/VendorSoftwareFlowdat3/BaseAdmin.git"
- },
- {
- "type": "vcs",
- "url": "ssh://git@200.50.168.30:222/VendorSoftwareFlowdat3/LeafletBundle.git"
- },
- {
- "type": "vcs",
- "url": "ssh://git@200.50.168.30:222/VendorSoftwareFlowdat3/ExtraDataBundle.git"
- }
- ],
- "require": {
- "ik/base-admin-bundle": "*",
- "ik/extra-data-bundle": "*",
- "ik/leaflet-bundle": "dev-master"
- },
- "version": "1.0",
- "minimum-stability": "stable"
- }
|