Skip to content

Commit 1d9927a

Browse files
committed
composer update ondrejmirtes/php-merge
1 parent f34d9fc commit 1d9927a

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
- uses: ./build-infection/.github/actions/setup-php
227227
with:
228228
php-version: "${{ matrix.php-version }}"
229-
extensions: ds,mbstring
229+
php-extensions: ds,mbstring
230230

231231
- uses: "ramsey/composer-install@v3"
232232

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"react/promise": "^3.2",
3939
"react/socket": "^1.3",
4040
"react/stream": "^1.1",
41-
"sebastian/diff": "^6.0.2",
41+
"sebastian/diff": "^6.0.2 || ^7",
4242
"symfony/console": "^5.4.3",
4343
"symfony/finder": "^5.4.3",
4444
"symfony/polyfill-intl-grapheme": "^1.23",

composer.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)