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

Missing dependency #1

Closed
seaneble opened this issue Aug 18, 2015 · 2 comments
Closed

Missing dependency #1

seaneble opened this issue Aug 18, 2015 · 2 comments

Comments

@seaneble
Copy link

There is a discrepancy between composer and the autoloader configuration:

https://github.com/heimrichhannot/contao-formhybrid/blob/master/config/autoload.ini#L5
https://github.com/heimrichhannot/contao-formhybrid/blob/master/composer.json#L19

As a result, one cannot install formhybrid via Composer:

The module dependencies could not be resolved.
Array
(
    [formhybrid] => Array
        (
            [0] => core
            [1] => bootstrapper
        )

)

Please update the composer.json accordingly.

@fatcrobat
Copy link

Thanks for that, we removed the bootstrapper dependency from bootstrapper within the latest tag.

@seaneble
Copy link
Author

Perfect, thanks!

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

2 participants