Skip to content

Commit

Permalink
1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenDeDauw committed Apr 8, 2019
1 parent 03ac5e1 commit 7753a74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ the [Semantic MediaWiki][smw] code base and is now being deployed as independent

## Requirements

PHP 5.6 or later
PHP 5.6.99 or later

## Installation

Expand All @@ -32,6 +32,7 @@ The message reporter specifies `MessageReporter` and `MessageReporterAware` as a
- `ObservableMessageReporter`
- `NullMessageReporter`
- `SpyMessageReporter`
- `CallbackMessageReporter`

```php
use Onoi\MessageReporter\MessageReporterFactory;
Expand Down Expand Up @@ -112,7 +113,7 @@ You can also invoke PHPUnit directly to pass it arguments, as follows

## Release notes

* 1.4.0 (2019-04-07)
* 1.4.0 (2019-04-08)
- Added `CallbackMessageReporter`
- Changed minimum PHP version to 5.6.99

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"type": "library",
"description": "An interface to report and relay arbitrary messages to registered handlers",
"keywords": [
"messages"
"messages",
"reporter"
],
"homepage": "https://github.com/onoi/message-reporter",
"license": "GPL-2.0-or-later",
Expand Down

0 comments on commit 7753a74

Please sign in to comment.