Skip to content

Commit 9dd1ae5

Browse files
committed
chore: support laravel 10
1 parent 83d6aad commit 9dd1ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"require": {
2525
"php": ">=8.0",
2626
"doctrine/dbal": "^3.6",
27-
"illuminate/support": "^8.0|^9.0",
27+
"illuminate/support": "^8.0|^9.0|^10.0",
2828
"tightenco/parental": "^1.0"
2929
},
3030
"require-dev": {

0 commit comments

Comments
 (0)