Kunstmaan / KunstmaanBundlesCMS

An advanced yet user-friendly content management system, based on the full stack Symfony framework combined with a whole host of community bundles. It provides a full featured, multi-language CMS system with an innovative page and form assembling process, versioning, workflow, translation and media managers and much more.
https://kunstmaancms.be
MIT License
403 stars 187 forks source link

Update from 3.4.1 to 3.5.1 issue #1092

Closed aistis- closed 8 years ago

aistis- commented 8 years ago

Hello,

I have fixed version of kunstmaan in my composer.json on "kunstmaan/bundles-cms": "3.4.1". I am updating to "kunstmaan/bundles-cms": "3.5.1" with composer update kunstmaan/bundles-cms but getting an error:

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for kunstmaan/bundles-cms 3.5.1 -> satisfiable by kunstmaan/bundles-cms[3.5.1].
    - kunstmaan/bundles-cms 3.5.1 requires symfony-cmf/routing-bundle ~1.4.0-RC1 -> no matching package found.

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.
aistis- commented 8 years ago

My composer.json contained "minimum-stability": "stable". Temporary solution could be decreasing minimum stability to "minimum-stability": "RC".

mlebkowski commented 8 years ago

@aistis-, if you require those packages in this version you don’t need to change the stability flag:

    "symfony-cmf/routing-bundle": "~1.4.0-RC1",
    "symfony-cmf/routing": "~1.4.0-RC2",
aistis- commented 8 years ago

@mlebkowski Yeah, but I also do not include packages I do not use myself. Anyway yesterday they released stable packages :)