Skip to content

Commit abcb84c

Browse files
Release 15.1.0
1 parent 8c8b0a5 commit abcb84c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ CHANGE LOG
22
==========
33

44

5-
## V15.1 (UPCOMING)
5+
## V15.1 (07/07/2021)
66

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ Laravel Exceptions requires [PHP](https://php.net) 7.2-8.0. This particular vers
3030
| 12.1 | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | :x: |
3131
| 13.1 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :x: | :x: |
3232
| 14.1 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: |
33-
| 15.0 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: |
33+
| 15.1 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: |
3434

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

3737
```bash
38-
$ composer require "graham-campbell/exceptions:^15.0"
38+
$ composer require "graham-campbell/exceptions:^15.1"
3939
```
4040

4141
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`.

0 commit comments

Comments
 (0)