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 be875bc commit c95a61eCopy full SHA for c95a61e
composer.json
@@ -1,25 +1,20 @@
1
{
2
"name": "async-aws/code-deploy",
3
- "type": "library",
4
"description": "CodeDeploy client, part of the AWS SDK provided by AsyncAws.",
+ "license": "MIT",
5
+ "type": "library",
6
"keywords": [
7
"aws",
8
"amazon",
9
"sdk",
10
"async-aws",
11
"code-deploy"
12
],
- "license": "MIT",
13
"require": {
14
"php": "^7.2.5 || ^8.0",
15
"ext-json": "*",
16
"async-aws/core": "^1.9"
17
},
18
- "extra": {
19
- "branch-alias": {
20
- "dev-master": "1.3-dev"
21
- }
22
- },
23
"autoload": {
24
"psr-4": {
25
"AsyncAws\\CodeDeploy\\": "src"
@@ -29,5 +24,10 @@
29
30
"AsyncAws\\CodeDeploy\\Tests\\": "tests/"
31
26
}
27
+ },
28
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.3-dev"
+ }
32
33
0 commit comments