diff --git a/SourceSFSVN/SourceSFSVN.php b/SourceSFSVN/SourceSFSVN.php index 7284edf..a620119 100644 --- a/SourceSFSVN/SourceSFSVN.php +++ b/SourceSFSVN/SourceSFSVN.php @@ -16,6 +16,7 @@ $this->requires = array( 'MantisCore' => '1.2.0', 'Source' => '0.14', + 'SourceSVN' => '0.14', ); $this->author = 'John Reese'; diff --git a/SourceWebSVN/SourceWebSVN.php b/SourceWebSVN/SourceWebSVN.php index bf8c426..6b48732 100644 --- a/SourceWebSVN/SourceWebSVN.php +++ b/SourceWebSVN/SourceWebSVN.php @@ -16,6 +16,7 @@ $this->requires = array( 'MantisCore' => '1.2.0', 'Source' => '0.14', + 'SourceSVN' => '0.14', ); $this->author = 'John Reese';