Skip to content

Bump mockery/mockery from 1.4.1 to 1.4.2

Wesley Klop requested to merge dependabot/composer/mockery/mockery-1.4.2 into master

Created by: dependabot[bot]

Bumps mockery/mockery from 1.4.1 to 1.4.2.

Release notes

Sourced from mockery/mockery's releases.

1.4.2

  • Fix array to string conversion in ConstantsPass (#1086)
  • Fixed nullable PHP 8.0 union types (#1088, #1089)
  • Fixed support for PHP 8.0 parent type (#1088, #1089)
  • Fixed PHP 8.0 mixed type support (#1088, #1089)
  • Fixed PHP 8.0 union return types (#1088, #1089)

Big thank you to @GrahamCampbell

Changelog

Sourced from mockery/mockery's changelog.

1.4.2 (2020-08-11)

  • Fix array to string conversion in ConstantsPass (#1086)
  • Fixed nullable PHP 8.0 union types (#1088, #1089)
  • Fixed support for PHP 8.0 parent type (#1088, #1089)
  • Fixed PHP 8.0 mixed type support (#1088, #1089)
  • Fixed PHP 8.0 union return types (#1088, #1089)
Commits
  • 20cab67 Merge pull request #1091 from GrahamCampbell/patch-1
  • 73efbbe Release 1.4.2
  • 12172ac Merge pull request #1089 from GrahamCampbell/patch-1
  • c1b3906 Insist on new phpunit on php 8
  • 374c031 Exclude php 8 file on php 7
  • 11a349b Make sure travis runs all of the tests on php 8
  • 5c1d1f6 Fixed bad merge
  • 81d6dc3 Merge remote-tracking branch 'upstream/1.3'
  • 0961703 Merge commit '5b27e6b2ef48190b6005604d3dbb1ae610a39c82' from 1.3
  • d55b877 Merge pull request #1088 from GrahamCampbell/php8
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Merge request reports