Skip to content

Commit

Permalink
bug #117 fix deprecation for di Extension (nexxome)
Browse files Browse the repository at this point in the history
This PR was merged into the 3.0-dev branch.

Discussion
----------

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | yes
| Fixed tickets |  <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
| License       | MIT

<!--
- Please fill in this template according to the PR you're about to submit.
  Provide additional information in your description, not the questioner table.
- Replace this comment by a description of what your PR is solving.
-->


Commits
-------

39bb435 fix deprecation for di Extension
  • Loading branch information
sstok authored Jul 22, 2024
2 parents f8e4952 + 39bb435 commit 12da0d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
use Rollerworks\Component\PasswordStrength\Validator\Constraints\PasswordStrength;
use Symfony\Component\Config\FileLocator;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Extension\Extension;
use Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface;
use Symfony\Component\DependencyInjection\Loader;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;

final class RollerworksPasswordStrengthExtension extends Extension implements PrependExtensionInterface
{
Expand Down

0 comments on commit 12da0d3

Please sign in to comment.