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

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Oct 31, 2018
1 parent 22f0b10 commit ea282ea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orchid/socket",
"description": "Laravel library for asynchronously serving WebSockets. ",
"description": "Laravel library for asynchronously serving WebSockets.",
"keywords": [
"framework",
"laravel",
Expand All @@ -22,7 +22,8 @@
],
"require": {
"php": "^7.1.3",
"cboden/ratchet": "^0.4"
"cboden/ratchet": "^0.4",
"laravel/framework": ">5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ea282ea

Please sign in to comment.