Update changelog and dependencies

This commit is contained in:
Timothy Warren 2017-04-13 14:48:11 -04:00
parent 2f139fd78b
commit cf068198c4
2 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## Version 2.1
* Added addHeader method to base View class
## Version 2
* Removed instance/static dual calling from Enum - now just uses static methods

View File

@ -20,19 +20,19 @@
"aviat/query": "^2.5",
"aura/html": "2.*",
"container-interop/container-interop": "1.*",
"danielstjules/stringy": "~2.1",
"danielstjules/stringy": "^3.0.0",
"psr/http-message": "~1.0",
"psr/log": "~1.0",
"zendframework/zend-diactoros": "1.3.*"
"zendframework/zend-diactoros": "^1.4.0"
},
"require-dev": {
"pdepend/pdepend": "^2.2",
"sebastian/phpcpd": "^2.0",
"sebastian/phpcpd": "^3.0",
"theseer/phpdox": "dev-master",
"phploc/phploc": "^3.0",
"phpmd/phpmd": "^2.4",
"phpunit/phpunit": "^6.0",
"robmorgan/phinx": "^0.6.4",
"robmorgan/phinx": "^0.8.0",
"consolidation/robo": "~1.0@RC",
"monolog/monolog": "1.*",
"squizlabs/php_codesniffer": "^3.0.0@RC",