-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Major bump for laravel support. (#28)
* Add support for Laravel 11, drop support for 8+9 * Major bump: Support laravel by extending illuminate handler * Major bump: Support laravel by extending illuminate handler
- Loading branch information
1 parent
6c67de1
commit 2caa89c
Showing
2 changed files
with
4 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,23 +5,13 @@ | |
"license": "MIT", | ||
"minimum-stability": "dev", | ||
"prefer-stable": true, | ||
"authors": [ | ||
{ | ||
"name": "Nikolaj Boel Jensen", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Ole Kallehave", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"php": "^8.2", | ||
"cego/filebeat-logger": "^2.0.6", | ||
"illuminate/support": "^10.0|^11.0", | ||
"illuminate/contracts": "^10.0|^11.0", | ||
"illuminate/support": "^11.0", | ||
"illuminate/contracts": "^11.0", | ||
"ext-json": "*", | ||
"illuminate/http": "^10.0|^11.0", | ||
"illuminate/http": "^11.0", | ||
"matomo/device-detector": "^6.2" | ||
}, | ||
"require-dev": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters