Skip to content

Commit

Permalink
Remove explicit version from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adlawson committed Aug 5, 2014
1 parent 15202b1 commit 304c130
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,11 @@ It can be installed in whichever way you prefer, but we recommend [Composer][pac
```json
{
"require": {
"graze/monolog-extensions": "~1.5.0"
"graze/monolog-extensions": "*"
}
}
```

The extensions included with this library are:
- ErrorHandlerBuilder
- RaygunHandler

### ErrorHandlerBuilder usage
```php
<?php
Expand Down

0 comments on commit 304c130

Please sign in to comment.