Skip to content

Commit

Permalink
Replace dependency on laravel/octane by illuminate/http
Browse files Browse the repository at this point in the history
While the middleware is intended to be used with Laravel Octane, it actually is
completely agnostic to how Laravel is executed. It does not use any
Octane-specific functionality.

Drop the dependency to avoid keeping track of Octane updates. This also
implicitly cleans up quite a few dependencies from composer.lock.
  • Loading branch information
TimWolla committed Nov 6, 2024
1 parent 64bb5ac commit 63acef2
Show file tree
Hide file tree
Showing 2 changed files with 1,145 additions and 3,186 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"homepage": "https://github.com/tideways/laravel-octane-middleware",
"require": {
"php": "^8.0",
"laravel/octane": ">=0.1.0,<2.0"
"illuminate/http": "~8 || ~9 || ~10 || ~11"
},
"autoload": {
"psr-4": {"Tideways\\LaravelOctane\\": "src/"}
Expand Down
Loading

0 comments on commit 63acef2

Please sign in to comment.