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 b77864d commit a4c538cCopy full SHA for a4c538c
.github/workflows/platform-test.yml
@@ -42,6 +42,7 @@ jobs:
42
update-packages: doctrine/orm:^3.0 doctrine/dbal:^4.0 carbonphp/carbon-doctrine-types:^3 gedmo/doctrine-extensions:^3
43
- php-version: "8.4"
44
run-infection: "true"
45
+ update-packages: infection/infection
46
47
steps:
48
- name: "Checkout"
composer.json
@@ -29,7 +29,6 @@
29
"doctrine/orm": "^2.16.0",
30
"doctrine/persistence": "^2.2.1 || ^3.2",
31
"gedmo/doctrine-extensions": "^3.8",
32
- "infection/infection": "^0.31.2",
33
"nesbot/carbon": "^2.49",
34
"php-parallel-lint/php-parallel-lint": "^1.2",
35
"phpstan/phpstan-deprecation-rules": "^2.0.2",
0 commit comments