From b80da16e5d2289623d5bc19d2676b2abd4739f6e Mon Sep 17 00:00:00 2001 From: Pavel Janda Date: Sat, 2 Jul 2016 16:56:36 +0200 Subject: [PATCH] Travis update, Nette 2.4 to composer --- .travis.yml | 2 +- composer.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3f6b65a..e242d4b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ php: matrix: allow_failures: - # - php: hhvm-nightly + - php: hhvm-nightly install: - composer install --no-interaction --prefer-source diff --git a/composer.json b/composer.json index 89b0731..7d693f5 100644 --- a/composer.json +++ b/composer.json @@ -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",