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 93d76e0 commit 30d98eaCopy full SHA for 30d98ea
src/Package/PHP/Convey/Command/Pecl.php
@@ -91,6 +91,10 @@ protected function prepare()
91
$this->version = 'latest';
92
$this->prettyVersion = 'latest-' . $this->stability;
93
}
94
+
95
+ if ($this->version === 'latest' && $this->stability === 'stable') {
96
+ $this->url .= '-stable';
97
+ }
98
99
100
protected function fetch($target)
0 commit comments