Skip to content

Commit

Permalink
composer.json: updated version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Nov 6, 2015
1 parent ed4f883 commit 274cab5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"require": {
"php": ">=5.6.0",
"nette/neon": "^2.3.3",
"nette/php-generator": "~2.4",
"nette/utils": "~2.3"
"nette/php-generator": "^2.4",
"nette/utils": "^2.3"
},
"require-dev": {
"nette/tester": "~1.3"
"nette/tester": "^1.6"
},
"conflict": {
"nette/nette": "<2.2"
Expand Down

0 comments on commit 274cab5

Please sign in to comment.