This repository was archived by the owner on Jan 30, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,6 +53,15 @@ matrix:
5353 - php : 7.2
5454 env :
5555 - DEPS=latest
56+ - php : 7.3
57+ env :
58+ - DEPS=lowest
59+ - php : 7.3
60+ env :
61+ - DEPS=locked
62+ - php : 7.3
63+ env :
64+ - DEPS=latest
5665
5766before_install :
5867 - if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi
Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file, in reverse chronological order by release.
44
5- ## 2.4.2 - TBD
5+ ## 2.4.2 - 2019-10-04
66
77### Added
88
Original file line number Diff line number Diff line change 1- Copyright (c) 2005-2018 , Zend Technologies USA, Inc.
1+ Copyright (c) 2005-2019 , Zend Technologies USA, Inc.
22All rights reserved.
33
44Redistribution and use in source and binary forms, with or without modification,
Original file line number Diff line number Diff line change 11docs_dir : docs/book
22site_dir : docs/html
3- pages :
4- - index.md
3+ nav :
4+ - Home : index.md
55 - " Quick Start " : quick-start.md
66 - Reference :
77 - " Filters " : filter.md
1313 - " Underscore Mapping " : naming-strategy/underscore-naming-strategy.md
1414 - " Composite " : naming-strategy/composite-naming-strategy.md
1515site_name : zend-hydrator
16- site_description : zend-hydrator
16+ site_description : " Serialize objects to arrays, and vice versa "
1717repo_url : ' https://github.com/zendframework/zend-hydrator'
18- copyright : ' Copyright (c) 2005-2018 <a href="https://www.zend.com/">Zend Technologies USA Inc.</a>'
You can’t perform that action at this time.
0 commit comments