Skip to content

Commit

Permalink
bump symfony config version support
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-tebiev committed Dec 2, 2024
1 parent 48d3303 commit 1c457eb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pkg/async-command/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"require-dev": {
"phpunit/phpunit": "^9.5",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/config": "^5.4|^6.0",
"symfony/config": "^5.4|^6.0|^7.0",
"symfony/http-kernel": "^5.4|^6.0",
"symfony/filesystem": "^5.4|^6.0",
"symfony/yaml": "^5.4|^6.0",
Expand Down
2 changes: 1 addition & 1 deletion pkg/async-event-dispatcher/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require-dev": {
"phpunit/phpunit": "^9.5",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/config": "^5.4|^6.0",
"symfony/config": "^5.4|^6.0|^7.0",
"symfony/http-kernel": "^5.4|^6.0",
"symfony/filesystem": "^5.4|^6.0",
"symfony/yaml": "^5.4|^6.0",
Expand Down
4 changes: 2 additions & 2 deletions pkg/enqueue/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"phpunit/phpunit": "^9.5",
"symfony/console": "^5.41|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/config": "^5.4|^6.0",
"symfony/config": "^5.4|^6.0|^7.0",
"symfony/event-dispatcher": "^5.4|^6.0",
"symfony/http-kernel": "^5.4|^6.0",
"symfony/yaml": "^5.4|^6.0",
Expand All @@ -44,7 +44,7 @@
"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/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
2 changes: 1 addition & 1 deletion pkg/simple-client/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"enqueue/enqueue": "^0.10",
"queue-interop/amqp-interop": "^0.8.2",
"queue-interop/queue-interop": "^0.8",
"symfony/config": "^5.4|^6.0"
"symfony/config": "^5.4|^6.0|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down

0 comments on commit 1c457eb

Please sign in to comment.