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 0eecdbb commit eab3000Copy full SHA for eab3000
composer.json
@@ -20,12 +20,12 @@
20
}
21
],
22
"require": {
23
- "php": ">=8.2",
24
- "symfony/http-client": "^6.4|^7.0|^8.0",
25
- "symfony/notifier": "^7.2|^8.0"
+ "php": ">=8.4",
+ "symfony/http-client": "^7.4|^8.0",
+ "symfony/notifier": "^7.4|^8.0"
26
},
27
"require-dev": {
28
- "symfony/event-dispatcher": "^6.4|^7.0|^8.0"
+ "symfony/event-dispatcher": "^7.4|^8.0"
29
30
"autoload": {
31
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\Pushy\\": "" },
0 commit comments