Merge pull request #654 from BenWise9000/patch-1

Allow updates of psr/log package <2.0.0
This commit is contained in:
Jay
2016-09-22 01:30:20 -05:00
committed by GitHub

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.*"