Skip to content

Commit

Permalink
Merge pull request #43 from zumba/update-psr-log
Browse files Browse the repository at this point in the history
Bump psr/log version to ^1.0 (backwards compatable)
  • Loading branch information
young-steveo authored Jul 15, 2019
2 parents e9d0a2b + 7945e45 commit c206331
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ php:
- 7.0
- 7.1
- 7.2
- hhvm

before_script:
- if [ $TRAVIS_PHP_VERSION = '7.0' ]; then composer require satooshi/php-coveralls; fi
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"require": {
"php": ">=5.6",
"psr/log": "1.0.*"
"psr/log": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "4.7.*",
Expand Down
13 changes: 7 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c206331

Please sign in to comment.