File tree 4 files changed +13
-10
lines changed
4 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 1
1
on :
2
2
push :
3
3
branches :
4
- - master
5
4
- ' *.*'
6
5
pull_request : null
7
6
13
12
with :
14
13
os : >-
15
14
['ubuntu-latest']
16
- php : >-
17
- ['8.1', '8.2']
18
15
stability : >-
19
- ['prefer-stable']
16
+ ['prefer-lowest', 'prefer- stable']
Original file line number Diff line number Diff line change 1
1
on :
2
2
push :
3
3
branches :
4
- - master
5
4
- ' *.*'
6
5
pull_request : null
7
6
Original file line number Diff line number Diff line change
1
+ <a href =" https://roadrunner.dev " target =" _blank " >
2
+ <picture >
3
+ <source media="(prefers-color-scheme: dark)" srcset="https://github.com/roadrunner-server/.github/assets/8040338/e6bde856-4ec6-4a52-bd5b-bfe78736c1ff">
4
+ <img align="center" src="https://github.com/roadrunner-server/.github/assets/8040338/040fb694-1dd3-4865-9d29-8e0748c2c8b8">
5
+ </picture >
6
+ </a >
7
+
1
8
# RoadRunner KV Plugin Bridge
2
9
3
10
[ ![ PHP Version Require] ( https://poser.pugx.org/spiral/roadrunner-kv/require/php )] ( https://packagist.org/packages/spiral/roadrunner-kv )
4
11
[ ![ Latest Stable Version] ( https://poser.pugx.org/spiral/roadrunner-kv/v/stable )] ( https://packagist.org/packages/spiral/roadrunner-kv )
5
12
[ ![ phpunit] ( https://github.com/spiral/roadrunner-kv/actions/workflows/phpunit.yml/badge.svg )] ( https://github.com/spiral/roadrunner-kv/actions )
6
13
[ ![ psalm] ( https://github.com/spiral/roadrunner-kv/actions/workflows/psalm.yml/badge.svg )] ( https://github.com/spiral/roadrunner-kv/actions )
7
- [ ![ Codecov] ( https://codecov.io/gh/spiral/roadrunner-kv/branch/master/graph/badge.svg )] ( https://codecov.io/gh/spiral/roadrunner-kv/ )
8
14
[ ![ Total Downloads] ( https://poser.pugx.org/spiral/roadrunner-kv/downloads )] ( https://packagist.org/packages/spiral/roadrunner-kv )
9
15
10
- <b >[ Documentation] ( https://roadrunner.dev/docs/plugins -kv/2.x/en ) </b > | [ Framework Bundle] ( https://github.com/spiral/framework )
16
+ <b >[ Documentation] ( https://docs. roadrunner.dev/key-value/overview -kv ) </b > | [ Framework Bundle] ( https://github.com/spiral/framework )
11
17
12
18
This repository contains the codebase PSR-16 PHP cache bridge using kv RoadRunner plugin.
13
19
45
51
46
52
> **Note**
47
53
> Read more about all available drivers on the
48
- > [documentation](https://roadrunner.dev/docs ) page.
54
+ > [documentation](https://docs. roadrunner.dev) page.
49
55
50
56
After starting the server with this configuration, one driver named "` test`"
51
57
will be available to you.
Original file line number Diff line number Diff line change 31
31
],
32
32
"homepage" : " https://roadrunner.dev/" ,
33
33
"support" : {
34
- "docs" : " https://roadrunner.dev/docs " ,
34
+ "docs" : " https://docs. roadrunner.dev" ,
35
35
"issues" : " https://github.com/roadrunner-server/roadrunner/issues" ,
36
36
"forum" : " https://forum.roadrunner.dev/" ,
37
37
"chat" : " https://discord.gg/V6EK4he"
46
46
"require" : {
47
47
"php" : " >=8.1" ,
48
48
"ext-json" : " *" ,
49
- "psr/simple-cache" : " 3" ,
49
+ "psr/simple-cache" : " 2 - 3" ,
50
50
"roadrunner-php/roadrunner-api-dto" : " ^1.0" ,
51
51
"spiral/roadrunner" : " ^2023.1" ,
52
52
"spiral/goridge" : " ^4.2" ,
53
+ "spiral/roadrunner" : " ^2023.1 || ^2024.1" ,
53
54
"google/protobuf" : " ^3.7"
54
55
},
55
56
"autoload" : {
You can’t perform that action at this time.
0 commit comments