UNCLASSIFIED - NO CUI

Skip to content

Update dependency giorgiosironi/eris to ^0.13.0

renovate requested to merge renovate/giorgiosironi-eris-0.x into development

This MR contains the following updates:

Package Type Update Change
giorgiosironi/eris require-dev minor ^0.10.0 -> ^0.13.0

Release Notes

giorgiosironi/eris

v0.13.0

Compare Source

Added
  • Eris\Generators contains all the generator constructors as static methods.
  • Support for PHP 8.1
Changed
  • The generator constructors implemented as simple function now call the static methods of Eris\Generators. They will be deprecated.
Removed
  • Support for PHP < 7.1
  • Support for PHPUnit < 6

v0.12.1

Compare Source

Changed
Fixed
  • Compatibility with newer versions of PHPUnit: getAnnotations is removed (#​143). Thanks, @​aszenz.

v0.12.0

Compare Source

  • PHP 7.3 support (#​120).
  • PHP 7.4 support (#​125).
  • CI support for testing end to end suite also with Phpunit 8.x and 9.x
  • Allow shrink() to receive GeneratedValueOptions (#​127).
  • Allow specifying generator size with sample() (#​128)
  • Fix BooleanGenerator::shrink() to return a GeneratedValueSingle (#​131)
  • Drop support for HHVM 3.30

v0.11.0

Compare Source

  • PHP 7.2 support (#​116, #​114).
  • Annotations support: @eris-method, @eris-shrink, @eris-ratio, @eris-repeat, @eris-duration

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports