Skip to content

Commit 05d7e3a

Browse files
committed
Laravel 9 support
1 parent 1ed20aa commit 05d7e3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"php": "^8.0",
2020
"ext-rdkafka": "*",
2121
"ensi/laravel-phprdkafka": "^0.2",
22-
"illuminate/contracts": "^7.30 || ^8.37",
23-
"illuminate/pipeline": "^7.30 || ^8.37",
24-
"illuminate/support": "^7.30 || ^8.37"
22+
"illuminate/contracts": "^8.37 || ^9.0",
23+
"illuminate/pipeline": "^8.37 || ^9.0",
24+
"illuminate/support": "^8.37 || ^9.0"
2525
},
2626
"require-dev": {
2727
"brianium/paratest": "^6.2",

0 commit comments

Comments
 (0)