Skip to content

Commit

Permalink
Fix #10 Symfony deprecation for DependencyInjection
Browse files Browse the repository at this point in the history
  • Loading branch information
erkens committed Jun 17, 2024
1 parent 30feb14 commit d28655e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DependencyInjection/TwoFactorTextExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

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;

class TwoFactorTextExtension extends Extension implements PrependExtensionInterface
{
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
],
"require": {
"php": "^8.0",
"scheb/2fa-bundle": "^6.0 || ^7.0"
"scheb/2fa-bundle": "^7.3"
},
"require-dev": {
"symfony/http-client": "^5.3 || ^6.0 || ^7.0"
"symfony/http-client": "^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d28655e

Please sign in to comment.