Skip to content

Commit c994c2f

Browse files
committed
documentation
1 parent e58bc36 commit c994c2f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ This plugin checks what's inside the files.
55

66
[![Tests](https://github.com/faissaloux/pest-plugin-inside/actions/workflows/tests.yml/badge.svg)](https://github.com/faissaloux/pest-plugin-inside/actions/workflows/tests.yml) ![Codecov](https://img.shields.io/codecov/c/github/faissaloux/pest-plugin-inside) ![Packagist Version](https://img.shields.io/packagist/v/faissaloux/pest-plugin-inside) ![Packagist License](https://img.shields.io/packagist/l/faissaloux/pest-plugin-inside)
77

8+
## Requirements
9+
10+
| pest | php | pest-plugin-inside |
11+
| ------------------- | ------- | ---------------------- |
12+
| ^2.14 | ^8.1 | ^1.0.0 |
13+
| ^3.0 | ^8.2 | ^1.2.0 |
14+
| ^4.0 | ^8.3 | ^1.7.0 |
15+
816
## Available Expectations
917
### toReturnLowercase
1018
Make sure a file or directory files returns an array with all lowercase values.

0 commit comments

Comments
 (0)