Skip to content

Commit 0e067b6

Browse files
authored
Merge pull request #67 from kodjunkie/dev
chore: add support for laravel v12
2 parents edabb82 + a310ae2 commit 0e067b6

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
@@ -17,7 +17,7 @@
1717
},
1818
"require": {
1919
"php": "^7.0|^8.0",
20-
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
20+
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
2121
"guzzlehttp/guzzle": "^6.3|^7.0"
2222
},
2323
"require-dev": {

0 commit comments

Comments
 (0)