Skip to content

Commit

Permalink
Merge pull request #54 from person-unko/add-symfony-7-support
Browse files Browse the repository at this point in the history
Add Symfony 7 support
  • Loading branch information
florianv committed Apr 11, 2024
2 parents fc61549 + 0458799 commit 3c3045b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Configuration implements ConfigurationInterface
/**
* {@inheritdoc}
*/
public function getConfigTreeBuilder()
public function getConfigTreeBuilder(): TreeBuilder
{
if (method_exists(TreeBuilder::class, 'getRootNode')) {
$treeBuilder = new TreeBuilder('florianv_swap');
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
},
"require": {
"php": "^7.1.3|^8.0",
"symfony/framework-bundle": "~3.0|~4.0|~5.0|~6.0",
"symfony/framework-bundle": "~3.0|~4.0|~5.0|~6.0|~7.0",
"florianv/swap": "^4.0"
},
"require-dev": {
"php-http/guzzle6-adapter": "^1.0",
"php-http/message": "^1.7",
"symfony/cache": "~3.0|~4.0|~5.0|~6.0",
"symfony/cache": "~3.0|~4.0|~5.0|~6.0|~7.0",
"phpunit/phpunit": "~5.7|~6.0|~7.0|~8.0|~9.0",
"nyholm/psr7": "^1.1"
},
Expand Down

0 comments on commit 3c3045b

Please sign in to comment.