Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to install on symfony 2.1 ? #13

Open
Bieleke opened this issue Jul 24, 2012 · 3 comments
Open

How to install on symfony 2.1 ? #13

Bieleke opened this issue Jul 24, 2012 · 3 comments

Comments

@Bieleke
Copy link
Contributor

Bieleke commented Jul 24, 2012

"ihqs/ContactBundle": "*"

Seems not to work out.

php composer.phar update IHQS/ContactBundle

Updating dependencies
Your requirements could not be resolved to an installable set of packages.

Problem 1
- The requested package ihqs/contactbundle * could not be found.

Potential causes:

So what should it be for symfony 2.1 ?

@krizon
Copy link

krizon commented Aug 8, 2012

It seems that ihqs/contactbundle isnt registerd at packagist.org yet. So you have to define this repository in the repositories key of your composer.json:

    "repositories": [
        {
            "type": "git",
            "url": "git://github.com/ihqs/ContactBundle.git"
        },

Furthermore this bundle doesn't seems to be Symfony 2.1 ready. Hope to see this fixed soon.

@rpnguyen
Copy link

I submitted a pull request to get it working in 2.1 #16

@Pontax
Copy link

Pontax commented Nov 25, 2012

Any news for that ?

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

No branches or pull requests

4 participants