Ver a proveniência

dependency cleanup

tags/0.9.0
itismadness há 4 anos
ascendente
cometimento
0679458f00
3 ficheiros alterados com 11 adições e 14 eliminações
  1. +0
    -1
      composer.json
  2. +10
    -10
      composer.lock
  3. +1
    -3
      src/LogcheckerConsole.php

+ 0
- 1
composer.json Ver ficheiro

@@ -19,7 +19,6 @@
"php": ">=7.2",
"ext-mbstring": "*",
"symfony/console": "^3.4 | ^4.0 | ^5.0",
"symfony/debug": "^3.4 | ^4.0 | ^5.0",
"symfony/yaml": "^3.4 | ^4.0 | ^5.0",
"symfony/process": "^3.4 | ^4.0 | ^5.0"
},


+ 10
- 10
composer.lock Ver ficheiro

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "2f3702b4303474d7c0f6960a7bb1cdc3",
"content-hash": "76606ad3b0459daf70bf3a15bd7608a8",
"packages": [
{
"name": "psr/log",
@@ -141,32 +141,32 @@
},
{
"name": "symfony/debug",
"version": "v3.4.39",
"version": "v4.4.7",
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",
"reference": "ce9f3b5e8e1c50f849fded59b3a1b6bc3562ec29"
"reference": "346636d2cae417992ecfd761979b2ab98b339a45"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/ce9f3b5e8e1c50f849fded59b3a1b6bc3562ec29",
"reference": "ce9f3b5e8e1c50f849fded59b3a1b6bc3562ec29",
"url": "https://api.github.com/repos/symfony/debug/zipball/346636d2cae417992ecfd761979b2ab98b339a45",
"reference": "346636d2cae417992ecfd761979b2ab98b339a45",
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8",
"php": "^7.1.3",
"psr/log": "~1.0"
},
"conflict": {
"symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
"symfony/http-kernel": "<3.4"
},
"require-dev": {
"symfony/http-kernel": "~2.8|~3.0|~4.0"
"symfony/http-kernel": "^3.4|^4.0|^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.4-dev"
"dev-master": "4.4-dev"
}
},
"autoload": {
@@ -207,7 +207,7 @@
"type": "tidelift"
}
],
"time": "2020-03-23T10:22:40+00:00"
"time": "2020-03-27T16:54:36+00:00"
},
{
"name": "symfony/polyfill-ctype",


+ 1
- 3
src/LogcheckerConsole.php Ver ficheiro

@@ -11,7 +11,7 @@ class LogcheckerConsole extends Application
$composer_config = json_decode(file_get_contents(__DIR__ . '/../composer.json'), true);
$version = $composer_config['version'];

parent::__construct('Logchecker by Orpheus', $version);
parent::__construct('Logchecker', $version);

$analyze_command = new Command\AnalyzeCommand();

@@ -20,7 +20,5 @@ class LogcheckerConsole extends Application
new Command\DecodeCommand(),
new Command\TranslateCommand()
]);

//$this->setDefaultCommand($analyze_command->getName(), false);
}
}

Carregando…
Cancelar
Guardar