Skip to content

Commit 89fc4e7

Browse files
committed
Merge branch 'feature/44' into develop
Close #44
2 parents 3207487 + c502d15 commit 89fc4e7

31 files changed

+1136
-831
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ All notable changes to this project will be documented in this file, in reverse
77
### Added
88

99
- [#45](https://github.com/zfcampus/zf-api-problem/pull/45) adds support for PHP 7.
10-
- [#45](https://github.com/zfcampus/zf-api-problem/pull/45) adds support for
10+
- [#44](https://github.com/zfcampus/zf-api-problem/pull/44) and
11+
[#45](https://github.com/zfcampus/zf-api-problem/pull/45) add support for
1112
version 3 components of Zend Framework.
1213
- [#39](https://github.com/zfcampus/zf-api-problem/pull/39) adds the constant
1314
`ApiProblem::CONTENT_TYPE` for specifying the Content-Type of API Problem
@@ -27,7 +28,8 @@ All notable changes to this project will be documented in this file, in reverse
2728

2829
### Fixed
2930

30-
- [#45](https://github.com/zfcampus/zf-api-problem/pull/45) ensures that
31+
- [#44](https://github.com/zfcampus/zf-api-problem/pull/44) and
32+
[#45](https://github.com/zfcampus/zf-api-problem/pull/45) ensure that
3133
definition and attachment of the listener aggregates defined in the module
3234
will work with both v2 and v3 versions of zend-eventmanager.
3335
- [#38](https://github.com/zfcampus/zf-api-problem/pull/38) fixes an issue

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,7 @@
4242
"autoload": {
4343
"psr-4": {
4444
"ZF\\ApiProblem\\": "src/"
45-
},
46-
"classmap": [
47-
"Module.php"
48-
]
45+
}
4946
},
5047
"autoload-dev": {
5148
"psr-4": {

0 commit comments

Comments
 (0)