Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Added support for laravel 9.
  • Loading branch information
AbdullahFaqeir committed Feb 15, 2022
1 parent b6e949b commit d150ee8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
"require": {
"php": "^8.0",
"laravel/scout": "^8.0|^9.0",
"illuminate/bus": "^7.0|^8.0",
"illuminate/contracts": "^7.0|^8.0",
"illuminate/database": "^7.0|^8.0",
"illuminate/pagination": "^7.0|^8.0",
"illuminate/queue": "^7.0|^8.0",
"illuminate/support": "^7.0|^8.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",
"typesense/typesense-php": "^4.0"
},
"config": {
Expand Down

0 comments on commit d150ee8

Please sign in to comment.