Skip to content

Commit 15957ff

Browse files
Fixed Composer Normalize workflow (#1144)
* Fixed Composer Normalize workflow * Fix subprojects Co-authored-by: Jérémy Derussé <[email protected]>
1 parent eaf2cd3 commit 15957ff

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

composer.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
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",
@@ -10,23 +11,12 @@
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"
@@ -36,5 +26,15 @@
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
}

0 commit comments

Comments
 (0)