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:
Jepp9350
2025-02-19 12:00:16 +01:00
parent 143b024f78
commit 98879bf5b6
2 changed files with 1120 additions and 2 deletions
+9 -1
View File
@@ -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
}
}
}
+1111 -1
View File
File diff suppressed because it is too large Load Diff