Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/XML_FOAF/trunk@168977 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
Lukas Smith committed Sep 22, 2004
1 parent 0e4f4aa commit c5c17e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.php
Expand Up @@ -34,6 +34,10 @@
'docs/examples' => 'doc')
));

$package->addDependency('php', '4.2.0', 'ge', 'php', false);
$package->addDependency('PEAR', '1.0b1', 'ge', 'pkg', false);
$package->addDependency('RDF', true, 'has', 'pkg', false);

if (PEAR::isError($result)) {
echo $result->getMessage();
die();
Expand Down

0 comments on commit c5c17e2

Please sign in to comment.