Skip to content

Commit 6c87a6d

Browse files
authored
Composer: allow nette/utils 4.0 (#40)
Allow package to be used with nette/utils 4.0.
1 parent ba172bf commit 6c87a6d

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
@@ -25,7 +25,7 @@
2525
"nette/di": "^3.0.13",
2626
"nette/bootstrap": "^3.1.2",
2727
"nette/http": "^3.1.6",
28-
"nette/utils": "^3.2.8"
28+
"nette/utils": "^3.2.8 || ^4.0"
2929
},
3030
"require-dev": {
3131
"latte/latte": "^2.11.5",

0 commit comments

Comments
 (0)