Skip to content

Commit 8daf1c4

Browse files
committed
A note about which version support this option/configuration
Disable the listener is a quite common need. Would be nice to have an "official" example to disable this feature for version previous to 1.5
1 parent c3a72fa commit 8daf1c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/doc/3-listener-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ fos_rest:
419419
format_listener:
420420
rules:
421421
- { path: '^/api', priorities: ['json', 'xml'], fallback_format: json, prefer_extension: false }
422-
- { path: '^/', stop: true }
422+
- { path: '^/', stop: true } # Available for version >= 1.5
423423
```
424424

425425
#### Media Type Version Extraction

0 commit comments

Comments
 (0)