Skip to content

Commit 3f3e9c9

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: [HttpClient] Fix handling thrown \Exception in \Generator in MockResponse [DebugBundle] Add missing README [String] Fix requiring wcswitch table several times
2 parents 71c299d + 531c751 commit 3f3e9c9

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
DebugBundle
2+
===========
3+
4+
DebugBundle provides a tight integration of the Symfony VarDumper component and
5+
the ServerLogCommand from MonologBridge into the Symfony full-stack framework.
6+
7+
Resources
8+
---------
9+
10+
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
11+
* [Report issues](https://github.com/symfony/symfony/issues) and
12+
[send Pull Requests](https://github.com/symfony/symfony/pulls)
13+
in the [main Symfony repository](https://github.com/symfony/symfony)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "symfony/debug-bundle",
33
"type": "symfony-bundle",
4-
"description": "Provides a tight integration of the Symfony Debug component into the Symfony full-stack framework",
4+
"description": "Provides a tight integration of the Symfony VarDumper component and the ServerLogCommand from MonologBridge into the Symfony full-stack framework",
55
"keywords": [],
66
"homepage": "https://symfony.com",
77
"license": "MIT",

0 commit comments

Comments
 (0)