8000 minor #22278 [FrameworkBundle] Update console fixtures after #22217 (… · symfony/symfony@200b45e · GitHub
[go: up one dir, main page]

Skip to content

Commit 200b45e

Browse files
minor #22278 [FrameworkBundle] Update console fixtures after #22217 (ro0NL)
This PR was squashed before being merged into the 2.8 branch (closes #22278). Discussion ---------- [FrameworkBundle] Update console fixtures after #22217 | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | yes (regression from #22217) | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #22217 (comment) | License | MIT | Doc PR | symfony/symfony-docs#... <!--highly recommended for new features--> cc @fabpot Sorry for the inconvenience :) Commits ------- 6e1cee6 [FrameworkBundle] Update console fixtures after #22217
2 parents 945fee1 + 6e1cee6 commit 200b45e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

src/Symfony/Bundle/FrameworkBundle/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
+--------------+---------------------------------------------------------+

src/Symfony/Bundle/FrameworkBundle/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
+--------------+---------------------------------------------------------+

src/Symfony/Bundle/FrameworkBundle/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.2.7",
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)
0