Skip to content
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

Merged
merged 6 commits into from
Apr 6, 2024
Merged

Update composer Libs #6902

merged 6 commits into from
Apr 6, 2024

Conversation

DawoudIO
Copy link
Contributor

@DawoudIO DawoudIO commented Mar 8, 2024

Description & Issue number it closes

Update composer packages to latest version

@DawoudIO DawoudIO added this to the 6.7.0 milestone Mar 8, 2024
@@ -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",
Copy link
Contributor

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?

Copy link
Contributor

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.

Copy link
Contributor Author

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

Copy link
Contributor

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

Copy link
Contributor

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

@DawoudIO DawoudIO modified the milestones: 6.7.0, 5.7.0 Mar 8, 2024
@DAcodedBEAT DAcodedBEAT added the php Pull requests that update Php code label Mar 8, 2024
@DawoudIO
Copy link
Contributor Author

DawoudIO commented Apr 3, 2024

can we merge this if it is harmless it is good to know we have a new min version

@DAcodedBEAT
Copy link
Contributor

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

@DAcodedBEAT DAcodedBEAT force-pushed the php-composer-update branch from 771ddf0 to 1929cd8 Compare April 3, 2024 21:17
Copy link
Contributor

@DAcodedBEAT DAcodedBEAT left a 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",
Copy link
Contributor

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

@DawoudIO DawoudIO requested a review from a team as a code owner April 6, 2024 16:23
@DawoudIO DawoudIO requested review from grayeul and DAcodedBEAT and removed request for a team April 6, 2024 16:23
@DawoudIO
Copy link
Contributor Author

DawoudIO commented Apr 6, 2024

ok updated and checked in the .lock file

@grayeul
Copy link
Contributor

grayeul commented Apr 6, 2024

LGTM - except the branch is currently out of date (behind) and needs to be updated from latest master before merging.

@DawoudIO DawoudIO merged commit 93b68be into master Apr 6, 2024
4 checks passed
@DawoudIO DawoudIO deleted the php-composer-update branch April 6, 2024 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Package Dependencies php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants