Açıklama Yok

Guillermo Espinoza 434f828666 Update .gitlab-ci.yml 5 yıl önce
.gitlab efdff70f28 Directory .gitlab added 6 yıl önce
Command 8988991d0b Agregado de mensajes 6 yıl önce
Resources da0b337733 Inicial 6 yıl önce
keys 00e8091a1b Agregado de keys 6 yıl önce
.drone.yml 4182076c49 Cambio drone 6 yıl önce
.gitlab-ci.yml 434f828666 Update .gitlab-ci.yml 5 yıl önce
CheckSintaxBundle.php da0b337733 Inicial 6 yıl önce
README.md da0b337733 Inicial 6 yıl önce
composer.json da0b337733 Inicial 6 yıl önce

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(),
    ];
    .
    .
}