Allow updates of psr/log package <2.0.0

psr/log is now at 1.0.1 but held back to 1.0.0.

as per https://getcomposer.org/doc/articles/versions.md#caret

Many thanks.
This commit is contained in:
Ben Wise
2016-09-22 16:11:50 +10:00
committed by GitHub
parent 875e7864c3
commit e890e6b840

View File

@@ -15,7 +15,7 @@
"php": ">=5.3.0",
"ext-curl": "*",
"ext-json": "*",
"psr/log": "1.0.0"
"psr/log": "^1.0.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"