You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<services>
<defaults public="true" />
<service id="sylius.event_subscriber.odm_mapped_super_class" class="Sylius\Bundle\ResourceBundle\EventListener\ODMMappedSuperClassSubscriber">
<argument type="service" id="sylius.resource_registry" />
<tag name="doctrine_mongodb.odm.event_subscriber" priority="8192" />
<deprecated>The "%service_id%" service is deprecated since Sylius 1.3. Doctrine MongoDB and PHPCR support will no longer be supported in Sylius 2.0.</deprecated>
</service>
<service id="sylius.event_subscriber.odm_repository_class" class="Sylius\Bundle\ResourceBundle\EventListener\ODMRepositoryClassSubscriber">
<argument type="service" id="sylius.resource_registry" />
<tag name="doctrine_mongodb.odm.event_subscriber" priority="8192" />
<deprecated>The "%service_id%" service is deprecated since Sylius 1.3. Doctrine MongoDB and PHPCR support will no longer be supported in Sylius 2.0.</deprecated>
</service>
</services>
<services>
<defaults public="true" />
<service id="sylius.event_subscriber.odm_mapped_super_class" class="Sylius\Bundle\ResourceBundle\EventListener\ODMMappedSuperClassSubscriber">
<argument type="service" id="sylius.resource_registry" />
<tag name="doctrine_mongodb.odm.event_subscriber" priority="8192" />
<deprecated>The "%service_id%" service is deprecated since Sylius 1.3. Doctrine MongoDB and PHPCR support will no longer be supported in Sylius 2.0.</deprecated>
</service>
<service id="sylius.event_subscriber.odm_repository_class" class="Sylius\Bundle\ResourceBundle\EventListener\ODMRepositoryClassSubscriber">
<argument type="service" id="sylius.resource_registry" />
<tag name="doctrine_mongodb.odm.event_subscriber" priority="8192" />
<deprecated>The "%service_id%" service is deprecated since Sylius 1.3. Doctrine MongoDB and PHPCR support will no longer be supported in Sylius 2.0.</deprecated>
</service>
</services>
The text was updated successfully, but these errors were encountered:
Sylius version affected: 2.0
Description
Missing required attributes: package and version for the deprecated section in the XML file:
Current
Sylius\Bundle\ResourceBundle\Doctrine\ODM\MongoDB\DocumentRepositoryPossible Solution
Sylius\Bundle\ResourceBundle\Doctrine\ODM\MongoDB\DocumentRepositoryThe text was updated successfully, but these errors were encountered: