Skip to content

Commit b0abe4a

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

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,20 @@
11
{
22
"name": "async-aws/lambda",
3-
"type": "library",
43
"description": "Lambda client, part of the AWS SDK provided by AsyncAws.",
4+
"license": "MIT",
5+
"type": "library",
56
"keywords": [
67
"aws",
78
"amazon",
89
"sdk",
910
"async-aws",
1011
"lambda"
1112
],
12-
"license": "MIT",
1313
"require": {
1414
"php": "^7.2.5 || ^8.0",
1515
"ext-json": "*",
1616
"async-aws/core": "^1.9"
1717
},
18-
"extra": {
19-
"branch-alias": {
20-
"dev-master": "1.6-dev"
21-
}
22-
},
2318
"autoload": {
2419
"psr-4": {
2520
"AsyncAws\\Lambda\\": "src"
@@ -29,5 +24,10 @@
2924
"psr-4": {
3025
"AsyncAws\\Lambda\\Tests\\": "tests/"
3126
}
27+
},
28+
"extra": {
29+
"branch-alias": {
30+
"dev-master": "1.6-dev"
31+
}
3232
}
3333
}

0 commit comments

Comments
 (0)