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

master branch is incompatible with ZF2 #41

Closed mikel5 closed 8 years ago

mikel5 commented 8 years ago

The change made in https://github.com/aws/aws-sdk-php-zf2/pull/36 to the AwsModule\Factory\AwsFactory class is incompatible with ZF2 as the ZF2 Service Manager isn't an instance of Interop\Container\ContainerInterface

cjyclaire commented 8 years ago

@mikel5 thanks for reporting, I'm looking into the issue, could you use older version as work-around temporary?

mikel5 commented 8 years ago

Yes. I've set composer to use version 2.0.*

cjyclaire commented 8 years ago

Closing, PR is merged with composer update, if using ZF2 service manager < 2.7, please require 2.0.* instead. Feel free to reopen if you have further questions.