Skip to content

Commit 7789373

Browse files
authored
Laravel 10 compatability (#12)
1 parent cb90a02 commit 7789373

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": "^7.2.5|^8.0",
22-
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
22+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
2323
"simshaun/recurr": "^4.0|^5.0"
2424
},
2525
"require-dev": {

0 commit comments

Comments
 (0)