Skip to content

Commit 31da2ff

Browse files
committed
Update: allow Laravel 10
1 parent bbdc580 commit 31da2ff

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
@@ -19,7 +19,7 @@
1919
],
2020
"require": {
2121
"php": "^8.0",
22-
"illuminate/support": "^7.0|^8.0|^9.0"
22+
"illuminate/support": "^7.0|^8.0|^9.0|^10.0"
2323
},
2424
"require-dev": {
2525
"friendsofphp/php-cs-fixer": "^3.2",

0 commit comments

Comments
 (0)