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

Commit 34f6ffd

Browse files
committed
Merge branch 'hotfix/conflicts'
Close #8
2 parents 07bc968 + e43c222 commit 34f6ffd

File tree

3 files changed

+7
-12
lines changed

3 files changed

+7
-12
lines changed

.travis.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,6 @@ env:
2525
matrix:
2626
fast_finish: true
2727
include:
28-
- php: 5.5
29-
env:
30-
- DEPS=lowest
31-
- php: 5.5
32-
env:
33-
- DEPS=locked
34-
- php: 5.5
35-
env:
36-
- DEPS=latest
3728
- php: 5.6
3829
env:
3930
- DEPS=lowest

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## 1.1.10 - TBD
5+
## 1.1.10 - 2016-05-31
66

77
### Added
88

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

1919
### Fixed
2020

21-
- Nothing.
21+
- [#8](https://github.com/zendframework/zend-mvc-console/pull/8) marks zend-mvc
22+
versions less than 3.0.0 as conflicts.
2223

2324
## 1.1.9 - 2016-05-31
2425

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"homepage": "https://github.com/zendframework/zend-mvc-console",
1111
"require": {
12-
"php": "^5.5 || ^7.0",
12+
"php": "^5.6 || ^7.0",
1313
"container-interop/container-interop": "^1.1",
1414
"zendframework/zend-console": "^2.6",
1515
"zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
@@ -30,6 +30,9 @@
3030
"suggest": {
3131
"zendframework/zend-filter": "^2.6.1, to filter rendered results"
3232
},
33+
"conflict": {
34+
"zendframework/zend-mvc": "<3.0.0"
35+
},
3336
"autoload": {
3437
"psr-4": {
3538
"Zend\\Mvc\\Console\\": "src/"

0 commit comments

Comments
 (0)