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

composer integration #97

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

vaandefanel
Copy link

Please add these integration for easier forking :)

For the moment I use these to add my fork into composer.json:

  • "repositories" section :
    { "type":"package", "package": { "name": "wpackagist-plugin/keyring", "version": "<custom_version>", "type": "wordpress-plugin", "source": { "type": "git", "url": "git@github.com:<my_vendor_name>/keyring.git", "reference": "tags/<custom_tag>" } } }
  • with this line in "require" section :
    "wpackagist-plugin/keyring": "<custom_version>"

With these PR it coult be :

  • "repositories" section :
    { "type":"vcs", "url": "git@github.com:<my_vendor_name>/keyring.git", } }
  • require section :
    "beaulebens/keyring": "dev-<my_patch_branch>"

@vaandefanel
Copy link
Author

Documentation is here : https://github.com/composer/installers

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

1 participant