package.xml: require latest version of pear/OLE (composer installs still had to use dev-master)

This commit is contained in:
Alexey Kopytko 2017-05-24 10:15:37 +09:00
parent 91ba7d27e0
commit b4eb30daeb
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ Bug #12053 With SetVersion(8) setting bottom border color to 0 gives cross borde
<package> <package>
<name>OLE</name> <name>OLE</name>
<channel>pear.php.net</channel> <channel>pear.php.net</channel>
<min>0.5</min> <min>1.0.0RC2</min>
</package> </package>
</required> </required>
</dependencies> </dependencies>