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 to create an installable set on modern instances #24

Merged
merged 3 commits into from
Oct 19, 2023

Conversation

jkeasley
Copy link
Contributor

@jkeasley jkeasley commented Oct 18, 2023

This commit updates the composer file to set the platform to be php 7.4.3 to allow the package set to be installed on modern machines running recent versions of php (eg php 8.2)

to test:
download the code locally and ensure that composer install completes as expected.

  • Version number has been bumped

Copy link
Contributor

@snim2 snim2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we say 7.4 here, just in case devs have different patch versions locally?

@jkeasley
Copy link
Contributor Author

yep, done 👍

This commit updates the composer file to set the platform to be
php 7.4.3 to allow the package set to be installed on modern machines
running recent versions of php (eg php 8.2)

to test:
download the code locally and ensure that composer install completes
as expected.
@jkeasley jkeasley force-pushed the chore/update-composer-to-installable-set branch from 168bc75 to c767716 Compare October 18, 2023 15:18
@jkeasley
Copy link
Contributor Author

@snim2 I just realised that the _vendor dir is in this repo and changes needed from that needed to be added, so this probably needs re-reviewing?

This commit updates the plugin to use vendor.phar for its
composer dependencies, rather than the _vendor directory

to Test:
in a local WP instance install this plugin and confirm that the plugin
operates as expected.
@jkeasley jkeasley force-pushed the chore/update-composer-to-installable-set branch from d41e06c to e7f5ef2 Compare October 19, 2023 09:28
@jkeasley jkeasley merged commit b8b10ae into master Oct 19, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants