Skip to content

Commit 2075ceb

Browse files
authored
update symfony dependencies (#384)
1 parent cc6f50c commit 2075ceb

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

composer.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,17 @@
4040
"dflydev/dot-access-configuration": "^1.0",
4141
"drupal/console-en": "1.9.4",
4242
"stecman/symfony-console-completion": "~0.7",
43-
"symfony/config": "~2.8|~3.0",
44-
"symfony/console": "~2.8|~3.0",
45-
"symfony/debug": "~2.8|~3.0",
46-
"symfony/dependency-injection": "~2.8|~3.0",
47-
"symfony/event-dispatcher": "~2.8|~3.0",
48-
"symfony/filesystem": "~2.8|~3.0",
49-
"symfony/finder": "~2.8|~3.0",
50-
"symfony/process": "~2.8|~3.0",
51-
"symfony/translation": "~2.8|~3.0",
52-
"symfony/yaml": "~2.8|~3.0",
53-
"twig/twig": "^1.23.1",
43+
"symfony/config": "~3.0|^4.4",
44+
"symfony/console": "~3.0|^4.4",
45+
"symfony/debug": "~3.0|^4.4",
46+
"symfony/dependency-injection": "~3.0|^4.4",
47+
"symfony/event-dispatcher": "~3.0|^4.4",
48+
"symfony/filesystem": "~3.0|^4.4",
49+
"symfony/finder": "~3.0|^4.4",
50+
"symfony/process": "~3.0|^4.4",
51+
"symfony/translation": "~3.0|^4.4",
52+
"symfony/yaml": "~3.0|^4.4",
53+
"twig/twig": "^1.38.2|^2.12.0",
5454
"webflo/drupal-finder": "^1.0",
5555
"webmozart/path-util": "^2.3",
5656
"guzzlehttp/guzzle": "~6.1"

src/Command/Chain/ChainCustomCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function __construct(
6262
'file',
6363
null,
6464
InputOption::VALUE_OPTIONAL,
65-
null,
65+
"File",
6666
$file
6767
);
6868
}

0 commit comments

Comments
 (0)