Skip to content

Commit

Permalink
Add Laravel 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkomarev committed Mar 27, 2023
1 parent 5020a60 commit b9b358a
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,16 @@
"docs": "https://github.com/cybercog/laravel-clickhouse"
},
"require": {
"php": "^7.4|^8.0",
"illuminate/console": "^8.75|^9.0",
"illuminate/contracts": "^8.75|^9.0",
"illuminate/filesystem": "^8.75|^9.0",
"illuminate/support": "^8.75|^9.0",
"php": "^8.0",
"illuminate/console": "^9.0|^10.1.3",
"illuminate/contracts": "^9.0|^10.1.3",
"illuminate/filesystem": "^9.0|^10.1.3",
"illuminate/support": "^9.0|^10.1.3",
"smi2/phpclickhouse": "^1.4"
},
"require-dev": {
"orchestra/testbench": "^6.0|^7.0"
"orchestra/testbench": "^7.0|^8.0",
"phpunit/phpunit": "^9.6"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b9b358a

Please sign in to comment.