Skip to content

Commit 674ace0

Browse files
committed
add support to Laravel 9.x
1 parent 428812f commit 674ace0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ composer test
206206
## Requirements
207207

208208
- PHP 8.1 or higher
209-
- Laravel 10, 11, or 12
209+
- Laravel 9, 10, 11, or 12
210210
- illuminate/support package
211211

212212
## Changelog

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"require": {
3939
"php": "^8.1",
40-
"illuminate/support": "^10.0|^11.0|^12.0"
40+
"illuminate/support": "^9.0|^10.0|^11.0|^12.0"
4141
},
4242
"minimum-stability": "stable",
4343
"prefer-stable": true,

0 commit comments

Comments
 (0)