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 60c744d commit 84e085cCopy full SHA for 84e085c
README.md
@@ -67,6 +67,24 @@ $migrator->migrate('top', $output); // migrate to the latest version
67
$migrator->migrate('bottom', $output); // revert all versions
68
````
69
70
+### Listing versions
71
+
72
+You can access information about available versions from the
73
+`VersionCollection` object:
74
75
76
+````php
77
+$versionCollection->getAllVersions();
78
+````
79
80
+### Determining the current version
81
82
+You can determine the current version from the `VersionStorage` object:
83
84
85
+$versionStroage->getCurrentVersion();
86
87
88
Version classes
89
---------------
90
0 commit comments