|
5 yıl önce | |
---|---|---|
.gitlab | 6 yıl önce | |
Command | 6 yıl önce | |
Resources | 6 yıl önce | |
keys | 6 yıl önce | |
.drone.yml | 6 yıl önce | |
.gitlab-ci.yml | 5 yıl önce | |
CheckSintaxBundle.php | 6 yıl önce | |
README.md | 6 yıl önce | |
composer.json | 6 yıl önce |
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(),
];
.
.
}