Update dependencies
This commit is contained in:
parent
d3e3e9f006
commit
29556b4fdf
@ -29,22 +29,21 @@
|
||||
"psr/cache": "^1.0.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"consolidation/robo": "1.0.0-RC2",
|
||||
"humbug/humbug": "1.0.0-alpha2",
|
||||
"consolidation/robo": "^1.0.0",
|
||||
"monolog/monolog": "^1.21",
|
||||
"nikic/php-parser": "v3.0.0alpha1",
|
||||
"pdepend/pdepend": "^2.2",
|
||||
"phploc/phploc": "^3.0",
|
||||
"phpmd/phpmd": "^2.4",
|
||||
"phpunit/phpunit": "^5.5",
|
||||
"sebastian/phpcpd": "^2.0",
|
||||
"squizlabs/php_codesniffer": "^3.0.0@alpha",
|
||||
"phpunit/phpunit": "^6.0.0",
|
||||
"sebastian/phpcpd": "^3.0",
|
||||
"squizlabs/php_codesniffer": "^3.0.0RC3",
|
||||
"theseer/phpdox": "^0.9.0"
|
||||
},
|
||||
"suggest": {
|
||||
"monolog/monolog": "A good standard logging library",
|
||||
"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",
|
||||
"authors": [
|
||||
|
Loading…
Reference in New Issue
Block a user