Skip to content

Commit

Permalink
1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mwjames committed Jan 24, 2015
1 parent 8af3f70 commit 483dc32
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ or to execute `composer require onoi/message-reporter:~1.0`.

## Usage

The message reporter interface for all interactions is specified by `Onoi\MessageReporter\MessageReporter`.
The message reporter specifies `Onoi\MessageReporter\MessageReporter` as an interface for all interactions with a set of supporting classes:
- `MessageReporterFactory`
- `ObservableMessageReporter`
- `NullMessageReporter`

```php
class Bar {
Expand Down Expand Up @@ -92,7 +95,7 @@ The library provides unit tests that covers the core-functionality normally run

### Release notes

* 1.0.0 initial release (2015-01-X)
* 1.0.0 initial release (2015-01-24)

## License

Expand Down

0 comments on commit 483dc32

Please sign in to comment.