Skip to content

Commit b948ef2

Browse files
authored
Do not lock Nette Utils 2.4
Version `3.0+` working with Nette\Utils `2.5` - there is no reason to disallowed it. Tested in fork on our project.
1 parent fbc0d4a commit b948ef2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
],
1919
"require": {
2020
"php": "~5.6.0 || ~7.0",
21-
"nette/application": "~2.4.0 || ~3.0.0",
22-
"nette/forms": "~2.4.0 || ~3.0.0",
23-
"nette/utils": "~2.4.0 || ~3.0.0"
21+
"nette/application": "~2.4 || ~3.0.0",
22+
"nette/forms": "~2.4 || ~3.0.0",
23+
"nette/utils": "~2.4 || ~3.0.0"
2424
},
2525
"require-dev": {
2626
"nette/di": "~2.4.6 || ~3.0.0",

0 commit comments

Comments
 (0)