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 60c1b8c commit b4571b5Copy full SHA for b4571b5
README.md
@@ -99,7 +99,7 @@ class MatcherTest extends TestCase
99
* ``@...@`` - *unbounded array*
100
* ``@null@``
101
* ``@*@`` || ``@wildcard@``
102
-* ``expr(expression)``
+* ``expr(expression)`` - **optional**, requires `symfony/expression-language: ^2.3|^3.0|^4.0|^5.0` to be present
103
* ``@uuid@``
104
* ``@json@``
105
* ``@string@||@integer@`` - string OR integer
@@ -426,6 +426,8 @@ $matcher->match(
426
427
### Xml matching
428
429
+**Optional** - requires `openlss/lib-array2xml: ^1.0` to be present.
430
+
431
```php
432
<?php
433
0 commit comments