Skip to content

Commit

Permalink
Merge pull request #16 from tideways/remove-octane-dependency
Browse files Browse the repository at this point in the history
Replace dependency on `laravel/octane` by `illuminate/http`
  • Loading branch information
TimWolla authored Nov 7, 2024
2 parents 64bb5ac + 63acef2 commit f6c54d7
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 f6c54d7

Please sign in to comment.