Skip to content

Commit e047a24

Browse files
committed
Updating PHP composer documentation to use release version which will
help with production systems not having to use dev includes.
1 parent eba34fc commit e047a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ the [AWS CLI API](http://docs.aws.amazon.com/cli/latest/reference/deploy/index.h
2727

2828
```json
2929
"require-dev" : {
30-
"techpivot/aws-code-deploy": "dev-master"
30+
"techpivot/aws-code-deploy": "~1.0"
3131
}
3232
```
3333
* The file can then be executed from the /vendor/bin directory: `bash vendor/bin/aws-code-deploy.sh`

0 commit comments

Comments
 (0)