Update dependencies in composer.lock
Added new library dependencies, including `beberlei/assert`, `illuminate/collections`, `mailersend/mailersend`, and others, to `composer.lock`. These updates ensure compatibility and improve functionality by integrating the latest versions of required packages.
This commit is contained in:
@@ -10,6 +10,14 @@
|
||||
"aws/aws-sdk-php": "^3.0",
|
||||
"predis/predis": "*",
|
||||
"phpmailer/phpmailer": "^6.9.2",
|
||||
"stripe/stripe-php": "^16.5"
|
||||
"stripe/stripe-php": "^16.5",
|
||||
"php-http/guzzle7-adapter": "^1.1",
|
||||
"nyholm/psr7": "^1.8",
|
||||
"mailersend/mailersend": "^0.28.0"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
"php-http/discovery": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Generated
+1111
-1
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user