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

Commit

Permalink
Merging develop to master in preparation for 1.8.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Mar 5, 2019
2 parents 8b0aefc + 95de836 commit 8b67537
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 17 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
sudo: false

language: php

cache:
Expand Down Expand Up @@ -53,6 +51,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
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

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

## 1.8.0 - 2019-03-05

### Added

- [#106](https://github.com/zfcampus/zf-content-validation/pull/106) adds support for PHP 7.3.

### Changed

- Nothing.

### Deprecated

- Nothing.

### Removed

- [#106](https://github.com/zfcampus/zf-content-validation/pull/106) removes support for zend-stdlib v2 releases.

### Fixed

- Nothing.

## 1.7.1 - 2019-03-05

### Added
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"zendframework/zend-eventmanager": "^2.6.3 || ^3.0.1",
"zendframework/zend-filter": "^2.7.1",
"zendframework/zend-http": "^2.5.4",
"zendframework/zend-inputfilter": "^2.7.3",
"zendframework/zend-inputfilter": "^2.8",
"zendframework/zend-mvc": "^2.7.15 || ^3.0.4",
"zendframework/zend-servicemanager": "^2.7.6 || ^3.1",
"zendframework/zend-stdlib": "^2.7.7 || ^3.0.1",
"zendframework/zend-stdlib": "^3.2.1",
"zendframework/zend-validator": "^2.8.1",
"zfcampus/zf-api-problem": "^1.2.1",
"zfcampus/zf-content-negotiation": "^1.2.1"
Expand All @@ -48,8 +48,8 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.7.x-dev",
"dev-develop": "1.8.x-dev"
"dev-master": "1.8.x-dev",
"dev-develop": "1.9.x-dev"
},
"zf": {
"module": "ZF\\ContentValidation"
Expand Down
23 changes: 12 additions & 11 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8b67537

Please sign in to comment.