Skip to content

Commit a3db160

Browse files
authored
Merge pull request #18 from hsleewis/L12-support
Laravel V12 Support
2 parents 8643efb + 2678cbf commit a3db160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": "^7.3|^8.0",
2020
"helpscout/api": "~3.0",
21-
"illuminate/support": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
21+
"illuminate/support": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0"
2222
},
2323
"require-dev": {
2424
"phpunit/phpunit": "^8.0",

0 commit comments

Comments
 (0)