Commit c1c96dd
committed
bug #258 Fix Symfony 8.1 DependencyInjection deprecation warning (30Sana)
This PR was squashed before being merged into the 2.x branch.
Discussion
----------
Fix Symfony 8.1 DependencyInjection deprecation warning
| Q | A |
| ------------- | --------- |
| Bug fix? | no |
| New feature? | no |
| Deprecations? | no |
| Issues | Fix #257 |
| License | MIT |
Fix Symfony 8.1 DependencyInjection deprecation warning
Replaces the deprecated `Symfony\Component\HttpKernel\DependencyInjection\Extension` with `Symfony\Component\DependencyInjection\Extension\Extension` as required since Symfony 8.1.
Commits
-------
2bee63b Fix Symfony 8.1 DependencyInjection deprecation warning1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments