Skip to content
This repository has been archived by the owner on Jul 10, 2020. It is now read-only.

not working with composer #6

Closed
albeva opened this issue Apr 5, 2013 · 1 comment
Closed

not working with composer #6

albeva opened this issue Apr 5, 2013 · 1 comment
Labels

Comments

@albeva
Copy link

albeva commented Apr 5, 2013

Problem 1
- Installation request for neilime/zf2-twb-bundle dev-master -> satisfiable by neilime/zf2-twb-bundle dev-master.
- neilime/zf2-twb-bundle dev-master requires twitter/bootstrap dev-master -> no matching package found.

Edit:
Found this: http://getcomposer.org/doc/faqs/why-can%27t-composer-load-repositories-recursively.md

Maybe remove bootstrap as required module?

@neilime
Copy link
Owner

neilime commented Apr 6, 2013

You have to set minimum-stability to dev in your composer.json
Exemple :

    {
        "name": "test",   
        "minimum-stability" : "dev",
        "repositories":[        
            {
            "type": "vcs",
            "url": "http://github.com/Nodge/lessphp"
        }
         ],
        "require": {
            "php": ">=5.3.3",
            "neilime/zf2-twb-bundle": "dev-master"        
        }
    }

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants