Skip to content

Commit

Permalink
Add Psr/log as dependency. Clean up travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kotrakrishna committed Sep 9, 2014
1 parent aad4fee commit e6760f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e6760f6

Please sign in to comment.