Skip to content

Commit 3d0dd80

Browse files
authored
Add Laravel 9 Support (glushkovds#9)
1 parent c150b08 commit 3d0dd80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"php": ">=7.1.0",
2121
"smi2/phpclickhouse": "^1.3",
2222
"the-tinderbox/clickhouse-builder": "^3.0|^4.0",
23-
"illuminate/support": "^7.0|^8.0",
24-
"illuminate/database": "^7.0|^8.0"
23+
"illuminate/support": "^7.0|^8.0|^9.0",
24+
"illuminate/database": "^7.0|^8.0|^9.0"
2525
},
2626
"suggest": {
2727
},

0 commit comments

Comments
 (0)