Skip to content

Commit

Permalink
Merge pull request #53 from patriziotomato/laravel12
Browse files Browse the repository at this point in the history
Added support for Laravel 12
  • Loading branch information
hedii authored Feb 25, 2025
2 parents 451adf8 + 25f2d86 commit 8784219
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ '8.2' ]
php-versions: [ '8.2', '8.3', '8.4' ]
name: Testing on PHP ${{ matrix.php-versions }}
steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
| 9.0 | ^7.0 |
| 10.0 | ^8.0 |
| 11.0 | ^9.0 |
| 12.0 | ^10.0 |

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.

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"require": {
"php": "^8.2",
"graylog2/gelf-php": "^2.0",
"illuminate/log": "^11.0"
"illuminate/log": "^12.0"
},
"require-dev": {
"orchestra/testbench": "^9.0"
"orchestra/testbench": "^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 8784219

Please sign in to comment.