s3-objects-stream-zip-php
s3-objects-stream-zip-php copied to clipboard
Update guzzle and phpunit to latest version
Hi! I needed to update guzzle to 7.0 to use it in my project and also I modified the constructor so it can accept a custom ArchiveOptions so I can set for example setSendHttpHeaders method. There is another option that is to pass an array and create the setters of ArchiveOptions inside de constructor.
I found very diffcult to test the constructor, inside s3Client method its makes a connection to S3 so without property key and secret its difficult to continue the flow.
Any chance an update like this can get merged? Guzzle 7 is Laravel's default at the moment.
Any change an update like this can get merged? Guzzle 7 is Laravel's default at the moment.
Yeap, I'll take a look.