Skip to content

Commit f2f387a

Browse files
committed
Update dependencies for PHP 8.3 and Laravel 13 compatibility
1 parent 1eff11c commit f2f387a

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
| 10.0 | ^8.0 |
1818
| 11.0 | ^9.0 |
1919
| 12.0 | ^10.0 |
20+
| 13.0 | ^13.0 |
2021

2122
A package to send [gelf](http://docs.graylog.org/en/2.1/pages/gelf.html) logs to a gelf compatible backend like graylog. It is a Laravel wrapper for [bzikarsky/gelf-php](https://github.com/bzikarsky/gelf-php) package.
2223

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
"source": "https://github.com/hedii/laravel-gelf-logger"
2727
},
2828
"require": {
29-
"php": "^8.2",
29+
"php": "^8.3",
3030
"graylog2/gelf-php": "^2.0",
31-
"illuminate/log": "^12.0"
31+
"illuminate/log": "^13.0"
3232
},
3333
"require-dev": {
34-
"orchestra/testbench": "^10.0"
34+
"orchestra/testbench": "^11.0"
3535
},
3636
"autoload": {
3737
"psr-4": {

0 commit comments

Comments
 (0)