From 668ab47299d4b457401f6a09389e2aa59ebf4f40 Mon Sep 17 00:00:00 2001 From: Gabriel Homsi Date: Wed, 20 May 2015 22:27:26 -0300 Subject: [PATCH 1/2] Symfony VarDumper component --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 772d100..dba4c9f 100644 --- a/README.md +++ b/README.md @@ -665,6 +665,7 @@ Libraries to help manage database schemas and migrations. * [Annotations](https://github.com/doctrine/annotations) - An annotations library (part of Doctrine). * [Whoops](https://github.com/filp/whoops) - A pretty error handling library. * [LadyBug](https://github.com/raulfraile/Ladybug) - A dumper library. +* [Symfony VarDumper](http://symfony.com/blog/new-in-symfony-2-6-vardumper-component) - A Symfony dumper component. * [Procrastinator](https://github.com/lstrojny/Procrastinator) - A library for running time consuming tasks. * [SuperClosure](https://github.com/jeremeamia/super_closure) - A library that allows Closures to be serialized. * [Jumper](https://github.com/kakawait/Jumper) - A remote service executor library. From 1e2ff89ba0483dfc706fcb2e4f37f43c479d9380 Mon Sep 17 00:00:00 2001 From: Gabriel Homsi Date: Thu, 21 May 2015 21:58:01 -0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dba4c9f..bb8419a 100644 --- a/README.md +++ b/README.md @@ -665,7 +665,7 @@ Libraries to help manage database schemas and migrations. * [Annotations](https://github.com/doctrine/annotations) - An annotations library (part of Doctrine). * [Whoops](https://github.com/filp/whoops) - A pretty error handling library. * [LadyBug](https://github.com/raulfraile/Ladybug) - A dumper library. -* [Symfony VarDumper](http://symfony.com/blog/new-in-symfony-2-6-vardumper-component) - A Symfony dumper component. +* [Symfony VarDumper](http://symfony.com/doc/current/components/var_dumper/introduction.html) - A Symfony dumper component. * [Procrastinator](https://github.com/lstrojny/Procrastinator) - A library for running time consuming tasks. * [SuperClosure](https://github.com/jeremeamia/super_closure) - A library that allows Closures to be serialized. * [Jumper](https://github.com/kakawait/Jumper) - A remote service executor library.