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

Error when trying to install with contao-manager #49

Closed
Solence1 opened this issue Jun 5, 2019 · 1 comment
Closed

Error when trying to install with contao-manager #49

Solence1 opened this issue Jun 5, 2019 · 1 comment
Labels
invalid This doesn't seem right

Comments

@Solence1
Copy link

Solence1 commented Jun 5, 2019

$ /usr/bin/php7.1 '-q' '-d' 'memory_limit=-1' '/var/www/web258/html/cms/web/contao-manager.phar.php' 'composer' 'require' 'menatwork/contao-multicolumnwizard-bundle' '--no-suggest' '--no-update' '--no-scripts' '--prefer-stable' '--sort-packages' '--no-ansi' '--no-interaction' 2>&1

Using version ^3.4 for menatwork/contao-multicolumnwizard-bundle
/var/www/web258/html/cms/composer.json has been updated

# Process terminated with exit code 0
# Result: OK


$ /usr/bin/php7.1 '-q' '-d' 'memory_limit=-1' '/var/www/web258/html/cms/web/contao-manager.phar.php' 'composer' 'update' 'menatwork/contao-multicolumnwizard-bundle' '--with-dependencies' '--prefer-dist' '--no-dev' '--no-progress' '--no-suggest' '--no-ansi' '--no-interaction' '--optimize-autoloader' 2>&1

Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Conclusion: don't install menatwork/contao-multicolumnwizard-bundle 3.4.1
    - don't install menatwork/contao-multicolumnwizard-bundle 3.4.0|don't install menatwork/contao-multicolumnwizard 3.3.16
    - don't install menatwork/contao-multicolumnwizard-bundle 3.4.0|remove menatwork/contao-multicolumnwizard 3.3.16
    - don't install menatwork/contao-multicolumnwizard-bundle 3.4.0|don't install menatwork/contao-multicolumnwizard 3.3.16
    - Installation request for menatwork/contao-multicolumnwizard-bundle ^3.4 -> satisfiable by menatwork/contao-multicolumnwizard-bundle[3.4.0, 3.4.1].
    - Installation request for menatwork/contao-multicolumnwizard (locked at 3.3.16) -> satisfiable by menatwork/contao-multicolumnwizard[3.3.16].

Running update with --no-dev does not mean require-dev is ignored, it just means the packages will not be installed. If dev requirements are blocking the update you have to resolve those problems.

# Process terminated with exit code 2
# Result: Misuse of shell builtins


---

### The background task has stopped unexpectedly ###
@zonky2 zonky2 closed this as completed Jul 13, 2019
@discordier discordier added the invalid This doesn't seem right label Jul 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

3 participants