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

feat: add virion 3.0 support #98

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

IvanCraft623
Copy link
Contributor

Hi! After merging this pull request, your users may use Virion 3.0 in their plugins by using vcs dependencies in their composer.json, but you could make their lives easier by completing these steps:

  1. Tag each release with the git tag command or the GitHub web UI
  2. Submit your package on Packagist: https://packagist.org/packages/submit

Please follow these steps every time you release a new stable version so that user plugins can get their dependencies updated automatically upon the next build.

"type": "library",
"license": "LGPL-3.0",
"require": {
"pocketmine/pocketmine-mp": "^4.0.0"
Copy link
Collaborator

Choose a reason for hiding this comment

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

5.0.0 now also

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Does Composer support using 2 major versions at the same time?

Copy link
Collaborator

Choose a reason for hiding this comment

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

^4.0.0 || ^5.0.0

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.

None yet

2 participants