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

Commit 8af3606

Browse files
committed
Merge branch 'hotfix/component-installer'
Close #100
2 parents 5770485 + 744984e commit 8af3606

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

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

5-
## 1.3.1 - TBD
5+
## 1.3.1 - 2016-07-12
66

77
### Added
88

9-
- Nothing.
9+
- [#100](https://github.com/zfcampus/zf-rest/pull/100) adds configuration to the
10+
`composer.json` to allow zend-component-installer to auto-inject the
11+
`ZF\Rest` module into application configuration during installation.
1012

1113
### Deprecated
1214

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
"branch-alias": {
2222
"dev-master": "1.3-dev",
2323
"dev-develop": "1.4-dev"
24+
},
25+
"zf": {
26+
"module": "ZF\\Rest"
2427
}
2528
},
2629
"require": {

0 commit comments

Comments
 (0)