1
0
Fork 0
mirror of https://github.com/archtechx/jobpipeline.git synced 2025-12-13 03:14:03 +00:00
jobpipeline/composer.json
2020-05-15 17:51:03 +00:00

30 lines
699 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": {
"ext-redis": "*",
"nunomaduro/larastan": "^0.5.8",
"orchestra/testbench": "^5.2",
"spatie/valuestore": "^1.2"
}
}