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

Commit 6ad1ed5

Browse files
committed
Merge branch 'develop'
2 parents 9f1bf63 + 1556905 commit 6ad1ed5

File tree

4 files changed

+46
-16
lines changed

4 files changed

+46
-16
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+
## 2.8.0 - TBD
6+
7+
### Added
8+
9+
- [#38](https://github.com/zendframework/zend-xmlrpc/pull/38) adds support for PHP 7.3.
10+
11+
### Changed
12+
13+
- Nothing.
14+
15+
### Deprecated
16+
17+
- Nothing.
18+
19+
### Removed
20+
21+
- [#38](https://github.com/zendframework/zend-xmlrpc/pull/38) removes support for zend-stdlib v2 releases.
22+
23+
### Fixed
24+
25+
- Nothing.
26+
527
## 2.7.1 - TBD
628

729
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"zendframework/zend-http": "^2.5.4",
2121
"zendframework/zend-math": "^2.7 || ^3.0",
2222
"zendframework/zend-server": "^2.7",
23-
"zendframework/zend-stdlib": "^2.7 || ^3.0",
23+
"zendframework/zend-stdlib": "^3.2.1",
2424
"zendframework/zendxml": "^1.0.2"
2525
},
2626
"require-dev": {

composer.lock

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

0 commit comments

Comments
 (0)