-
Notifications
You must be signed in to change notification settings - Fork 156
Conversation
register your new site initializer: | ||
Now: | ||
|
||
1. *Remove* the old initializer service, |
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.
I always miss this part and there was a user that got stuck with this too, so I have tried to make it a bit more obvious that you need to remove the old initialiser.
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.
maybe say "Remove the initializer service you created in the previous chapter, ..."? "old" is not very specific.
looks good |
b64373c
to
9a1f858
Compare
Updated. Added the |
"doctrine/phpcr-bundle": "1.1.*", | ||
"doctrine/phpcr-odm": "1.0.*", | ||
"jackalope/jackalope-doctrine-dbal": "1.0.0" | ||
"doctrine/phpcr-bundle": "~1.2.0", |
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.
should we just say ~1.2,>=1.2.1
?
Apart from widing the versions, is everything correct here? (btw, this should be rebased on dev) |
9a1f858
to
2149861
Compare
Updated |
@wouterj good to merge as far as I'm concerned |
Thanks @dantleech. |
Updates and improvements for 1.2.
Note there is a problem in that the RoutingAutoBundle intializes before the initializer that we create in the last chapter, causing it to fail.
We need to add support for initializer priority: doctrine/DoctrinePHPCRBundle#173