Skip to content

Commit

Permalink
Merge pull request #12 from clue/rename
Browse files Browse the repository at this point in the history
Rename package to "clue/ami-react"
  • Loading branch information
clue committed Jul 20, 2014
2 parents bf8adfd + c748b27 commit 1f9a07e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This file is a manually maintained list of changes for each release. Feel free
to add your changes here when sending pull requests. Also send corrections if
you spot any mistakes.

## 0.2.0 (2014-07-20)

* Package renamed to "clue/ami-react"

## 0.1.0 (2014-07-17)

* First tagged release
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# clue/asterisk-ami-react [![Build Status](https://travis-ci.org/clue/reactphp-asterisk-ami.png?branch=master)](https://travis-ci.org/clue/reactphp-asterisk-ami)
# clue/ami-react [![Build Status](https://travis-ci.org/clue/php-ami-react.svg?branch=master)](https://travis-ci.org/clue/php-ami-react)

Simple async, event-driven access to the Asterisk Manager Interface (AMI)

Expand Down Expand Up @@ -198,7 +198,7 @@ The recommended way to install this library is [through composer](http://getcomp
```JSON
{
"require": {
"clue/asterisk-ami-react": "~0.1.0"
"clue/ami-react": "~0.2.0"
}
}
```
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "clue/asterisk-ami-react",
"name": "clue/ami-react",
"description": "Async, event-driven access to the Asterisk Manager Interface (AMI)",
"keywords": ["Asterisk Manager Interface", "AMI", "async", "react"],
"homepage": "https://github.com/clue/reactphp-asterisk-ami",
"homepage": "https://github.com/clue/php-ami-react",
"license": "MIT",
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1f9a07e

Please sign in to comment.