respect-validation/docs/01-installation.md
Henrique Moody d8cd6a30e0
Change documentation order
This allows someone who wants to learn more about Validation to have a
more linear inflow of information.

Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2024-02-04 16:11:57 +01:00

11 lines
242 B
Markdown

# Installation
Package is available on [Packagist](http://packagist.org/packages/respect/validation),
you can install it using [Composer](http://getcomposer.org).
```shell
composer require respect/validation
```
Works on PHP 8.1 or above.