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 bde0b41 commit dd98c00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ php:

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

install:
- composer install --no-interaction --prefer-source
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
}
},
"require": {
"nette/utils" : "~2.3.0",
"nette/di" : "~2.3.0",
"nette/http" : "~2.3.0",
"latte/latte" : "~2.3.0"
"nette/utils" : "^2.3|^2.4",
"nette/di" : "^2.3|^2.4",
"nette/http" : "^2.3|^2.4",
"latte/latte" : "^2.3|^2.4"
},
"require-dev": {
"nette/tester" : "~1.6.1",
"tracy/tracy" : "~2.3.0"
"tracy/tracy" : "^2.3|^2.4"
}
}

0 comments on commit dd98c00

Please sign in to comment.