aws / aws-sdk-php-zf2

ZF2 module for using the AWS SDK for PHP to interact with AWS services like S3, DynamoDB, SQS, EC2, etc.
http://aws.amazon.com/sdkforphp/
Apache License 2.0
103 stars 63 forks source link

remove laminas/laminas-dependency-plugin requirement #73

Closed samsonasik closed 2 years ago

samsonasik commented 3 years ago

laminas/laminas-dependency-plugin should only used in project.

vincequeiroz commented 3 years ago

Could it be possible remove this dependency?

snapshotpl commented 3 years ago

@vincequeiroz yes, its required as migration tool

Saeven commented 2 years ago

Thanks for this PR @samsonasik

Yes, please remove this or at least upgrade it to ^2.2.0. Causing a number of issues.

jarrettj commented 2 years ago

+1

vincequeiroz commented 2 years ago

Could you help us, @howardlopez?

davidwindell commented 2 years ago

Please can someone merge this?

Saeven commented 2 years ago

@davidwindell not sure if this helps you, but I needed this for a Laminas project - forked and submitted to packagist: https://packagist.org/packages/saeven/laminas-aws-sdk

jarrettj commented 2 years ago

Been over a year 🤷🏾‍♂️

davidwindell commented 2 years ago

Thanks @Saeven, appreciate that, will switch to your fork. I guess AWS have abandoned this repo now.

stobrien89 commented 2 years ago

Hi all,

Apologies for the delay. I agree that this should probably be used at the project level. I'll merge and cut another release.

jarrettj commented 2 years ago

Yay! Thanks @stobrien89. Much appreciated. Maybe we as a community can also help if needed. Especially since we have apps depending on this module :)

davidwindell commented 2 years ago

@stobrien89 thanks however we can't use the module without the fork from @Saeven until PHP 8 support is added, is there any plans for that?