8000 fix: bad notifier version in composer.json · symfony/symfony@c0aea01 · GitHub
[go: up one dir, main page]

Skip to content

Commit c0aea01

Browse files
committed
fix: bad notifier version in composer.json
1 parent 8f64cb0 commit c0aea01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Notifier/Bridge/Ntfy/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=8.1",
2020
"symfony/http-client": "^5.4|^6.0",
21-
"symfony/notifier": "^6.2.7"
21+
"symfony/notifier": "^6.3"
2222
},
2323
"autoload": {
2424
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\Ntfy\\": "" },

0 commit comments

Comments
 (0)
0