Skip to content

Commit 119ecaa

Browse files
committed
feat: add laravel 13 support. Expand illuminate/contracts and illuminate/collections version constraints to include ^13.0.
1 parent e1d13d8 commit 119ecaa

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)