-
Notifications
You must be signed in to change notification settings - Fork 48
Updated dependencies for CmfMenuBundle 2.0 #28
Conversation
@@ -13,7 +13,7 @@ | |||
"autoload": { | |||
"psr-0": { "": "src/" } | |||
}, | |||
"minimum-stability": "stable", | |||
"minimum-stability": "dev", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should become stable once we release 1.3 (just like we did (or should have done) for the other releases).
"symfony-cmf/symfony-cmf": "1.2.*", | ||
"symfony-cmf/simple-cms-bundle": "1.2.*", | ||
"symfony-cmf/symfony-cmf": "dev-menu_2.0", | ||
"symfony-cmf/simple-cms-bundle": "dev-menu_20", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these have to be updated once the PRs are merged
On hold till symfony-cmf/menu-bundle#214, symfony-cmf/symfony-cmf#214 and symfony-cmf/simple-cms-bundle#128 are merged |
This should also be ready to merge |
tests fail with You have requested a non-existent service "doctrine_phpcr.admin.default_session". |
@dbu yeah, for the same reason as symfony-cmf/cmf-sandbox#299 (comment) fails. This bug is fixed in doctrine/DoctrinePHPCRBundle#214, but it was not yet added to a release (1.3.0-RC2 is not yet released). This works for the bundles as they all rely on unstable versions, while the SE and sandbox rely on stable versions (at least more stable than dev). |
i tagged the next RC now, but this still fails. so the regression is still open? |
@dbu, no SE uses a composer.lock so you first have to update the deps locally, commit the lock file and push to this repo. |
this is a new one: Could not create database "/home/travis/build/symfony-cmf/standard-edition/app/app.sqlite" for connection named default SQLSTATE[HY000] [14] unable to open database file did something change on travis? |
@dbu I got the same error on an app last week. Seems like a latest version of some package has a big bug causing this. |
it looks like a travis file system permission problem :-( |
@dbu no, it also happends locally on Windows (which does not know file system permissions like Travis does...) |
Seems there already is a PR that fixes this: doctrine/DoctrineBundle#483 |
Updated dependencies for CmfMenuBundle 2.0
No description provided.