This repository was archived by the owner on Jan 21, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +43
-0
lines changed Expand file tree Collapse file tree 2 files changed +43
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file, in reverse chronological order by release.
4
4
5
+ ## 0.1.2 - 2015-10-11
6
+
7
+ Initial release.
8
+
9
+ ### Added
10
+
11
+ - Nothing.
12
+
13
+ ### Deprecated
14
+
15
+ - Nothing.
16
+
17
+ ### Removed
18
+
19
+ - Nothing.
20
+
21
+ ### Fixed
22
+
23
+ - [ #1 ] ( https://github.com/zendframework/zend-expressive-zendviewrenderer/pull/1 )
24
+ adds a dependency on zendframework/zend-i18n, as it's required for use of the
25
+ PhpRenderer.
26
+
27
+ ## 0.1.1 - 2015-10-10
28
+
29
+ Initial release.
30
+
31
+ ### Added
32
+
33
+ - Nothing.
34
+
35
+ ### Deprecated
36
+
37
+ - Nothing.
38
+
39
+ ### Removed
40
+
41
+ - Nothing.
42
+
43
+ ### Fixed
44
+
45
+ - Updated to zend-expressive ` ^0.5 `
46
+
5
47
## 0.1.0 - 2015-10-10
6
48
7
49
Initial release.
Original file line number Diff line number Diff line change 16
16
"container-interop/container-interop" : " ^1.1" ,
17
17
"zendframework/zend-expressive" : " ^0.5" ,
18
18
"zendframework/zend-filter" : " ^2.5" ,
19
+ "zendframework/zend-i18n" : " ^2.5" ,
19
20
"zendframework/zend-servicemanager" : " ^2.5" ,
20
21
"zendframework/zend-view" : " ^2.5"
21
22
},
You can’t perform that action at this time.
0 commit comments