diff --git a/SourceCgit/SourceCgit.php b/SourceCgit/SourceCgit.php index 8620409..a54c231 100644 --- a/SourceCgit/SourceCgit.php +++ b/SourceCgit/SourceCgit.php @@ -23,7 +23,6 @@ $this->requires = array( 'MantisCore' => '1.2.0', 'Source' => '0.16', - 'Meta' => '0.1', ); $this->author = 'Alexander'; diff --git a/SourceGitweb/SourceGitweb.php b/SourceGitweb/SourceGitweb.php index e0116a7..5a1d27d 100644 --- a/SourceGitweb/SourceGitweb.php +++ b/SourceGitweb/SourceGitweb.php @@ -18,7 +18,6 @@ $this->requires = array( 'MantisCore' => '1.2.0', 'Source' => '0.16', - 'Meta' => '0.1', ); $this->author = 'John Reese';