MWDelaney / bootstrap-4-shortcodes

33 stars 11 forks source link

Installing Via Composer #8

Open MikeiLL opened 6 years ago

MikeiLL commented 6 years ago

Do I need a release to be able to install with composer? If so would you mind creating one? I have one in my fork, but I imagine I want to keep your same composer.json file and work from this as the master repository.

MikeiLL commented 6 years ago

Okay I'm finding that I can install my fork without modifying the Composer.json by using mine as the repository:

    {
      "type": "vcs",
      "url": "git@github.com:mikeill/bootstrap-4-shortcodes.git"
    },

And yours as the package:

"mwdelaney/bootstrap-4-shortcodes": "^0.1" 

That's my release.

Getting this error (and looking into it):

- mwdelaney/bootstrap-4-shortcodes v0.1 requires composer/installers 1.0.*@dev -> satisfiable by composer/installers[1.0.x-dev, v1.0.0, v1.0.1, v1.0.10, v1.0.11, v1.0.12, v1.0.13, v1.0.14, v1.0.15, v1.0.16, v1.0.17, v1.0.18, v1.0.19, v1.0.2, v1.0.20, v1.0.21, v1.0.22, v1.0.23, v1.0.24, v1.0.25, v1.0.3, v1.0.4, v1.0.5, v1.0.6, v1.0.7, v1.0.8, v1.0.9] but these conflict with your requirements or minimum-stability.
MWDelaney commented 6 years ago

Yeah I haven't done any work on composer yet. Since this is so heavily under development I don't recommend including it in projects right now.

MikeiLL commented 6 years ago

Makes sense.