File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " flat3/revpi" ,
3
3
"description" : " Control package for the Revolution Pi" ,
4
4
"keywords" : [
5
- " revolutionpi"
5
+ " revolutionpi" ,
6
+ " revpi" ,
7
+ " kunbus" ,
8
+ " laravel"
6
9
],
7
10
"homepage" : " https://github.com/flat3/revpi" ,
8
11
"license" : " MIT" ,
22
25
"illuminate/events" : " ^11.0|^12.0" ,
23
26
"illuminate/support" : " ^11.0|^12.0" ,
24
27
"nette/php-generator" : " ^4.1" ,
25
- "revolt/event-loop" : " ^1.0" ,
26
- "amphp/websocket-server" : " ^4.0" ,
27
- "amphp/websocket-client" : " ^2.0"
28
+ "revolt/event-loop" : " ^1.0"
28
29
},
29
30
"require-dev" : {
31
+ "amphp/websocket-server" : " ^4.0" ,
32
+ "amphp/websocket-client" : " ^2.0" ,
30
33
"laravel/pint" : " ^1.22" ,
31
34
"orchestra/testbench" : " ^10.0" ,
32
35
"phpstan/phpstan" : " ^2.1" ,
35
38
"phpstan/phpstan-phpunit" : " ^2.0" ,
36
39
"phpstan/phpstan-strict-rules" : " ^2.0"
37
40
},
41
+ "suggest" : {
42
+ "amphp/websocket-server" : " To use the websocket implementation" ,
43
+ "amphp/websocket-client" : " To use the websocket implementation"
44
+ },
38
45
"autoload" : {
39
46
"psr-4" : {
40
47
"Flat3\\ RevPi\\ " : " src/" ,
You can’t perform that action at this time.
0 commit comments