composer.json 858 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "ik/map-bundle",
  3. "description": "The Flowdat3 Symfony Admin Generator",
  4. "keywords": ["Admin Generator", "admin", "sonata", "bootstrap"],
  5. "autoload": {
  6. "psr-4": { "MapBundle\\": "" }
  7. },
  8. "repositories": [
  9. {
  10. "type": "vcs",
  11. "url": "ssh://git@200.50.168.30:222/VendorSoftwareFlowdat3/BaseAdmin.git"
  12. },
  13. {
  14. "type": "vcs",
  15. "url": "ssh://git@200.50.168.30:222/VendorSoftwareFlowdat3/LeafletBundle.git"
  16. },
  17. {
  18. "type": "vcs",
  19. "url": "ssh://git@200.50.168.30:222/VendorSoftwareFlowdat3/ExtraDataBundle.git"
  20. }
  21. ],
  22. "require": {
  23. "ik/base-admin-bundle": "*",
  24. "ik/extra-data-bundle": "*",
  25. "ik/leaflet-bundle": "dev-master"
  26. },
  27. "version": "1.0",
  28. "minimum-stability": "stable"
  29. }