Skip to content

Commit 3763935

Browse files
authored
Merge pull request #3 from craftcodex/main
Adds support for Laravel 10
2 parents a99b54e + 8468ec0 commit 3763935

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A super simple package allowing for use MySQL `USE INDEX` and `FORCE INDEX` stat
99

1010
## Requirements
1111
- PHP `^7.4 | ^8.0`
12-
- Laravel 6, 7, 8 and 9
12+
- Laravel 6, 7, 8, 9 and 10
1313

1414
## Installation
1515

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"require": {
2020
"php": "^7.4 | ^8.0",
21-
"illuminate/support": "^6.0|^7.0|^8.0|^9.0"
21+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)