Sfoglia il codice sorgente

vendor template-bundle

Guillermo Espinoza 8 anni fa
parent
commit
3c90223b13
4 ha cambiato i file con 34 aggiunte e 3 eliminazioni
  1. 1 0
      app/AppKernel.php
  2. 1 0
      app/config/config.yml
  3. 6 1
      composer.json
  4. 26 2
      composer.lock

+ 1 - 0
app/AppKernel.php

@@ -32,6 +32,7 @@ class AppKernel extends Kernel
             new HWI\Bundle\OAuthBundle\HWIOAuthBundle(),
             new Base\OAuthClientBundle\BaseOAuthClientBundle(),
             new OldSound\RabbitMqBundle\OldSoundRabbitMqBundle(),
+            new TemplateBundle\TemplateBundle(),
         ];
 
         if (in_array($this->getEnvironment(), ['dev', 'test'], true)) {

+ 1 - 0
app/config/config.yml

@@ -13,6 +13,7 @@ imports:
     - { resource: "@BaseOAuthClientBundle/Resources/config/services.yml" }
     - { resource: "@BaseOAuthClientBundle/Resources/config/hwioauthbundle/services.yml" }
     - { resource: "@BaseOAuthClientBundle/Resources/config/hwioauthbundle/config.yml" }
+    - { resource: "@TemplateBundle/Resources/config/services.yml" }
 
 parameters:
     locale: es

+ 6 - 1
composer.json

@@ -44,6 +44,10 @@
             "options": {
                     "local_pk": "./keys/bitbucket.id_rsa"
             }
+        },
+        {
+            "type": "vcs",
+            "url":  "ssh://git@200.50.168.30:222/VendorSoftwareFlowdat3/TemplateBundle.git"
         }
     ],
     "config":{
@@ -72,7 +76,8 @@
         "ik/webservice-bundle": "dev-master",
         "hwi/oauth-bundle": "^0.5.3",
         "ik/workflow-bundle": "dev-master",
-        "php-amqplib/rabbitmq-bundle": "^1.12"
+        "php-amqplib/rabbitmq-bundle": "^1.12",
+        "ik/template-bundle": "dev-master"
     },
     "require-dev": {
         "sensio/generator-bundle": "^3.0",

+ 26 - 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": "48293851f5a8948819b446864fecad24",
+    "content-hash": "21317317728727b815d01a2f8edb1353",
     "packages": [
         {
             "name": "behat/transliterator",
@@ -1306,6 +1306,29 @@
             ],
             "time": "2017-04-06 15:40:13"
         },
+        {
+            "name": "ik/template-bundle",
+            "version": "dev-master",
+            "source": {
+                "type": "git",
+                "url": "ssh://git@200.50.168.30:222/VendorSoftwareFlowdat3/TemplateBundle.git",
+                "reference": "ac998a259a087434cd2a2ed8d16bda1a1b61e112"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "TemplateBundle\\": ""
+                }
+            },
+            "description": "Flowdat 3 Template Bundle",
+            "keywords": [
+                "Admin Generator",
+                "admin",
+                "bundle",
+                "template"
+            ],
+            "time": "2017-04-19 14:46:33"
+        },
         {
             "name": "ik/webservice-bundle",
             "version": "dev-master",
@@ -5428,7 +5451,8 @@
         "ik/base-admin-bundle": 20,
         "ik/oauthclient-bundle": 20,
         "ik/webservice-bundle": 20,
-        "ik/workflow-bundle": 20
+        "ik/workflow-bundle": 20,
+        "ik/template-bundle": 20
     },
     "prefer-stable": false,
     "prefer-lowest": false,