Skip to content

Commit

Permalink
support Symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Andde Zudaire authored and Andde Zudaire committed Sep 26, 2024
1 parent d86ae49 commit a2375ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Configuration implements ConfigurationInterface
/**
* {@inheritdoc}
*/
public function getConfigTreeBuilder()
public function getConfigTreeBuilder(): TreeBuilder
{
$treeBuilder = new TreeBuilder('waaz_opengraph');
$rootNode = $treeBuilder->getRootNode();
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Installation

```
composer require waaz/opengraph-bundle:dev-main
composer require waaz/opengraph-bundle
```

Expand Down

0 comments on commit a2375ad

Please sign in to comment.