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 1
1
{
2
2
"name" : " async-aws/illuminate-queue" ,
3
- "type" : " library" ,
4
3
"description" : " AsyncAws integration for Illuminate Queue." ,
4
+ "license" : " MIT" ,
5
+ "type" : " library" ,
5
6
"keywords" : [
6
7
" aws" ,
7
8
" async-aws" ,
10
11
" sqs" ,
11
12
" queue"
12
13
],
13
- "license" : " MIT" ,
14
14
"require" : {
15
15
"php" : " ^7.2.5 || ^8.0" ,
16
16
"async-aws/sqs" : " ^1.1" ,
17
17
"illuminate/queue" : " ^6.18.11 || ^7.10 || ^8.0" ,
18
18
"illuminate/support" : " ^6.18.13 || ^7.10 || ^8.0"
19
19
},
20
- "extra" : {
21
- "branch-alias" : {
22
- "dev-master" : " 0.2-dev"
23
- },
24
- "laravel" : {
25
- "providers" : [
26
- " AsyncAws\\ Illuminate\\ Queue\\ ServiceProvider"
27
- ]
28
- }
29
- },
30
20
"autoload" : {
31
21
"psr-4" : {
32
22
"AsyncAws\\ Illuminate\\ Queue\\ " : " src"
36
26
"psr-4" : {
37
27
"AsyncAws\\ Illuminate\\ Queue\\ Tests\\ " : " tests/"
38
28
}
29
+ },
30
+ "extra" : {
31
+ "branch-alias" : {
32
+ "dev-master" : " 0.2-dev"
33
+ },
34
+ "laravel" : {
35
+ "providers" : [
36
+ " AsyncAws\\ Illuminate\\ Queue\\ ServiceProvider"
37
+ ]
38
+ }
39
39
}
40
40
}
You can’t perform that action at this time.
0 commit comments