File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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 &hellip ; 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.
Original file line number Diff line number Diff line change 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" : {
4343 },
4444 "extra" : {
4545 "branch-alias" : {
46- "dev-develop" : " 11 .x-dev"
46+ "dev-develop" : " 12 .x-dev"
4747 },
4848 "laravel" : {
4949 "providers" : [
You can’t perform that action at this time.
0 commit comments