Skip to content

Commit 728ae5a

Browse files
committed
feat: Added support for Laravel 11
1 parent 9af7ab1 commit 728ae5a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## 1.8 - 2024-05-10
6+
- Added support for Laravel 11
7+
- Upgraded actions/cache to v4
8+
59
## 1.7 - 2024-01-02
610
- Added support for PHP 8.1 - 8.3
711
- Dropped support for PHP 7.3 - 7.4

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"require": {
2525
"php": "^8.0",
2626
"ext-json": "*",
27-
"laravel/framework": "^9.0|^10.0"
27+
"laravel/framework": "^9.0|^10.0|^11.0"
2828
},
2929
"require-dev": {
3030
"orchestra/testbench": "^8.0",

0 commit comments

Comments
 (0)