Skip to content
This repository was archived by the owner on Oct 23, 2019. It is now read-only.

Commit ea282ea

Browse files
committed
space
1 parent 22f0b10 commit ea282ea

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "orchid/socket",
3-
"description": "Laravel library for asynchronously serving WebSockets. ",
3+
"description": "Laravel library for asynchronously serving WebSockets.",
44
"keywords": [
55
"framework",
66
"laravel",
@@ -22,7 +22,8 @@
2222
],
2323
"require": {
2424
"php": "^7.1.3",
25-
"cboden/ratchet": "^0.4"
25+
"cboden/ratchet": "^0.4",
26+
"laravel/framework": ">5.0"
2627
},
2728
"autoload": {
2829
"psr-4": {

0 commit comments

Comments
 (0)