mirror of
https://github.com/archtechx/jobpipeline.git
synced 2025-12-12 06:44:03 +00:00
29 lines
658 B
JSON
29 lines
658 B
JSON
{
|
|
"name": "stancl/jobpipeline",
|
|
"description": "Turn any series of jobs into Laravel listeners.",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Samuel Štancl",
|
|
"email": "samuel.stancl@gmail.com"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Stancl\\JobPipeline\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Stancl\\JobPipeline\\Tests\\": "tests/"
|
|
}
|
|
},
|
|
"require": {
|
|
"illuminate/support": "^7.11"
|
|
},
|
|
"require-dev": {
|
|
"orchestra/testbench": "^5.2",
|
|
"spatie/valuestore": "^1.2",
|
|
"ext-redis": "*"
|
|
}
|
|
}
|