Skip to content

Commit 9a65d23

Browse files
committed
Require at least Laravel 8.45 for conditional trait.
1 parent 5a575ce commit 9a65d23

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
@@ -22,9 +22,9 @@
2222
"php": "^7.4 || ^8.0",
2323
"ext-json": "*",
2424
"guzzlehttp/guzzle": "^7.0",
25-
"illuminate/contracts": "8 - 9",
26-
"illuminate/notifications": "8 - 9",
27-
"illuminate/support": "8 - 9"
25+
"illuminate/contracts": "8.45 - 9",
26+
"illuminate/notifications": "8.45 - 9",
27+
"illuminate/support": "8.45 - 9"
2828
},
2929
"require-dev": {
3030
"mockery/mockery": "^1.4",

0 commit comments

Comments
 (0)