-
Notifications
You must be signed in to change notification settings - Fork 461
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update composer Libs #6902
Update composer Libs #6902
Conversation
@@ -46,28 +46,28 @@ | |||
"ext-session": "*", | |||
"ext-zip": "*", | |||
"ext-zlib": "*", | |||
"azuyalabs/yasumi": "^2.4.0", | |||
"defuse/php-encryption": "^2.3.1", | |||
"azuyalabs/yasumi": "^2.7.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updating composer.json
is not enough to update dependencies. Is there an associated composer.lock
update?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually, it looks like many of these are already updated in /~https://github.com/ChurchCRM/CRM/blob/master/src/composer.lock - this change shouldn't be necessary.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
correct as we use ^ to get the latest, this is to just keep it updated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
right, but this change doesn't actually have any composer lib updates since composer.lock
isn't updated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changes in the composer.json
doesn't line up with the composer.lock
can we merge this if it is harmless it is good to know we have a new min version |
sure, though this really isn't providing anything different than what the repository already has |
771ddf0
to
1929cd8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Try running composer update --lock
@@ -46,28 +46,28 @@ | |||
"ext-session": "*", | |||
"ext-zip": "*", | |||
"ext-zlib": "*", | |||
"azuyalabs/yasumi": "^2.4.0", | |||
"defuse/php-encryption": "^2.3.1", | |||
"azuyalabs/yasumi": "^2.7.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changes in the composer.json
doesn't line up with the composer.lock
ok updated and checked in the .lock file |
LGTM - except the branch is currently out of date (behind) and needs to be updated from latest master before merging. |
Description & Issue number it closes
Update composer packages to latest version