You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 24, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+29-29
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ All notable changes to this project will be documented in this file, in reverse
28
28
29
29
### Added
30
30
31
-
-[#24](https://github.com/zendframework/zend-mvc-console/pull/24) adds support for PHP 7.1 and 7.2.
31
+
-[zendframework/zend-mvc-console#24](https://github.com/zendframework/zend-mvc-console/pull/24) adds support for PHP 7.1 and 7.2.
32
32
33
33
### Changed
34
34
@@ -40,11 +40,11 @@ All notable changes to this project will be documented in this file, in reverse
40
40
41
41
### Removed
42
42
43
-
-[#24](https://github.com/zendframework/zend-mvc-console/pull/24) removes support for HHVM.
43
+
-[zendframework/zend-mvc-console#24](https://github.com/zendframework/zend-mvc-console/pull/24) removes support for HHVM.
44
44
45
45
### Fixed
46
46
47
-
-[#21](https://github.com/zendframework/zend-mvc-console/pull/21) adds a missing import statement for `Zend\Router\RouteMatch` to the
47
+
-[zendframework/zend-mvc-console#21](https://github.com/zendframework/zend-mvc-console/pull/21) adds a missing import statement for `Laminas\Router\RouteMatch` to the
48
48
`ConsoleViewHelperManagerDelegatorFactory` class.
49
49
50
50
## 1.1.11 - 2016-08-29
@@ -63,12 +63,12 @@ All notable changes to this project will be documented in this file, in reverse
63
63
64
64
### Fixed
65
65
66
-
-[#11](https://github.com/zendframework/zend-mvc-console/pull/11) ups the
67
-
minimum supported zend-mvc version to 3.0.3, to ensure that the
66
+
-[zendframework/zend-mvc-console#11](https://github.com/zendframework/zend-mvc-console/pull/11) ups the
67
+
minimum supported laminas-mvc version to 3.0.3, to ensure that the
68
68
`SendResponseListenerFactory` is present, fixing an issue with console output.
0 commit comments