Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into tests
# Conflicts:
#	composer.json
  • Loading branch information
karakhanyans committed Feb 27, 2023
commit d4197e696c698defab0e999ce619837db82ec076
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
"require": {
"php": "^8.0",
"laravel/scout": "^8.0|^9.0",
"illuminate/bus": "^7.0|^8.0|^9.0",
"illuminate/contracts": "^7.0|^8.0|^9.0",
"illuminate/database": "^7.0|^8.0|^9.0",
"illuminate/pagination": "^7.0|^8.0|^9.0",
"illuminate/queue": "^7.0|^8.0|^9.0",
"illuminate/support": "^7.0|^8.0|^9.0",
"illuminate/bus": "^7.0|^8.0|^9.0|^10.0",
"illuminate/contracts": "^7.0|^8.0|^9.0|^10.0",
"illuminate/database": "^7.0|^8.0|^9.0|^10.0",
"illuminate/pagination": "^7.0|^8.0|^9.0|^10.0",
"illuminate/queue": "^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
"typesense/typesense-php": "^4.0",
"symfony/http-client": "^5.4"
},
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.