Skip to content

Commit 384ce8d

Browse files
authored
Merge pull request #64 from maulayyacyber/master
add support to Laravel 11
2 parents b83863e + 7db3044 commit 384ce8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
}
99
],
1010
"require": {
11-
"php" : "^5.6|^7.0|^8.0|^8.1",
12-
"illuminate/support": "^5.1|^6.0|^7.0|^8.0|^9.0|^10.0"
11+
"php" : "^5.6|^7.0|^8.0|^8.1|^8.2",
12+
"illuminate/support": "^5.1|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
1313
},
1414
"autoload" : {
1515
"psr-4" : {

0 commit comments

Comments
 (0)