X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fpharext%2FSourceDir.php;h=c7068ba235763917d153851bd1a917f05212fc31;hb=718c0d224ba3ad3816c04a2b514fc011956c582f;hp=8620668d5215220ba199a069632966c112240b14;hpb=e990b6dabecbdaf98b8d8b2173b0d697f9b2b754;p=pharext%2Fpharext diff --git a/src/pharext/SourceDir.php b/src/pharext/SourceDir.php index 8620668..c7068ba 100644 --- a/src/pharext/SourceDir.php +++ b/src/pharext/SourceDir.php @@ -19,6 +19,12 @@ interface SourceDir extends \Traversable */ public function getPackageInfo(); + /** + * Retrieve the full text license + * @return string + */ + public function getLicense(); + /** * Provide installer command line args * @return array|Traversable