Sen descrición

Guillermo Espinoza 434f828666 Update .gitlab-ci.yml %!s(int64=5) %!d(string=hai) anos
.gitlab efdff70f28 Directory .gitlab added %!s(int64=6) %!d(string=hai) anos
Command 8988991d0b Agregado de mensajes %!s(int64=6) %!d(string=hai) anos
Resources da0b337733 Inicial %!s(int64=6) %!d(string=hai) anos
keys 00e8091a1b Agregado de keys %!s(int64=6) %!d(string=hai) anos
.drone.yml 4182076c49 Cambio drone %!s(int64=6) %!d(string=hai) anos
.gitlab-ci.yml 434f828666 Update .gitlab-ci.yml %!s(int64=5) %!d(string=hai) anos
CheckSintaxBundle.php da0b337733 Inicial %!s(int64=6) %!d(string=hai) anos
README.md da0b337733 Inicial %!s(int64=6) %!d(string=hai) anos
composer.json da0b337733 Inicial %!s(int64=6) %!d(string=hai) anos

README.md

DeviceBundle

Installation

composer.json:

"repositories": [
    {
        "type": "vcs",
        "url":  "ssh://git@infra.flowdat.com:222/VendorSoftwareFlowdat3/CheckSintaxBundle.git",
        "options": {
                "local_pk": "./keys/bitbucket.id_rsa"
        }
    }
],
"require": {
    "ik/check-sintax-bundle": "dev-master"
},

app/AppKernel.php:

public function registerBundles()
{
    $bundles = [
        new CheckSintaxBundle\CheckSintaxBundle(),
    ];
    .
    .
}