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

Commit

Permalink
Pin to stable versions
Browse files Browse the repository at this point in the history
- Updated PHP minimum version to 5.6.
- Marked zend-mvc < 3.0.0 as a conflict.
  • Loading branch information
weierophinney committed May 31, 2016
1 parent 51cbc8b commit 16d0d21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 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
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 16d0d21

Please sign in to comment.