Skip to content

Commit bc0a96b

Browse files
authored
Update composer.json
1 parent 68e546e commit bc0a96b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
],
1313
"require": {
1414
"php": "^8.0",
15-
"illuminate/contracts": "^9.0",
16-
"illuminate/support": "^9.0",
17-
"illuminate/database": "^9.0",
15+
"illuminate/contracts": "^9.0|^10.0",
16+
"illuminate/support": "^9.0|^10.0",
17+
"illuminate/database": "^9.0|^10.0",
1818
"brick/money": "^0.8.0"
1919
},
2020
"require-dev": {},
@@ -31,4 +31,4 @@
3131
"config": {
3232
"sort-packages": true
3333
}
34-
}
34+
}

0 commit comments

Comments
 (0)