Skip to content

Commit c18bddf

Browse files
committed
Support nette/utils 4.0
They are only used for Html class, which has not really changed: https://github.com/nette/utils/releases/tag/v4.0.0
1 parent 504895d commit c18bddf

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
@@ -14,7 +14,7 @@
1414
"php": ">=8.0",
1515
"latte/latte": "^3.0",
1616
"nette/forms": "^3.0",
17-
"nette/utils": "^3.0"
17+
"nette/utils": "^3.0 || ^4.0"
1818
},
1919
"require-dev": {
2020
"nette/application": "^3.0",

0 commit comments

Comments
 (0)