Add Laravel 9+ support

This commit is contained in:
rjindael 2023-06-10 23:43:40 -07:00
parent a49390e437
commit a16589ef92
No known key found for this signature in database
GPG Key ID: D069369C906CCF31
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
},
"minimum-stability": "stable",
"require": {
"illuminate/support": ">=5.2|^6.0|^7.0|^8.0"
"illuminate/support": ">=5.2|^6.0|^7.0|^8.0|^9.0|^10.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0|^8.5",