We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fc8c9b commit 040da06Copy full SHA for 040da06
composer.json
@@ -16,15 +16,15 @@
16
}
17
],
18
"require": {
19
- "php": ">=8.2",
20
- "symfony/http-client": "^6.4|^7.0|^8.0",
21
- "symfony/notifier": "^7.2|^8.0"
+ "php": ">=8.4",
+ "symfony/http-client": "^7.4|^8.0",
+ "symfony/notifier": "^7.4|^8.0"
22
},
23
"require-dev": {
24
- "symfony/webhook": "^6.4|^7.0|^8.0"
+ "symfony/webhook": "^7.4|^8.0"
25
26
"conflict": {
27
- "symfony/http-foundation": "<7.1"
+ "symfony/http-foundation": "<7.4"
28
29
"autoload": {
30
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\Sweego\\": "" },
0 commit comments