We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af7ab1 commit 728ae5aCopy full SHA for 728ae5a
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to `laravel-reporto` will be documented in this file.
4
5
+## 1.8 - 2024-05-10
6
+- Added support for Laravel 11
7
+- Upgraded actions/cache to v4
8
+
9
## 1.7 - 2024-01-02
10
- Added support for PHP 8.1 - 8.3
11
- Dropped support for PHP 7.3 - 7.4
composer.json
@@ -24,7 +24,7 @@
24
"require": {
25
"php": "^8.0",
26
"ext-json": "*",
27
- "laravel/framework": "^9.0|^10.0"
+ "laravel/framework": "^9.0|^10.0|^11.0"
28
},
29
"require-dev": {
30
"orchestra/testbench": "^8.0",
0 commit comments