ihqs / ContactBundle

This is a Contact Bundle built on the Observer Pattern. Plug any listener you want to your contact form in a really simple way and flexible way
http://ihqs.net
25 stars 15 forks source link

How to install on symfony 2.1 ? #13

Open Bieleke opened 12 years ago

Bieleke commented 12 years ago

"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

Potential causes:

So what should it be for symfony 2.1 ?

krizon commented 12 years ago

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 commented 12 years ago

I submitted a pull request to get it working in 2.1 https://github.com/ihqs/ContactBundle/pull/16

Pontax commented 11 years ago

Any news for that ?