Update dependencies

This commit is contained in:
Timothy Warren 2017-03-01 11:42:10 -05:00
parent d3e3e9f006
commit 29556b4fdf

View File

@ -29,22 +29,21 @@
"psr/cache": "^1.0.1" "psr/cache": "^1.0.1"
}, },
"require-dev": { "require-dev": {
"consolidation/robo": "1.0.0-RC2", "consolidation/robo": "^1.0.0",
"humbug/humbug": "1.0.0-alpha2",
"monolog/monolog": "^1.21", "monolog/monolog": "^1.21",
"nikic/php-parser": "v3.0.0alpha1",
"pdepend/pdepend": "^2.2", "pdepend/pdepend": "^2.2",
"phploc/phploc": "^3.0", "phploc/phploc": "^3.0",
"phpmd/phpmd": "^2.4", "phpmd/phpmd": "^2.4",
"phpunit/phpunit": "^5.5", "phpunit/phpunit": "^6.0.0",
"sebastian/phpcpd": "^2.0", "sebastian/phpcpd": "^3.0",
"squizlabs/php_codesniffer": "^3.0.0@alpha", "squizlabs/php_codesniffer": "^3.0.0RC3",
"theseer/phpdox": "^0.9.0" "theseer/phpdox": "^0.9.0"
}, },
"suggest": { "suggest": {
"monolog/monolog": "A good standard logging library", "monolog/monolog": "A good standard logging library",
"ext-memcache": "Required for Memcache backend", "ext-memcache": "Required for Memcache backend",
"ext-memcached": "Required for Memcached backend" "ext-memcached": "Required for Memcached backend",
"ext-phpiredis": "Improves speed of Redis driver"
}, },
"license": "MIT", "license": "MIT",
"authors": [ "authors": [