Skip to content

Commit 3f3d79c

Browse files
committed
Support nette/utils 4.0
The only thing used from the package is SmartObject and that hasn't changed, at least not significantly, in 4.0.
1 parent abfb4c6 commit 3f3d79c

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
@@ -17,7 +17,7 @@
1717
"php": "^8.1",
1818
"nette/database": "^3.1",
1919
"nette/di": "^3.0",
20-
"nette/utils": "^3.2"
20+
"nette/utils": "^3.2|^4.0"
2121
},
2222
"require-dev": {
2323
"nette/schema": "^1.2",

0 commit comments

Comments
 (0)