Skip to content

Commit

Permalink
Merge pull request #23 from ajgarlag:deprecations
Browse files Browse the repository at this point in the history
Avoid extending a deprecated class
  • Loading branch information
ajgarlag authored Sep 30, 2024
2 parents 01a2e87 + 39697f7 commit 349931b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]

### Fixed
- Avoid extending a deprecated class

## [0.4.2] - 2024-01-22

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

use Symfony\Component\Config\FileLocator;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Extension\Extension;
use Symfony\Component\DependencyInjection\Loader;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;

/**
* @author Antonio J. García Lagar <[email protected]>
Expand Down

0 comments on commit 349931b

Please sign in to comment.