=== WordPress Symfony VarDumper ===
Contributors: Coen Jacobs
Tags: symfony, debug, vardumper
Requires at least: 4.0
Tested up to: 4.1
Stable tag: 1.0.0
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Brings the Symfony VarDumper component to your WordPress installation.

== Description ==

Brings the Symfony VarDumper component to your WordPress installation.

This enables you to use the dd() function in your WordPress projects that then uses the [Symfony VarDumper component](http://symfony.com/doc/current/components/var_dumper/introduction.html).

This plugin requires PHP 5.4 and enforces this via the [WPupdatePHP library](http://www.wpupdatephp.com/).

== Installation ==

You can find extensive documentation on [how to install plugins](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins) in the Codex.

= Minimum Requirements =

* WordPress 4.0 or greater
* PHP version 5.4.0 or greater
* MySQL version 5.0 or greater

== Frequently Asked Questions ==

== Screenshots ==

== Changelog ==

= 1.0.0 =
* Initial release