Skip to content

Commit

Permalink
[6.4] Allow 7.0 deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed May 23, 2023
1 parent 7c4c620 commit e3d250a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
],
"require": {
"php": ">=8.1",
"symfony/http-client": "^5.4|^6.0",
"symfony/notifier": "^6.3"
"symfony/http-client": "^5.4|^6.0|^7.0",
"symfony/notifier": "^6.3|^7.0"
},
"require-dev": {
"symfony/event-dispatcher": "^5.4|^6.0"
"symfony/event-dispatcher": "^5.4|^6.0|^7.0"
},
"autoload": {
"psr-4": {"Symfony\\Component\\Notifier\\Bridge\\Plivo\\": ""},
Expand Down

0 comments on commit e3d250a

Please sign in to comment.