From 1ddef2502bf7e98625d6eeed5e668f485da6b920 Mon Sep 17 00:00:00 2001 From: George Steel Date: Wed, 12 Jan 2022 14:41:39 +0000 Subject: [PATCH] Updates lock file for 2.x and kills the changelog Signed-off-by: George Steel --- CHANGELOG.md | 983 -------------------------------------------------- composer.lock | 12 +- 2 files changed, 6 insertions(+), 989 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index d4292b2fa..000000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,983 +0,0 @@ -# Changelog - -All notable changes to this project will be documented in this file, in reverse chronological order by release. - -## 2.19.1 - TBD - -### Added - -- Nothing. - -### Changed - -- Nothing. - -### Deprecated - -- Nothing. - -### Removed - -- Nothing. - -### Fixed - -- Nothing. - -## 2.18.1 - TBD - -### Added - -- Nothing. - -### Changed - -- Nothing. - -### Deprecated - -- Nothing. - -### Removed - -- Nothing. - -### Fixed - -- Nothing. - -## 2.17.1 - TBD - -### Added - -- Nothing. - -### Changed - -- Nothing. - -### Deprecated - -- Nothing. - -### Removed - -- Nothing. - -### Fixed - -- Nothing. - -## 2.16.1 - TBD - -### Added - -- Nothing. - -### Changed - -- Nothing. - -### Deprecated - -- Nothing. - -### Removed - -- Nothing. - -### Fixed - -- Nothing. - -## 2.15.1 - TBD - -### Added - -- Nothing. - -### Changed - -- Nothing. - -### Deprecated - -- Nothing. - -### Removed - -- Nothing. - -### Fixed - -- Nothing. - -## 2.14.3 - TBD - -### Added - -- Nothing. - -### Changed - -- Nothing. - -### Deprecated - -- Nothing. - -### Removed - -- Nothing. - -### Fixed - -- Nothing. - -## 2.14.2 - 2021-11-17 - - ------ - -### Release Notes for [2.14.2](https://github.com/laminas/laminas-view/milestone/13) - -2.14.x bugfix release (patch) - -### 2.14.2 - -- Total issues resolved: **0** -- Total pull requests resolved: **2** -- Total contributors: **2** - -#### Bug,Documentation - - - [92: Updates markdownlint comments for code blocks in tabs](https://github.com/laminas/laminas-view/pull/92) thanks to @froschdesign - -#### Bug,hacktoberfest-accepted - - - [90: Null values in html attribute lists trigger unexpected exceptions](https://github.com/laminas/laminas-view/pull/90) thanks to @gsteel - -## 2.14.1 - 2021-10-13 - - ------ - -### Release Notes for [2.14.1](https://github.com/laminas/laminas-view/milestone/11) - -2.14.x bugfix release (patch) - -### 2.14.1 - -- Total issues resolved: **0** -- Total pull requests resolved: **1** -- Total contributors: **1** - -#### Bug - - - [87: Fixed segfault in `htmlAttributes` helper used in `AbstractHtmlElement`, due to incorrect helper name reference](https://github.com/laminas/laminas-view/pull/87) thanks to @gsteel - -## 2.13.1 - 2021-10-12 - - ------ - -### Release Notes for [2.13.1](https://github.com/laminas/laminas-view/milestone/8) - -### Fixed - -- This release fixes a BC break introduced in 2.13.0 whereby the package was marked as conflicting with zend-router, instead of zend-view. It now correctly conflicts with zend-view releases as a mechanism for replacing zend-view. - -### 2.13.1 - -- Total issues resolved: **0** -- Total pull requests resolved: **1** -- Total contributors: **1** - -#### BC Break,Bug - - - [84: Conflict with zend-view, not zend-router](https://github.com/laminas/laminas-view/pull/84) thanks to @weierophinney - -## 2.12.2 - TBD - -### Added - -- Nothing. - -### Changed - -- Nothing. - -### Deprecated - -- Nothing. - -### Removed - -- Nothing. - -### Fixed - -- Nothing. - -## 2.12.1 - 2021-10-12 - - ------ - -### Release Notes for [2.12.1](https://github.com/laminas/laminas-view/milestone/6) - - - -### 2.12.1 - -- Total issues resolved: **1** -- Total pull requests resolved: **7** -- Total contributors: **3** - -#### Bug,Documentation - - - [78: Fix Markdown Formatting for CI Round 2](https://github.com/laminas/laminas-view/pull/78) thanks to @gsteel and @Ocramius - - - [74: Correctly attach Json Strategy.](https://github.com/laminas/laminas-view/pull/74) thanks to @nafetsrybak - -#### Bug - - - [70: Update Composer lock file and fix test failures](https://github.com/laminas/laminas-view/pull/70) thanks to @gsteel - - [66: Missing dev dependencies causing tests to fail](https://github.com/laminas/laminas-view/pull/66) thanks to @gsteel - -#### Bug,Enhancement - - - [69: Fix CI pipeline according to newer test dependency requirements](https://github.com/laminas/laminas-view/pull/69) thanks to @Ocramius - -#### Enhancement - - - [67: Switch to GHA CI Setup](https://github.com/laminas/laminas-view/pull/67) thanks to @gsteel - - [64: Fix tests without assertions](https://github.com/laminas/laminas-view/pull/64) thanks to @gsteel - -## 2.12.0 - 2021-01-01 - -### Added - -- [#59](https://github.com/laminas/laminas-view/pull/59) Adds a `Doctype` factory which applies configuration provided via the `view_helper_config` config key in **non Laminas MVC projects**. - -- [#58](https://github.com/laminas/laminas-view/pull/58) Adds PHP 8.0 support - - ------ - -### Release Notes for [2.12.0](https://github.com/laminas/laminas-view/milestone/3) - -next feature release (minor) - -### 2.12.0 - -- Total issues resolved: **1** -- Total pull requests resolved: **2** -- Total contributors: **2** - -#### Enhancement,hacktoberfest-accepted - - - [59: Doctype ViewHelper Factory](https://github.com/laminas/laminas-view/pull/59) thanks to @rieschl - - [58: PHP 8.0 support](https://github.com/laminas/laminas-view/pull/58) thanks to @hummer2k - -## 2.11.5 - 2020-12-15 - -### Release Notes for [2.11.5](https://github.com/laminas/laminas-view/milestone/2) - -bugfix release (mini) - -### 2.11.5 - -- Total issues resolved: **0** -- Total pull requests resolved: **2** -- Total contributors: **2** - -#### Bug - -- [53: Omitting Script attribute if none or default](https://github.com/laminas/laminas-view/pull/53) thanks to @DennisDobslaf - -#### Enhancement - -- [52: Fixes #5 : added ArrayAccess to ViewModel __construct $variables parameter](https://github.com/laminas/laminas-view/pull/52) thanks to @samsonasik - -## 2.11.4 - 2019-12-04 - -### Added - -- Nothing. - -### Changed - -- Nothing. - -### Deprecated - -- Nothing. - -### Removed - -- Nothing. - -### Fixed - -- [zendframework/zend-view#203](https://github.com/zendframework/zend-view/pull/203) fixes PHP 7.4 compatibility. - -## 2.11.3 - 2019-10-11 - -### Added - -- Nothing. - -### Changed - -- Nothing. - -### Deprecated - -- Nothing. - -### Removed - -- Nothing. - -### Fixed - -- [zendframework/zend-view#192](https://github.com/zendframework/zend-view/pull/192) changes - curly braces in array and string offset access to square brackets - in order to prevent issues under the upcoming PHP 7.4 release. - -- [zendframework/zend-view#195](https://github.com/zendframework/zend-view/pull/195) fixes PHP 7.4 compatibility. - -## 2.11.2 - 2019-02-19 - -### Added - -- Nothing. - -### Changed - -- [zendframework/zend-view#180](https://github.com/zendframework/zend-view/pull/180) alters the behavior of the `HeadMeta` helper to honor the value of the - `autoEscape` flag when rendering values. Previously, it would ignore the - setting and always escape the values. - -### Deprecated - -- Nothing. - -### Removed - -- Nothing. - -### Fixed - -- Nothing. - -## 2.11.1 - 2018-12-10 - -### Added - -- [zendframework/zend-view#179](https://github.com/zendframework/zend-view/pull/179) adds `^3.0` to the zendframework/zend-json constraints, allowing v3 - releases to be used with zend-view. - -### Changed - -- Nothing. - -### Deprecated - -- Nothing. - -### Removed - -- Nothing. - -### Fixed - -- Nothing. - -## 2.11.0 - 2018-12-06 - -### Added - -- [zendframework/zend-view#168](https://github.com/zendframework/zend-view/pull/168) adds two new methods to `Laminas\View\Helper\Placeholder` (and thus any - helper extending it): - - - `deleteContainer(string $name)` can be used to delete a placeholder container. - - `clearContainers()` can be used to clear all placeholder containers. - - These new features are particularly useful when in long-running server - environments, such as Swoole, where you may need to clear the contents on each - request. - -### Changed - -- [zendframework/zend-view#155](https://github.com/zendframework/zend-view/pull/155) modifies the `Laminas\View\Helper\Service\IdentifyFactory` such that it will - now also look for the service `Laminas\Authentication\AuthenticationServiceInterface` - if the service `Laminas\Authentication\AuthenticationService` is not found. This - allows using a service named after the interface instead of the - implementation if desired. - -- [zendframework/zend-view#158](https://github.com/zendframework/zend-view/pull/158) modifies how a `ViewModel` (and all extensions) is cloned; the `$variables` - property, if it is an object, is now cloned as well to ensure changes in the - new instance do not affect the current one. - -- [zendframework/zend-view#153](https://github.com/zendframework/zend-view/pull/153) updates the `ConsoleModel::setErrorLevel()` method to implement a fluent - interface. - -### Deprecated - -- Nothing. - -### Removed - -- [zendframework/zend-view#147](https://github.com/zendframework/zend-view/pull/147) removes the property `$regKey` from a number of helpers; these were a - remnant of Laminas1, and have not been used internally since the initial 2.0.0 - release. - -### Fixed - -- [zendframework/zend-view#164](https://github.com/zendframework/zend-view/pull/164) fixes the various `Head*` view helpers such that they will now properly - escape attributes as HTML attributes (instead of as HTML content). - -## 2.10.1 - 2018-12-06 - -### Added - -- [zendframework/zend-view#173](https://github.com/zendframework/zend-view/pull/173) adds support for PHP 7.3. - -### Changed - -- Nothing. - -### Deprecated - -- Nothing. - -### Removed - -- Nothing. - -### Fixed - -- [zendframework/zend-view#170](https://github.com/zendframework/zend-view/pull/170) ensures that variables referenced in `compact()` operations are properly - initialized, fixing an error that occures in PHP 7.3. - -- [zendframework/zend-view#169](https://github.com/zendframework/zend-view/pull/169) adds zendframework/zend-json as a required dependency, as it is referenced - in multiple locations within the package. - -- [zendframework/zend-view#156](https://github.com/zendframework/zend-view/pull/156) adds missing `@method` annotations to the `HeadMeta` helper. - -## 2.10.0 - 2018-01-17 - -### Added - -- [zendframework/zend-view#135](https://github.com/zendframework/zend-view/pull/135) adds support - for PHP 7.2. - -- [zendframework/zend-view#138](https://github.com/zendframework/zend-view/pull/138) adds support for - the HTML5 "as" attribute to the `HeadLink` helper. This can be used to help - prioritize resource loading. - -- [zendframework/zend-view#139](https://github.com/zendframework/zend-view/pull/139) adds two new - methods to the `Laminas\View\Helper\Gravatar` class: `setAttributes()` and - `getAttributes()`. - -### Changed - -- [zendframework/zend-view#133](https://github.com/zendframework/zend-view/pull/133) modifies the - behavior the `placeholder()` helper to no longer render a prefix or postfix if - no items are available in the container. - -### Deprecated - -- [zendframework/zend-view#139](https://github.com/zendframework/zend-view/pull/139) deprecates the - `Laminas\View\Helper\Gravatar` methods `setAttribs()` and `getAttribs()` in favor - of the new methods `setAttributes()` and `getAttributes()`, respectively. - -### Removed - -- [zendframework/zend-view#135](https://github.com/zendframework/zend-view/pull/135) removes support - for HHVM. - -### Fixed - -- Nothing. - -## 2.9.1 - 2018-01-17 - -### Added - -- [zendframework/zend-view#136](https://github.com/zendframework/zend-view/pull/136) updates the - `Navigation` helper class to document the various proxy methods it allows via - method overloading via `@method` annotations. - -### Deprecated - -- Nothing. - -### Removed - -- Nothing. - -### Fixed - -- [zendframework/zend-view#123](https://github.com/zendframework/zend-view/pull/123) updates the - `HelperPluginManager` such that it no longer injects a translator in a helper - if one is already present. - -- [zendframework/zend-view#125](https://github.com/zendframework/zend-view/pull/125) provides an update - to the `PhpRenderer:render()` method such that it will now catch not only - `Exception` instances, but also PHP 7 `Throwable` instances, and properly - cleanup the output buffers when it does. - -- [zendframework/zend-view#121](https://github.com/zendframework/zend-view/pull/121) provides a fix to - ensure that content generated on a previous execution of `PhpRenderer::render()` - is never re-used. - -## 2.9.0 - 2017-03-21 - -### Added - -- [zendframework/zend-view#89](https://github.com/zendframework/zend-view/pull/89) updates the - `HeadScript` and `InlineScript` view helpers to whitelist the `id` attribute - as an optional attribute. - -- [zendframework/zend-view#96](https://github.com/zendframework/zend-view/pull/96) updates the - `HeadScript`, `HeadLink`, and `InlineScript` view helpers to whitelist the - `crossorigin` and `integrity` attributes as optional attributes. - -- [zendframework/zend-view#64](https://github.com/zendframework/zend-view/pull/64) adds a new `Asset` - view helper. This helper uses the following configuration to map a named asset - to the actual file to serve: - - ```php - 'view_helper_config' => [ - 'asset' => [ - 'resource_map' => [ - 'css/style.css' => 'css/style-3a97ff4ee3.css', - 'js/vendor.js' => 'js/vendor-a507086eba.js', - ], - ], - ], - ``` - - This can also be automated via tools such as gulp-rev and grunt-rev by using - the `rev-manifest.json` each creates directly within your configuration: - - ```php - 'view_helper_config' => [ - 'asset' => [ - 'resource_map' => json_decode(file_get_contents('path/to/rev-manifest.json'), true), - ], - ], - ``` - - The benefit of this approach is that it allows your view scripts to reference - a static asset name, while integrating with your JS and CSS build tools. - -### Deprecated - -- Nothing. - -### Removed - -- [zendframework/zend-view#114](https://github.com/zendframework/zend-view/pull/114) removes support - for PHP 5.5. - -### Fixed - -- [zendframework/zend-view#110](https://github.com/zendframework/zend-view/pull/110) provides a fix - for the navigation helpers to ensure that usage of either the `default` or - `navigation` containers (documentation specified `default`, but usage only - allowed `navigation` previously). When `default` is specified, the - `Laminas\Navigation\Navigation` service will be used for the container; if - `navigation` is used, that service will be pulled instead (which is usually an - alias for the `Laminas\Navigation\Navigation` service anyways). - -## 2.8.2 - 2017-03-20 - -### Added - -- Nothing. - -### Deprecated - -- Nothing. - -### Removed - -- Nothing. - -### Fixed - -- [zendframework/zend-view#92](https://github.com/zendframework/zend-view/pull/92) fixes the docblocks - and exception messages in the breadcrumbs and menu navigation helpers to - remove references to 'module' keys for the `$partial` argument, as that key - is no longer used. -- [zendframework/zend-view#98](https://github.com/zendframework/zend-view/pull/98) fixes how the - `HeadMeta` helper renders the `` tag, ensuring it is the first - rendered. As long as the `HeadMeta` helper is called early in your markup, this - should ensure it is within the first 1024 characters, ensuring your document - validates. -- [zendframework/zend-view#104](https://github.com/zendframework/zend-view/pull/104) fixes the - `@method` annotation for the `Placeholder` view helper to use the correct case, - fixing issues with method completion in IDEs. -- [zendframework/zend-view#112](https://github.com/zendframework/zend-view/pull/112) fixes an issue in - the `PhpRendererStrategy` whereby absence of a response instance in the - `ViewEvent` would lead to a fatal error. - -## 2.8.1 - 2016-06-30 - -### Added - -- Nothing. - -### Deprecated - -- Nothing. - -### Removed - -- Nothing. - -### Fixed - -- [zendframework/zend-view#78](https://github.com/zendframework/zend-view/pull/78) and - [zendframework/zend-view#79](https://github.com/zendframework/zend-view/pull/79) ensure that all - helpers work with both version 2 and version 3 of laminas-mvc. - -## 2.8.0 - 2016-06-21 - -### Added - -- [zendframework/zend-view#67](https://github.com/zendframework/zend-view/pull/67) adds a script, - `templatemap_generator.php`, which is available in - `vendor/bin/templatemap_generator.php` once installed. This script replaces - the original present in the laminas/laminas package, and - simplifies it for the most common use case. Usage is: - - ```bash - $ cd module/ModuleName/config - $ ../../../vendor/bin/templatemap_generator.php ../view > template_map.config.php - ``` - - You can also provide a list of files via globbing or usage of `find` after the - initial directory argument; if provided that list of files will be used to - generate the map. (The directory argument is then used to strip the path - information when generating the template name.) - -### Deprecated - -- Nothing. - -### Removed - -- Nothing. - -### Fixed - -- Nothing. - -## 2.7.0 - 2016-05-12 - -### Added - -- [zendframework/zend-view#1](https://github.com/zendframework/zend-view/pull/1) adds a new `loop()` - method to the `partialLoop()` helper, allowing the ability to chain setters - with rendering: - `$this->partialLoop()->setObjectKey('foo')->loop('partial', $data)` -- [zendframework/zend-view#60](https://github.com/zendframework/zend-view/pull/60) adds the ability to - register and consume arbitrary callables as view helpers within the - `HelperPluginManager`. - -### Deprecated - -- Nothing. - -### Removed - -- Nothing. - -### Fixed - -- Nothing. - -## 2.6.8 - 2016-05-12 - -### Added - -- [zendframework/zend-view#22](https://github.com/zendframework/zend-view/pull/22) adds support for the - `async` attribute within the `headScript` helper. -- [zendframework/zend-view#59](https://github.com/zendframework/zend-view/pull/59) adds and publishes - the documentation to https://docs.laminas.dev/laminas-view/ - -### Deprecated - -- Nothing. - -### Removed - -- Nothing. - -### Fixed - -- [zendframework/zend-view#21](https://github.com/zendframework/zend-view/pull/21) updates the - `headScript` helper to allow empty attribute types to render as keys only when - using an HTML5 doctype. - -## 2.6.7 - 2016-04-18 - -### Added - -- Nothing. - -### Deprecated - -- Nothing. - -### Removed - -- Nothing. - -### Fixed - -- [zendframework/zend-view#58](https://github.com/zendframework/zend-view/pull/58) updates the `url()` - helper so that it can work with either the laminas-mvc v2 router subcomponent or - laminas-router. - -## 2.6.6 - 2016-04-18 - -### Added - -- [zendframework/zend-view#57](https://github.com/zendframework/zend-view/pull/57) adds - `Laminas\View\Helper\TranslatorAwareTrait`, which provides implementation for - `Laminas\I18n\Translator\TranslatorAwareInterface`, and allowed removal of - duplicated implementations in several helpers. - -### Deprecated - -- Nothing. - -### Removed - -- Nothing. - -### Fixed - -- [zendframework/zend-view#57](https://github.com/zendframework/zend-view/pull/57) removes the explicit - dependency on `Laminas\I18n\Translator\TranslatorAwareInterface` by allowing - helpers to duck type the interface to receive a translator during - instantiation; this allows such helpers to work even when laminas-i18n is not - installed. The following helpers were updated to duck type the interface - instead of implement it explicitly: - - `FlashMessenger` - - `HeadTitle` - - all `Navigation` helpers - -## 2.6.5 - 2016-03-21 - -### Added - -- Nothing. - -### Deprecated - -- Nothing. - -### Removed - -- Nothing. - -### Fixed - -- [zendframework/zend-view#55](https://github.com/zendframework/zend-view/pull/55) fixes a circular - dependency issue in the navigation helpers with regards to event manager - resolution. - -## 2.6.4 - 2016-03-02 - -### Added - -- Nothing. - -### Deprecated - -- Nothing. - -### Removed - -- Nothing. - -### Fixed - -- [zendframework/zend-view#52](https://github.com/zendframework/zend-view/pull/52) fixes several issues - detected after re-enabling tests skipped when executed against - laminas-servicemanager/laminas-eventmanager v3: - - `HelperPluginManager` now implements an `EventManagerAware` initializer. - - `Laminas\View\Helper\Navigation\AbstractHelper` now contains logic to ensure - that when an `EventManager` instance is lazy-loaded, it composes a - `SharedEventManager`. - - The `FlashMessenger` factory now correctly pulls the `config` service, not - the `Config` service (former is both backwards- and forwards compatible). - -## 2.6.3 - 2016-02-22 - -### Added - -- Nothing. - -### Deprecated - -- Nothing. - -### Removed - -- Nothing. - -### Fixed - -- [zendframework/zend-view#50](https://github.com/zendframework/zend-view/pull/50) fixes - the initializer defined and registered in - `Navigation\PluginManager::__construct()` to ensure it properly pulls and - injects the application container into navigation helpers, under both - laminas-servicemanager v2 and v3. Additionally, when lazy-instantiating the - `Navigation\PluginManager`, the `Navigation` helper now passes the composed - service manager instance to its constructor. - -## 2.6.2 - 2016-02-18 - -### Added - -- Nothing. - -### Deprecated - -- Nothing. - -### Removed - -- Nothing. - -### Fixed - -- [zendframework/zend-view#47](https://github.com/zendframework/zend-view/pull/47) fixes - `Navigation\PluginManager` to ensure it is backwards compatible - with laminas-servicemanager v2, including: - - fixing the constructor to be BC with v2 and forwards-compatible with v3. - - adding additional, normalized alias/factory pairs. -- [zendframework/zend-view#47](https://github.com/zendframework/zend-view/pull/47) fixes - the behavior of `HelperPluginManager::injectTranslator()` to return - early if no container is provided (fixing an issue with navigation - helpers introduced in 2.6.0). - -## 2.6.1 - 2016-02-18 - -### Added - -- Nothing. - -### Deprecated - -- Nothing. - -### Removed - -- Nothing. - -### Fixed - -- [zendframework/zend-view#44](https://github.com/zendframework/zend-view/pull/44) fixes the - constructor of `HelperPluginManager` to ensure it is backwards compatible - with laminas-servicemanager v2. - -## 2.6.0 - 2016-02-17 - -### Added - -- [zendframework/zend-view#8](https://github.com/zendframework/zend-view/pull/8) adds a new method to - each of the `Breadcrumbs` and `Menu` navigation helpers, - `renderPartialWithParams(array $params = [], $container = null, $partial = null)`. - This method allows passing parameters to the navigation partial to render, - just as you would when using the `partial()` view helper. - -### Deprecated - -- Nothing. - -### Removed - -- Nothing. - -### Fixed - -- [zendframework/zend-view#15](https://github.com/zendframework/zend-view/pull/15), - [zendframework/zend-view#17](https://github.com/zendframework/zend-view/pull/17), - [zendframework/zend-view#35](https://github.com/zendframework/zend-view/pull/35), and - [zendframework/zend-view#42](https://github.com/zendframework/zend-view/pull/42) update the component - to be forwards-compatible with the v3 releases of laminas-eventmanager, - laminas-servicemanager, and laminas-stdlib. The changes include: - - changes to how events are triggered to ensure they continue working correctly. - - updates to the plugin manager to be forwards-compatible. - - updates to helper factories to be forwards-compatible. - -## 2.5.3 - 2016-01-19 - -### Added - -- [zendframework/zend-view#5](https://github.com/zendframework/zend-view/pull/5) adds support for the - `itemprop` attribute in the `headLink()` view helper. - -### Deprecated - -- Nothing. - -### Removed - -- Nothing. - -### Fixed - -- [zendframework/zend-view#25](https://github.com/zendframework/zend-view/pull/25) updates - `PhpRenderer::render()` to no longer lazy-instantiate a `FilterChain`; - content filtering is now only done if a `FitlerChain` is already - injected in the renderer. - -## 2.5.2 - 2015-06-16 - -### Added - -- Nothing. - -### Deprecated - -- Nothing. - -### Removed - -- Nothing. - -### Fixed - -- [zendframework/zend-view#4](https://github.com/zendframework/zend-view/pull/4) fixes an issue with - how the `ServerUrl` detects and emits the port when port-forwarding is in - effect. - -## 2.4.3 - 2015-06-16 - -### Added - -- Nothing. - -### Deprecated - -- Nothing. - -### Removed - -- Nothing. - -### Fixed - -- [zendframework/zend-view#4](https://github.com/zendframework/zend-view/pull/4) fixes an issue with - how the `ServerUrl` detects and emits the port when port-forwarding is in - effect. diff --git a/composer.lock b/composer.lock index 90de23f62..bad80597e 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "a003c15d0428178d28dd954a18766ec9", + "content-hash": "3052afdac31561cdc43064a657f79b64", "packages": [ { "name": "laminas/laminas-eventmanager", @@ -2073,16 +2073,16 @@ }, { "name": "laminas/laminas-paginator", - "version": "2.12.1", + "version": "2.12.2", "source": { "type": "git", "url": "https://github.com/laminas/laminas-paginator.git", - "reference": "fe51fdf2c938f7f8299e67c6f19628d890ef6868" + "reference": "e2e5a17e2b6ca750e4a75b8f34763c63cc6bf8fa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-paginator/zipball/fe51fdf2c938f7f8299e67c6f19628d890ef6868", - "reference": "fe51fdf2c938f7f8299e67c6f19628d890ef6868", + "url": "https://api.github.com/repos/laminas/laminas-paginator/zipball/e2e5a17e2b6ca750e4a75b8f34763c63cc6bf8fa", + "reference": "e2e5a17e2b6ca750e4a75b8f34763c63cc6bf8fa", "shasum": "" }, "require": { @@ -2148,7 +2148,7 @@ "type": "community_bridge" } ], - "time": "2021-12-17T16:45:14+00:00" + "time": "2022-01-11T18:09:02+00:00" }, { "name": "laminas/laminas-permissions-acl",