소스 검색

Se actualizaron dependencias

Guillermo Espinoza 7 년 전
부모
커밋
352e26f819
1개의 변경된 파일19개의 추가작업 그리고 0개의 파일을 삭제
  1. 19 0
      composer.json

+ 19 - 0
composer.json

@@ -4,6 +4,25 @@
     "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": "*"
     },
 	"version": "1.0",
   	"minimum-stability": "stable"