Skip to content
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.

Updated PHPCR console class names #5

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

milan
Copy link

@milan milan commented Jan 23, 2014

Noticed the class names had changed in PHPCR which was erroring for me

new \Doctrine\ODM\PHPCR\Tools\Console\Command\RegisterSystemNodeTypesCommand(),
new \Jackalope\Tools\Console\Command\JackrabbitCommand(),
new \Jackalope\Tools\Console\Command\InitDoctrineDbalCommand(),
new \Jackalope\Tools\Console\Command\InitDoctrineDbalCommand()
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please keep the trailing comma

@Ocramius
Copy link
Owner

can you also fix composer.json to reference stable dependencies?

"doctrine/phpcr-odm": "dev-master",
"jackalope/jackalope-jackrabbit": "dev-master",
"jackalope/jackalope-doctrine-dbal": "dev-master",
"doctrine/phpcr-odm": "1.0.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no need to be so strict on the version numbers

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lsmith77 we need to rely on some internal factories APIs because of how Zend\Di handles introspection on them - do you think it is safe to assume 1.0.* on each of those?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very much so ..

btw we will soon wrap up 1.1 releases of both .. might make sense to test current master versions too and if things work also allow 1.1

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't mind changing it, but are you thinking 1.0.* or 1.* ?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@milan 1.0.* - we can bump later on.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants