Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'release/2.4.2' into release-2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra committed Oct 4, 2019
2 parents 474eb93 + 8d72b8a commit 2bfc684
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Expand Up @@ -53,6 +53,15 @@ matrix:
- php: 7.2
env:
- DEPS=latest
- php: 7.3
env:
- DEPS=lowest
- php: 7.3
env:
- DEPS=locked
- php: 7.3
env:
- DEPS=latest

before_install:
- if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 2.4.2 - TBD
## 2.4.2 - 2019-10-04

### Added

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
@@ -1,4 +1,4 @@
Copyright (c) 2005-2018, Zend Technologies USA, Inc.
Copyright (c) 2005-2019, Zend Technologies USA, Inc.
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
Expand Down
7 changes: 3 additions & 4 deletions mkdocs.yml
@@ -1,7 +1,7 @@
docs_dir: docs/book
site_dir: docs/html
pages:
- index.md
nav:
- Home: index.md
- "Quick Start": quick-start.md
- Reference:
- "Filters": filter.md
Expand All @@ -13,6 +13,5 @@ pages:
- "Underscore Mapping": naming-strategy/underscore-naming-strategy.md
- "Composite": naming-strategy/composite-naming-strategy.md
site_name: zend-hydrator
site_description: zend-hydrator
site_description: "Serialize objects to arrays, and vice versa"
repo_url: 'https://github.com/zendframework/zend-hydrator'
copyright: 'Copyright (c) 2005-2018 <a href="https://www.zend.com/">Zend Technologies USA Inc.</a>'

0 comments on commit 2bfc684

Please sign in to comment.