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

Commit

Permalink
Merge branch 'feature/stable-versions'
Browse files Browse the repository at this point in the history
Close #2
  • Loading branch information
weierophinney committed May 31, 2016
2 parents 51cbc8b + 8e78d86 commit 5a70681
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
9 changes: 0 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,6 @@ env:
matrix:
fast_finish: true
include:
- php: 5.5
env:
- DEPS=lowest
- php: 5.5
env:
- DEPS=locked
- php: 5.5
env:
- DEPS=latest
- php: 5.6
env:
- DEPS=lowest
Expand Down
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## 0.1.1 - TBD
## 1.0.0 - 2016-05-31

### Added

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

### Fixed

- Nothing.
- [#2](https://github.com/zendframework/zend-mvc-i18n/pull/2) updates the
minimum required PHP version to 5.6.
- [#2](https://github.com/zendframework/zend-mvc-i18n/pull/2) marks zend-mvc
versions less than 3.0.0 as conflicts.

## 0.1.0 - 2016-03-30

Expand Down
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"homepage": "https://github.com/zendframework/zend-mvc-i18n",
"require": {
"php": "^5.5 || ^7.0",
"php": "^5.6 || ^7.0",
"container-interop/container-interop": "^1.1",
"zendframework/zend-i18n": "^2.7",
"zendframework/zend-router": "^3.0",
Expand All @@ -25,6 +25,9 @@
"suggest": {
"zendframework/zend-cache": "To enable caching of translation strings"
},
"conflict": {
"zendframework/zend-mvc": "<3.0.0"
},
"autoload": {
"psr-4": {
"Zend\\Mvc\\I18n\\": "src/"
Expand Down

0 comments on commit 5a70681

Please sign in to comment.