Skip to content

Commit

Permalink
Travis update, Nette 2.4 to composer
Browse files Browse the repository at this point in the history
  • Loading branch information
paveljanda committed Jul 2, 2016
1 parent 3c2b703 commit b80da16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,7 @@ php:

matrix:
allow_failures:
# - php: hhvm-nightly
- php: hhvm-nightly

install:
- composer install --no-interaction --prefer-source
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -25,9 +25,9 @@
}
},
"require": {
"nette/di" : "~2.3.0",
"nette/application" : "~2.3.0",
"nette/http" : "~2.3.0"
"nette/di" : "^2.3|^2.4",
"nette/application" : "^2.3|^2.4",
"nette/http" : "^2.3|^2.4"
},
"require-dev": {
"nette/tester" : "~1.6.1",
Expand Down

0 comments on commit b80da16

Please sign in to comment.