Skip to content

Releases: tarantool-php/phpunit-extras

v0.2.1

Choose a tag to compare

@rybakit rybakit released this 21 Oct 20:39

Updated dependencies

v0.2.0

Choose a tag to compare

@rybakit rybakit released this 13 Sep 21:08
  • Dropped PHP 7.1 support
  • Bumped the minimum tarantool/client version to v0.10
  • Removed clientPacker annotation requirement
  • Updated dependencies

v0.1.10

Choose a tag to compare

@rybakit rybakit released this 28 Apr 00:41

Tweaked TarantoolVersionRequirement to support the new versioning scheme.

v0.1.9

Choose a tag to compare

@rybakit rybakit released this 25 Mar 23:49
  • Bumped rybakit/phpunit-extras to v0.2.3
  • Added PHP 8.1 to the test matrix

v0.1.8

Choose a tag to compare

@rybakit rybakit released this 26 Oct 16:08

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

Choose a tag to compare

@rybakit rybakit released this 18 Mar 21:47
95e7754

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

v0.1.6

Choose a tag to compare

@rybakit rybakit released this 03 Jan 00:23

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

v0.1.5

Choose a tag to compare

@rybakit rybakit released this 13 Dec 21:52

Added missing ext-msgpack to dev requirements

v0.1.4

Choose a tag to compare

@rybakit rybakit released this 13 Dec 01:46

Enabled tarantool/client v0.9.x support

v0.1.3

Choose a tag to compare

@rybakit rybakit released this 12 Dec 00:05
  • Added PHP 8 support
  • Enhanced Github workflow