|
%!s(int64=5) %!d(string=hai) anos | |
---|---|---|
.gitlab | %!s(int64=6) %!d(string=hai) anos | |
Command | %!s(int64=6) %!d(string=hai) anos | |
Resources | %!s(int64=6) %!d(string=hai) anos | |
keys | %!s(int64=6) %!d(string=hai) anos | |
.drone.yml | %!s(int64=6) %!d(string=hai) anos | |
.gitlab-ci.yml | %!s(int64=5) %!d(string=hai) anos | |
CheckSintaxBundle.php | %!s(int64=6) %!d(string=hai) anos | |
README.md | %!s(int64=6) %!d(string=hai) anos | |
composer.json | %!s(int64=6) %!d(string=hai) anos |
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(),
];
.
.
}