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

Commit

Permalink
Merge branch 'hotfix/provider-removal'
Browse files Browse the repository at this point in the history
Close #362
  • Loading branch information
weierophinney committed Aug 14, 2016
2 parents 1bde0e3 + bca2357 commit d26cef3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## 1.5.7 - TBD
## 1.5.7 - 2016-08-14

### Added

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

### Fixed

- Nothing.
- [#362](https://github.com/zfcampus/zf-apigility-admin/pull/362) adds an entry
to remove `ZF\Apigility\Provider` from the module list in the
`apigility-update-to-1.5` script. The package does not need to be listed as a
module, as Composer will autoload all interfaces it defines.

## 1.5.6 - 2016-08-14

Expand Down
1 change: 1 addition & 0 deletions bin/apigility-upgrade-to-1.5
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ $path = realpath(getcwd());
$composer = 'composer';
$modulesToRemove = [
'AssetManager',
'ZF\Apigility\Provider',
'ZF\DevelopmentMode',
];
$modulesToAdd = [
Expand Down

0 comments on commit d26cef3

Please # to comment.