Skip to content

Tags: tarantool-php/queue

Tags

v0.10.0

Toggle v0.10.0's commit message
Update license year

v0.9.0

Toggle v0.9.0's commit message
Clean up phpunit.xml.dist

v0.8.0

Toggle v0.8.0's commit message
Test on different Tarantool versions

v0.7.0

Toggle v0.7.0's commit message

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

Toggle v0.6.1's commit message

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

Toggle v0.6.0's commit message
Update some integration tests

Ref: tarantool/queue@32ff608

v0.5.0

Toggle v0.5.0's commit message
Add option constants (#12)

v0.4.0

Toggle v0.4.0's commit message
Add Queue::touch() (#10)

v0.3.0

Toggle v0.3.0's commit message
Tweak queues.lua example in README.md

v0.2.1

Toggle v0.2.1's commit message
Tweak README.md