Skip to content

Commit d150ee8

Browse files
Update composer.json
Added support for laravel 9.
1 parent b6e949b commit d150ee8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@
4141
"require": {
4242
"php": "^8.0",
4343
"laravel/scout": "^8.0|^9.0",
44-
"illuminate/bus": "^7.0|^8.0",
45-
"illuminate/contracts": "^7.0|^8.0",
46-
"illuminate/database": "^7.0|^8.0",
47-
"illuminate/pagination": "^7.0|^8.0",
48-
"illuminate/queue": "^7.0|^8.0",
49-
"illuminate/support": "^7.0|^8.0",
44+
"illuminate/bus": "^7.0|^8.0|^9.0",
45+
"illuminate/contracts": "^7.0|^8.0|^9.0",
46+
"illuminate/database": "^7.0|^8.0|^9.0",
47+
"illuminate/pagination": "^7.0|^8.0|^9.0",
48+
"illuminate/queue": "^7.0|^8.0|^9.0",
49+
"illuminate/support": "^7.0|^8.0|^9.0",
5050
"typesense/typesense-php": "^4.0"
5151
},
5252
"config": {

0 commit comments

Comments
 (0)