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

Commit

Permalink
Merge branch 'release/2.8.3' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra committed Oct 18, 2019
2 parents 89a7698 + e213c71 commit 6408ae0
Show file tree
Hide file tree
Showing 37 changed files with 393 additions and 367 deletions.
28 changes: 24 additions & 4 deletions CHANGELOG.md
Expand Up @@ -25,7 +25,7 @@ All notable changes to this project will be documented in this file, in reverse

- Nothing.

## 2.8.2 - 2017-12-02
## 2.8.3 - 2019-10-18

### Added

Expand All @@ -45,14 +45,34 @@ All notable changes to this project will be documented in this file, in reverse

### Fixed

- [#74](https://github.com/zendframework/zend-modulemanager/pull/74) fixes
exception message in ConfigListener

- [#88](https://github.com/zendframework/zend-modulemanager/pull/88) fixes
how cache files are created. Temporary file is created first and when
completed it is renamed to target file. It prevents from loading uncompleted
files.

## 2.8.2 - 2017-12-02

### Added

- Nothing.

### Changed

- Nothing.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- [#74](https://github.com/zendframework/zend-modulemanager/pull/74) fixes
exception message in ConfigListener

## 2.8.1 - 2017-11-01

### Added
Expand Down
9 changes: 4 additions & 5 deletions composer.json
Expand Up @@ -27,7 +27,7 @@
"zendframework/zend-loader": "^2.5",
"zendframework/zend-mvc": "^3.0 || ^2.7",
"zendframework/zend-servicemanager": "^3.0.3 || ^2.7.5",
"phpunit/phpunit": "^6.5.2",
"phpunit/phpunit": "^7.5.16",
"zendframework/zend-coding-standard": "~1.0.0"
},
"suggest": {
Expand Down Expand Up @@ -57,8 +57,8 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.8-dev",
"dev-develop": "3.0-dev"
"dev-master": "2.8.x-dev",
"dev-develop": "2.9.x-dev"
}
},
"scripts": {
Expand All @@ -70,6 +70,5 @@
"cs-fix": "phpcbf",
"test": "phpunit --colors=always",
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
},
"homepage": "https://github.com/zendframework/zend-modulemanager"
}
}

0 comments on commit 6408ae0

Please sign in to comment.