Skip to content

Commit

Permalink
composer: require Nette 2.4 and PHP 5.6+
Browse files Browse the repository at this point in the history
WIP
  • Loading branch information
JanTvrdik committed Aug 3, 2016
1 parent abc1f31 commit 66f8160
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
}
],
"require": {
"php": ">=5.4",
"nette/application": "~2.2",
"nette/utils": "~2.2"
"php": ">=5.6",
"nette/application": "~2.4",
"nette/utils": "~2.4"
},
"require-dev": {
"nette/tester": "~1.3",
Expand Down

0 comments on commit 66f8160

Please sign in to comment.