Skip to content

Commit

Permalink
Release 15.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Jul 7, 2021
1 parent 8c8b0a5 commit abcb84c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CHANGE LOG
==========


## V15.1 (UPCOMING)
## V15.1 (07/07/2021)

* Don't let Symfony mess with the JSON encoding options

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ Laravel Exceptions requires [PHP](https://php.net) 7.2-8.0. This particular vers
| 12.1 | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | :x: |
| 13.1 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :x: | :x: |
| 14.1 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: |
| 15.0 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: |
| 15.1 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: |

To get the latest version, simply require the project using [Composer](https://getcomposer.org):

```bash
$ composer require "graham-campbell/exceptions:^15.0"
$ composer require "graham-campbell/exceptions:^15.1"
```

Once installed, if you are not using automatic package discovery, then you need to register the `GrahamCampbell\Exceptions\ExceptionsServiceProvider` service provider in your `config/app.php`.
Expand Down

0 comments on commit abcb84c

Please sign in to comment.