Skip to content

Commit

Permalink
fix: bad notifier version in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelkael committed Jun 16, 2023
1 parent 00eb94a commit 757bc73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/Notifier/Bridge/Ntfy/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"require": {
"php": ">=8.1",
"symfony/http-client": "^5.4|^6.0",
"symfony/notifier": "^6.2.7"
"symfony/notifier": "^6.3"
},
"autoload": {
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\Ntfy\\": "" },
Expand Down

0 comments on commit 757bc73

Please sign in to comment.