Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
36 - When adding the plugin to a site the composer file wasn't finding the branch
main-built
this is because themain-built
branch doesn't have a composer.json file. When a repository includes a composer.json file, it defines aspects of itself that are important to how Composer manages the package and if it can't find a composer.json file it just ignores that branch.Change Log
Steps to test
Add the following to your composer.json file on a project which doesn't have the plugin currently
then run
composer install
Once this is merged
main-built
will have the composer.json file and the instructions in the readme will work correctly.Screenshots/Videos
http://bigbite.im/i/XKilri
Checklist: