Skip to content

Commit

Permalink
Add missing dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Oct 6, 2017
1 parent 78b92cc commit 4fd6dbc
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions package.xml
Expand Up @@ -83,7 +83,44 @@
<pearinstaller>
<min>1.7.0</min>
</pearinstaller>
<package>
<name>Horde_Compress</name>
<channel>pear.horde.org</channel>
<min>2.2.0</min>
<max>3.0.0alpha1</max>
<exclude>3.0.0alpha1</exclude>
</package>
<package>
<name>Horde_Exception</name>
<channel>pear.horde.org</channel>
<min>2.0.0</min>
<max>3.0.0alpha1</max>
<exclude>3.0.0alpha1</exclude>
</package>
<package>
<name>Horde_Pack</name>
<channel>pear.horde.org</channel>
<min>1.0.0</min>
<max>2.0.0alpha1</max>
<exclude>2.0.0alpha1</exclude>
</package>
<package>
<name>Horde_Translation</name>
<channel>pear.horde.org</channel>
<min>2.0.0</min>
<max>3.0.0alpha1</max>
<exclude>3.0.0alpha1</exclude>
</package>
</required>
<optional>
<package>
<name>Horde_Test</name>
<channel>pear.horde.org</channel>
<min>2.0.0</min>
<max>3.0.0alpha1</max>
<exclude>3.0.0alpha1</exclude>
</package>
</optional>
</dependencies>
<phprelease>
<filelist>
Expand Down

0 comments on commit 4fd6dbc

Please sign in to comment.