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

Commit 047f562

Browse files
committed
Updated to zend-expressive RC1
- Aliased dev-master -> 1.0-dev
1 parent d04e09a commit 047f562

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,26 @@
22

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

5-
## 0.1.2 - 2015-10-11
5+
## 0.2.0 - 2015-10-20
66

7-
Initial release.
7+
### Added
8+
9+
- Nothing.
10+
11+
### Deprecated
12+
13+
- Nothing.
14+
15+
### Removed
16+
17+
- Nothing.
18+
19+
### Fixed
20+
21+
- Update to zend-expressive RC1.
22+
- Added branch alias of dev-master to 1.0-dev.
23+
24+
## 0.1.2 - 2015-10-11
825

926
### Added
1027

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,15 @@
1111
"psr-7",
1212
"zf2"
1313
],
14+
"extra": {
15+
"branch-alias": {
16+
"dev-master": "1.0-dev"
17+
}
18+
},
1419
"require": {
1520
"php": ">=5.5",
1621
"container-interop/container-interop": "^1.1",
17-
"zendframework/zend-expressive": "^0.5",
22+
"zendframework/zend-expressive": "^1.0@rc",
1823
"zendframework/zend-filter": "^2.5",
1924
"zendframework/zend-i18n": "^2.5",
2025
"zendframework/zend-servicemanager": "^2.5",

0 commit comments

Comments
 (0)