From c78d99c3acef8ed9c9c64fc8182c5a327223b428 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 3 Jan 2022 14:46:59 +0100 Subject: update to 4.4.36 --- src/Symfony/Bundle/DebugBundle/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Symfony/Bundle/DebugBundle/composer.json') 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", -- cgit