Skip to content

Commit

Permalink
Add support for async-aws/code-deploy: 1.0 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm authored Aug 4, 2020
1 parent 64cb469 commit 8e79c2a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change log

## 0.2.4

### Added

- Support for async-aws/code-deploy: 1.0

## 0.2.3

### Added

- Support for async-aws/lambda: 1.0

## 0.2.2

### Added

- Support for async-aws/code-deploy: 0.2

## 0.2.1

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"require": {
"php": "^7.3",
"ext-json": "*",
"async-aws/code-deploy": "^0.1 || ^0.2",
"async-aws/code-deploy": "^0.1 || ^0.2 || ^1.0",
"async-aws/lambda": "^0.4 || ^0.5 || ^1.0",
"bref/bref": "^0.5.20"
},
Expand Down

0 comments on commit 8e79c2a

Please sign in to comment.