Skip to content

Commit 9e2c93f

Browse files
Add Laravel 11 support
1 parent cc646f1 commit 9e2c93f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"require": {
2121
"php": "^8.0",
22-
"illuminate/support": "^9.0||^10.0"
22+
"illuminate/support": "^10.0||^11.0"
2323
},
2424
"require-dev": {
2525
"orchestra/testbench": "^7.0||^8.0",
@@ -35,4 +35,4 @@
3535
"ProAI\\Inheritance\\Tests\\": "tests/"
3636
}
3737
}
38-
}
38+
}

0 commit comments

Comments
 (0)