Skip to content

Commit

Permalink
Bump PEAR dependency to 1.10.1
Browse files Browse the repository at this point in the history
PEAR:raiseError() is static in that version, and that fixes a
deprecation warning. PEAR 1.10.1 is only supported with > PHP 5.3, but
that is fine as all older versions are already EOL.

Signed-off-by: Nishanth Aravamudan <nish.aravamudan@canonical.com>
  • Loading branch information
Nishanth Aravamudan committed Jul 1, 2016
1 parent 29cb3e0 commit 871aba4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
<package>
<name>PEAR</name>
<channel>pear.php.net</channel>
<min>1.10.1</min>
</package>
</required>
</dependencies>
Expand Down

0 comments on commit 871aba4

Please sign in to comment.