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

Relax version constraint for zend-session in composer.json (php 7.2) #51

Closed alexdenvir closed 6 years ago

alexdenvir commented 6 years ago

composer.json is currently locking zend-session to 2.7.*

zend-session releases from 2.8 have been adding support for php 7.2

I recommend changing this constraint to ^2.7

kstich commented 6 years ago

Resolved via #52