We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 596901b commit 73c4060Copy full SHA for 73c4060
composer.json
@@ -1,15 +1,15 @@
1
{
2
"name": "async-aws/core",
3
- "type": "library",
4
"description": "Core package to integrate with AWS. This is a lightweight AWS SDK provider by AsyncAws.",
+ "license": "MIT",
5
+ "type": "library",
6
"keywords": [
7
"aws",
8
"amazon",
9
"sdk",
10
"async-aws",
11
"sts"
12
],
- "license": "MIT",
13
"require": {
14
"php": "^7.2.5 || ^8.0",
15
"ext-SimpleXML": "*",
@@ -25,11 +25,6 @@
25
"conflict": {
26
"async-aws/s3": "<1.1"
27
},
28
- "extra": {
29
- "branch-alias": {
30
- "dev-master": "1.13-dev"
31
- }
32
- },
33
"autoload": {
34
"psr-4": {
35
"AsyncAws\\Core\\": "src"
@@ -39,5 +34,10 @@
39
40
"AsyncAws\\Core\\Tests\\": "tests/"
41
36
}
37
+ },
38
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.13-dev"
+ }
42
43
0 commit comments