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 ea79c94 commit c24ff46Copy full SHA for c24ff46
composer.json
@@ -12,13 +12,13 @@
12
}
13
],
14
"require": {
15
- "php": ">=8.1",
+ "php": ">=8.2",
16
"pda/pheanstalk": "^4.0",
17
- "symfony/messenger": "^5.4|^6.0|^7.0"
+ "symfony/messenger": "^6.4|^7.0"
18
},
19
"require-dev": {
20
- "symfony/property-access": "^5.4|^6.0|^7.0",
21
- "symfony/serializer": "^5.4|^6.0|^7.0"
+ "symfony/property-access": "^6.4|^7.0",
+ "symfony/serializer": "^6.4|^7.0"
22
23
"autoload": {
24
"psr-4": { "Symfony\\Component\\Messenger\\Bridge\\Beanstalkd\\": "" },
0 commit comments