Skip to content

Commit 5ec448d

Browse files
Add url to package interface
1 parent d2caa71 commit 5ec448d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/PackageInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ interface PackageInterface
1414
public function getAutoload(): array;
1515

1616
public function getName(): string;
17+
18+
public function getUrl(): ?string;
1719

1820
/**
1921
* @return array<LinkInterface>

0 commit comments

Comments
 (0)