Skip to content

Commit f5695de

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

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/dynamo-db",
3-
"type": "library",
43
"description": "DynamoDb 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
"dynamo-db"
1112
],
12-
"license": "MIT",
1313
"require": {
1414
"php": "^7.2.5 || ^8.0",
1515
"ext-filter": "*",
@@ -19,11 +19,6 @@
1919
"conflict": {
2020
"symfony/http-client": "<4.4.16,<5.1.7"
2121
},
22-
"extra": {
23-
"branch-alias": {
24-
"dev-master": "1.2-dev"
25-
}
26-
},
2722
"autoload": {
2823
"psr-4": {
2924
"AsyncAws\\DynamoDb\\": "src"
@@ -33,5 +28,10 @@
3328
"psr-4": {
3429
"AsyncAws\\DynamoDb\\Tests\\": "tests/"
3530
}
31+
},
32+
"extra": {
33+
"branch-alias": {
34+
"dev-master": "1.2-dev"
35+
}
3636
}
3737
}

0 commit comments

Comments
 (0)