Skip to content

Commit 27b93b3

Browse files
authored
Merge pull request #140 from jonnott/patch-1
add Laravel 10 support
2 parents 4d8855c + 677eafb commit 27b93b3

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
@@ -23,7 +23,7 @@
2323
],
2424
"require": {
2525
"php": ">=7.2|^8.0",
26-
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
26+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
2727
"rollbar/rollbar": "^2.0 | ^3.1"
2828
},
2929
"require-dev": {

0 commit comments

Comments
 (0)