8000 minor #29964 [HttpKernel] Fix HttpKernel Debug requirement (jvasseur) · symfony/symfony@ccf6223 · GitHub
[go: up one dir, main page]

Skip to content

Commit ccf6223

Browse files
committed
minor #29964 [HttpKernel] Fix HttpKernel Debug requirement (jvasseur)
This PR was merged into the 3.4 branch. Discussion ---------- [HttpKernel] Fix HttpKernel Debug requirement | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | The `LoggerDataCollector` is using the `SilencedErrorContext` class that doesn't exists before Symfony 3.2 Commits ------- 69feb49 Fix HttpKernel Debug requirement
2 parents 0c32302 + 69feb49 commit ccf6223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpKernel/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": "^5.5.9|>=7.0.8",
2020
"symfony/event-dispatcher": &quo 5A7B t;~2.8|~3.0|~4.0",
2121
"symfony/http-foundation": "~3.4.12|~4.0.12|^4.1.1",
22-
"symfony/debug": "~2.8|~3.0|~4.0",
22+
"symfony/debug": "^3.3.3|~4.0",
2323
"symfony/polyfill-ctype": "~1.8",
2424
"psr/log": "~1.0"
2525
},

0 commit comments

Comments
 (0)
0