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.
2 parents 89e87fc + b889ed0 commit 062af2aCopy full SHA for 062af2a
composer.json
@@ -15,14 +15,17 @@
15
"require": {
16
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
17
"composer-runtime-api": "^2.2",
18
- "infection/infection": "0.29.11",
+ "infection/infection": "0.29.12",
19
"sanmai/later": "^0.1.4",
20
- "vimeo/psalm": "^6.6.1"
+ "vimeo/psalm": "^6.8.8"
21
+ },
22
+ "conflict": {
23
+ "symfony/polyfill-php84": "<1.30.0"
24
},
25
"require-dev": {
26
"azjezz/psl": "^3.2",
27
"doctrine/coding-standard": "^12.0.0",
- "phpunit/phpunit": "^11.5.7",
28
+ "phpunit/phpunit": "^11.5.10",
29
"psalm/plugin-phpunit": "^0.19.2"
30
31
"autoload": {
0 commit comments