Skip to content

Commit

Permalink
Require PHP 5.3+
Browse files Browse the repository at this point in the history
  • Loading branch information
honzapospi committed Oct 19, 2016
1 parent f466359 commit 869f3b4
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 @@ -12,9 +12,9 @@
"classmap": ["src/"]
},
"require": {
"php": ">=5.4.0",
"nette/utils": "~2.3.0",
"nette/http": "~2.3.0"
"php": ">= 5.3",
"nette/utils": "~2.3",
"nette/http": "~2.3"
},
"require-dev": {
"nette/tester": "~1.4"
Expand Down

0 comments on commit 869f3b4

Please sign in to comment.