Skip to content

Commit 25184ac

Browse files
committed
Update package name to promise-timer
1 parent 8b49282 commit 25184ac

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# clue/promise-timeout [![Build Status](https://travis-ci.org/clue/php-promise-timeout.svg?branch=master)](https://travis-ci.org/clue/php-promise-timeout)
1+
# clue/promise-timer [![Build Status](https://travis-ci.org/clue/php-promise-timer.svg?branch=master)](https://travis-ci.org/clue/php-promise-timer)
22

33
A trivial implementation of timeouts for `Promise`s, built on top of [React PHP](http://reactphp.org/).
44

@@ -11,7 +11,7 @@ The recommended way to install this library is [through composer](http://getcomp
1111
```JSON
1212
{
1313
"require": {
14-
"clue/promise-timeout": "dev-master"
14+
"clue/promise-timer": "dev-master"
1515
}
1616
}
1717
```

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "clue/promise-timeout",
2+
"name": "clue/promise-timer",
33
"description": "Trivial timeout implementation for Promises",
4-
"keywords": ["Promise", "timeout", "event-loop", "ReactPHP", "async"],
5-
"homepage": "https://github.com/clue/php-promise-timeout",
4+
"keywords": ["Promise", "timeout", "timer", "event-loop", "ReactPHP", "async"],
5+
"homepage": "https://github.com/clue/php-promise-timer",
66
"license": "MIT",
77
"authors": [
88
{

0 commit comments

Comments
 (0)