Skip to content

Commit

Permalink
Added support for laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
myckhel authored May 12, 2024
1 parent 34a5d00 commit 4e3f028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"require": {
"php": "^8.1",
"illuminate/support": "^10",
"illuminate/support": "^10|~11",
"nesbot/carbon": "^2.50"
},
"scripts": {
Expand Down Expand Up @@ -54,4 +54,4 @@
"pestphp/pest-plugin": true
}
}
}
}

0 comments on commit 4e3f028

Please sign in to comment.