Skip to content

Commit

Permalink
Added PHP 7 as minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
juniwalk committed Feb 28, 2017
1 parent 94ac06e commit eb21959
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@
}
},
"require": {
"nette/application" : "^3.0",
"nette/http" : "^3.0",
"nette/utils" : "^3.0"
"php": "^7.0",
"nette/application": "^3.0",
"nette/http": "^3.0",
"nette/utils": "^3.0"
},
"suggest": {
"psr/http-message": "Allows usage of PSR7 stream response."
Expand Down

0 comments on commit eb21959

Please sign in to comment.