Skip to content

composer integration#97

Open
vaandefanel wants to merge 1 commit intobeaulebens:trunkfrom
eTeamsys:wpackagist-integration
Open

composer integration#97
vaandefanel wants to merge 1 commit intobeaulebens:trunkfrom
eTeamsys:wpackagist-integration

Conversation

@vaandefanel
Copy link
Copy Markdown

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
Copy Markdown
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.

1 participant