Skip to content

Commit

Permalink
composer: updated to nette 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jul 28, 2017
1 parent 0636263 commit 63d3fa7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: php
php:
- 5.4
- 5.6
- 7.1
- 7.2

Expand Down
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -11,12 +11,12 @@
}
],
"require": {
"php": ">= 5.4",
"php": ">= 5.6",
"nette/command-line": "~1.0",
"nette/utils": "~2.3",
"nette/finder": "~2.3",
"nette/neon": "~2.3",
"latte/latte": "~2.3"
"nette/utils": "~2.4",
"nette/finder": "~2.4",
"nette/neon": "~2.4",
"latte/latte": "~2.4"
},
"require-dev": {
"nette/tester": "^1.7",
Expand Down

0 comments on commit 63d3fa7

Please sign in to comment.