From de0ce94482f7119068b91155280e6d96e51e8b03 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Sat, 23 Nov 2013 18:46:30 +0100 Subject: [PATCH] fixed travis and composer issue --- .travis.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 99ff95a..2cbd780 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ services: before_script: - composer self-update && composer --version - - composer require satooshi/php-coveralls 0.6.* + - composer require satooshi/php-coveralls 0.6.* --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.*",