Skip to content

Commit

Permalink
Allow Symfony 5 and 6
Browse files Browse the repository at this point in the history
  • Loading branch information
holtkamp authored Jul 31, 2023
1 parent 854813c commit b600357
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"php": ">=8.0",
"beberlei/assert": "^2.1 || ^3.0",
"bernard/normalt": "^1.0",
"symfony/event-dispatcher": "^3.0 || ^4.0"
"symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0 || ^6.0"
},
"require-dev": {
"doctrine/dbal": "^2.5",
Expand All @@ -25,7 +25,7 @@
"phpunit/phpunit": "^9.5",
"psr/container": "^1.0",
"psr/log": "^1.0",
"symfony/console": "^3.0 || ^4.0"
"symfony/console": "^3.0 || ^4.0 || ^5.0 || ^6.0"
},
"suggest": {
"doctrine/dbal": "Allow sending messages to simulated message queue in a database via doctrine dbal",
Expand Down

0 comments on commit b600357

Please sign in to comment.