Skip to content

Commit

Permalink
Add missing package and version attributes in deprecated element (#975)
Browse files Browse the repository at this point in the history
| Q               | A
| --------------- | -----
| Bug fix?        | yes
| New feature?    | no
| BC breaks?      | no
| Deprecations? | no<!-- don't forget to update the UPGRADE-*.md file
-->
| Related tickets | fixes #974 
| License         | MIT
  • Loading branch information
mpysiak authored Jan 21, 2025
2 parents 7b64466 + 82a11aa commit bc1adad
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
<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>
<deprecated package="sylius/resource-bundle" version="1.3">The "%service_id%" service is deprecated since sylius/resource-bundle 1.3. Doctrine MongoDB and PHPCR support will no longer be supported in 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>
<deprecated package="sylius/resource-bundle" version="1.3">The "%service_id%" service is deprecated since sylius/resource-bundle 1.3. Doctrine MongoDB and PHPCR support will no longer be supported in 2.0.</deprecated>
</service>
</services>
</container>
Expand Down

0 comments on commit bc1adad

Please sign in to comment.