Skip to content

Commit 7c2aa76

Browse files
Copilotstevebauman
andcommitted
Add Laravel 13 compatibility
Co-authored-by: stevebauman <6421846+stevebauman@users.noreply.github.com>
1 parent 9bf2352 commit 7c2aa76

2 files changed

Lines changed: 9754 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
"email": "steven_bauman@outlook.com"
2424
}
2525
],
26-
"required": {
26+
"require": {
2727
"fakerphp/faker": "^1.0",
28-
"illuminate/collections": "^9.0|^10.0|^11.0|^12.0"
28+
"illuminate/collections": "^9.0|^10.0|^11.0|^12.0|^13.0"
2929
},
3030
"require-dev": {
3131
"laravel/pint": "^1.0",
3232
"pestphp/pest": "^1.0|^2.0|^3.0",
33-
"orchestra/testbench": "^7.0|^8.0|^9.0|^10.0"
33+
"orchestra/testbench": "^7.0|^8.0|^9.0|^10.0|^11.0"
3434
},
3535
"config": {
3636
"allow-plugins": {

0 commit comments

Comments
 (0)