Downgrade SDK for Laravel 9-10 compatibility
This commit is contained in:
@@ -15,14 +15,14 @@
|
||||
"source": "https://git.leadmagnet.dev/LeadMagnet/leadmail-sdk"
|
||||
},
|
||||
"require": {
|
||||
"php": "^8.2",
|
||||
"php": "^8.1",
|
||||
"guzzlehttp/guzzle": "^7.0",
|
||||
"illuminate/mail": "^11.0|^12.0",
|
||||
"illuminate/support": "^11.0|^12.0"
|
||||
"illuminate/mail": "^9.0|^10.0",
|
||||
"illuminate/support": "^9.0|^10.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"orchestra/testbench": "^9.0|^10.0",
|
||||
"pestphp/pest": "^3.0|^4.0"
|
||||
"orchestra/testbench": "^7.0|^8.0",
|
||||
"pestphp/pest": "^1.0|^2.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
||||
Reference in New Issue
Block a user