Skip to content

Commit 68af7f8

Browse files
committed
Should work with any var-dumper newer than 5.2.0
1 parent c13f4ca commit 68af7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Smarty plugin to debug template data",
44
"type": "library",
55
"require": {
6-
"symfony/var-dumper": "^5.2 || ^6.0",
6+
"symfony/var-dumper": ">=5.2.0",
77
"smarty/smarty": "^5.0",
88
"php": "^8.3"
99
},

0 commit comments

Comments
 (0)