We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 113dfed commit a76efccCopy full SHA for a76efcc
1 file changed
src/Textpattern/Composer/Installer/Plugin/Manifest.php
@@ -134,7 +134,7 @@ protected function import()
134
{
135
$plugin = (object) null;
136
$plugin->name = basename($this->composerPackage->getPrettyName());
137
- $plugin->version = substr($this->composerPackage->getVPrettyVersion(), 0, 10);
+ $plugin->version = substr($this->composerPackage->getPrettyVersion(), 0, 10);
138
$plugin->author = '';
139
$plugin->author_uri = '';
140
$plugin->description = '';
0 commit comments