We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215eda7 commit b2d02eaCopy full SHA for b2d02ea
composer.json
@@ -14,15 +14,15 @@
14
}
15
],
16
"require": {
17
- "monolog/monolog": "^1.6",
18
"php": ">=5.5",
+ "monolog/monolog": "^1.6",
19
"psr/log": "^1.0"
20
},
21
"require-dev": {
22
"guzzlehttp/guzzle": "^6.2.1",
23
"kevinrob/guzzle-cache-middleware": "^1.4.1",
24
- "phpunit/phpunit": ">=4.8.26 <5.4",
25
"phpdocumentor/phpdocumentor": "^2.0",
+ "phpunit/phpunit": ">=4.8.26 <5.4",
26
"predis/predis": "^1.0",
27
"zendframework/zend-serializer": "^2.7"
28
@@ -40,5 +40,8 @@
40
"psr-4": {
41
"": "tests/"
42
43
+ },
44
+ "config": {
45
+ "sort-packages": true
46
47
0 commit comments