Skip to content

Tags: tarantool-php/queue

Tags

v0.10.0

Update license year

v0.9.0

Clean up phpunit.xml.dist

v0.8.0

Test on different Tarantool versions

v0.7.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump minimum PHP version requirement to 7.1 (#14)

* Bump php version to 7.1
* Temporary skip the test for the pecl connector until this PR is merged: tarantool/tarantool-php#134
* Use variadic args in Queue::call()
* Use float type hint for timestamp and interval arguments
* Declare strict types
* Fix scrutinizer fails to parse a coverage file
* Add .php_cs.dist
* Update README.md

v0.6.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v0.6.0

Update some integration tests

Ref: tarantool/queue@32ff608

v0.5.0

Add option constants (#12)

v0.4.0

Add Queue::touch() (#10)

v0.3.0

Tweak queues.lua example in README.md

v0.2.1

Tweak README.md