Skip to content

Commit b60eb64

Browse files
committed
Update min. Laravel version
1 parent 36c6446 commit b60eb64

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ However, currently there are also some disadvantages (feel free to contribute!):
2323

2424
## Installation
2525

26-
This package requires Laravel 9+.
26+
This package requires Laravel 9.33+.
2727
You can install the package via composer:
2828

2929
```bash

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
],
1919
"require": {
2020
"php": "^8.1",
21-
"illuminate/config": "^9.0|^10.0",
22-
"illuminate/contracts": "^9.0|^10.0",
23-
"illuminate/database": "^9.0|^10.0",
24-
"illuminate/queue": "^9.0|^10.0",
25-
"illuminate/routing": "^9.0|^10.0",
26-
"illuminate/support": "^9.0|^10.0",
27-
"illuminate/view": "^9.0|^10.0",
21+
"illuminate/config": "^9.33|^10.0",
22+
"illuminate/contracts": "^9.33|^10.0",
23+
"illuminate/database": "^9.33|^10.0",
24+
"illuminate/queue": "^9.33|^10.0",
25+
"illuminate/routing": "^9.33|^10.0",
26+
"illuminate/support": "^9.33|^10.0",
27+
"illuminate/view": "^9.33|^10.0",
2828
"spatie/laravel-package-tools": "^1.0"
2929
},
3030
"require-dev": {

0 commit comments

Comments
 (0)