Skip to content

Commit

Permalink
Merge pull request #387 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 ae4727c + 8941340 commit 9db1150
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 @@ -24,6 +24,8 @@ public function getConfig()
/**
* 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
* @return void
*/
Expand Down
2 changes: 2 additions & 0 deletions src/ValidatorProviderInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,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 9db1150

Please sign in to comment.