We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af31ef1 commit 6dabe5aCopy full SHA for 6dabe5a
composer.json
@@ -26,6 +26,7 @@
26
],
27
"require": {
28
"php": "^8.1",
29
+ "behat/transliterator": "^1.2",
30
"babdev/pagerfanta-bundle": "^4.4",
31
"doctrine/annotations": "^2.0",
32
"doctrine/collections": "^2.2",
psalm.xml
@@ -46,6 +46,7 @@
46
<DeprecatedClass>
47
<errorLevel type="info">
48
<referencedClass name="Doctrine\ORM\Event\LifecycleEventArgs" /> <!-- deprecated in doctrine/orm 2.14 -->
49
+ <referencedClass name="Gedmo\Sluggable\Util\Urlizer" /> <!-- deprecated in gedmo/doctrine-extensions 3.21 -->
50
</errorLevel>
51
<errorLevel type="suppress">
52
<referencedClass name="Sylius\Component\Resource\Exception\VariantWithNoOptionsValuesException" />
0 commit comments