Skip to content

Commit 6c1abac

Browse files
committed
Updated dependencies
1 parent 73e670e commit 6c1abac

File tree

4 files changed

+86
-81
lines changed

4 files changed

+86
-81
lines changed

composer.lock

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

tests/BacktraceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public function test_backtrace_in_failed_complex_matching() : void
9696
public function test_backtrace_in_succeed_complex_matching() : void
9797
{
9898
$this->matcher->match(
99-
/* @lang JSON */
99+
/* @lang JSON */
100100
'{
101101
"users":[
102102
{

tools/composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@
88
"infection/infection": "^0.26.2",
99
"phpbench/phpbench": "^1.0.0-alpha7",
1010
"friendsofphp/php-cs-fixer": "^3.1"
11+
},
12+
"config": {
13+
"allow-plugins": false
1114
}
1215
}

0 commit comments

Comments
 (0)