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

Commit 0d65e19

Browse files
Merge pull request #24 from webimpress/feature/php-7.3-support
Added PHP 7.3 support - updated Travis CI configuration Close #24
2 parents 8797857 + 3082bfe commit 0d65e19

File tree

4 files changed

+18
-11
lines changed

4 files changed

+18
-11
lines changed

.travis.yml

+9-2
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

+2-2
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+
- [#24](https://github.com/zendframework/zend-mvc-plugin-flashmessenger/pull/24) 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+
- [#24](https://github.com/zendframework/zend-mvc-plugin-flashmessenger/pull/24) removes support for zend-stdlib v2 releases.
2222

2323
### Fixed
2424

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": "^5.6 || ^7.0",
2020
"zendframework/zend-mvc": "^3.0",
2121
"zendframework/zend-session": "^2.8.5",
22-
"zendframework/zend-stdlib": "^2.7 || ^3.0",
22+
"zendframework/zend-stdlib": "^3.2.1",
2323
"zendframework/zend-view": "^2.10"
2424
},
2525
"require-dev": {

composer.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)