We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec1dfef commit 17ecff2Copy full SHA for 17ecff2
composer.json
@@ -10,7 +10,7 @@
10
}
11
],
12
"require": {
13
- "php": "~8.1.0 || ~8.2.0",
+ "php": "~8.1.0 || ~8.2.0 || ~8.4.0",
14
"chimera/bus-implementation": "^1.0",
15
"chimera/foundation": "^1.0.x-dev",
16
"chimera/routing": "^1.0.x-dev",
@@ -22,7 +22,7 @@
22
"chimera/mapping": "^1.0.x-dev",
23
"chimera/routing-mezzio": "^1.0.x-dev",
24
"chimera/serialization-jms": "^1.0.x-dev",
25
- "infection/infection": "^0.26",
+ "infection/infection": "^0.29",
26
"lcobucci/coding-standard": "^11.0",
27
"lcobucci/error-handling-middleware": "^1.4",
28
"phpstan/extension-installer": "^1.2",
0 commit comments