Yoast / yoast-acf-analysis

WordPress plugin that adds the content of all ACF fields to the Yoast SEO score analysis.
https://wordpress.org/plugins/acf-content-analysis-for-yoast-seo/
GNU General Public License v3.0
61 stars 20 forks source link

Composer: allow composer installers 2.x #355

Closed jrfnl closed 9 months ago

jrfnl commented 9 months ago

Summary

This PR can be summarized in the following changelog entry:

Relevant technical choices:

While the latest version of the composer/installers package is 2.2, I'm explicitly setting the version constraint to a lenient one as this is a non-dev requirement, which comes into play when people use a [WP]Packagist based site setup.

If we set the requirement very strictly, it could conflict with other plugins with different constraints and it is not as if any of the 2.x releases have touched the WordPress installer, so setting it to || 2.0 should be fine.

Test instructions

This PR can be tested by following these steps:

private-packagist[bot] commented 9 months ago

composer.lock

Package changes

Package Operation From To Changes
composer/installers upgrade v1.12.0 v2.2.0 diff

Settings · Docs · Powered by Private Packagist

coveralls commented 9 months ago

Pull Request Test Coverage Report for Build 6325589656


Totals Coverage Status
Change from base Build 6325545092: 0.0%
Covered Lines: 148
Relevant Lines: 263

💛 - Coveralls