Skip to content

Commit 5444084

Browse files
ro0NLnicolas-grekas
authored andcommitted
[FrameworkBundle] Update console fixtures after #22217
1 parent 1d6576d commit 5444084

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Tests/Fixtures/Descriptor/route_1.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
| Requirements | name: [a-z]+ |
1212
| Class | Symfony\Component\Routing\Route |
1313
| Defaults | name: Joseph |
14-
| Options | compiler_class: Symfony\Component\Routing\RouteCompiler |
15-
| | opt1: val1 |
16-
| | opt2: val2 |
14+
| Options | compiler_class: Symfony\Component\Routing\RouteCompiler |
15+
| | opt1: val1 |
16+
| | opt2: val2 |
1717
+--------------+---------------------------------------------------------+

Tests/Fixtures/Descriptor/route_2.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
| Requirements | NO CUSTOM |
1212
| Class | Symfony\Component\Routing\Route |
1313
| Defaults | NONE |
14-
| Options | compiler_class: Symfony\Component\Routing\RouteCompiler |
15-
| | opt1: val1 |
16-
| | opt2: val2 |
14+
| Options | compiler_class: Symfony\Component\Routing\RouteCompiler |
15+
| | opt1: val1 |
16+
| | opt2: val2 |
1717
+--------------+---------------------------------------------------------+

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"require-dev": {
4040
"symfony/browser-kit": "~2.4|~3.0.0",
41-
"symfony/console": "~2.8.8|~3.0.8",
41+
"symfony/console": "~2.8.19|~3.3",
4242
"symfony/css-selector": "^2.0.5|~3.0.0",
4343
"symfony/dom-crawler": "^2.0.5|~3.0.0",
4444
"symfony/polyfill-intl-icu": "~1.0",

0 commit comments

Comments
 (0)