Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/1.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
davedevelopment committed Sep 7, 2022
2 parents 750ce17 + dc206df commit 9bb1be0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# Change Log

## 1.3.6 (2022-09-07)
* PHP 8.2 | Fix "Use of "parent" in callables is deprecated" notice #1169

## 1.5.1 (2022-xx-xx)

* [PHP 8.2] Various tests: explicitly declare properties #1170
Expand All @@ -23,6 +26,13 @@
* Add method that allows defining a set of arguments the mock should yield #1133
* Added option to configure default matchers for objects `\Mockery::getConfiguration()->setDefaultMatcher($class, $matcherClass)` #1120

## 1.3.5 (2021-09-13)
* Fix auto-generated return values with union types #1143
* Adds support for tentative types #1130
* Fixes for PHP 8.1 Support (#1130 and #1140)
* Add method that allows defining a set of arguments the mock should yield #1133
* Added option to configure default matchers for objects `\Mockery::getConfiguration()->setDefaultMatcher($class, $matcherClass)` #1120

## 1.4.3 (2021-02-24)

* Fixes calls to fetchMock before initialisation #1113
Expand Down

0 comments on commit 9bb1be0

Please sign in to comment.