Closed cgoosey1 closed 9 years ago
yes, indeed. this is the reason for that ticket to exist ;-)
phpcr/phpcr-implementation is a meta package. it is provided by jackalope-doctrine-dbal and jackalope-jackrabbit. you need to require one of those to use the SimpleCmsBundle. (the alternative would be to implement an ORM entity for the simplecms bundle, then we could drop the requirement of simplecms to phpcr-odm).
see http://symfony.com/doc/master/cmf/cookbook/database/choosing_storage_layer.html and http://symfony.com/doc/master/cmf/cookbook/database/choosing_phpcr_implementation.html for more information and background.
I swear i tried requiring a phpcr implementation, but now its worked effortlessly! Thank you for the help!
you are welcome :-) glad it worked!
I am trying to install your package with composer and I keep getting: "Your requirements could not be resolved to an installable set of packages."
My composer.json looks like this:
and the error message I am getting back from composer looks like:
Could it be related to this issue: https://github.com/composer/composer/issues/2811 I tried to require an implementation of phpcr/phpcr-implementation but it didn't help