Add Laravel 13 support

Bump illuminate/mail and illuminate/support to ^11.0|^12.0|^13.0, testbench to allow ^11.0, and update README requirements.
This commit is contained in:
netlas
2026-06-08 21:14:09 +03:00
parent 546496992c
commit bf8aac48e6
2 changed files with 4 additions and 4 deletions

View File

@@ -17,11 +17,11 @@
"require": {
"php": "^8.2",
"guzzlehttp/guzzle": "^7.0",
"illuminate/mail": "^11.0|^12.0",
"illuminate/support": "^11.0|^12.0"
"illuminate/mail": "^11.0|^12.0|^13.0",
"illuminate/support": "^11.0|^12.0|^13.0"
},
"require-dev": {
"orchestra/testbench": "^9.0|^10.0",
"orchestra/testbench": "^9.0|^10.0|^11.0",
"pestphp/pest": "^3.0|^4.0"
},
"autoload": {