Problem/Motivation
Composer package nesbot/carbon has a security update.
Composer package ohdearapp/ohdear-php-sdk, requires nesbot/carbon.
ohdearapp/ohdear-php-sdk:^3.10.1 has dropped the depencency on nesbot/carbon.
Proposed resolution
Update our requirements so that it is impossible to install an insecure version.
This is just a precaution, mostly to prevent confusion / warning messages; I haven't looked into the details of the security issue but it's unlikely to affect us because nesbot/carbon is hardly being used.
This change will make no difference for people who have installed / update composer packages regularly, without the --prefer-lowest flag.
How to update: instead of requiring a minimum nesbot/carbon, just update to minimum ^3.10.1 which doesn't need it.
Issue fork ohdear_integration-3498786
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
roderikComment #4
roderikUsed gitlab code editor for the first time.
Comment #5
roderikComment #6
useernamee commentedCode looks good & tests are passing.
RTBC
Will merge and create a release.
Comment #7
useernamee commentedComment #9
useernamee commentedmerged