Skip to content

Commit

Permalink
adding Laravel 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Frédéric Bollon committed Nov 7, 2024
1 parent c848638 commit 0448827
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@

All notable changes to `lara-custom-error-pages` will be documented in this file.

## Initial release - 2022-07-22

Errors 401, 403, 404, 419, 429, 500, 503 are supported.
## 1.2.0 - 2024-10-31

- add Laravel 11.x support.

## 1.1.0 - 2024-01-08

- add Laravel 10.x support.

## Initial release - 2022-07-22

Errors 401, 403, 404, 419, 429, 500, 503 are supported.


4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.1|^8.2",
"spatie/laravel-package-tools": "^1.9.2",
"illuminate/contracts": "^9.0|^10.0"
"illuminate/contracts": "^9.0|^10.0|^11.0"
},
"require-dev": {
"laravel/pint": "^1.0",
Expand Down

0 comments on commit 0448827

Please sign in to comment.