diff --git a/README.md b/README.md
index 3dbf340..7591b16 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ Required Minimum Shopware Version 5.2
## Zip Installation package for the Shopware Plugin Manager
-* Download the [latest plugin version](https://github.com/FriendsOfShopware/FroshProfiler/releases/latest/) (e.g. `FroshProfiler-1.3.5.zip`)
+* Download the [latest plugin version](https://github.com/FriendsOfShopware/FroshProfiler/releases/latest/) (e.g. `FroshProfiler-1.3.6.zip`)
* Upload and install plugin using Plugin Manager
## Git Version
diff --git a/composer.json b/composer.json
index 054e5c2..cd8a821 100644
--- a/composer.json
+++ b/composer.json
@@ -12,7 +12,7 @@
"jdorn/sql-formatter": "^1.2.17",
"composer/installers": "~1.0",
"symfony/stopwatch": "^3.4",
- "shyim/var-dumper": "1.0.2",
+ "shyim/var-dumper": "^1.0",
"psr/log": "^1.0"
},
"scripts": {
diff --git a/plugin.xml b/plugin.xml
index 813df52..7b1e99e 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -3,11 +3,20 @@
xsi:noNamespaceSchemaLocation="../../../engine/Shopware/Components/Plugin/schema/plugin.xsd">
- 1.3.4
+ 1.3.6
Friends of Shopware
MIT
https://friendsofshopware.github.io/
Friends of Shopware
+
+
+
+ Update var-dumper to improve PHP compatibility, thanks to @gutarin-de
+
+ ]]>
+
+