mautic / mautic/composer-plugin
Make package compatible with Composer 2.0
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 14
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
According to https://github.com/composer/composer/issues/8913 and https://github.com/composer/composer/issues/8726, adding Composer 2.0 support is not that hard and should only require changing this line from:
"composer-plugin-api": "^1.0"
to:
"composer-plugin-api": "^1.0 | ^2.0"
Is this possible for you to bump dependencies to allow that Composer 2.0 compatibility? Thanks :)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the composer.json dependency declaration at line 12 and review the two referenced Composer compatibility issues. Confirm the package's dependency constraint supports Composer 2.0 while retaining Composer 1 compatibility; done means the updated constraint is accepted by the package metadata.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100