Update changelog and dependencies
This commit is contained in:
parent
2f139fd78b
commit
cf068198c4
@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## Version 2.1
|
||||||
|
|
||||||
|
* Added addHeader method to base View class
|
||||||
|
|
||||||
## Version 2
|
## Version 2
|
||||||
|
|
||||||
* Removed instance/static dual calling from Enum - now just uses static methods
|
* Removed instance/static dual calling from Enum - now just uses static methods
|
@ -20,19 +20,19 @@
|
|||||||
"aviat/query": "^2.5",
|
"aviat/query": "^2.5",
|
||||||
"aura/html": "2.*",
|
"aura/html": "2.*",
|
||||||
"container-interop/container-interop": "1.*",
|
"container-interop/container-interop": "1.*",
|
||||||
"danielstjules/stringy": "~2.1",
|
"danielstjules/stringy": "^3.0.0",
|
||||||
"psr/http-message": "~1.0",
|
"psr/http-message": "~1.0",
|
||||||
"psr/log": "~1.0",
|
"psr/log": "~1.0",
|
||||||
"zendframework/zend-diactoros": "1.3.*"
|
"zendframework/zend-diactoros": "^1.4.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"pdepend/pdepend": "^2.2",
|
"pdepend/pdepend": "^2.2",
|
||||||
"sebastian/phpcpd": "^2.0",
|
"sebastian/phpcpd": "^3.0",
|
||||||
"theseer/phpdox": "dev-master",
|
"theseer/phpdox": "dev-master",
|
||||||
"phploc/phploc": "^3.0",
|
"phploc/phploc": "^3.0",
|
||||||
"phpmd/phpmd": "^2.4",
|
"phpmd/phpmd": "^2.4",
|
||||||
"phpunit/phpunit": "^6.0",
|
"phpunit/phpunit": "^6.0",
|
||||||
"robmorgan/phinx": "^0.6.4",
|
"robmorgan/phinx": "^0.8.0",
|
||||||
"consolidation/robo": "~1.0@RC",
|
"consolidation/robo": "~1.0@RC",
|
||||||
"monolog/monolog": "1.*",
|
"monolog/monolog": "1.*",
|
||||||
"squizlabs/php_codesniffer": "^3.0.0@RC",
|
"squizlabs/php_codesniffer": "^3.0.0@RC",
|
||||||
|
Loading…
Reference in New Issue
Block a user