Skip to content

Commit 4bf5d89

Browse files
Add Laravel 13 support (#252)
1 parent 2a257ba commit 4bf5d89

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
},
3232
"require": {
3333
"php": "^8.2",
34-
"illuminate/contracts": "^11.0 || ^12.0",
35-
"illuminate/http": "^11.0 || ^12.0",
36-
"illuminate/support": "^11.0 || ^12.0",
34+
"illuminate/contracts": "^11.0 || ^12.0 || ^13.0",
35+
"illuminate/http": "^11.0 || ^12.0 || ^13.0",
36+
"illuminate/support": "^11.0 || ^12.0 || ^13.0",
3737
"ramsey/uuid": "^4.7",
3838
"symfony/property-access": "^7.1",
3939
"symfony/property-info": "^7.1",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)