Skip to content

Commit f16eb5d

Browse files
committed
fixed symfony/var-dumper constraint in composer.json
1 parent 4dada21 commit f16eb5d

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.0",
6+
"symfony/var-dumper": ">=5.2.0 <999.999.999",
77
"smarty/smarty": "^5.0",
88
"php": "^8.3"
99
},

0 commit comments

Comments
 (0)