Skip to content

Is there a stable version of the aws-sdk-php ? #2965

Discussion options

You must be logged in to vote

Hi @mhcwebdesign, thanks for reaching out. We are constantly delivering minor updates with new features or bug fixes, but as of now we have a stable GA major version which is 3.x.x Having latest updates from the PHP SDK package is important because is how you can benefit from new service features and bug fixes, but, you could also pin your version to any version you want. For example, if you are on 3.316.5 and that version supports PHP runtime 7.2.5 and over, which meets your requirements around PHP runtime support, then you could just lock that version in your composer file by changing your versioning rule for that dependency as in the following example:

{
    "name": "test/test-project",…

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by yenfryherrerafeliz
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants