Skip to content

Commit

Permalink
Update pear/log requirement to 1.12.*|1.13.*
Browse files Browse the repository at this point in the history
Updates the requirements on [pear/log](https://github.com/pear/Log) to permit the latest version.
- [Release notes](https://github.com/pear/Log/releases)
- [Commits](https://github.com/pear/Log/commits/1.13.1)
  • Loading branch information
dependabot-support committed Feb 22, 2018
1 parent 883d94b commit 1cc09b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -22,7 +22,7 @@
"require": {
"php": ">=5.4.0",
"pear/http_request2": "2.3.*",
"pear/log": "1.12.*"
"pear/log": "1.12.*|1.13.*"
},
"require-dev": {
"phpunit/phpunit": "*",
Expand Down

0 comments on commit 1cc09b9

Please sign in to comment.