File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 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" : " *" ,
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"
3328 "psr-4" : {
3429 "AsyncAws\\ DynamoDb\\ Tests\\ " : " tests/"
3530 }
31+ },
32+ "extra" : {
33+ "branch-alias" : {
34+ "dev-master" : " 1.2-dev"
35+ }
3636 }
3737}
You can’t perform that action at this time.
0 commit comments