From e6760f697860ba6b952d0da87cda1180cd430fde Mon Sep 17 00:00:00 2001 From: Venkat Krishna Kotra Date: Tue, 9 Sep 2014 12:35:29 +0530 Subject: [PATCH] Add Psr/log as dependency. Clean up travis configuration --- .travis.yml | 7 ------- composer.json | 3 ++- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9ce690a..13b709f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,14 +5,7 @@ php: - 5.4 - 5.5 -env: - - SYMFONY_VERSION="2.1" GUZZLE_VERSION="3.9" - before_script: - - composer self-update - - composer --version - - composer require symfony/http-foundation:${SYMFONY_VERSION} --no-update - - composer require guzzle/http:${GUZZLE_VERSION} --no-update - composer install -n --dev --prefer-source script: phpunit --coverage-text --configuration phpunit.xml.dist diff --git a/composer.json b/composer.json index e9b2235..38574f2 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,8 @@ "omnipay/common": "~2.0", "guzzle/http": "~3.7", "guzzle/plugin": "~3.7", - "guzzle/log": "~3.7" + "guzzle/log": "~3.7", + "psr/log": "1.0" }, "require-dev": { "omnipay/omnipay": "~2.0"