Skip to content

Commit 73c4060

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

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,15 +1,15 @@
11
{
22
"name": "async-aws/core",
3-
"type": "library",
43
"description": "Core package to integrate with AWS. This is a lightweight AWS SDK provider by AsyncAws.",
4+
"license": "MIT",
5+
"type": "library",
56
"keywords": [
67
"aws",
78
"amazon",
89
"sdk",
910
"async-aws",
1011
"sts"
1112
],
12-
"license": "MIT",
1313
"require": {
1414
"php": "^7.2.5 || ^8.0",
1515
"ext-SimpleXML": "*",
@@ -25,11 +25,6 @@
2525
"conflict": {
2626
"async-aws/s3": "<1.1"
2727
},
28-
"extra": {
29-
"branch-alias": {
30-
"dev-master": "1.13-dev"
31-
}
32-
},
3328
"autoload": {
3429
"psr-4": {
3530
"AsyncAws\\Core\\": "src"
@@ -39,5 +34,10 @@
3934
"psr-4": {
4035
"AsyncAws\\Core\\Tests\\": "tests/"
4136
}
37+
},
38+
"extra": {
39+
"branch-alias": {
40+
"dev-master": "1.13-dev"
41+
}
4242
}
4343
}

0 commit comments

Comments
 (0)