Skip to content

Commit

Permalink
Fix Symfony 7.1 deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
endelwar committed Jun 21, 2024
1 parent 4918c29 commit 7507430
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
### Changed
- Resolve Symfony 7.1 deprecation

## 2.1.0 - 2023-11-20
### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/DependencyInjection/WeasyprintExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
use Symfony\Component\Config\Definition\Processor;
use Symfony\Component\Config\FileLocator;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Extension\Extension;
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;

class WeasyprintExtension extends Extension
{
Expand Down

0 comments on commit 7507430

Please sign in to comment.