File tree Expand file tree Collapse file tree 3 files changed +20
-18
lines changed Expand file tree Collapse file tree 3 files changed +20
-18
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,15 @@ PHP library using LUA script to send for redis a job for Taurus queue
12
12
13
13
### Installation
14
14
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
16
16
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
18
18
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
20
20
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
22
24
23
25
[ 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
24
26
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " not-empty/taurus-publisher-php-lib" ,
3
3
"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" ,
5
5
"type" : " library" ,
6
6
"license" : " GPL-3.0-only" ,
7
7
"require" : {
8
8
"php" : " ^8.2" ,
9
9
"predis/predis" : " ^1.1.10" ,
10
- "not-empty/ulid-php-lib" : " 4 .0.0"
10
+ "not-empty/ulid-php-lib" : " 6 .0.0"
11
11
},
12
12
"require-dev" : {
13
13
"phpunit/phpunit" : " ^9.6" ,
You can’t perform that action at this time.
0 commit comments