diff --git a/composer.json b/composer.json index 526c15b..f6a2b27 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "intaro/pinba-bundle", - "description": "Send time profiles about Doctrine, Twig, Memcache to pinba", + "description": "Collects and sends execution time of Doctrine queries, Twig renders and Memcache requests as pinba timers to pinba server", "keywords": ["symfony2", "pinba", "php"], "type": "symfony-bundle", "license": "MIT", @@ -18,4 +18,4 @@ } }, "target-dir" : "Intaro/PinbaBundle" -} \ No newline at end of file +}