Skip to content

Commit 1f9a07e

Browse files
committed
Merge pull request #12 from clue/rename
Rename package to "clue/ami-react"
2 parents bf8adfd + c748b27 commit 1f9a07e

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This file is a manually maintained list of changes for each release. Feel free
44
to add your changes here when sending pull requests. Also send corrections if
55
you spot any mistakes.
66

7+
## 0.2.0 (2014-07-20)
8+
9+
* Package renamed to "clue/ami-react"
10+
711
## 0.1.0 (2014-07-17)
812

913
* First tagged release

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 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)
1+
# clue/ami-react [![Build Status](https://travis-ci.org/clue/php-ami-react.svg?branch=master)](https://travis-ci.org/clue/php-ami-react)
22

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

@@ -198,7 +198,7 @@ The recommended way to install this library is [through composer](http://getcomp
198198
```JSON
199199
{
200200
"require": {
201-
"clue/asterisk-ami-react": "~0.1.0"
201+
"clue/ami-react": "~0.2.0"
202202
}
203203
}
204204
```

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "clue/asterisk-ami-react",
2+
"name": "clue/ami-react",
33
"description": "Async, event-driven access to the Asterisk Manager Interface (AMI)",
44
"keywords": ["Asterisk Manager Interface", "AMI", "async", "react"],
5-
"homepage": "https://github.com/clue/reactphp-asterisk-ami",
5+
"homepage": "https://github.com/clue/php-ami-react",
66
"license": "MIT",
77
"authors": [
88
{

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)