Skip to content

Commit

Permalink
fix composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
skidu committed Dec 15, 2016
1 parent 6309ff3 commit 56b272c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "skidu/laraworker",
"license": "MIT",
"description": "Workerman for Laravel 5",
"require": {
"php": ">=5.4.0",
Expand All @@ -11,5 +10,12 @@
"psr-4": {
"Skidu\\LaraWorker\\": "src"
}
}
},
"license": "MIT",
"authors": [
{
"name": "skidu",
"email": "ski@skidiu.me"
}
]
}

0 comments on commit 56b272c

Please sign in to comment.