fix: pin psr/http-message ^1.0 and guzzlehttp/psr7 ^1.4 to fix PsrStream __toString incompatibility

This commit is contained in:
Frank John Begornia
2026-04-17 13:13:42 +08:00
parent 1e62654a02
commit 43f365112f
2 changed files with 26 additions and 91 deletions

View File

@@ -13,7 +13,9 @@
"spatie/laravel-analytics": "^1.4",
"league/flysystem-sftp": "^1.0",
"league/flysystem-aws-s3-v3": "~1.0",
"aws/aws-sdk-php": "~3.0"
"aws/aws-sdk-php": "~3.0",
"psr/http-message": "^1.0",
"guzzlehttp/psr7": "^1.4"
},
"require-dev": {
"phpunit/phpunit": "~4.0",