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

Commit 1556905

Browse files
Merge pull request #38 from webimpress/feature/php-7.3-support
Added PHP 7.3 support - updated Travis CI configuration Close #38
2 parents 2d651b0 + 2004dda commit 1556905

File tree

4 files changed

+26
-18
lines changed

4 files changed

+26
-18
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file, in reverse
66

77
### Added
88

9-
- Nothing.
9+
- [#38](https://github.com/zendframework/zend-xmlrpc/pull/38) adds support for PHP 7.3.
1010

1111
### Changed
1212

@@ -18,7 +18,7 @@ All notable changes to this project will be documented in this file, in reverse
1818

1919
### Removed
2020

21-
- Nothing.
21+
- [#38](https://github.com/zendframework/zend-xmlrpc/pull/38) removes support for zend-stdlib v2 releases.
2222

2323
### Fixed
2424

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)