diff --git a/src/Console/VendorExposeCommand.php b/src/Console/VendorExposeCommand.php index 4d3fae1..b8fe940 100644 --- a/src/Console/VendorExposeCommand.php +++ b/src/Console/VendorExposeCommand.php @@ -92,7 +92,7 @@ protected function getAllLibraries() /** * Find all modules * - * @deprecated 1.3..2.0 Use getAllLibraries() instead + * @deprecated 1.3.0 Use getAllLibraries() instead * @return Library[] */ protected function getAllModules() diff --git a/src/VendorModule.php b/src/VendorModule.php index 628ea12..45edd9d 100644 --- a/src/VendorModule.php +++ b/src/VendorModule.php @@ -5,7 +5,7 @@ /** * Represents a module in the vendor folder * - * @deprecated 1.3..2.0 Use Library instead + * @deprecated 1.3.0 Use Library instead */ class VendorModule extends Library { @@ -38,7 +38,7 @@ public function __construct($basePath, $name) /** * Get full path to the root install for this project * - * @deprecated 1.3..2.0 use getPath() instead + * @deprecated 1.3.0 Use getPath() instead * @param string $base Rewrite root (or 'vendor' for actual module path) * @return string Path for this module */ diff --git a/src/VendorPlugin.php b/src/VendorPlugin.php index acd3b21..08aba23 100644 --- a/src/VendorPlugin.php +++ b/src/VendorPlugin.php @@ -96,7 +96,7 @@ public static function getSubscribedEvents() /** * Get vendor module instance for this event * - * @deprecated 1.3..2.0 Use getLibrary() instead + * @deprecated 1.3.0 Use getLibrary() instead * @param PackageEvent $event * @return Library|null */