Skip to content

Releases: tarantool-php/phpunit-extras

v0.2.1

21 Oct 20:39
Compare
Choose a tag to compare

Updated dependencies

v0.2.0

13 Sep 21:08
Compare
Choose a tag to compare
  • Dropped PHP 7.1 support
  • Bumped the minimum tarantool/client version to v0.10
  • Removed clientPacker annotation requirement
  • Updated dependencies

v0.1.10

28 Apr 00:41
Compare
Choose a tag to compare

Tweaked TarantoolVersionRequirement to support the new versioning scheme.

v0.1.9

25 Mar 23:49
Compare
Choose a tag to compare
  • Bumped rybakit/phpunit-extras to v0.2.3
  • Added PHP 8.1 to the test matrix

v0.1.8

26 Oct 16:08
Compare
Choose a tag to compare

Moved the rybakit/msgpack dependency to the "dev" section and allow any version to be installed (the rybakit/msgpack version restrictions must be determined by the party that installs tarantool-php/phpunit-extras).

v0.1.7

18 Mar 21:47
95e7754
Compare
Choose a tag to compare

Updated version requirements for rybakit/msgpack to allow v0.8

v0.1.6

03 Jan 00:23
Compare
Choose a tag to compare

Replaced ocramius/package-versions with composer/package-versions-deprecated to provide compatibility with Composer 1 and 2 on PHP 7+.

v0.1.5

13 Dec 21:52
Compare
Choose a tag to compare

Added missing ext-msgpack to dev requirements

v0.1.4

13 Dec 01:46
Compare
Choose a tag to compare

Enabled tarantool/client v0.9.x support

v0.1.3

12 Dec 00:05
Compare
Choose a tag to compare
  • Added PHP 8 support
  • Enhanced Github workflow