10up / WP-Minions

ARCHIVED: Job Queue for WordPress
GNU General Public License v2.0
230 stars 40 forks source link

Allow either the 1.x or 2.x branch of composer installers #53

Open johnpbloch opened 2 years ago

johnpbloch commented 2 years ago

Description of the Change

This change adds the 2.x branch to the versions that will satisfy the composer installers dependency. wpackagist already does this. Currently this plugin is blocking my ability to upgrade the installers package.

Alternate Designs

N/A

Benefits

The ability to update application code.

Possible Drawbacks

None.

Verification Process

composer update still works.

Checklist:

Regarding the last checkpoint: updating the tests to run on modern versions of PHP is something that would be worthwhile in the future, but is out of scope for this PR. This change does not make any changes that affect the PHP behavior of this plugin, so it should not be a concern regarding this PR specifically that I was unable to run the test suite.

Applicable Issues

N/A

Changelog Entry

N/A