From dd5ff7a835e9cf383727d0fb279e69d7c8105f47 Mon Sep 17 00:00:00 2001 From: meadsteve Date: Tue, 25 Feb 2014 19:40:00 +0000 Subject: [PATCH] Extract interface for InstalledPluginInformation --- .../Plugin/Util/ComposerPluginInformation.php | 2 +- .../Util/InstalledPluginInformation.php | 23 +++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 PHPCI/Plugin/Util/InstalledPluginInformation.php diff --git a/PHPCI/Plugin/Util/ComposerPluginInformation.php b/PHPCI/Plugin/Util/ComposerPluginInformation.php index dd69a932..0ce76e6f 100644 --- a/PHPCI/Plugin/Util/ComposerPluginInformation.php +++ b/PHPCI/Plugin/Util/ComposerPluginInformation.php @@ -3,7 +3,7 @@ namespace PHPCI\Plugin\Util; -class ComposerPluginInformation +class ComposerPluginInformation implements InstalledPluginInformation { /** * @var array diff --git a/PHPCI/Plugin/Util/InstalledPluginInformation.php b/PHPCI/Plugin/Util/InstalledPluginInformation.php new file mode 100644 index 00000000..f63c432a --- /dev/null +++ b/PHPCI/Plugin/Util/InstalledPluginInformation.php @@ -0,0 +1,23 @@ +