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

Commit 8b67537

Browse files
committed
Merging develop to master in preparation for 1.8.0 release.
2 parents 8b0aefc + 95de836 commit 8b67537

File tree

4 files changed

+47
-17
lines changed

4 files changed

+47
-17
lines changed

.travis.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
sudo: false
2-
31
language: php
42

53
cache:
@@ -53,6 +51,15 @@ matrix:
5351
- php: 7.2
5452
env:
5553
- DEPS=latest
54+
- php: 7.3
55+
env:
56+
- DEPS=lowest
57+
- php: 7.3
58+
env:
59+
- DEPS=locked
60+
- php: 7.3
61+
env:
62+
- DEPS=latest
5663

5764
before_install:
5865
- if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

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

5+
## 1.8.0 - 2019-03-05
6+
7+
### Added
8+
9+
- [#106](https://github.com/zfcampus/zf-content-validation/pull/106) adds support for PHP 7.3.
10+
11+
### Changed
12+
13+
- Nothing.
14+
15+
### Deprecated
16+
17+
- Nothing.
18+
19+
### Removed
20+
21+
- [#106](https://github.com/zfcampus/zf-content-validation/pull/106) removes support for zend-stdlib v2 releases.
22+
23+
### Fixed
24+
25+
- Nothing.
26+
527
## 1.7.1 - 2019-03-05
628

729
### Added

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"zendframework/zend-eventmanager": "^2.6.3 || ^3.0.1",
2121
"zendframework/zend-filter": "^2.7.1",
2222
"zendframework/zend-http": "^2.5.4",
23-
"zendframework/zend-inputfilter": "^2.7.3",
23+
"zendframework/zend-inputfilter": "^2.8",
2424
"zendframework/zend-mvc": "^2.7.15 || ^3.0.4",
2525
"zendframework/zend-servicemanager": "^2.7.6 || ^3.1",
26-
"zendframework/zend-stdlib": "^2.7.7 || ^3.0.1",
26+
"zendframework/zend-stdlib": "^3.2.1",
2727
"zendframework/zend-validator": "^2.8.1",
2828
"zfcampus/zf-api-problem": "^1.2.1",
2929
"zfcampus/zf-content-negotiation": "^1.2.1"
@@ -48,8 +48,8 @@
4848
},
4949
"extra": {
5050
"branch-alias": {
51-
"dev-master": "1.7.x-dev",
52-
"dev-develop": "1.8.x-dev"
51+
"dev-master": "1.8.x-dev",
52+
"dev-develop": "1.9.x-dev"
5353
},
5454
"zf": {
5555
"module": "ZF\\ContentValidation"

composer.lock

Lines changed: 12 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)