Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
feat: support laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikheil committed Mar 23, 2023
1 parent 7f4597c commit 9a437ab
Show file tree
Hide file tree
Showing 6 changed files with 921 additions and 841 deletions.
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use flake
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
vendor/
.devspace/
.idea/
.idea/
.vscode/
.direnv/
vendor/
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"minimum-stability": "stable",
"require": {
"php": "^8.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
"cloudevents/sdk-php": "^1.0",
"mateusjunges/laravel-kafka": "^1.8"
},
Expand Down
Loading

0 comments on commit 9a437ab

Please sign in to comment.