respect-validation/docs/installation.md
Henrique Moody 35ea95c6f0
Remove number prefixes from Markdown files
We used to have those to preserve the order of the pages when generating
the documentation with MkDocs. This commit introduces the
`mkdocs-nav-weight`, that allows us to make that order without having
those prefixes.
2026-01-07 14:46:06 +01:00

247 B

Installation

Package is available on Packagist, you can install it using Composer.

composer require respect/validation:^3.0

Works on PHP 8.5 or above.