File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1010.env
1111infection.log
1212phive.phar
13- cognitive-analysis .phar
13+ phpcca .phar
Original file line number Diff line number Diff line change 11{
2- "main": "./bin/phpcca",
32 "compression": "GZ",
43 "output": "phpcca.phar",
54 "force-autodiscovery": true,
5+ "compactors": [
6+ "KevinGH\\Box\\Compactor\\Json",
7+ "KevinGH\\Box\\Compactor\\Php",
8+ "KevinGH\\Box\\Compactor\\PhpScoper"
9+ ],
610 "files": [
711 "config.yml",
812 "composer.json",
Original file line number Diff line number Diff line change @@ -231,6 +231,10 @@ private function registerCommands(): void
231231 private function configureApplication (): void
232232 {
233233 $ this ->containerBuilder ->register (SymfonyApplication::class, SymfonyApplication::class)
234+ ->setArguments ([
235+ 'Cognitive Code Analysis ' ,
236+ '1.3.1 '
237+ ])
234238 ->setPublic (true )
235239 ->addMethodCall ('add ' , [new Reference (CognitiveMetricsCommand::class)])
236240 ->addMethodCall ('add ' , [new Reference (ChurnCommand::class)]);
You can’t perform that action at this time.
0 commit comments