Skip to content

Commit 35483bd

Browse files
Update mockery/mockery requirement from ^1.4 to ^1.5
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/master/CHANGELOG.md) - [Commits](mockery/mockery@1.4.0...1.5.0) --- updated-dependencies: - dependency-name: mockery/mockery dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5cff203 commit 35483bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"test": "vendor/bin/phpunit"
3131
},
3232
"require-dev": {
33-
"mockery/mockery": "^1.4",
33+
"mockery/mockery": "^1.5",
3434
"orchestra/testbench": "^6.24.0"
3535
},
3636
"config": {

0 commit comments

Comments
 (0)