Skip to content

Commit

Permalink
composer.json: updated minimal requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Dec 20, 2014
1 parent 5d5ec18 commit 8d9fbae
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 @@ -15,10 +15,10 @@
],
"require": {
"php": ">=5.3.1",
"nette/neon": "~2.3@dev",
"nette/neon": "~2.3",
"nette/reflection": "~2.2",
"nette/php-generator": "~2.2",
"nette/utils": "~2.2"
"nette/utils": "~2.3"
},
"require-dev": {
"nette/tester": "~1.3"
Expand Down

0 comments on commit 8d9fbae

Please sign in to comment.