|
há 5 anos atrás | |
---|---|---|
.gitlab | há 6 anos atrás | |
Command | há 6 anos atrás | |
Resources | há 6 anos atrás | |
keys | há 6 anos atrás | |
.drone.yml | há 6 anos atrás | |
.gitlab-ci.yml | há 5 anos atrás | |
CheckSintaxBundle.php | há 6 anos atrás | |
README.md | há 6 anos atrás | |
composer.json | há 6 anos atrás |
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(),
];
.
.
}