We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd89411 commit cc66b02Copy full SHA for cc66b02
README.md
@@ -31,7 +31,7 @@ echo $version->getPreRelease(); // alpha.12
31
echo $version->getBuildMeta(); // build.34
32
echo $version->getVersionString(); // 2.5.6-alpha.12+build.34
33
```
34
-#### Compare two versions
+#### Comparing two versions
35
```php
36
<?php
37
@@ -54,4 +54,4 @@ echo $version->isLessThanOrEqual('2.5.6-alpha.12'); // true
54
echo $version->isEqual('2.5.6-alpha.12+build.56'); // true
55
56
## Invalid version handling
57
-When the version parsing fails due to an invalid format, the library throws a specific `VersionFormatException`.
+When the version parsing fails due to an invalid format, the library throws a specific `VersionFormatException`.
0 commit comments