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 c99ea2f commit 763c1bfCopy full SHA for 763c1bf
src/Frdlweb/Contract/Autoload/CodebaseInterface.php
@@ -9,7 +9,13 @@ interface CodebaseInterface
9
const CHANNEL_LATEST = 'latest';
10
const CHANNEL_STABLE = 'stable';
11
const CHANNEL_FALLBACK = 'fallback';
12
+ const CHANNELS =[
13
+ self::CHANNEL_LATEST => self::CHANNEL_LATEST,
14
+ self::CHANNEL_STABLE => self::CHANNEL_STABLE,
15
+ self::CHANNEL_FALLBACK => self::CHANNEL_FALLBACK,
16
+ ];
17
18
+ public function setUpdateChannel(string $channel);
19
public function getUpdateChannel() : string;
20
public function getRemotePsr4UrlTemplate() : string;
21
public function getRemoteModulesBaseUrl() : string;
0 commit comments