Update dependencies

This commit is contained in:
Timothy Warren 2017-02-06 10:42:41 -05:00
parent a48c3e5f8e
commit 093abdb14b
1 changed files with 10 additions and 10 deletions

View File

@ -14,25 +14,25 @@
} }
}, },
"require": { "require": {
"aura/html": "2.*", "aura/html": "^2.0",
"aura/router": "3.*", "aura/router": "^3.0",
"aura/session": "2.*", "aura/session": "^2.0",
"aviat/banker": "^1.0.0", "aviat/banker": "^1.0.0",
"aviat/ion": "1.0.*", "aviat/ion": "1.0.*",
"filp/whoops": "2.0.*", "filp/whoops": "^2.1.5",
"guzzlehttp/guzzle": "6.*", "guzzlehttp/guzzle": "^6.0",
"monolog/monolog": "1.*", "monolog/monolog": "^1.0",
"psr/http-message": "~1.0", "psr/http-message": "~1.0",
"psr/log": "~1.0", "psr/log": "~1.0",
"yosymfony/toml": "0.3.*", "yosymfony/toml": "^0.3",
"zendframework/zend-diactoros": "1.3.*", "zendframework/zend-diactoros": "^1.3",
"maximebf/consolekit": "^1.0", "maximebf/consolekit": "^1.0",
"amphp/artax": "^2.0" "amphp/artax": "^2.0"
}, },
"require-dev": { "require-dev": {
"pdepend/pdepend": "^2.2", "pdepend/pdepend": "^2.2",
"sebastian/phpcpd": "^2.0", "sebastian/phpcpd": "^3.0",
"theseer/phpdox": "0.8.1.1", "theseer/phpdox": "^0.9.0",
"phploc/phploc": "^3.0", "phploc/phploc": "^3.0",
"phpmd/phpmd": "^2.4", "phpmd/phpmd": "^2.4",
"phpunit/phpunit": "^5.7", "phpunit/phpunit": "^5.7",