Skip to content

Commit d97ffa2

Browse files
authored
Merge pull request #4 from dkmonaghan/laravel-11
Compatibility with Laravel 11
2 parents 3763935 + bd71287 commit d97ffa2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
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, 9 and 10
12+
- Laravel 6, 7, 8, 9, 10, and 11
1313

1414
## Installation
1515

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^7.4 | ^8.0",
21-
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0"
20+
"php": "^7.4|^8.0",
21+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)