File tree Expand file tree Collapse file tree 1 file changed +29
-1
lines changed
Expand file tree Collapse file tree 1 file changed +29
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " vectorial1024/laravel-process-async" ,
33 "description" : " Utilize Laravel Process to run PHP code asynchronously." ,
4+ "keywords" : [
5+ " laravel" ,
6+ " background" ,
7+ " bg" ,
8+ " async" ,
9+ " multi-processing" ,
10+ " process" ,
11+ " spawn" ,
12+ " task" ,
13+ " job"
14+ ],
415 "type" : " library" ,
516 "license" : " MIT" ,
617 "autoload" : {
718 "psr-4" : {
819 "Vectorial1024\\ LaravelProcessAsync\\ " : " src/"
920 }
1021 },
22+ "autoload-dev" : {
23+ "psr-4" : {
24+ "Vectorial1024\\ LaravelBackgroundAsync\\ Tests\\ " : " tests/"
25+ }
26+ },
1127 "authors" : [
1228 {
1329 "name" : " Vectorial1024"
1430 }
1531 ],
16- "require" : {}
32+ "require" : {
33+ "php" : " ^8.1" ,
34+ "illuminate/support" : " ^10.0|^11.0" ,
35+ "laravel/serializable-closure" : " ^1.0"
36+ },
37+ "require-dev" : {
38+ "phpunit/phpunit" : " ^10" ,
39+ "orchestra/testbench" : " ^8.0|^9.0" ,
40+ "laravel/laravel" : " ^10.0|^11.0"
41+ },
42+ "scripts" : {
43+ "test" : " vendor/bin/phpunit tests"
44+ }
1745}
You can’t perform that action at this time.
0 commit comments