Skip to content

Tags: rowanhill/wiremock-php

Tags

2.35.2

Toggle 2.35.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fully support PHP version 8.4 (#20)

* Fully support PHP version 8.4

- Fix deprecations for PHP 8.4
- Test with all supported version of PHP (up to and including 8.4)
- Use createFromMethodName instead of the (deprecated since 8.4) ReflectionMethod constructor in PHP versions >= 8.4.0

---------

Co-authored-by: JWorreth <git@vm-virtual-machine>

2.35.1

Toggle 2.35.1's commit message
Update syntax to {} in SerdeTypeParserTest

2.35.0

Toggle 2.35.0's commit message
Update readme to reference version 2.35.0

2.33.1-RC1

Toggle 2.33.1-RC1's commit message
Allow objects of unregistered type when serializing

No normalization occurs, so the object is handed directly to json_encode. Serialization can be controlled via JsonSerializable

2.33.0

Toggle 2.33.0's commit message
Add more static methods to readme

2.32.0

Toggle 2.32.0's commit message
Support proxy prefix removal

2.30.0

Toggle 2.30.0's commit message
Drop string annotation to allow Phockito to produce fake

2.29.0

Toggle 2.29.0's commit message
Tidy linter warnings in StubbingIntegrationTest

2.27.0

Toggle 2.27.0's commit message
Swap order of implode() args to fix deprecation warning on PHP 7.4

2.25.0

Toggle 2.25.0's commit message
Update readme to reference 2.25 version