We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Thanks for that, we removed the bootstrapper dependency from bootstrapper within the latest tag.
Sorry, something went wrong.
Perfect, thanks!
No branches or pull requests
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:
Please update the composer.json accordingly.
The text was updated successfully, but these errors were encountered: