diff --git a/CHANGELOG.md b/CHANGELOG.md index 38b560aa..0b784493 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,8 @@ Changelog * If no username is defined for a session, and if you use Jackalope >= 2.0, the credentials service for this session is no longer created and `null` is passed as credentials. +* `doctrine:phpcr:fixtures:load` is now only visible if PHPCR-ODM is available. In version 2, you would get an error when + running the command without PHPCR-ODM. Version 2 ========= diff --git a/src/Command/LoadFixtureCommand.php b/src/OptionalCommand/ODM/LoadFixtureCommand.php similarity index 97% rename from src/Command/LoadFixtureCommand.php rename to src/OptionalCommand/ODM/LoadFixtureCommand.php index 508389a6..ae4e84d0 100644 --- a/src/Command/LoadFixtureCommand.php +++ b/src/OptionalCommand/ODM/LoadFixtureCommand.php @@ -1,7 +1,8 @@ - - - - diff --git a/src/Resources/config/odm.xml b/src/Resources/config/odm.xml index 65c24225..e230d86e 100644 --- a/src/Resources/config/odm.xml +++ b/src/Resources/config/odm.xml @@ -97,5 +97,10 @@ + + + + +