File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "name" : " leafs/queue" ,
3- "description" : " A simple queue library for Leaf PHP" ,
4- "keywords" : [
5- " job" ,
6- " worker" ,
7- " queue" ,
8- " leaf" ,
9- " php" ,
10- " framework"
11- ],
12- "homepage" : " https://leafphp.dev/modules/queues/" ,
13- "type" : " library" ,
14- "license" : " MIT" ,
15- "authors" : [
16- {
17- "name" : " Michael Darko" ,
18- "email" : " mickdd22@gmail.com" ,
19- "homepage" : " https://mychi.netlify.app" ,
20- "role" : " Developer"
21- }
22- ],
23- "autoload" : {
24- "psr-4" : {
25- "Leaf\\ " : " src"
26- },
27- "files" : [
28- " src/functions.php"
29- ]
30- },
31- "minimum-stability" : " dev" ,
32- "prefer-stable" : true ,
33- "require-dev" : {
2+ "name" : " leafs/queue" ,
3+ "description" : " A simple queue library for Leaf PHP" ,
4+ "keywords" : [
5+ " job" ,
6+ " worker" ,
7+ " queue" ,
8+ " leaf" ,
9+ " php" ,
10+ " framework"
11+ ],
12+ "homepage" : " https://leafphp.dev/modules/queues/" ,
13+ "type" : " library" ,
14+ "license" : " MIT" ,
15+ "authors" : [
16+ {
17+ "name" : " Michael Darko" ,
18+ "email" : " mickdd22@gmail.com" ,
19+ "homepage" : " https://mychi.netlify.app" ,
20+ "role" : " Developer"
21+ }
22+ ],
23+ "autoload" : {
24+ "psr-4" : {
25+ "Leaf\\ " : " src"
26+ },
27+ "files" : [
28+ " src/functions.php"
29+ ]
30+ },
31+ "minimum-stability" : " dev" ,
32+ "prefer-stable" : true ,
33+ "require-dev" : {
3434 "leafs/db" : " *" ,
3535 "leafs/redis" : " *" ,
36- "friendsofphp/php-cs-fixer" : " ^3.0"
37- },
38- "scripts" : {
36+ "friendsofphp/php-cs-fixer" : " ^3.0"
37+ },
38+ "scripts" : {
3939 "format" : " vendor/bin/php-cs-fixer fix --config=.php_cs.dist.php --allow-risky=yes"
4040 },
41- "require" : {
42- "dragonmantank/cron-expression" : " ^3.4" ,
43- "leafs/sprout" : " *"
44- }
45- }
41+ "require" : {
42+ "dragonmantank/cron-expression" : " ^3.4" ,
43+ "leafs/sprout" : " *"
44+ },
45+ "extra" : {
46+ "branch-alias" : {
47+ "dev-v5.x" : " 5.0.x-dev"
48+ }
49+ }
50+ }
You can’t perform that action at this time.
0 commit comments