Skip to content

Commit c6f25a7

Browse files
Update mockery/mockery requirement from ^1.4 to ^1.6
Updates the requirements on [mockery/mockery](https://github.com/mockery/mockery) to permit the latest version. - [Release notes](https://github.com/mockery/mockery/releases) - [Changelog](https://github.com/mockery/mockery/blob/1.6.x/CHANGELOG.md) - [Commits](mockery/mockery@1.4.0...1.6.6) --- updated-dependencies: - dependency-name: mockery/mockery dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5380cce commit c6f25a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"test": "vendor/bin/phpunit"
4646
},
4747
"require-dev": {
48-
"mockery/mockery": "^1.4",
48+
"mockery/mockery": "^1.6",
4949
"orchestra/testbench": "^7.14",
5050
"vimeo/psalm": "4.24.0"
5151
},

0 commit comments

Comments
 (0)