Skip to content

Commit

Permalink
Merge branch 'sebastianbergmann:main' into feature/support-multidimen…
Browse files Browse the repository at this point in the history
…sional-and-associative-arrays-when-canonicalize
  • Loading branch information
alexndlm authored Aug 14, 2023
2 parents 5b1cbe3 + 175f8df commit fdff613
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:

name: "CI"

env:
COMPOSER_ROOT_VERSION: "5.0-dev"

permissions:
contents: read

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"ext-mbstring": "*"
},
"require-dev": {
"phpunit/phpunit": "^10.0"
"phpunit/phpunit": "^10.3"
},
"config": {
"platform": {
Expand Down
2 changes: 1 addition & 1 deletion tests/MockObjectComparatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use PHPUnit\Framework\Attributes\CoversClass;
use PHPUnit\Framework\Attributes\DataProvider;
use PHPUnit\Framework\Attributes\UsesClass;
use PHPUnit\Framework\MockObject\Generator;
use PHPUnit\Framework\MockObject\Generator\Generator;
use PHPUnit\Framework\MockObject\MockObject;
use PHPUnit\Framework\TestCase;
use stdClass;
Expand Down

0 comments on commit fdff613

Please sign in to comment.