Skip to content

Commit 6bc892b

Browse files
committed
Laravel 12 support
1 parent 8731f89 commit 6bc892b

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Logging and Notifications for Laravel Console Commands.
1717

1818
| Laravel | Console Logger |
1919
|---------|---------------------------------------------------------------------------|
20+
| 12.x | [12.x](https://github.com/dmitry-ivanov/laravel-console-logger/tree/12.x) |
2021
| 11.x | [11.x](https://github.com/dmitry-ivanov/laravel-console-logger/tree/11.x) |
2122
| 10.x | [10.x](https://github.com/dmitry-ivanov/laravel-console-logger/tree/10.x) |
2223
| 9.x | [9.x](https://github.com/dmitry-ivanov/laravel-console-logger/tree/9.x) |

composer.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@
1313
}],
1414
"require": {
1515
"php": "^8.2",
16-
"illuminate/console": "^11.0",
17-
"illuminate/support": "^11.0",
18-
"illuminated/helper-functions": "^11.0",
16+
"illuminate/console": "^12.0",
17+
"illuminate/support": "^12.0",
18+
"illuminated/helper-functions": "^12.0",
1919
"monolog/monolog": "^3.0",
2020
"psr/http-message": "^1.0",
2121
"psr/log": "^1.0|^2.0|^3.0",
22-
"symfony/finder": "^7.0.3"
22+
"symfony/finder": "^7.2"
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "^11.3.6",
25+
"phpunit/phpunit": "^11.5.3",
2626
"mockery/mockery": "^1.6.10",
2727
"guzzlehttp/guzzle": "^7.8.2",
28-
"orchestra/testbench": "^9.11.2",
29-
"illuminated/testing-tools": "^11.0"
28+
"orchestra/testbench": "^10.0",
29+
"illuminated/testing-tools": "^12.0"
3030
},
3131
"autoload": {
3232
"files": [

0 commit comments

Comments
 (0)