Skip to content

Commit 79f4d61

Browse files
authored
Merge pull request #796 from felipereisdev/master
[Feature] add laravel 13 support
2 parents e1d13d8 + 119ecaa commit 79f4d61

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"psr/log": "*",
3737
"nesbot/carbon": "*",
3838
"psr/simple-cache": "^1.0|^2.0|^3.0",
39-
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0|^12.0",
40-
"illuminate/collections": "^8.0|^9.0|^10.0|^11.0|^12.0"
39+
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0|^12.0|^13.0",
40+
"illuminate/collections": "^8.0|^9.0|^10.0|^11.0|^12.0|^13.0"
4141
},
4242
"require-dev": {
4343
"phpunit/phpunit": "^9.0",

0 commit comments

Comments
 (0)