Skip to content

Commit

Permalink
Merge pull request #1945 from stloyd/symfony-44-removal
Browse files Browse the repository at this point in the history
Remove BC layer for Symfony 4.4
  • Loading branch information
stloyd committed Aug 20, 2023
2 parents f676ef3 + 9ca65ea commit 208ce9c
Show file tree
Hide file tree
Showing 10 changed files with 115 additions and 617 deletions.

This file was deleted.

13 changes: 0 additions & 13 deletions src/DependencyInjection/HWIOAuthExtension.php
Expand Up @@ -9,19 +9,6 @@
* file that was distributed with this source code.
*/

namespace Symfony\Component\DependencyInjection\Loader\Configurator;

// BC symfony 4.4
class_exists(ContainerConfigurator::class);

if (!\function_exists(__NAMESPACE__.'\\service')) {
function service($class): ReferenceConfigurator
{
/* @phpstan-ignore-next-line function ref not found */
return ref($class);
}
}

namespace HWI\Bundle\OAuthBundle\DependencyInjection;

use HWI\Bundle\OAuthBundle\OAuth\ResourceOwnerInterface;
Expand Down
293 changes: 0 additions & 293 deletions src/DependencyInjection/Security/Factory/OAuthFactory.php

This file was deleted.

0 comments on commit 208ce9c

Please sign in to comment.