bootstrap-4-shortcodes icon indicating copy to clipboard operation
bootstrap-4-shortcodes copied to clipboard

Installing Via Composer

Open MikeiLL opened this issue 7 years ago • 3 comments

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 avatar Mar 29 '18 14:03 MikeiLL

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

    {
      "type": "vcs",
      "url": "[email protected]: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.

MikeiLL avatar Mar 29 '18 15:03 MikeiLL

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.

MWDelaney avatar Mar 29 '18 16:03 MWDelaney

Makes sense.

MikeiLL avatar Mar 29 '18 17:03 MikeiLL