Skip to content

Commit

Permalink
composer: require php 5.6+ and nette 2.4+
Browse files Browse the repository at this point in the history
  • Loading branch information
JanTvrdik committed Dec 12, 2017
1 parent 22843fc commit 8df22dd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
}
],
"require": {
"php": ">=5.3",
"nette/mail": "~2.3.1 || ~2.4",
"php": ">=5.6",
"nette/mail": "~2.4",
"nette/utils": "~2.4",
"nette/http": "~2.2",
"latte/latte": "~2.2",
"tracy/tracy": "~2.3"
"nette/http": "~2.4",
"latte/latte": "~2.4",
"tracy/tracy": "~2.4"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 8df22dd

Please sign in to comment.