File tree Expand file tree Collapse file tree 1 file changed +31
-31
lines changed Expand file tree Collapse file tree 1 file changed +31
-31
lines changed Original file line number Diff line number Diff line change 1
1
{
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
+ }
33
33
}
You can’t perform that action at this time.
0 commit comments