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

Commit

Permalink
Merge branch 'improvement/18'
Browse files Browse the repository at this point in the history
Close #18
  • Loading branch information
michalbundyra committed Sep 3, 2019
2 parents a22bc8a + 388153f commit 7a1b3ac
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 27 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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file, in reverse

### Added

- Nothing.
- [#18](https://github.com/zendframework/zend-mvc-i18n/pull/18) adds support for PHP 7.3.

### Changed

Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"zendframework/zend-coding-standard": "~1.0.0"
},
"conflict": {
"phpspec/prophecy": "<1.8.0",
"zendframework/zend-mvc": "<3.0.0"
},
"suggest": {
Expand Down
107 changes: 83 additions & 24 deletions composer.lock

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

0 comments on commit 7a1b3ac

Please sign in to comment.