Skip to content

Commit fceb32c

Browse files
committed
support for laravel12
1 parent 806498d commit fceb32c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Feel free to check out the [releases](https://github.com/ARCANEDEV/LogViewer/rel
2323
## Features
2424

2525
- A great Log viewer API.
26-
- Laravel `5.x` to `11.x` are supported.
26+
- Laravel `5.x` to `12.x` are supported.
2727
- Ready to use (Views, Routes, controllers … Out of the box) [Note: No need to publish assets]
2828
- View, paginate, filter, download and delete logs.
2929
- Load a custom logs storage path.

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
"require": {
1717
"php": "^8.2",
1818
"ext-json": "*",
19-
"arcanedev/support": "^11.0",
19+
"arcanedev/support": "^11.0|^12.0",
2020
"psr/log": "^1.0|^2.0|^3.0"
2121
},
2222
"require-dev": {
23-
"laravel/framework": "^11.0",
23+
"laravel/framework": "^11.0|^12.0",
2424
"mockery/mockery": "^1.6",
25-
"orchestra/testbench-core": "^9.0",
26-
"phpunit/phpunit": "^10.5"
25+
"orchestra/testbench-core": "^9.0|^10.0",
26+
"phpunit/phpunit": "^10.5|^11.0"
2727
},
2828
"autoload": {
2929
"psr-4": {
@@ -43,7 +43,7 @@
4343
},
4444
"extra": {
4545
"branch-alias": {
46-
"dev-develop": "11.x-dev"
46+
"dev-develop": "12.x-dev"
4747
},
4848
"laravel": {
4949
"providers": [

0 commit comments

Comments
 (0)