From a0a3c36c3927c04ff5193362424a7e3e4934e1cf Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Sat, 23 Nov 2013 18:38:06 +0100 Subject: [PATCH] make travis work --- .travis.yml | 4 ++-- composer.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 68ac269..5d00f88 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,8 @@ services: before_script: - composer self-update && composer --version - - composer require satooshi/php-coveralls 0.6.* - - composer require guzzle/http v3.7.3 + - composer require satooshi/php-coveralls 0.6.* --dev + - composer require guzzle/http v3.7.3 --dev - mysql -e 'CREATE DATABASE yiitest;'; - psql -U postgres -c 'CREATE DATABASE yiitest;'; - tests/unit/data/travis/apc-setup.sh diff --git a/composer.json b/composer.json index 8a5acf3..8da3f1c 100644 --- a/composer.json +++ b/composer.json @@ -78,7 +78,7 @@ "ext-mbstring": "*", "lib-pcre": "*", "yiisoft/jquery": "1.10.*", - "yiisoft/yii2-composer": "self.version", + "yiisoft/yii2-composer": "*", "phpspec/php-diff": ">=1.0.2", "ezyang/htmlpurifier": "4.5.*", "michelf/php-markdown": "1.3.*",