Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

Commit 5f6b458

Browse files
committed
Update composer.json
1 parent 4609f37 commit 5f6b458

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"name": "barryvdh/laravel-async-queue",
33
"description": "Async Queue Driver for Laravel (Push to background)",
4+
"keywords": ["laravel", "queue", "async", "background"],
5+
"license": "MIT",
46
"authors": [
57
{
68
"name": "Barry vd. Heuvel",
@@ -10,8 +12,7 @@
1012
"require": {
1113
"php": ">=5.3.0",
1214
"illuminate/support": "4.x|5.0.x",
13-
"illuminate/console": "4.x|5.0.x",
14-
"symfony/process": "~2.3"
15+
"illuminate/console": "4.x|5.0.x"
1516
},
1617
"autoload": {
1718
"classmap": [

0 commit comments

Comments
 (0)