mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 23:59:51 +01:00
9 lines
127 B
Markdown
9 lines
127 B
Markdown
# Version
|
|
|
|
- `v::version()`
|
|
|
|
Validates version numbers using Semantic Versioning.
|
|
|
|
```php
|
|
v::version()->validate('1.0.0');
|
|
```
|