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 d2caa71 commit 5ec448dCopy full SHA for 5ec448d
src/PackageInterface.php
@@ -14,6 +14,8 @@ interface PackageInterface
14
public function getAutoload(): array;
15
16
public function getName(): string;
17
+
18
+ public function getUrl(): ?string;
19
20
/**
21
* @return array<LinkInterface>
0 commit comments