Skip to content

Commit 07b5fee

Browse files
authored
Merge pull request #28 from RubinNederlof/master
add compatibility with laravel 9 and 10
2 parents f672210 + 74bca61 commit 07b5fee

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
@@ -14,7 +14,7 @@
1414
],
1515
"require": {
1616
"php": ">=5.5.9",
17-
"illuminate/support": "^5.5|^6.0|^7.0|^8.0"
17+
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0"
1818
},
1919
"autoload": {
2020
"files": [

0 commit comments

Comments
 (0)