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

Commit 9b705d5

Browse files
committed
Merge branch 'hotfix/di-exceptions' into release-2.7
Close #159 Fixes #125
2 parents 10dcadc + d54abfd commit 9b705d5

10 files changed

+503
-184
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

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

5+
## 2.7.10 - 2016-06-13
6+
7+
### Added
8+
9+
- Nothing.
10+
11+
### Deprecated
12+
13+
- Nothing.
14+
15+
### Removed
16+
17+
- [#159](https://github.com/zendframework/zend-mvc/pull/159) removes the
18+
dependency on zend-servicemanager-di.
19+
20+
### Fixed
21+
22+
- [#159](https://github.com/zendframework/zend-mvc/pull/159) fixes issues with
23+
regards to conflicts between zend-servicemanager v2 and
24+
zend-servicemanager-di by re-instating code removed from various
25+
servicemanager/DI-related factories in 2.7.9. Two factories,
26+
`Zend\Mvc\Service\DiAbstractServiceFactoryFactory` and
27+
`Zend\Mvc\Service\DiServiceInitializerFactory`, now raise exceptions if they
28+
detect they are running under zend-servicemanager v3, and prompt the developer
29+
to install zend-servicemanager-di.
30+
531
## 2.7.9 - 2016-06-11
632

733
### Added

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"php": "^5.5 || ^7.0",
1717
"zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
1818
"zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
19-
"zendframework/zend-servicemanager-di": "^1.0.1",
2019
"zendframework/zend-hydrator": "^1.1 || ^2.1",
2120
"zendframework/zend-form": "^2.7",
2221
"zendframework/zend-stdlib": "^2.7.5 || ^3.0",
@@ -42,7 +41,7 @@
4241
"zendframework/zend-validator": "^2.6",
4342
"zendframework/zend-version": "^2.5",
4443
"zendframework/zend-view": "^2.6.3",
45-
"fabpot/php-cs-fixer": "1.7.*",
44+
"friendsofphp/php-cs-fixer": "1.7.*",
4645
"phpunit/PHPUnit": "^4.5",
4746
"sebastian/version": "^1.0.4"
4847
},
@@ -59,6 +58,7 @@
5958
"zendframework/zend-log": "Zend\\Log component",
6059
"zendframework/zend-modulemanager": "Zend\\ModuleManager component",
6160
"zendframework/zend-serializer": "Zend\\Serializer component",
61+
"zendframework/zend-servicemanager-di": "^1.0.1, if using zend-servicemanager v3 and requiring the zend-di integration",
6262
"zendframework/zend-session": "Zend\\Session component for FlashMessenger, PRG, and FPRG plugins",
6363
"zendframework/zend-text": "Zend\\Text component",
6464
"zendframework/zend-uri": "Zend\\Uri component",

composer.lock

Lines changed: 103 additions & 154 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)