Skip to content

Commit 76b2a4c

Browse files
authored
Laravel 10 support (#3)
* WIP * WIP
1 parent a2fdf6b commit 76b2a4c

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

composer.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
{
2-
"name": "ralphjsmit/laravel-horizon-cron-supervisor",
3-
"description": "A modern solution for running Laravel Horizon with a CRON-based supervisor.",
4-
"type": "library",
5-
"license": "MIT",
6-
"authors": [
7-
{
8-
"name": "Ralph J. Smit",
9-
"email": "rjs@ralphjsmit.com"
10-
}
11-
],
12-
"autoload": {
13-
"psr-4": {
14-
"RalphJSmit\\LaravelHorizonCron\\": "src"
15-
}
16-
},
17-
"autoload-dev": {
18-
"psr-4": {
19-
"RalphJSmit\\LaravelHorizonCron\\": "tests"
20-
}
21-
},
22-
"require-dev": {
23-
"orchestra/testbench": "^6.0",
24-
"phpunit/phpunit": "^9.5"
25-
},
26-
"extra": {
27-
"laravel": {
28-
"providers": [
29-
"RalphJSmit\\LaravelHorizonCron\\Supervisor\\SupervisorServiceProvider"
30-
]
31-
}
32-
}
2+
"name" : "ralphjsmit/laravel-horizon-cron-supervisor",
3+
"description" : "A modern solution for running Laravel Horizon with a CRON-based supervisor.",
4+
"type" : "library",
5+
"license" : "MIT",
6+
"authors" : [
7+
{
8+
"name" : "Ralph J. Smit",
9+
"email" : "rjs@ralphjsmit.com"
10+
}
11+
],
12+
"autoload" : {
13+
"psr-4" : {
14+
"RalphJSmit\\LaravelHorizonCron\\" : "src"
15+
}
16+
},
17+
"autoload-dev" : {
18+
"psr-4" : {
19+
"RalphJSmit\\LaravelHorizonCron\\" : "tests"
20+
}
21+
},
22+
"require-dev" : {
23+
"orchestra/testbench" : "^6.0|^7.0|^8.0",
24+
"phpunit/phpunit" : "^9.5|^10.0"
25+
},
26+
"extra" : {
27+
"laravel" : {
28+
"providers" : [
29+
"RalphJSmit\\LaravelHorizonCron\\Supervisor\\SupervisorServiceProvider"
30+
]
31+
}
32+
}
3333
}

0 commit comments

Comments
 (0)