Skip to content

Commit

Permalink
Merge pull request #1 from gabrielius914/feature/symfony-v7-support
Browse files Browse the repository at this point in the history
Symfony V7 support
  • Loading branch information
gabrielius914 authored Jul 23, 2024
2 parents 4b3c6e9 + c837de8 commit 86dac6d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Symfony/Client/DependencyInjection/ClientFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public static function getConfiguration(bool $debug, string $name = 'client'): N
->info('The array contains driver specific options')
->ignoreExtraKeys(false)
->end()
->end()->end()
->end()
;

return $builder;
Expand Down
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"symfony/console": "^5.41|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/config": "^5.4|^6.0",
"symfony/event-dispatcher": "^5.4|^6.0",
"symfony/http-kernel": "^5.4|^6.0",
"symfony/yaml": "^5.4|^6.0",
"symfony/console": "^5.41|^6.0|^7.0",
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
"symfony/config": "^5.4|^6.0|^7.0",
"symfony/event-dispatcher": "^5.4|^6.0|^7.0",
"symfony/http-kernel": "^5.4|^6.0|^7.0",
"symfony/yaml": "^5.4|^6.0|^7.0",
"enqueue/amqp-ext": "0.10.x-dev",
"enqueue/amqp-lib": "0.10.x-dev",
"enqueue/amqp-bunny": "0.10.x-dev",
Expand All @@ -42,9 +42,9 @@
"enqueue/dsn": "0.10.x-dev"
},
"suggest": {
"symfony/console": "^5.4|^6.0 If you want to use cli commands",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/config": "^5.4|^6.0",
"symfony/console": "^5.4|^6.0|^7.0 If you want to use cli commands",
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
"symfony/config": "^5.4|^6.0|^7.0",
"enqueue/amqp-ext": "AMQP transport (based on php extension)",
"enqueue/stomp": "STOMP transport",
"enqueue/fs": "Filesystem transport",
Expand Down

0 comments on commit 86dac6d

Please sign in to comment.