Skip to content

Commit 26485c8

Browse files
committed
Updates
1 parent 90c3d39 commit 26485c8

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

composer.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "flat3/revpi",
33
"description": "Control package for the Revolution Pi",
44
"keywords": [
5-
"revolutionpi"
5+
"revolutionpi",
6+
"revpi",
7+
"kunbus",
8+
"laravel"
69
],
710
"homepage": "https://github.com/flat3/revpi",
811
"license": "MIT",
@@ -22,11 +25,11 @@
2225
"illuminate/events": "^11.0|^12.0",
2326
"illuminate/support": "^11.0|^12.0",
2427
"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"
2829
},
2930
"require-dev": {
31+
"amphp/websocket-server": "^4.0",
32+
"amphp/websocket-client": "^2.0",
3033
"laravel/pint": "^1.22",
3134
"orchestra/testbench": "^10.0",
3235
"phpstan/phpstan": "^2.1",
@@ -35,6 +38,10 @@
3538
"phpstan/phpstan-phpunit": "^2.0",
3639
"phpstan/phpstan-strict-rules": "^2.0"
3740
},
41+
"suggest": {
42+
"amphp/websocket-server": "To use the websocket implementation",
43+
"amphp/websocket-client": "To use the websocket implementation"
44+
},
3845
"autoload": {
3946
"psr-4": {
4047
"Flat3\\RevPi\\": "src/",

0 commit comments

Comments
 (0)