Skip to content

Commit

Permalink
Merge pull request #385 from gsteel/v2/deprecate-module-manager
Browse files Browse the repository at this point in the history
Deprecate module manager support
  • Loading branch information
gsteel authored Aug 1, 2024
2 parents d00ffe3 + 8941340 commit 72487e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ public function getConfig(): array
/**
* Register a specification for the ValidatorManager with the ServiceListener.
*
* @deprecated ModuleManager support will be removed in version 3.0 of this component
*
* @param ModuleManager $moduleManager
*/
public function init($moduleManager): void
Expand Down
2 changes: 2 additions & 0 deletions src/ValidatorProviderInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
* For users of laminas-mvc/laminas-modulemanager v2, this poses no backwards-compatibility
* break as the method getValidatorConfig is still duck-typed within Laminas\Validator\Module
* when providing configuration to the ServiceListener.
*
* @deprecated This interface will be removed in version 3.0 without replacement
*/
interface ValidatorProviderInterface
{
Expand Down

0 comments on commit 72487e2

Please sign in to comment.