diff options
author | Remi Collet <remi@remirepo.net> | 2022-01-03 14:46:59 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-01-03 14:46:59 +0100 |
commit | c78d99c3acef8ed9c9c64fc8182c5a327223b428 (patch) | |
tree | 28b38f512029e0e264307e968914c04a9757db3f /src/Symfony/Bundle/DebugBundle/composer.json | |
parent | f302b30731ad5200f19bba9ff0d5c17a63690855 (diff) |
update to 4.4.36
Diffstat (limited to 'src/Symfony/Bundle/DebugBundle/composer.json')
-rw-r--r-- | src/Symfony/Bundle/DebugBundle/composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Symfony/Bundle/DebugBundle/composer.json b/src/Symfony/Bundle/DebugBundle/composer.json index bae6358..261f3d2 100644 --- a/src/Symfony/Bundle/DebugBundle/composer.json +++ b/src/Symfony/Bundle/DebugBundle/composer.json @@ -1,7 +1,7 @@ { "name": "symfony/debug-bundle", "type": "symfony-bundle", - "description": "Provides a tight integration of the Symfony Debug component into the Symfony full-stack framework", + "description": "Provides a tight integration of the Symfony VarDumper component and the ServerLogCommand from MonologBridge into the Symfony full-stack framework", "keywords": [], "homepage": "https://symfony.com", "license": "MIT", |