websemantics / builder-extension

Scaffold your PyroCMS apps in style for a more pleasurable and productive coding experience.
https://github.com/pyrocms-templates
MIT License
12 stars 4 forks source link

install problem websemantics/builder-extension #25

Closed ghost closed 7 years ago

ghost commented 7 years ago

`jubayed@localhost /srv/project/pyrocms % composer require websemantics/builder-extension Using version ^1.1 for websemantics/builder-extension ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.

Problem 1

Installation failed, reverting ./composer.json to its original content. composer require websemantics/builder-extension 5.83s user 0.49s system 48% cpu 12.936 total `

ThinkGraphical commented 7 years ago

I'm still getting that same error too, i can only give you the quickfix:

Add the following manually to your composer.json

"require": [
    ...
    "websemantics/builder-extension": "dev-master"
],

Notice the "dev-master" not the "1.1.2".

ghost commented 7 years ago

thx