Skip to content

Commit

Permalink
feat: Added support for Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
DevDavido committed May 10, 2024
1 parent 9af7ab1 commit 728ae5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `laravel-reporto` will be documented in this file.

## 1.8 - 2024-05-10
- Added support for Laravel 11
- Upgraded actions/cache to v4

## 1.7 - 2024-01-02
- Added support for PHP 8.1 - 8.3
- Dropped support for PHP 7.3 - 7.4
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"require": {
"php": "^8.0",
"ext-json": "*",
"laravel/framework": "^9.0|^10.0"
"laravel/framework": "^9.0|^10.0|^11.0"
},
"require-dev": {
"orchestra/testbench": "^8.0",
Expand Down

0 comments on commit 728ae5a

Please sign in to comment.