Skip to content

Commit 9bf1714

Browse files
Release 17.2.0
1 parent dd1001b commit 9bf1714

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ CHANGE LOG
22
==========
33

44

5-
## V17.2 (17/03/2024)
5+
## V17.2 (02/03/2025)
66

7+
* Added PHP 8.4 support
78
* Added Laravel 11 support
89

910

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ This version requires [PHP](https://www.php.net/) 7.4-8.4 and supports [Laravel]
2626
| 14.1 | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: |
2727
| 15.2 | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | :x: |
2828
| 16.0 | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :x: | :x: |
29-
| 17.3 | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
29+
| 17.2 | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
3030

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

3333
```bash
34-
$ composer require "graham-campbell/exceptions:^17.3"
34+
$ composer require "graham-campbell/exceptions:^17.2"
3535
```
3636

3737
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)