respect-validation/docs/installation.md
Henrique Moody 24edfda1aa
Drop support for PHP 8.0 and below
PHP 8.0 is no longer supported. Some of our dependencies now do not work
on PHP 8.0 anymore.

This commit will also run tests on PHP 8.3.

Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2024-01-27 20:04:17 +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.