Skip to content

Commit b4571b5

Browse files
authored
Update README.md
1 parent 60c1b8c commit b4571b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class MatcherTest extends TestCase
9999
* ``@...@`` - *unbounded array*
100100
* ``@null@``
101101
* ``@*@`` || ``@wildcard@``
102-
* ``expr(expression)``
102+
* ``expr(expression)`` - **optional**, requires `symfony/expression-language: ^2.3|^3.0|^4.0|^5.0` to be present
103103
* ``@uuid@``
104104
* ``@json@``
105105
* ``@string@||@integer@`` - string OR integer
@@ -426,6 +426,8 @@ $matcher->match(
426426

427427
### Xml matching
428428

429+
**Optional** - requires `openlss/lib-array2xml: ^1.0` to be present.
430+
429431
```php
430432
<?php
431433

0 commit comments

Comments
 (0)