fix: pin psr/http-message ^1.0 and guzzlehttp/psr7 ^1.4 to fix PsrStream __toString incompatibility
All checks were successful
Deploy Production (crewsportswear.com) / deploy (push) Successful in 2m18s

This commit is contained in:
Frank John Begornia
2026-04-17 13:13:42 +08:00
parent 0fe2e2bae6
commit 2e44012b8c
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",