File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " async-aws/illuminate-queue" ,
3- "type" : " library" ,
43 "description" : " AsyncAws integration for Illuminate Queue." ,
4+ "license" : " MIT" ,
5+ "type" : " library" ,
56 "keywords" : [
67 " aws" ,
78 " async-aws" ,
1011 " sqs" ,
1112 " queue"
1213 ],
13- "license" : " MIT" ,
1414 "require" : {
1515 "php" : " ^7.2.5 || ^8.0" ,
1616 "async-aws/sqs" : " ^1.1" ,
1717 "illuminate/queue" : " ^6.18.11 || ^7.10 || ^8.0" ,
1818 "illuminate/support" : " ^6.18.13 || ^7.10 || ^8.0"
1919 },
20- "extra" : {
21- "branch-alias" : {
22- "dev-master" : " 0.2-dev"
23- },
24- "laravel" : {
25- "providers" : [
26- " AsyncAws\\ Illuminate\\ Queue\\ ServiceProvider"
27- ]
28- }
29- },
3020 "autoload" : {
3121 "psr-4" : {
3222 "AsyncAws\\ Illuminate\\ Queue\\ " : " src"
3626 "psr-4" : {
3727 "AsyncAws\\ Illuminate\\ Queue\\ Tests\\ " : " tests/"
3828 }
29+ },
30+ "extra" : {
31+ "branch-alias" : {
32+ "dev-master" : " 0.2-dev"
33+ },
34+ "laravel" : {
35+ "providers" : [
36+ " AsyncAws\\ Illuminate\\ Queue\\ ServiceProvider"
37+ ]
38+ }
3939 }
4040}
You can’t perform that action at this time.
0 commit comments