Skip to content

Commit

Permalink
Revert "composer: accepts nette 3.0"
Browse files Browse the repository at this point in the history
This reverts commit fb7c2fd.
  • Loading branch information
dg committed Jun 28, 2018
1 parent 05ffcc9 commit 50b7f85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
],
"require": {
"php": ">=5.6.0",
"nette/utils": "^2.4 || ~3.0.0"
"nette/utils": "~2.4"
},
"require-dev": {
"nette/tester": "^2.0",
"nette/tester": "~2.0",
"tracy/tracy": "^2.3"
},
"conflict": {
Expand Down

0 comments on commit 50b7f85

Please sign in to comment.