Skip to content

Commit c95a61e

Browse files
Fixed Composer Normalize workflow (#1144)
* Fixed Composer Normalize workflow * Fix subprojects Co-authored-by: Jérémy Derussé <jeremy@derusse.com>
1 parent be875bc commit c95a61e

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/code-deploy",
3-
"type": "library",
43
"description": "CodeDeploy 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
"code-deploy"
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.3-dev"
21-
}
22-
},
2318
"autoload": {
2419
"psr-4": {
2520
"AsyncAws\\CodeDeploy\\": "src"
@@ -29,5 +24,10 @@
2924
"psr-4": {
3025
"AsyncAws\\CodeDeploy\\Tests\\": "tests/"
3126
}
27+
},
28+
"extra": {
29+
"branch-alias": {
30+
"dev-master": "1.3-dev"
31+
}
3232
}
3333
}

0 commit comments

Comments
 (0)