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 af25d26 commit b7c4f9dCopy full SHA for b7c4f9d
tests/Feature/TestCase.php
@@ -43,7 +43,7 @@ public function mockMatrix(): array
43
$expectedObject = (object) [
44
'constraint' => $constraint,
45
'versions' => ['1.2.2', '1.2.4', '1.3.3', '1.4.4'],
46
- 'lowest' => '1.2.4',
+ 'lowest' => '1.2.2',
47
'highest' => '1.4.4',
48
];
49
0 commit comments