Skip to content

Commit d666a1d

Browse files
authored
fix: dependency reference #6
2 parents 3dc1c22 + bd0bbfb commit d666a1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"require": {
77
"php": "^7.1||^8.1||^8.2",
88
"ext-json": "*",
9-
"laravel/laravel": "^6.20||^7.30||^8.83||^9.52||^10.3"
9+
"illuminate/contracts": "^6.20||^7.30||^8.83||^9.52||^10.3",
10+
"illuminate/support": "^6.20||^7.30||^8.83||^9.52||^10.3"
1011
},
1112
"license": "MIT",
1213
"autoload": {

0 commit comments

Comments
 (0)