Added support for Laravel 11.

This commit is contained in:
Leonid Nikitin 2024-04-02 22:34:43 +05:00
parent 032185b52c
commit 5faadf1eae
Signed by: kor-elf
GPG Key ID: 3C0F720C170F6E1D

View File

@ -19,7 +19,7 @@
],
"require": {
"php": "^8.2",
"illuminate/support": "^10.0",
"illuminate/support": "^10.0|^11.0",
"guzzlehttp/guzzle": "^7.0.1"
},
"extra": {