Browse Source

Se agrega un nuevo vendor.

Maxi Schvindt 7 years ago
parent
commit
16d4ec0841
3 changed files with 33 additions and 2 deletions
  1. 1 0
      app/AppKernel.php
  2. 8 0
      composer.json
  3. 24 2
      composer.lock

+ 1 - 0
app/AppKernel.php

@@ -57,6 +57,7 @@ class AppKernel extends Kernel
             new OldSound\RabbitMqBundle\OldSoundRabbitMqBundle(),
             new WorkflowBundle\WorkflowBundle(),
             new NasBundle\NasBundle(),
+            new CmtsBundle\CmtsBundle(),
         ];
 
         if (in_array($this->getEnvironment(), ['dev', 'test'], true)) {

+ 8 - 0
composer.json

@@ -168,6 +168,13 @@
             "options": {
                 "local_pk": "./keys/bitbucket.id_rsa"
             }
+        },
+        "22": {
+            "type": "vcs",
+            "url": "ssh://git@gogs.infra.flowdat.com:222/VendorSoftwareFlowdat3/CmtsBundle.git",
+            "options": {
+                "local_pk": "./keys/bitbucket.id_rsa"
+            }
         }
     },
     "require": {
@@ -197,6 +204,7 @@
         "ik/webservice-bundle": "dev-master",
         "ik/workflow-bundle": "dev-master",
         "ik/stats/nas-bundle": "dev-master",
+        "ik/stats/cmts-bundle": "dev-master",
         "incenteev/composer-parameter-handler": "^2.0",
         "jms/serializer": "^1.9.0",
         "jms/serializer-bundle": "^1.5.0",

+ 24 - 2
composer.lock

@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
         "This file is @generated automatically"
     ],
-    "content-hash": "d23cf4a3e7eb8a966d34d078f33a07ca",
+    "content-hash": "001b7bc4c9b4b38344f8b55efb404fd7",
     "packages": [
         {
             "name": "behat/transliterator",
@@ -1619,6 +1619,27 @@
             ],
             "time": "2018-01-17T14:21:53+00:00"
         },
+        {
+            "name": "ik/stats/cmts-bundle",
+            "version": "dev-master",
+            "source": {
+                "type": "git",
+                "url": "ssh://git@gogs.infra.flowdat.com:222/VendorSoftwareFlowdat3/CmtsBundle.git",
+                "reference": "51ad78c11c39a9fc9cfffcb8f34b4b7da4bac90e"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "CmtsBundle\\": ""
+                }
+            },
+            "description": "Flowdat 3 CMTS Bundle",
+            "keywords": [
+                "CMTS",
+                "Flowdat 3"
+            ],
+            "time": "2018-01-25T15:34:31+00:00"
+        },
         {
             "name": "ik/stats/fiberhome-bundle",
             "version": "dev-master",
@@ -6479,12 +6500,13 @@
         "ik/webservice-bundle": 20,
         "ik/workflow-bundle": 20,
         "ik/stats/nas-bundle": 20,
+        "ik/stats/cmts-bundle": 20,
         "opensolutions/oss-snmp": 20,
         "sonata-project/admin-bundle": 20,
         "voryx/restgeneratorbundle": 20
     },
     "prefer-stable": false,
-    "prefer-lowest": true,
+    "prefer-lowest": false,
     "platform": {
         "php": ">=5.5.9"
     },