Skip to content

Commit f94f1a2

Browse files
committed
fix php82 version
1 parent 3302f65 commit f94f1a2

File tree

3 files changed

+20
-18
lines changed

3 files changed

+20
-18
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@ PHP library using LUA script to send for redis a job for Taurus queue
1212

1313
### Installation
1414

15-
[Release 5.0.0](https://github.com/not-empty/taurus-publisher-php-lib/releases/tag/5.0.0) Requires [PHP](https://php.net) 8.2
15+
[Release 6.0.0](https://github.com/not-empty/taurus-publisher-php-lib/releases/tag/6.0.0) Requires [PHP](https://php.net) 8.2
1616

17-
[Release 4.0.0](https://github.com/not-empty/taurus-publisher-php-lib/releases/tag/4.0.0) Requires [PHP](https://php.net) 8.1
17+
[Release 5.0.0](https://github.com/not-empty/taurus-publisher-php-lib/releases/tag/5.0.0) Requires [PHP](https://php.net) 8.1
1818

19-
[Release 3.0.0](https://github.com/not-empty/taurus-publisher-php-lib/releases/tag/3.0.0) Requires [PHP](https://php.net) 7.4
19+
[Release 4.0.0](https://github.com/not-empty/taurus-publisher-php-lib/releases/tag/4.0.0) Requires [PHP](https://php.net) 7.4
2020

21-
[Release 2.0.0](https://github.com/not-empty/taurus-publisher-php-lib/releases/tag/2.0.0) Requires [PHP](https://php.net) 7.3
21+
[Release 3.0.0](https://github.com/not-empty/taurus-publisher-php-lib/releases/tag/3.0.0) Requires [PHP](https://php.net) 7.3
22+
23+
[Release 2.0.0](https://github.com/not-empty/taurus-publisher-php-lib/releases/tag/2.0.0) Requires [PHP](https://php.net) 7.2
2224

2325
[Release 1.0.0](https://github.com/not-empty/taurus-publisher-php-lib/releases/tag/1.0.0) Requires [PHP](https://php.net) 7.1
2426

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "not-empty/taurus-publisher-php-lib",
33
"description": "PHP library using LUA script to send for redis a job for Taurus queue",
4-
"version": "5.0.0",
4+
"version": "6.0.0",
55
"type": "library",
66
"license": "GPL-3.0-only",
77
"require": {
88
"php": "^8.2",
99
"predis/predis": "^1.1.10",
10-
"not-empty/ulid-php-lib" : "4.0.0"
10+
"not-empty/ulid-php-lib" : "6.0.0"
1111
},
1212
"require-dev": {
1313
"phpunit/phpunit": "^9.6",

composer.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)