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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

sensio/generator-bundle >=2.5.0 #611

Merged
merged 1 commit into from Aug 6, 2015
Merged

sensio/generator-bundle >=2.5.0 #611

merged 1 commit into from Aug 6, 2015

Conversation

jverdeyen
Copy link
Contributor

getQuestionHelper vs. getDialogHelper in sensio/generator-bundle/Sensio/Bundle/GeneratorBundle/Command/GeneratorCommand.php as they renamed this function and the KunstmaanGeneratorBundle is using the newer getQuestionHelper.

should fix this issue:

root@67a783839e01:/var/www/app# composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - kunstmaan/generator-bundle 3.2.3 requires sensio/generator-bundle >=2.3.0, <2.5.0 -> satisfiable by sensio/generator-bundle[2.4.x-dev].
    - kunstmaan/generator-bundle 3.2.3 requires sensio/generator-bundle >=2.3.0, <2.5.0 -> satisfiable by sensio/generator-bundle[2.4.x-dev].
    - Removal request for sensio/generator-bundle == 2.4.9999999.9999999-dev
    - Installation request for kunstmaan/generator-bundle 3.2.3 -> satisfiable by kunstmaan/generator-bundle[3.2.3].

When using in composer.json

"sensio/generator-bundle": ">=2.5.0",

in combo with

"kunstmaan/generator-bundle": "3.2.3",

A quickfix 馃檲 :

"sensio/generator-bundle": "2.5.3 as 2.4.0"

getQuestionHelper vs. getDialogHelper in sensio/generator-bundle/Sensio/Bundle/GeneratorBundle/Command/GeneratorCommand.php

should fix this issue:

```
root@67a783839e01:/var/www/app# composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - kunstmaan/generator-bundle 3.2.3 requires sensio/generator-bundle >=2.3.0, <2.5.0 -> satisfiable by sensio/generator-bundle[2.4.x-dev].
    - kunstmaan/generator-bundle 3.2.3 requires sensio/generator-bundle >=2.3.0, <2.5.0 -> satisfiable by sensio/generator-bundle[2.4.x-dev].
    - Removal request for sensio/generator-bundle == 2.4.9999999.9999999-dev
    - Installation request for kunstmaan/generator-bundle 3.2.3 -> satisfiable by kunstmaan/generator-bundle[3.2.3].
```
@roderik roderik added this to the 3.2.4 milestone Aug 6, 2015
roderik pushed a commit that referenced this pull request Aug 6, 2015
sensio/generator-bundle >=2.5.0
@roderik roderik merged commit 8dd52df into Kunstmaan:master Aug 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants